Slight expansion of what eth.syncing returns (#23618)
resolves issue #23617
This commit is contained in:
parent
f388b16fa4
commit
616dca157d
@ -68,7 +68,9 @@ Example output of first stage of block downloading:
|
||||
startingBlock: 3809258
|
||||
}
|
||||
|
||||
A response from `eth.syncing` of `false` means you are synced up.
|
||||
You will import up to the `highestBlock` and `knownStates`. Block importing will stop `~64` blocks behind head and finish importing states.
|
||||
|
||||
Once all `states` are downloaded, `geth` will switch into a full node and sync the remaining `~64` blocks fully, as well as new ones. In this context, `eth.syncing` returns false once synced.
|
||||
|
||||
Now we're ready to start mining. In a new terminal session, run ethminer and connect it to geth:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user