FYI I managed to get pandacoind up and running on the Sheevaplug. I downloaded and built v2.1.2 and that did the trick. I assume v3 was failing because it was starting in Hybrid mode by default and since I can't find an option in pandacoind to start in Classic mode I used v2.1.2 instead. It's downloading the blockchain now, I'll post an update once the download is complete and staking has started.
Hi all,
pandacoind has finished syncing the blockchain. I can see my balance reflected correctly when I run "pandacoind -datadir= getinfo" and have unlocked the wallet using the following command:
./pandacoind -datadir= walletpassphrase 9999999 true
How do I know whether it's already staking? pandacoind getinfo shows:
"balance" : mybalancehere,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 459246,
Thanks in advance.
Hey! Happy that you were able to make it work.
From the commandline you can use
pandacoind getstakinginfo
To see if the wallet was successfully unlocked for staking.
Then you can
pandacoind listtransactions
To see your 10 latest transactions. The interest recieved from steak are in the "category": "generate" (but only after a number of confirmations (can't remember the exact number); until then they will be listed as "category": "immature")
Happy staking
