Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: citboin on August 30, 2013, 02:26:40 AM



Title: Warning: The network does not appear to fully agree!
Post by: citboin on August 30, 2013, 02:26:40 AM
Hey all,

I have just set up Bitcoin on a new server and for the last few hours (and after several resets) I am getting a message: "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

Blockchain does not download even though I have 20+ connections. Is this just me or is anyone else having this issue? Any recent changes I may not know about that would cause this?

I am on Debian Squeeze 7.1, strangely Litecoin is working fine

# bitcoind getinfo
{
    "version" : 89900,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : -1,
    "connections" : 29,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1377804875,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
}


Title: Re: Warning: The network does not appear to fully agree!
Post by: Peter Todd on August 30, 2013, 02:32:22 AM
What version of bitcoin are you running?

Can you paste the output of bitcoind getpeerinfo? (note that doing so may make it possible to find your IP address)


Title: Re: Warning: The network does not appear to fully agree!
Post by: citboin on August 30, 2013, 04:47:25 AM
PM sent, this way if I get haxxored I'll know who did it  ::)

Just compiled from source at https://github.com/bitcoin/bitcoin/ less than 12 hours ago


Title: Re: Warning: The network does not appear to fully agree!
Post by: gmaxwell on August 30, 2013, 04:59:24 AM
Also send him your debug.log (likewise, reveals your IP, and may also reveal transactions which you are a party to, if you have a wallet on that node that you've been using)


Title: Re: Warning: The network does not appear to fully agree!
Post by: citboin on August 30, 2013, 05:20:21 AM
this is a brand new setup, so I don't think there would be any transactions, unless I'm rebroadcasting. I'll send it though, might find something


Title: Re: Warning: The network does not appear to fully agree!
Post by: citboin on August 30, 2013, 05:25:32 AM
aha! good thinking about looking in the debug log ;) seems my data was corrupted! deleting of the appdata (.bitcoin) folder and starting bitcoind again fixed it! Thanks very much guys


Title: Re: Warning: The network does not appear to fully agree!
Post by: citboin on August 30, 2013, 05:26:20 AM
27000 blocks and counting!