Is there a way to see if the wallet is actually ready to stalk? I just set it up so i'm in the 7 days wait. But is there a way to make sure everything is setup right?
Go to the top menu... then 'Tools'... then 'Debug Console'... that pops-up the debug window...
Then in the input box at the bottom of the window enter - getstakingstatus
The outputs should be all 'True' when it's actually staking... and 'Falses' need looking into... (y)
[Apart from 'mintablecoins' will probably be 'False' until after the seven days is up..? I never checked when I first set mine up. And obviously 'staking status' will be false till it is actually staking.]
"validtime" : true,
"haveconnections" : true,
"walletunlocked" : true,
"mintablecoins" : true,
"enoughcoins" : true,
"mnsync" : true,
"staking status" : true
If in the bottom of the window you enter: help
...that gives you a full list of all the available commands which is useful too...