From 91d7f3c318518d2df1a2cbe576f07dcd1eaeb750 Mon Sep 17 00:00:00 2001 From: yslcrypto Date: Mon, 23 Nov 2020 19:32:32 +0100 Subject: [PATCH] Update sync --- docs/the_nimbus_book/src/keep-an-eye.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/the_nimbus_book/src/keep-an-eye.md b/docs/the_nimbus_book/src/keep-an-eye.md index 658973bc1..df9acc10c 100644 --- a/docs/the_nimbus_book/src/keep-an-eye.md +++ b/docs/the_nimbus_book/src/keep-an-eye.md @@ -24,7 +24,7 @@ On startup, you should see a log message that reads `Local validator attached`. To keep track of your syncing progress, have a look at the output at the very bottom of the terminal window in which your validator is running. You should see something like: ``` -peers: 35 ❯ finalized: ada7228a:8765 ❯ head: b2fe11cd:8767:2 ❯ time: 9900:7 (316807) ❯ sync: wPwwwwwDwwDPwPPPwwww:7:4.0627 (280512) +peers: 35 ❯ finalized: ada7228a:8765 ❯ head: b2fe11cd:8767:2 ❯ time: 9900:7 (316807) ❯ sync: wPwwwwwDwwDPwPPPwwww:7:4.2313:4.0627:03h01m(280512) ``` Where: @@ -32,12 +32,7 @@ Where: - `finalized` tells you the most recent finalized epoch you've synced to so far (the 8765th epoch) - `head` tells you the most recent slot you've synced to so far (the 2nd slot of the 8767th epoch) - `time` tells you the current time since Genesis (the 7th slot of the 9900th epoch -- or equivalently, the 316,807th slot) -- `sync` tells you how fast you're syncing (4.0627 blocks per second), how many blocks you've synced so far (280,512), along with information about 20 sync workers linked to the 20 most performant peers you are currently connected to (represented by a string of letters and a number). - -To dig into `sync` a little: -``` -sync: :: -``` +- `sync` tells you how fast you're syncing right now (4.2313 blocks per second), your average sync speed since you stared (4.0627 blocks per second), the time left until you're fully synced (3 hours and 1 min) how many blocks you've synced so far (280,512), along with information about 20 sync workers linked to the 20 most performant peers you are currently connected to (represented by a string of letters and a number). The string of letters -- what we call the `sync worker map` (in the above case represented by `wPwwwwwDwwDPwPPPwwww`) represents the status of the sync workers mentioned above, where: