Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Faircoin - The First Fairly Distributed coin. MANDATORY UPDATE!
by
Morquor
on 31/03/2014, 08:52:51 UTC
How to PoS mine?

You will mint coins with PoS as long as your wallet is unlocked. To unlock your wallet only for minting, you can enter this command in the Debug Window (Help menu -> Debug window -> Console):

Code:
walletpassphrase YOUR_PASSPHRASE 31536000 true

where the number is the length of time (in seconds) to leave the wallet unlocked. Here I set it to 1 year.

And what if my wallet is not encrypted?  Grin