diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-11-17 23:01:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 23:01:53 +0800 |
commit | 0dbf55d478a1b228dbba354af346c428402e3154 (patch) | |
tree | 3c0f9e24b7f971206cf3cc8e9c1fe13ac4633ce9 | |
parent | e39ca5e597f5b8fbe95665f3c0f098552a8af60b (diff) | |
parent | 2ab5c11261f742ee44afb0b70a33241fe2008c9d (diff) | |
download | dexon-0dbf55d478a1b228dbba354af346c428402e3154.tar.gz dexon-0dbf55d478a1b228dbba354af346c428402e3154.tar.zst dexon-0dbf55d478a1b228dbba354af346c428402e3154.zip |
Merge pull request #15509 from tbm/typo
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ instance for mining, run it with all your usual flags, extended by: $ geth <usual-flags> --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000000 ``` -Which will start mining bocks and transactions on a single CPU thread, crediting all proceedings to +Which will start mining blocks and transactions on a single CPU thread, crediting all proceedings to the account specified by `--etherbase`. You can further tune the mining by changing the default gas limit blocks converge to (`--targetgaslimit`) and the price transactions are accepted at (`--gasprice`). |