Post
Topic
Board Development & Technical Discussion
Topic OP
getinfo() and the current number of blocks
by
MrKain
on 25/06/2013, 07:42:28 UTC

calling getinfo will return the number of blocks my bitcoind has
knowledge of/processed/indexed , - however is there a way of knowing
how many blocks it needs to know of to be in sync ?

At present I manually check the number of blocks returned by getinfo
with what blockexplorer.com shows

MK