Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

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 elizabethengelman committed Dec 20, 2019
1 parent 3907f79 commit cf22e8b
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 cf22e8b

Please sign in to comment.