mirror of https://github.com/status-im/op-geth.git
Merge branch 'release/poc5-rc1' into develop
This commit is contained in:
commit
fb903619e8
|
@ -5,7 +5,7 @@ Ethereum
|
||||||
|
|
||||||
Ethereum Go Client © 2014 Jeffrey Wilcke.
|
Ethereum Go Client © 2014 Jeffrey Wilcke.
|
||||||
|
|
||||||
Current state: Proof of Concept 5.0.
|
Current state: Proof of Concept 5.0 RC1.
|
||||||
|
|
||||||
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
|
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ General command line options
|
||||||
-upnp Enable UPnP (= false)
|
-upnp Enable UPnP (= false)
|
||||||
-x Desired amount of peers (= 5)
|
-x Desired amount of peers (= 5)
|
||||||
-h This help
|
-h This help
|
||||||
|
-r Start JSON RPC
|
||||||
-dir Data directory used to store configs and databases (=".ethereum")
|
-dir Data directory used to store configs and databases (=".ethereum")
|
||||||
-import Import a private key (hex)
|
-import Import a private key (hex)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue