I cannot for the life of me get my wallet to stop staking.
I have tried a config file with "stake=0" in it.
Restarting the wallet, locking and unlocking the wallet, all sorts of combinations.
Can anyone help???
Here's my config file.
server=1
daemon=1
rpcuser=usernamehere
rpcpassword=passwordhere
rpcallowip=127.0.0.1
logtimestamps=1
Stake=0
This wallet supports the staking=0 option in the KoreCoin.conf file to disable the stake miner thread for pool and exchange operators.
+1 Use
staking=0 not
stake=0Also, one more tip, when editing and/or creating config files (in Windows),
ensure that Windows is set to show file extensions, else the file could end up being saved as
korecoin.conf.txt but shown as korecoin.conf (because Windows hides the file extension and the .txt might not be shown.) I'm sure most people know this but perhaps some people are unaware of that.