Skip to main content
8 events
when toggle format what by license comment
Dec 17, 2017 at 0:09 comment added user25899 Fun fact: geth attach is actually a complete JavaScript environment! If you're looking to repeatedly print out the percentage on a timed loop, you can simply run (function percentage() { console.log(100* eth.syncing.currentBlock / eth.syncing.highestBlock); setTimeout(percentage, 10000); } ());
Dec 2, 2017 at 18:34 comment added magos So it should be CLOSE or EXACT the same number of block? It's crucial Because I'm 99.99335% synced and I'm wating for hour still on the same block. I wonder am I synced or not yet.
Nov 21, 2017 at 14:57 comment added William Ardila If eth.syncing is false, it's already sync and you can check eth.blockNumber against a block explorer if you want to double-check. Source
Nov 16, 2017 at 14:32 comment added johndodo They should be close to each other. In other words, run 100 * eth.syncing.currentBlock / eth.syncing.highestBlock to get the percent completed. When it is close to 100, you are synced.
Aug 17, 2017 at 20:01 comment added Kebman What does that even mean? Should they be the same, or near each other?
Jun 22, 2017 at 21:03 review Late answers
Jun 22, 2017 at 23:41
Jun 22, 2017 at 20:46 review First posts
Jun 22, 2017 at 21:18
Jun 22, 2017 at 20:43 history answered Kevin R. CC BY-SA 3.0