35194/how-to-set-miner-threads-outside-geth-console
Every time I have to set miner threads, I do it inside the geth console using the following command:
miner.start(1)
Is there a way to set miner threads outside geth console?
Yes, you can set the miner threads outside geth console on command prompt by using it as an argument for geth.
$ geth <usual-flags> --mine --minerthreads=1
Contrary to the popular belief, it is ...READ MORE
When you start with Geth you need ...READ MORE
There are blockchains that allow defining permissions. Hyperledger ...READ MORE
The setLog transaction has not yet been mined by ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
I have been working with Interacting a ...READ MORE
You can use the "data" field of ...READ MORE
You have to use PHP Sockets $sock = socket_create(AF_UNIX, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.