mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
update readme
This commit is contained in:
parent
c94d582aa7
commit
546d19ffb9
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ resources (consider running on a single thread, no need for multiple ones either
|
|||
instance for mining, run it with all your usual flags, extended by:
|
||||
|
||||
```
|
||||
$ geth <usual-flags> --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000000
|
||||
$ geth <usual-flags> --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000001
|
||||
```
|
||||
|
||||
Which will start mining blocks and transactions on a single CPU thread, crediting all proceedings to
|
||||
|
|
|
|||
Loading…
Reference in a new issue