I'm trying to download the blockchain, but it seems to be getting stuck at block 45407
getinfo output:
"version" : "v1.1.4.9-g0f2adcb-cgb",
"protocolversion" : 60006,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 45407,
"moneysupply" : 454060.29526200,
"connections" : 8,
When I exit cryptogenicbulliond and restart it to resume the download, I get the following error message:
"ryptogenicBullion: Error loading blkindex.dat" (The 'C' is omitted from the error).
I've deleted everything in .CryptogenicBullion except for my conf and wallet, but when I try to download the blockchain again it freezes around the same block.
Here's my conf:
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=8395
daemon=1
server=1
gen=0
testnet=0
listen=1
addnode=46.150.89.173
addnode=70.98.114.229
addnode=76.102.71.50
addnode=143.238.65.108
addnode=76.10.153.119
addnode=97.89.174.206
addnode=69.85.86.195
Is anyone else having this problem too?
No, I don't have that problem. And I see you're using the updated client...
First, here's my config file:
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=8395
p2pport=7695
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=46.150.89.173
addnode=70.98.114.229
addnode=76.102.71.50
addnode=143.238.65.108
addnode=76.10.153.119
addnode=97.89.174.206
addnode=69.85.86.195
And you already tried deleting peers.dat and blkindex.dat, so I don't know...
Let me know if my config file helped at all. Maybe I'll think of something else.