Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRC] | VeriCoin | PoS - Dynamic Interest | No Premine
by
pnosker
on 04/06/2014, 16:35:58 UTC
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:

Code:
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.