Can't tell if I am sync'd #3830
-
Does this all just mean I'm not quite sync'd yet? curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "eth_blockNumber", "params": [], "id":1}' localhost:8545 returns {"jsonrpc":"2.0","id":1,"result":"0x0"} tailing the error log shows: ...
[INFO] [04-05|20:40:05.474] [13/16 TxLookup] ETL [1/2] Extracting from=CanonicalHeader block=8384043 alloc="1.9 GiB" sys="11.1 GiB"
[INFO] [04-05|20:40:25.018] [p2p] GoodPeers eth66=100
[INFO] [04-05|20:40:48.588] Flushed buffer file name=/mnt/data1/erigon/datadir/etl-temp/tg-sync-sortable-buf4137811838 alloc="3.4 GiB" sys="11.1 GiB"
[INFO] [04-05|20:40:48.679] [13/16 TxLookup] ETL [1/2] Extracting from=CanonicalHeader block=8438873 alloc="3.4 GiB" sys="11.1 GiB"
[INFO] [04-05|20:41:05.474] [13/16 TxLookup] ETL [1/2] Extracting from=CanonicalHeader block=8474324 alloc="2.4 GiB" sys="11.1 GiB"
[INFO] [04-05|20:41:37.775] Flushed buffer file name=/mnt/data1/erigon/datadir/etl-temp/tg-sync-sortable-buf1921626789 alloc="3.0 GiB" sys="11.1 GiB"
[INFO] [04-05|20:41:37.905] [13/16 TxLookup] ETL [1/2] Extracting from=CanonicalHeader block=8507632 alloc="3.0 GiB" sys="11.1 GiB"
[INFO] [04-05|20:42:05.473] [13/16 TxLookup] ETL [1/2] Extracting from=CanonicalHeader block=8567208 alloc="2.4 GiB" sys="11.1 GiB"
[INFO] [04-05|20:42:25.018] [p2p] GoodPeers eth66=100
[INFO] [04-05|20:42:27.858] Flushed buffer file name=/mnt/data1/erigon/datadir/etl-temp/tg-sync-sortable-buf2926706261 alloc="2.4 GiB" sys="11.1 GiB" Health check: curl -X POST http://localhost:8545/health --data '{"min_peer_count": 3, "known_block": "14500529"}' returns {"check_block":"HEALTHY","healthcheck_query":"HEALTHY","min_peer_count":"HEALTHY"}% But newer blocks are not found. for example, this is a few days ago: {"check_block":"ERROR: no known block with number 14512529 (dd7191 hex)","healthcheck_query":"HEALTHY","min_peer_count":"HEALTHY"}% Trying to see if I am in error or just awaiting. Thanks for any help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
@totlsota, would you mind sharing your (redacted) erigon startup parameters? For my benefit :) I can't get any of the above to work. Here's mine: C:\Users\Blockchain\erigon\build\bin\erigon.exe --datadir D:\Erigon\Goerli --chain=goerli --http --http.api eth,net,engine,admin --authrpc.vhosts="localhost" --authrpc.jwtsecret=D:\ethereum\consensus\jwt.hex |
Beta Was this translation helpful? Give feedback.
[13/16 TxLookup]
- means step 13 out of 16eth_syncing
can show you all the steps progress