Bitcoin QT computer time

2

Bitcoin qt says my computer time needs to be correct for it to work properly. My time is right to the minute, but not the second.

Will this cause a problem?

Starkers

Posted 2013-07-14T06:38:50.767

Reputation: 279

The Bitcoin client can fix the time if it's only an hour off by asking other clients what time it is. http://bitcoin.stackexchange.com/questions/7404/how-does-bitcoin-figure-out-what-time-it-is

Nick ODell 2013-07-15T06:46:02.930

Answers

1

Bitcoin-Qt/bitcoind will reject new blocks whose timestamp is more than a couple hours ahead of the previous block. This means you could be nearly two hours behind and your node would still accept most new blocks.

Stephen Gornick

Posted 2013-07-14T06:38:50.767

Reputation: 26 118