Skip to content

Commit

Permalink
README: use new miner threads flag instead of legacy minerthreads fla…
Browse files Browse the repository at this point in the history
…g (#20165)
  • Loading branch information
jeffwalsh authored and karalabe committed Oct 17, 2019
1 parent d5b79e7 commit a28093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ ones either). To start a `geth` instance for mining, run it with all your usual
by:

```shell
$ geth <usual-flags> --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000000
$ geth <usual-flags> --mine --miner.threads=1 --etherbase=0x0000000000000000000000000000000000000000
```

Which will start mining blocks and transactions on a single CPU thread, crediting all
Expand Down

0 comments on commit a28093c

Please sign in to comment.