Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hey ariz66, Just to complete this thread. To use eth_syncing you can use the following command (using curl):
If this returns false you are not syncing. If it is syncing you will get a data structure that tells you some additional information regarding the starting, current, and highest block. You will want to replace For some additional information regarding this Quicknode has a reference page below: 👍 |
Beta Was this translation helpful? Give feedback.
-
How to know that i've been synced? this is my log (journalctl)
-- Logs begin at Thu 2022-09-22 22:09:46 CEST. --
Sep 26 06:43:49 srv21540 erigon[5382]: [INFO] [09-26|06:43:49.507] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=3.9GB sys=10.4GB
Sep 26 06:44:49 srv21540 erigon[5382]: [INFO] [09-26|06:44:49.478] [p2p] GoodPeers eth66=102
Sep 26 06:44:49 srv21540 erigon[5382]: [INFO] [09-26|06:44:49.488] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=2.9GB sys=10.4GB
Sep 26 06:45:49 srv21540 erigon[5382]: [INFO] [09-26|06:45:49.821] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=3.4GB sys=10.4GB
Sep 26 06:46:49 srv21540 erigon[5382]: [INFO] [09-26|06:46:49.478] [p2p] GoodPeers eth66=102
Sep 26 06:46:49 srv21540 erigon[5382]: [INFO] [09-26|06:46:49.493] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=3.1GB sys=10.4GB
Sep 26 06:47:49 srv21540 erigon[5382]: [INFO] [09-26|06:47:49.490] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=3.9GB sys=10.4GB
Sep 26 06:48:49 srv21540 erigon[5382]: [INFO] [09-26|06:48:49.478] [p2p] GoodPeers eth66=102
Sep 26 06:48:49 srv21540 erigon[5382]: [INFO] [09-26|06:48:49.488] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=2.9GB sys=10.4GB
Sep 26 06:49:49 srv21540 erigon[5382]: [INFO] [09-26|06:49:49.504] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=3.4GB sys=10.4GB
Sep 26 06:50:49 srv21540 erigon[5382]: [INFO] [09-26|06:50:49.478] [p2p] GoodPeers eth66=102
Sep 26 06:50:49 srv21540 erigon[5382]: [INFO] [09-26|06:50:49.857] [txpool] stat block=14999999 pending=9930 baseFee=0 queued=30000 alloc=2.9GB sys=10.4GB
Beta Was this translation helpful? Give feedback.
All reactions