diff options
author | Martin Michlmayr <tbm@clearmatics.com> | 2017-11-17 22:26:55 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@clearmatics.com> | 2017-11-17 22:45:09 +0800 |
commit | 2ab5c11261f742ee44afb0b70a33241fe2008c9d (patch) | |
tree | 3c0f9e24b7f971206cf3cc8e9c1fe13ac4633ce9 /README.md | |
parent | e39ca5e597f5b8fbe95665f3c0f098552a8af60b (diff) | |
download | go-tangerine-2ab5c11261f742ee44afb0b70a33241fe2008c9d.tar.gz go-tangerine-2ab5c11261f742ee44afb0b70a33241fe2008c9d.tar.zst go-tangerine-2ab5c11261f742ee44afb0b70a33241fe2008c9d.zip |
README: fix typo
Diffstat (limited to '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`). |