@MercSuey
Last days as I unlock wallet (windows binary), CPU usage goes to around 50% and client starts reacting very slowly. Few minutes later client is almost not responding and
walletlock command (as a way to stop PoS mining) I need to terminate process. Check it as you make an updated client...
Keep up good work guys.
The source was updated about 12 hours ago, I don't know what the issue is there, but if you download the source go to line 86 of src/wallet.cpp when you download it and you change line 86 from
bool fWalletUnlockMintOnly = false;
to
bool fWalletUnlockMintOnly = true;
your wallet will be locked for sending but it will be unlocked for minting only.
@mercsuey just a thought you could create and post a Windows Binary with that option.
I am creating PoW/PoS coin with actual changes, and additions, and not just a copy and paste clone, so I have been through the source.