mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Remove account creation instructions
This commit is contained in:
parent
45f816b64f
commit
cadeaccd60
1 changed files with 5 additions and 21 deletions
|
|
@ -23,17 +23,13 @@ brew tap ethereum/ethereum
|
||||||
brew install ethereum
|
brew install ethereum
|
||||||
```
|
```
|
||||||
|
|
||||||
You can install the develop branch using the `--devel` parameter:
|
You can install the master branch using the `--devel` parameter:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install ethereum --devel
|
brew install ethereum --devel
|
||||||
```
|
```
|
||||||
|
|
||||||
The `abigen`, `bootnode`, `checkpoint-admin`, `clef`, `devp2p`, `ethkey`, `evm`, `faucet`, `geth`, `p2psim`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`. You can create a new account on your node with:
|
The `abigen`, `bootnode`, `checkpoint-admin`, `clef`, `devp2p`, `ethkey`, `evm`, `faucet`, `geth`, `p2psim`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`.
|
||||||
|
|
||||||
```shell
|
|
||||||
geth account new
|
|
||||||
```
|
|
||||||
|
|
||||||
Find the different options and commands available with `geth --help`.
|
Find the different options and commands available with `geth --help`.
|
||||||
|
|
||||||
|
|
@ -61,11 +57,7 @@ sudo apt-get update
|
||||||
sudo apt-get install ethereum-unstable
|
sudo apt-get install ethereum-unstable
|
||||||
```
|
```
|
||||||
|
|
||||||
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/bin/`. You can create a new account on your node with:
|
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/bin/`.
|
||||||
|
|
||||||
```shell
|
|
||||||
geth account new
|
|
||||||
```
|
|
||||||
|
|
||||||
Find the different options and commands available with `geth --help`.
|
Find the different options and commands available with `geth --help`.
|
||||||
|
|
||||||
|
|
@ -101,11 +93,7 @@ Then build it the standard way (as root):
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`. You can create a new account on your node with:
|
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`.
|
||||||
|
|
||||||
```shell
|
|
||||||
geth account new
|
|
||||||
```
|
|
||||||
|
|
||||||
Find the different options and commands available with `geth --help`.
|
Find the different options and commands available with `geth --help`.
|
||||||
|
|
||||||
|
|
@ -119,11 +107,7 @@ You can install it using:
|
||||||
pacman -S geth
|
pacman -S geth
|
||||||
```
|
```
|
||||||
|
|
||||||
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`. You can create a new account on your node with:
|
The `abigen`, `bootnode`, `clef`, `evm`, `geth`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/bin/`.
|
||||||
|
|
||||||
```shell
|
|
||||||
geth account new
|
|
||||||
```
|
|
||||||
|
|
||||||
Find the different options and commands available with `geth --help`.
|
Find the different options and commands available with `geth --help`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue