Skip to content

Commit

Permalink
README: use new miner threads flag instead of legacy minerthreads flag (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwalsh authored and enriquefynn committed Feb 15, 2021
1 parent 4c3b6ff commit b192135
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 b192135

Please sign in to comment.