Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | 0.5.1 binaries | Redesigned Website
by
gjhiggins
on 23/03/2018, 16:23:21 UTC
Staking is taking some processing power as well to count stake, it's not as power demanding as mining, but it's also taking some of it. So that's why there is conflict, also submiting pow and pos blocks shouldn't be done simultaneously.
I dont think there is a command to disable staking, and changing staking=0 in the conf does nothing, it still stakes.

All commands are listed here: https://github.com/slimcoin-project/Slimcoin/blob/master/README.md#all-cmmand-line-options

To suppress staking, add reservebalance=1000000 to the config file.

(At some point, I'll understand Qt internal signalling sufficiently well to be able to hook up the GUI reservebalance setting to the innards of the engine.)

Cheers

Graham