Does NovaCoin mint similar to the way PPC does? If so, how do you set it up to mint with a locked wallet? Does it unlock for minting the same way PPC does? If so, could someone outline the steps to set it up?
Thx!
Update: Yep - followed the same steps as I do for PPC and it unlocked for minting...
Make a .bat in your daemon folder. Name it novacoind.bat Paste this text save and close.
@echo off
@echo Enter Novacoin password...
SETP variable=Password :
novacoind walletpassphrase %variable% 9999999 true
Start up your encrypted wallet and run the .bat.
Enter your password, Window will pause then exit. Your wallet in now unlocked.
EDIT: Ahh i see you got it. Maybe this will help someone else with the same question.