From 705c28ed3cd42e7e89f45b55ca3ccdecbea163f5 Mon Sep 17 00:00:00 2001 From: Jeff Walsh Date: Sun, 13 Oct 2019 16:18:44 -0700 Subject: [PATCH] update readme to use new miner threads flag instead of legacy minerthreads flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfd249063..92a7125b49 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ ones either). To start a `geth` instance for mining, run it with all your usual by: ```shell -$ geth --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000000 +$ geth --mine --miner.threads=1 --etherbase=0x0000000000000000000000000000000000000000 ``` Which will start mining blocks and transactions on a single CPU thread, crediting all