Hi Guys,
So i have a question... When we move to POS is approx 30 days, how do I remove the encryption from my wallet as to mine new coins?
From what I understand, it is not possible to mine coins when the wallet is encrypted.
Thanks
I could be totally wrong, but my understanding of PoS was that coins are mined automatically on the network, then transferred to your wallet address at regular intervals. This should occur whether or not your wallet is actually running on your computer. Does this sound correct?
I think you have to have the wallet open in order to generate new coins. If this is the case we will need instruction now as to whether we need to send the coins to a new wallet. They need to mature for 30 days don't forget.
Unless the code has been re-written for this coin, the process is as follows:-
You need to have mature coins in your wallet. You need to have your wallet running as a node (and so supporting the network) in order to gain 'coin-weight'. You should protect your wallet by encrypting it. Just owning coins in a wallet is not enough, the wallet has to run as a node (supporting the network) in order to gain 'coin-weight'. In the bottom right hand corner the padlock icon should be closed with tip-box stating The wallet is
encrypted but
locked.
To collect your coins you will need to open the wallet for 'staking' or 'minting' (not 'mining'). Some wallets have a button or setting which will do this for you, but I don't see one on wallet v1.5.0.0-beta. Instead you need to go Help -> Debug Window -> Console and enter the command "walletpassphrase <yourpassword> 180000" The number is time in seconds, you may prefer a longer time. Now the padlock icon should change to open, and the tip-box to The wallet is
encrypted and currently
unlocked. And that's all you need to do.
Of course what is going on behind the scenes is much more complicated. You will not get all your staked coins as soon as you unlock the wallet, it may take several hours until something happens. Your minted coins will probably not be in one transaction. The label may be confusing. There is an element of randomness involved in minting, just like there is an element of randomness with ordinary mining. Any % value you have been given is just the average expected over time. You will also see coins that appear to have come in but which never mature, consider these to be like orphans.
Unless the coin devs have included 'coin-control' there is another hidden pitfall. When you make a payment, some of your coins get sent to a 'change address' in your wallet. These coins will then need to mature as if they were new coins. Again, I don't see coin control in wallet v1.5.0.0-beta.
HTH