You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the latest geth 1.4.18 from github release binary on Windows 7. I synced the chain initially via geth --fast console and realized that my geth seems to get to know about updated blocks only very rarely despite the fact that geth is chatting a lot about incoming blocks, so this does not seem to be a connectivity issue. I am checking for new blocks via web3.eth.blockNumer and that number stayed constant for a very long time despite new blocks showing up in the console, see exemple below. The same behavior persists now that I am running it without --fast, actually it seems worse because I dont see any new blockNumber anymore:
I am running the latest geth 1.4.18 from github release binary on Windows 7. I synced the chain initially via
geth --fast console
and realized that my geth seems to get to know about updated blocks only very rarely despite the fact that geth is chatting a lot about incoming blocks, so this does not seem to be a connectivity issue. I am checking for new blocks viaweb3.eth.blockNumer
and that number stayed constant for a very long time despite new blocks showing up in the console, see exemple below. The same behavior persists now that I am running it without--fast
, actually it seems worse because I dont see any new blockNumber anymore:The text was updated successfully, but these errors were encountered: