Is there anyway to stop staking once there are coins being staked from the daemon? I'm trying to transfer my coins to another wallet.
I tried:
vericoin reservebalance true 999999999
...but it doesn't seem to do anything (or at least not what I expected).
You remove coins from stake but you can prevent them from staking in the future using
staking=0 in the conf
Or reservebalance true 999999999 will reserve that many coins from staking.