After 8 days my wallet still not staking
That must be frustrating.
Anyone else experiencing this problem?
Cheers
Graham
If the QT wallet is encrypted it needs to be unlocked for minting.
Help (Tab) > Debug window > console
walletpassphrase YOURWALLETSPASSPHRASE 9999999999 trueor for the linux daemon
./slimcoind walletpassphrase "YOURWALLETSPASSPHRASE" 9999999999 trueThe error message explains it well;
error: {"code":-1,"message":"walletpassphrase
[mintonly]\nStores the wallet decryption key in memory for seconds.\nmintonly is optional true/false allowing only block minting."}./slimcoind getinfo
will then show a value other than 0 in;
"unlocked_until" : 0,
You will of course need to add;
reservebalance=0to your slimcoin.conf due to the hardcoded reservebalance=100000 , unless your balance is higher.
Also, like Peercoin, transactions from old or imported wallets will (sometimes) time stamp at the time of import (not time of transaction), so remember that minimum stake age is also 30 days for PoS. PoB rewards are randomized as your percentage of effective burnt coins (if any) of the total network effective Burnt coins, across active wallets.