Hi
did someone successfully build and run the wallet on a i686 (=32 bit) linux ?
i build successfully, but then after start, the sync stops at block "blocks" : 45993,
2014-04-29 20:04:48 received block 00000000000b304562f734cdc04f201f9e0497188a26362f76b4642606ebbc70
2014-04-29 20:04:48 ERROR: AcceptBlock() : incorrect proof of work
2014-04-29 20:04:48 ERROR: ProcessBlock() : AcceptBlock FAILED
I have used the latest git source.
Please help, I would like to set up a p2pool node for DRK.
And no, I can not switch to x86_64, as I have other p2pools up and running at the moment on the same node.
DRK is the only one that does not work (at the moment).
thanks
cheers
Use this for temporary work around.
http://drk.poolhash.org/files_for_darkoin_block/blocks.tgz
:~/.darkcoin> getconf LONG_BIT
32
darkcoind stop
cd ~/.darkcoin
wget http://drk.poolhash.org/files_for_darkoin_block/blocks.tgz
tar xfvz blocks.tgz
rm -rf blocks chainstate
mv home/user/.darkcoin/* .
darkcoind
darkcoind getinfo
{
"version" : 90102,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 60001,
"timeoffset" : 0,
"connections" : 3,
"proxy" : "",
"difficulty" : 955.31190257,
"testnet" : false,
"keypoololdest" : 1398805858,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
2014-04-29 21:27:42 received block 00000000000cfe64fca7b5c3a8ad1ee39dd3f380aeb56027bc25e97904d2c99e
2014-04-29 21:27:42 Committing 9 changed transactions to coin database...
2014-04-29 21:27:42 SetBestChain: new best=00000000000cfe64fca7b5c3a8ad1ee39dd3f380aeb56027bc25e97904d2c99e height=60001 log2_work=55.944516 tx=245698 date=2014-04-29 21:27:20 progress=0.999999
2014-04-29 21:27:42 ProcessBlock: ACCEPTED