Thanks for replying mtrycz. My NAS is slower than your Pi so I didn't continue with that. I compiled instead on my sheevaplug and managed to build it but I get "Pandacoin: Error loading blkindex.dat" when trying to start pandacoind
This is in my debug.log
ERROR: AddToBlockIndex() : Rejected by stake modifier checkpoint height=0, modifier=0x002c7ddc002c7ddc
ERROR: LoadBlockIndex() : genesis block not accepted
Pandacoin: Error loading blkindex.dat
Flush(false)
wallet.dat refcount=0
wallet.dat checkpoint
wallet.dat detach
wallet.dat closed
DBFlush(false) ended 7ms
StopNode()
Flushed 0 addresses to peers.dat 3ms
Flush(true)
DBFlush(true) ended 0ms
Pandacoin exited
Sheevaplug is a devkit with 1.2Ghz ARM CPU and 512MB of RAM. I increased the swap from 1GB to 2GB but still no go. It has no GPU and FPU, could be because of that? Any ideas?
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.