nothing special
rpcuser=darkcoinrpc
rpcpassword=blablyespassword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
Still the same issue - it is happening on other systems as well that are cloned off the git
"blocks" : 34139,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 278.98827638,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 8076638933,
"pooledtx" : 0,
"testnet" : false
caused by the same block number:
2014-03-22 16:45:16 ProcessBlock: ACCEPTED
2014-03-22 16:45:16 SetBestChain: new best=0000000000048df5a5abb1c3b8f58ab4f7415240f0ba253c51ba59a46fd98d10 height=34139 log2_work=53.845982 tx=140299 date=2014-03-15 19:28:04 progress=0.956207
2014-03-22 16:45:16 ProcessBlock: ACCEPTED
2014-03-22 16:45:16 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 16:45:16 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 16:45:16 ProcessBlock: ORPHAN BLOCK, prev=00000000007dda6b77dc0575cca14aecdc36cbdb07afe364d55e8def556304c2
2014-03-22 16:45:16 ProcessBlock: ORPHAN BLOCK, prev=000000000080ef041f0ebbe07fd0880e5d3a00736de644eb3083d8a44615233d
This same error is happening on each system that I cloned darkcoin into last night. The ones from the night before are fine.
And yes, I realize the 34140 is the block that added DGW
I used this as the .sh file, and all of the installs showed as already installed:
apt-get update
apt-get install git
apt-get install build-essential
apt-get install libssl-dev
apt-get install libboost-all-dev
apt-get install libdb5.1-dev libdb5.1++-dev
cd /usr/local/src/
ls
git clone https://github.com/evan82/darkcoin.git
cd darkcoin/
ks
history
cd src/
ls
vi makefile.unix
make -f makefile.unix
It's crazy that this isn't working