good morning!!!!

Skip to content
Snippets Groups Projects
Commit a28093ce authored by Jeffery Robert Walsh's avatar Jeffery Robert Walsh Committed by Péter Szilágyi
Browse files

README: use new miner threads flag instead of legacy minerthreads flag (#20165)

parent d5b79e75
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment