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.