Closed xinzhongyoumeng closed 2 months ago
Currently uploading the latest snapshot, please try again after Mon Aug 19 2024 06:00:00 GMT+0000
.
Currently uploading the latest snapshot, please try again after
Mon Aug 19 2024 06:00:00 GMT+0000
.
I tried it. The error is still.
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
I see the file size is smaller than the one downloaded on August 9. The file size is 232G on August 9, but now the file size is 227G.
Disk space is sufficient
Have you tried the commands below?
./sync_block.sh mainnet
Have you tried the commands below?
./sync_block.sh mainnet
yes, you can test it.
OS: Ubuntu 22.04
Sorry, can you try it again? We uploaded the latest snapshot again, and the size of snapshot is 284.2GB.
ok, I will try it now.
Sorry, can you try it again? We uploaded the latest snapshot again, and the size of snapshot is 284.2GB.
yeah, this snapshot is ok, but I have a new situation,my full node always has 200 blocks behind than the public node(https://api.kroma.network/). And the cpu、memory and disk is sufficient. If you know about this?
We can see the geth don't in sync all the time from the geth log. Such as:
INFO [08-20|19:38:10.875] Imported new potential chain segment number=15,136,703 hash=40f27d..2f613f blocks=1 txs=1 mgas=0.046 elapsed=6.626ms mgasps=6.970 age=1m37s triedirty=31.00MiB
INFO [08-20|19:38:10.876] Chain head was updated number=15,136,703 hash=40f27d..2f613f root=1adec4..b66c47 elapsed=1.056969ms age=1m37s
INFO [08-20|19:38:10.891] Starting work on payload id=0x606eff294b52ab82
INFO [08-20|19:38:10.906] Imported new potential chain segment number=15,136,704 hash=ea9207..2e7696 blocks=1 txs=3 mgas=0.170 elapsed=13.213ms mgasps=12.876 age=1m35s triedirty=31.04MiB
INFO [08-20|19:38:10.907] Chain head was updated number=15,136,704 hash=ea9207..2e7696 root=00c253..dbe198 elapsed=1.043598ms age=1m35s
INFO [08-20|19:38:10.914] Starting work on payload id=0x204020eba8de6491
INFO [08-20|19:38:10.922] Imported new potential chain segment number=15,136,705 hash=fb5516..e08b58 blocks=1 txs=1 mgas=0.046 elapsed=6.651ms mgasps=6.944 age=1m33s triedirty=31.06MiB
INFO [08-20|19:38:10.924] Chain head was updated number=15,136,705 hash=fb5516..e08b58 root=00460a..728931 elapsed=1.026567ms age=1m33s
INFO [08-20|19:46:32.030] Starting work on payload id=0xf668c2b07471f7b7
INFO [08-20|19:46:32.049] Imported new potential chain segment number=15,136,706 hash=bb8c6e..7babb1 blocks=1 txs=6 mgas=0.210 elapsed=16.196ms mgasps=12.990 age=9m53s triedirty=31.11MiB
INFO [08-20|19:46:32.050] Chain head was updated number=15,136,706 hash=bb8c6e..7babb1 root=0538b0..886c57 elapsed=1.10696ms age=9m53s
INFO [08-20|19:46:32.073] Starting work on payload id=0x9a5757e440671c54
INFO [08-20|19:46:32.099] Imported new potential chain segment number=15,136,707 hash=9d4a7d..6f5aad blocks=1 txs=6 mgas=0.233 elapsed=24.147ms mgasps=9.655 age=9m51s triedirty=31.16MiB
INFO [08-20|19:46:32.101] Chain head was updated number=15,136,707 hash=9d4a7d..6f5aad root=17b4d6..df8b54 elapsed=1.208722ms age=9m51s
INFO [08-20|19:46:32.177] Starting work on payload id=0xee19a8eda84062cd
INFO [08-20|19:46:32.210] Imported new potential chain segment number=15,136,708 hash=636351..3edee8 blocks=1 txs=3 mgas=1.213 elapsed=31.743ms mgasps=38.209 age=9m49s triedirty=31.28MiB
INFO [08-20|19:46:32.212] Chain head was updated number=15,136,708 hash=636351..3edee8 root=175d13..ac6c77 elapsed=1.082939ms age=9m49s
INFO [08-20|19:46:32.227] Starting work on payload id=0x8c2783ed14de489a
INFO [08-20|19:46:32.240] Imported new potential chain segment number=15,136,709 hash=830855..ba28f1 blocks=1 txs=2 mgas=0.149 elapsed=12.635ms mgasps=11.803 age=9m47s triedirty=31.31MiB
INFO [08-20|19:46:32.242] Chain head was updated number=15,136,709 hash=830855..ba28f1 root=02d9d1..d40648 elapsed=1.038457ms age=9m47s
INFO [08-20|19:46:32.282] Starting work on payload id=0xe21a343f3f417390
INFO [08-20|19:46:32.305] Imported new potential chain segment number=15,136,710 hash=72bfef..ef23f1 blocks=1 txs=10 mgas=0.590 elapsed=21.626ms mgasps=27.301 age=9m45s triedirty=31.39MiB
INFO [08-20|19:46:32.307] Chain head was updated number=15,136,710 hash=72bfef..ef23f1 root=0e720f..f17682 elapsed=1.159351ms age=9m45s
INFO [08-20|19:46:32.325] Starting work on payload id=0xd381903f3540f5d1
INFO [08-20|19:46:32.340] Imported new potential chain segment number=15,136,711 hash=ae49c2..5c17c4 blocks=1 txs=3 mgas=0.170 elapsed=13.402ms mgasps=12.694 age=9m43s triedirty=31.43MiB
you can see that there was no log between 19:38 and 19:46.
It seems that your node is not performing an unsafe block sync over P2P.
The unsafe block sync is performed by the kroma-node
.
It may take some time to connect, and if there are no peers available on the network, you may have to wait a long time.
Note that after about 20 minutes, your node will receive safe blocks from the L1 batches, regardless of P2P connection.
the node log:
t=2024-08-20T19:38:10+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmFKws8Q4AyA5EVvgH1qEfeHgLqLzrLo2T1wc6A6M2q9Ut
t=2024-08-20T19:38:10+0800 lvl=info msg="Sync progress" reason="processed safe block derived from L1" l2_finalized=0x1133cdd0073ce975a7d177156b57591f0af929e5978b4a8dbdc82a1aebdac519:15136166 l2_safe=0x10c3fef7edfa25668a96fd994116d125663b65786d9ceaeffe05c996b380f521:15136435 l2_pending_safe=0xea92078c1adb70063491b63cd1891001a00d4d9ccb407bc3344ac7ff0b2e7696:15136704 l2_unsafe=0xea92078c1adb70063491b63cd1891001a00d4d9ccb407bc3344ac7ff0b2e7696:15136704 l2_backup_unsafe=0x0000000000000000000000000000000000000000000000000000000000000000:0 l2_time=1724153795 l1_derived=0xe1804e4d29fa03fdf5b074c93ce931d4e6e1b363ccce4979200cd3de3a216980:20569578
t=2024-08-20T19:38:10+0800 lvl=info msg="generated attributes in payload queue" txs=1 timestamp=1724153797
t=2024-08-20T19:38:10+0800 lvl=info msg="inserted block" hash=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58 number=15136705 state_root=0x00460a0c30773c30da1209e337fe4a1bd18f733439f92a004b767161dc728931 timestamp=1724153797 parent=0xea92078c1adb70063491b63cd1891001a00d4d9ccb407bc3344ac7ff0b2e7696 prev_randao=0xd3cb6fb678583c6078933fce55be7430ec70f17b1edb378f2bee59c12a582a42 fee_recipient=0x0000000000000000000000000000000000000000 txs=1 update_safe=true
t=2024-08-20T19:38:10+0800 lvl=info msg="Sync progress" reason="processed safe block derived from L1" l2_finalized=0x1133cdd0073ce975a7d177156b57591f0af929e5978b4a8dbdc82a1aebdac519:15136166 l2_safe=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58:15136705 l2_pending_safe=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58:15136705 l2_unsafe=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58:15136705 l2_backup_unsafe=0x0000000000000000000000000000000000000000000000000000000000000000:0 l2_time=1724153797 l1_derived=0xe1804e4d29fa03fdf5b074c93ce931d4e6e1b363ccce4979200cd3de3a216980:20569578
t=2024-08-20T19:38:10+0800 lvl=info msg="Advancing bq origin" origin=0x81931949a2c9d4429777b9b4cb2cc8e18c57713ae03e829e264403f1d7a94318:20569579 originBehind=false
t=2024-08-20T19:38:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4xgLcSgdmtQua5MB6ix5Dsv5ZRDFS4EznmDUBqiTqDxX
t=2024-08-20T19:38:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7F3rVnUzyEkHVu9tdboox7rCs5wHX8zbBTCHzBe8bo3D
t=2024-08-20T19:38:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmLUotgw31EkJ3zBu4ih8RmDQSazNXXrTeq7Zo1RetoKNr
t=2024-08-20T19:38:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmS1wGNXeaGkqaJXAyJZMXs2tYG45jcvbrenTYPNq1fPkP
t=2024-08-20T19:38:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4URTSUf3GdVe6jpdGM3LFYKid3sV2edmyJc7Sig6Ahie
t=2024-08-20T19:38:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmKp9hVtgJwWkhJT9oDcEvBuwGtiH1hcfZnGchpEKPQrRk
t=2024-08-20T19:38:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUUF3Aj52ASj4jvr7r2zdmDHDJ8bcpCvmSNaFWHdySwtB
t=2024-08-20T19:38:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8muMTUAS19QGhZ4sVSaQ1yQEawd2VffoZf7BviZkHPy9
t=2024-08-20T19:38:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmDtaudbMYQdA3Gvd3rMDh28FAAJQ13hBowAjnL6eKxPpJ
t=2024-08-20T19:38:13+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmNAnFYHnY8AqEu9aukH2FzhobLQi1MkyA6i99RxRksi94
t=2024-08-20T19:38:13+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQre3UDwFu58ptDgwky7gak1E4J85WLTFY5pmGoaPBp2h
t=2024-08-20T19:38:13+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRcDCWTtpZUW4ywLmP5cVj4c7c9wUh9DxABJUzPWugqaF
t=2024-08-20T19:38:13+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7RokykUXvFLKnP8t8wGwa7e1aaQtEcFwUXm7HoU4T7W2
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmPyNCntTwoJXztvyUycVuJVVpsyTF18SbHV45VkM9JV2t
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm5AjW4dhuPpPFc8PW9vCYxmTjcqLmyuSQmPdM3MZMzNcV
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmNXJgjTNCvAaGsMQDgEaicqZovbrHKVS8Q6YS1DUEo2RU
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1u2Vo7Htt3jPXfQfQmA1Mtk9CMjeHScHe7UHgs1SiFXu
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRKA9BG2JYifgHC3jUHUqWUeKWGH3jHrtSmmVwepZ7mAi
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkz59oRbajRKWkvfA4nzZvfhAqvW8smnWm7ZMgdpyM9Dzs
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRcDCWTtpZUW4ywLmP5cVj4c7c9wUh9DxABJUzPWugqaF
t=2024-08-20T19:38:13+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7RokykUXvFLKnP8t8wGwa7e1aaQtEcFwUXm7HoU4T7W2
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmPyNCntTwoJXztvyUycVuJVVpsyTF18SbHV45VkM9JV2t
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm5AjW4dhuPpPFc8PW9vCYxmTjcqLmyuSQmPdM3MZMzNcV
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmNXJgjTNCvAaGsMQDgEaicqZovbrHKVS8Q6YS1DUEo2RU
t=2024-08-20T19:38:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1u2Vo7Htt3jPXfQfQmA1Mtk9CMjeHScHe7UHgs1SiFXu
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRKA9BG2JYifgHC3jUHUqWUeKWGH3jHrtSmmVwepZ7mAi
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkz59oRbajRKWkvfA4nzZvfhAqvW8smnWm7ZMgdpyM9Dzs
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRcDCWTtpZUW4ywLmP5cVj4c7c9wUh9DxABJUzPWugqaF
t=2024-08-20T19:38:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmJbeEWW3wjnwZDKk7AnJHVdPDiM6PKWV7w5hgstunk4yb
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmU5x2XRLxbpQZRpC3MaembbLUnHQjHjSk87pjgYm5gFYV
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQTZdSFyBvaJsBtb82ZQrL8ubYS3UhiTkR3KsgnRVKn3c
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkxWdodmDCqeooubnZLS1xte1ACRcZTTacK2gLumKiGNWA
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm6ezSBT9fYrGPmKd9Z6cjP52hjFWGkLhpaFgnHQ13dbEY
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmLU97DmyyApWeTCjPfsewstGzp21ARPF3KumAtxyjPveb
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRwVcRF5f69WXvdEtjmu3kFLr9Yc6UMLM6tGFySPpATCP
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkzvH27Uj9ertUeRouC6NvQKKy1uHBMhNTNYTG6NEQXFXt
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQRHAkyUhtiL6nnuWu4GTPfWRVCofAnrzT4ux5xFmuRG8
t=2024-08-20T19:38:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkyHDNhqGxkj2ymsM3LXQ4kCLQ4CrP1r9P2hipEap8UWWz
t=2024-08-20T19:38:17+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkyhfN3Mb3wi7uecJg9q4cug5ufe8ZcYPZQ94mAMTCs9kb
t=2024-08-20T19:38:17+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMmhwTBsvawR8BoMyJYhg9Z1bMesX2QvgRCVW9xrUgVL9
t=2024-08-20T19:38:17+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmVXknDrjiALuzbNwzjiwSR1rSbUeWDrqAzDL3iabYTpCD
t=2024-08-20T19:38:17+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm5UQU8QgTkZiQN3XCQvXEj5WX6PAmL8h658LZWYFEMNnW
t=2024-08-20T19:38:17+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1Vc4H4CbYHVQVczFzZWUWNKWzJ6hfpMkx8GewGH8pSzf
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8qjQU1SA78rWQcXYYvXxE6dUkyxW55uvyuUxFtP1iR6w
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPeyK6mtixCLuKjCqrUcNTWDZh7VRoHKuQYvyUMLuhxt
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm3tM6YwZbUehhqJTX2SNUVmgHu9Ztbe2oPgRLvAWjfWpa
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8XyhKeQziWNYQR2YTugEQiGEnGqeLynojDSvREH7KHwZ
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmTiStvn9i1V2K6bv5zNec41aeSCWHZjWuwm4aYso1bxmz
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8yhDPU861WmuVcmta8KDBRk8bDYADvriMZtpjzEar3Pp
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm9mN76841HWiqrTzUP4DwGPmiRbSL946TLMKGFZTiajXq
t=2024-08-20T19:38:18+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmBaqDUoqYqUq64JK7oZ438gJqZrPGz5NiSrykKF3pzgPD
t=2024-08-20T19:38:19+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmNq6TBxBbzvGmBejJtjXhpobSaW9B67YFz6mHXiYeKkZn
t=2024-08-20T19:38:19+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmEUDR1TBrr1GzWhHr1JQjPdytCu8QbDCtv97Sk8ZFzNqt
t=2024-08-20T19:38:19+0800 lvl=info msg="Advancing bq origin" origin=0x6d3d6949e723ed1156c8e3e7d0725efa853579cd532db6dad77b0971ae0265b3:20569580 originBehind=false
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1r8jrK4NBvrhUM6BB2bbQzYXQGy58TVJjTXapJ8C2kga
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmGbXdU6QjsG8vTDG7pPqzjemTtMxjNY5gfeDxNqob9wvA
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRszAh1Y2jZ3kd5gg2QEmhkxay95nk1jUuBjfArDwX9mK
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmPCrK4iu3C7jGLQaM7ubqLnfi7r3bae5DoPbFc5F1Wfbw
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8qry6L7EW4qtW512hWb6ytovHoof7KBmVG5kzkz92KX3
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkucLo2agJ9JV2ure6QMuxRy7mfD5KraGWMAxwkoPZPSKe
t=2024-08-20T19:38:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4uz9XzqnBufBtrx6kxt64h5sXZ7iVSBdb8u1dtBAZyvP
t=2024-08-20T19:38:26+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmCQrz6ocFEuEsSDFF3uSzddSrgiPijKrrqC1mFHfRAQ4x
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4hVbsBqjyTw16TS8Z3398Ug8ZLYdJatdreohoJ1FXpNo
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmEfHDfJpyJjgNgwCPN7Fcb8c5WRm47EHeCYZo7NPa18QU
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkxaF1BXPrwRZ9m9kdNVpTGr9TxeFwHUHwgcty93FBUWKg
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMeHN9ZvnKH3CxeyAexfuhGgRKfX2bEmN3xp2u8cSBfEL
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkxaF1BXPrwRZ9m9kdNVpTGr9TxeFwHUHwgcty93FBUWKg
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMeHN9ZvnKH3CxeyAexfuhGgRKfX2bEmN3xp2u8cSBfEL
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmEAoupjYdZ4XyGiVZLypKVbFcc7qSRyG6yL7h2JgQDBAP
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7RokykUXvFLKnP8t8wGwa7e1aaQtEcFwUXm7HoU4T7W2
t=2024-08-20T19:38:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUwN2uWQYQ5mxwtoZxHuTsfWUbNPXGNM886rWv4oF17D2
t=2024-08-20T19:38:29+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4rAVuCfkh1quZwLQejM3mkHm9cYZuf4SYyvu7UZyuzvw
t=2024-08-20T19:38:29+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmBRhFeFRvynEFNhS4UAXT7eSyJL9FUcRCnhd4yTNbLSWs
t=2024-08-20T19:38:29+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmDWVMQ2DGPYRBarnBu7Nf56awXAT9sGNMoFfwfbBYcFBh
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm93P7JTgKGqrrYJk76eMaHwv84RyAdSra1BfYd7hqPZ9u
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkwhjowWNQRkHqrVBCRGib25EFLDKNYMzgnpHMJ6AEV9KU
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmVUWQzzvSoDhGUZUn6rAaBrH2XyvhMZJiV8X5oVRqRUSp
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm2vJYVRzFECCLcZy3BSC9pzWtDG1doKJ58jLEJyjmLmij
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7Fn1xDPM2UqFA9LCiqnRXiG2UopMHrUUe8yyuHLLYiud
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPqan2r7t4vWobtZuAGbrKupmujkCMuHtz4MVuiApZ14
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRKA9BG2JYifgHC3jUHUqWUeKWGH3jHrtSmmVwepZ7mAi
t=2024-08-20T19:38:30+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMysSoywjAjrtc65t89LiD1eTXmbg9jqthz1WFgCQ2X68
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8Em9f7vKv1XkAcLqnqZP3y48EyC18wzn48vnSH3aMKjw
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAky8crQHHp79ac4bcFuBbTfYwdv7U2gHJ7xRhzVgdVqZoq
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmM2yvzWFa5mtKzWpw4sLub56zwQAud8wXxaeP5SMz2oGy
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm2Z1Z9NMh7jbJ5dMu9W7PiRqPcAfgcg7xtPVdmT6v3VSh
t=2024-08-20T19:38:31+0800 lvl=info msg="Advancing bq origin" origin=0x27aa2ffff597b341baa998bf116f137fd4a2696ee0ac83c5079eb762900ea78b:20569581 originBehind=false
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmN1gzLaE97zDvmpa5VwuquQpsHjtFP7g1pNiWaRmuUrep
t=2024-08-20T19:38:31+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmKcyKeXP55jsRJcV9Q4hciU6Sjd1cuZyidKoDVNzY2ymc
t=2024-08-20T19:38:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkx7HFVPw5e4z5qKcWDPBakM3iB76HZiShhSt7hA7hD1dD
t=2024-08-20T19:38:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkuaRWt3jVjY1PhS4m5YPgPQEtMk5pgBxNA87Mi8Am3xP6
t=2024-08-20T19:38:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1JWBB3pr2hgZDxBfMigPVUXcT8ezfifTXQnyLzxVLepU
t=2024-08-20T19:38:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7PfTQyWwfBzCikFmdPNAV7m9rTqwBkFEtRKkwmRRppfz
t=2024-08-20T19:38:33+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm9CJR2zp3XY87CyXuBC32hmFKZZC66ZVyqSLxbA5wnKmw
t=2024-08-20T19:38:33+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkx5XmV3yEj9XQkqxDYGTmHoygWhtn9DDhmq6NvuUFS3uL
t=2024-08-20T19:38:34+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmDmUNECgo6usH3bVKwALXtyC8hex7Vj5A7n2c1PFvbBEj
t=2024-08-20T19:38:34+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmHK4GPwAFNGkXXs459cNc8ko7e6ejDRzdwVvy351toywa
t=2024-08-20T19:38:35+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkyKSZjsX1sKdsh2L9RyuiCUJnrtxs62ThKroiL9NLyVsJ
t=2024-08-20T19:38:35+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E
t=2024-08-20T19:38:35+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1wzsKNdiLDxm62RPvuiau4UuH6hLt6g9WtkU7mqUvoKu
t=2024-08-20T19:38:35+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkya1s9QQH8sRyYf73XJAhm14MamZxCxcgKw6DsFBpguGV
t=2024-08-20T19:38:36+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmBSjd87SSYw9jazkF9eKadZuN4qA3JQZfwvwirbNrqPrn
t=2024-08-20T19:38:36+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQ9hy8DZ8gMKqsXe61CwTqbKspLaVcxf5g3By3L9hRfDB
t=2024-08-20T19:38:37+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmFCkx9StSWoBPjd8SmFEcZv5XGad31LUo36HJYCQUqe9P
t=2024-08-20T19:38:37+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmGx63tftgAGAM37Kb4X2C6Dhb17Jn4F5jGni1xqwPVBva
t=2024-08-20T19:38:38+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQre3UDwFu58ptDgwky7gak1E4J85WLTFY5pmGoaPBp2h
t=2024-08-20T19:38:38+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm6onMt4S9oyC2QbCTKzRxzxSzApmxNoqapYNtfytgqwPf
t=2024-08-20T19:38:38+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUUF3Aj52ASj4jvr7r2zdmDHDJ8bcpCvmSNaFWHdySwtB
t=2024-08-20T19:39:05+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmC9WBoH3tkJ1XBZ8nTEWFz94SHmSCPy25Fau2YBw6gWcB
t=2024-08-20T19:39:05+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPeyK6mtixCLuKjCqrUcNTWDZh7VRoHKuQYvyUMLuhxt
t=2024-08-20T19:39:07+0800 lvl=info msg="New L1 finalized block" l1_finalized=0x5bd7d808dade47fdaf9705c06b1ac1ea82e1949ca249e58edd049b5b25adbf80:20569502
t=2024-08-20T19:39:07+0800 lvl=info msg="New L1 safe block" l1_safe=0x86c9a4347a6b0d6018d757cb3094a97dce1f9a37c07f1964b9f449d88543b6de:20569534
t=2024-08-20T19:39:07+0800 lvl=info msg="Advancing bq origin" origin=0xb9bc52fb6fbcf05009dd9962ba632b45296b4067398576f962e84657036c2450:20569584 originBehind=false
t=2024-08-20T19:39:08+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRszAh1Y2jZ3kd5gg2QEmhkxay95nk1jUuBjfArDwX9mK
t=2024-08-20T19:39:08+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmVAFskq5ShXHuLkxr34zM1vqwXiZb9HdfrezN6qVqFDJL
t=2024-08-20T19:39:09+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmL8pueV3h4Ka13UogpK9khPNjEhjtpj8SqJGhazxAYJ4p
t=2024-08-20T19:39:09+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7F3rVnUzyEkHVu9tdboox7rCs5wHX8zbBTCHzBe8bo3D
t=2024-08-20T19:39:09+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmCAkrWYWkN3kZNu9BngRXinMuDfMwJVvw8LQhMud77gzD
t=2024-08-20T19:39:10+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPwcMLZtCe8W1HVZmgJrA4QhRsiedFq6v2TU6UymyAd3
t=2024-08-20T19:39:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmK9RVCxiH82ECRomvDbnzKBWFuLGf5ooHdPvzpS5ntmSp
t=2024-08-20T19:39:11+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm89qQEjDhNw4xsRSBKc4L96N7byZN1XuLTz2KrPAgnAwo
t=2024-08-20T19:39:12+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkzvH27Uj9ertUeRouC6NvQKKy1uHBMhNTNYTG6NEQXFXt
t=2024-08-20T19:39:14+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkxWdodmDCqeooubnZLS1xte1ACRcZTTacK2gLumKiGNWA
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMJpMif9phtomJjasdvaxQCikaMaYJWwzk1WqqUZHD7zq
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkz59oRbajRKWkvfA4nzZvfhAqvW8smnWm7ZMgdpyM9Dzs
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8qjQU1SA78rWQcXYYvXxE6dUkyxW55uvyuUxFtP1iR6w
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm6ezSBT9fYrGPmKd9Z6cjP52hjFWGkLhpaFgnHQ13dbEY
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUUF3Aj52ASj4jvr7r2zdmDHDJ8bcpCvmSNaFWHdySwtB
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmG3uqqViDnYArhXivSBu2kqpcD34gM7aZdz8pautPhXX2
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1u2Vo7Htt3jPXfQfQmA1Mtk9CMjeHScHe7UHgs1SiFXu
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmQre3UDwFu58ptDgwky7gak1E4J85WLTFY5pmGoaPBp2h
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUgLBnLeW2rMRZYtV99c6jjY41hccVRtqAPyGTHCtQb9k
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmKp9hVtgJwWkhJT9oDcEvBuwGtiH1hcfZnGchpEKPQrRk
t=2024-08-20T19:39:15+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmDmUNECgo6usH3bVKwALXtyC8hex7Vj5A7n2c1PFvbBEj
t=2024-08-20T19:39:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmDADAt4zgnUaRNPV2B9DNixaK6Biiswj7WR2awoaff8ut
t=2024-08-20T19:39:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmFfULPcHXVvE3pEeG19myePAeoU88D86zTg9jwnawh64K
t=2024-08-20T19:39:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkzvH27Uj9ertUeRouC6NvQKKy1uHBMhNTNYTG6NEQXFXt
t=2024-08-20T19:39:16+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMysSoywjAjrtc65t89LiD1eTXmbg9jqthz1WFgCQ2X68
t=2024-08-20T19:39:19+0800 lvl=info msg="Advancing bq origin" origin=0x640468a4a4b244f4524fd85278a8b09744289206342642b4442ab018dd4f1e54:20569585 originBehind=false
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmM2yvzWFa5mtKzWpw4sLub56zwQAud8wXxaeP5SMz2oGy
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1aKgY3XPaftCkCfNRKVAEQ2HkKseCp5XZ5tdCPNt6CCv
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmL8pueV3h4Ka13UogpK9khPNjEhjtpj8SqJGhazxAYJ4p
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmVAFskq5ShXHuLkxr34zM1vqwXiZb9HdfrezN6qVqFDJL
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkxaLSSYvAdCoAf8C7uPdKtjnGvnfFX9skCakspzdSY5m6
t=2024-08-20T19:39:20+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmFKws8Q4AyA5EVvgH1qEfeHgLqLzrLo2T1wc6A6M2q9Ut
t=2024-08-20T19:39:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPqan2r7t4vWobtZuAGbrKupmujkCMuHtz4MVuiApZ14
t=2024-08-20T19:39:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8qry6L7EW4qtW512hWb6ytovHoof7KBmVG5kzkz92KX3
t=2024-08-20T19:39:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkyhfN3Mb3wi7uecJg9q4cug5ufe8ZcYPZQ94mAMTCs9kb
t=2024-08-20T19:39:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm93P7JTgKGqrrYJk76eMaHwv84RyAdSra1BfYd7hqPZ9u
t=2024-08-20T19:39:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7RokykUXvFLKnP8t8wGwa7e1aaQtEcFwUXm7HoU4T7W2
t=2024-08-20T19:39:40+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmExeAX4DBcDb81KSTJn8UGAikAu5P6FqLsXYswWn2ProB
t=2024-08-20T19:39:40+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmF59oUhSAnKaicjnuPLQQSBLrZuCWDwHKk6Qx8qMbS3Bb
t=2024-08-20T19:39:40+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmBaqDUoqYqUq64JK7oZ438gJqZrPGz5NiSrykKF3pzgPD
t=2024-08-20T19:39:43+0800 lvl=info msg="Advancing bq origin" origin=0xb5e5071c8bd212d14971376ec7a0d02f53d5d2aa5a234430d8f9c01a5f4dffd1:20569587 originBehind=false
t=2024-08-20T19:39:44+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmBRhFeFRvynEFNhS4UAXT7eSyJL9FUcRCnhd4yTNbLSWs
t=2024-08-20T19:39:44+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPwcMLZtCe8W1HVZmgJrA4QhRsiedFq6v2TU6UymyAd3
t=2024-08-20T19:39:49+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvhG1LyxxjyTwTyrjyVWfSK9wxdjMTAiSwd28yZV3racq
t=2024-08-20T19:39:49+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1r8jrK4NBvrhUM6BB2bbQzYXQGy58TVJjTXapJ8C2kga
t=2024-08-20T19:39:49+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm9CJR2zp3XY87CyXuBC32hmFKZZC66ZVyqSLxbA5wnKmw
t=2024-08-20T19:39:50+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmN1gzLaE97zDvmpa5VwuquQpsHjtFP7g1pNiWaRmuUrep
t=2024-08-20T19:39:50+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmHRYix3qLjKr633fec8a1Eezbv6zoRDV1MQwe1FAnDYGS
t=2024-08-20T19:39:50+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1fXreJsScZ7zpN4Coz6kdbgov4jRhvfCty2wB8upowbT
t=2024-08-20T19:39:50+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRsCinewAkCKk7NFi8euHKdt7d7kGtmiyUFnKQSEC8YcZ
t=2024-08-20T19:39:50+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmF97UpPmaRimSgsi4HsPRpC5ApddNdYqcZdmMDjL4iBfE
t=2024-08-20T19:39:51+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm3tM6YwZbUehhqJTX2SNUVmgHu9Ztbe2oPgRLvAWjfWpa
t=2024-08-20T19:39:51+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvRkeyk5dqnRdDDKSev9DcDaF92fD8NEbzuYM8fiG724x
t=2024-08-20T19:39:51+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4xgLcSgdmtQua5MB6ix5Dsv5ZRDFS4EznmDUBqiTqDxX
t=2024-08-20T19:39:51+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm5hvBvQTk8GWDyATijWvoFssN8k33bi6DXCrTFoEQ91Zi
t=2024-08-20T19:39:52+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmEnuScy7PCSYTApceo2grjAtuSW8XsvSL7oWmrskjZ3CM
t=2024-08-20T19:39:52+0800 lvl=info msg="attempting connection"
peer=16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA
t=2024-08-20T19:39:52+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkurx3nmpEBdT8E5ZYpyqnPCsxXGSkg26RT22xV2AKhEft
t=2024-08-20T19:39:53+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmNq6TBxBbzvGmBejJtjXhpobSaW9B67YFz6mHXiYeKkZn
...
t=2024-08-20T19:46:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8Em9f7vKv1XkAcLqnqZP3y48EyC18wzn48vnSH3aMKjw
t=2024-08-20T19:46:21+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmCAkrWYWkN3kZNu9BngRXinMuDfMwJVvw8LQhMud77gzD
t=2024-08-20T19:46:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRsCinewAkCKk7NFi8euHKdt7d7kGtmiyUFnKQSEC8YcZ
t=2024-08-20T19:46:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUwN2uWQYQ5mxwtoZxHuTsfWUbNPXGNM886rWv4oF17D2
t=2024-08-20T19:46:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7Cm2BsqGxVgV2whjEkGNpywiW5uxe9msqqL3o6P2JnQ5
t=2024-08-20T19:46:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmEnuScy7PCSYTApceo2grjAtuSW8XsvSL7oWmrskjZ3CM
t=2024-08-20T19:46:22+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmKwsNafL45cc9HTsu9sP41qMhNARUaJ8s2SbKiTLDuF6B
t=2024-08-20T19:46:23+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm1u2Vo7Htt3jPXfQfQmA1Mtk9CMjeHScHe7UHgs1SiFXu
t=2024-08-20T19:46:23+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmRKA9BG2JYifgHC3jUHUqWUeKWGH3jHrtSmmVwepZ7mAi
t=2024-08-20T19:46:23+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm2efsNTbRVd4RTW22dMa7Nn47v2gASScjTCN1ZxkH9seo
t=2024-08-20T19:46:24+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmJ3JYVM58vwcqCbhcaRfJDsh9Hox7Hn3bzV4QFfqw1Rgp
t=2024-08-20T19:46:24+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm6onMt4S9oyC2QbCTKzRxzxSzApmxNoqapYNtfytgqwPf
t=2024-08-20T19:46:24+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmHRYix3qLjKr633fec8a1Eezbv6zoRDV1MQwe1FAnDYGS
t=2024-08-20T19:46:25+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4XD6Bum23ASV9xTr1PYDGB6iwmxSZjByQFAxSjcVhTK1
t=2024-08-20T19:46:25+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm7roVeoRQhDBM36a1Ci85qq3hywc45vuhZcDQXJPGNAMj
t=2024-08-20T19:46:25+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmVPBuQRDNDKa9eRwfohZ44LqaEyecFNRgPZWfNv3ExoCa
t=2024-08-20T19:46:27+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvRkeyk5dqnRdDDKSev9DcDaF92fD8NEbzuYM8fiG724x
t=2024-08-20T19:46:27+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm4hVbsBqjyTw16TS8Z3398Ug8ZLYdJatdreohoJ1FXpNo
t=2024-08-20T19:46:27+0800 lvl=info msg="attempting connection" peer=16Uiu2HAm8muMTUAS19QGhZ4sVSaQ1yQEawd2VffoZf7BviZkHPy9
t=2024-08-20T19:46:28+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmPyNCntTwoJXztvyUycVuJVVpsyTF18SbHV45VkM9JV2t
t=2024-08-20T19:46:29+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmMysSoywjAjrtc65t89LiD1eTXmbg9jqthz1WFgCQ2X68
t=2024-08-20T19:46:31+0800 lvl=info msg="Advancing bq origin" origin=0x1befb28ab0cd87a403d6bf1648e6736c7ef61bd4aae8d096b24c5273255fc63d:20569621 originBehind=false
t=2024-08-20T19:46:32+0800 lvl=info msg="created new channel" origin=0x1befb28ab0cd87a403d6bf1648e6736c7ef61bd4aae8d096b24c5273255fc63d:20569621 channel=11d3ba67a33b631a209a827b33fd5a4f length=72570 frame_number=0 is_last=true
t=2024-08-20T19:46:32+0800 lvl=info msg="Reading channel" channel=11d3ba67a33b631a209a827b33fd5a4f frames=1
t=2024-08-20T19:46:32+0800 lvl=info msg="Found next batch" batch_type=SpanBatch batch_timestamp=1724153799 parent_check=0xfb55166b27325c6eee22b026f303af8642fed339 origin_check=0x9971d423a974d871de94ed65ccca0eb923c4e748 start_epoch_number=20569570 end_epoch_number=20569615 block_count=270
t=2024-08-20T19:46:32+0800 lvl=info msg="generated attributes in payload queue" txs=6 timestamp=1724153799
t=2024-08-20T19:46:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAkvPqan2r7t4vWobtZuAGbrKupmujkCMuHtz4MVuiApZ14
t=2024-08-20T19:46:32+0800 lvl=info msg="attempting connection" peer=16Uiu2HAmUtzraFAk4NgrB1ksHzRYfzzY1dD8s4NgbLFjsamEopuC
t=2024-08-20T19:46:32+0800 lvl=info msg="inserted block" hash=0xbb8c6e4acff82820196e044bec418d335af4ed6d64ce9f7530108075697babb1 number=15136706 state_root=0x0538b0a9d21b31408f65913d889aa036290c0da50957b3ed4684cb56ed886c57 timestamp=1724153799 parent=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58 prev_randao=0xd3cb6fb678583c6078933fce55be7430ec70f17b1edb378f2bee59c12a582a42 fee_recipient=0x0000000000000000000000000000000000000000 txs=6 update_safe=false
t=2024-08-20T19:46:32+0800 lvl=info msg="Sync progress" reason="processed safe block derived from L1" l2_finalized=0x10c3fef7edfa25668a96fd994116d125663b65786d9ceaeffe05c996b380f521:15136435 l2_safe=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58:15136705 l2_pending_safe=0xbb8c6e4acff82820196e044bec418d335af4ed6d64ce9f7530108075697babb1:15136706 l2_unsafe=0xbb8c6e4acff82820196e044bec418d335af4ed6d64ce9f7530108075697babb1:15136706 l2_backup_unsafe=0x0000000000000000000000000000000000000000000000000000000000000000:0 l2_time=1724153799 l1_derived=0x1befb28ab0cd87a403d6bf1648e6736c7ef61bd4aae8d096b24c5273255fc63d:20569621
t=2024-08-20T19:46:32+0800 lvl=info msg="generated attributes in payload queue" txs=6 timestamp=1724153801
t=2024-08-20T19:46:32+0800 lvl=info msg="inserted block" hash=0x9d4a7d34edfd33c77790e54c605705600d57e421010e4af8ce05c3fd416f5aad number=15136707 state_root=0x17b4d6c5e7aa54f90b6d674eb190b9fdda6a174a21526af32cdd41a50ddf8b54 timestamp=1724153801 parent=0xbb8c6e4acff82820196e044bec418d335af4ed6d64ce9f7530108075697babb1 prev_randao=0xd3cb6fb678583c6078933fce55be7430ec70f17b1edb378f2bee59c12a582a42 fee_recipient=0x0000000000000000000000000000000000000000 txs=6 update_safe=false
t=2024-08-20T19:46:32+0800 lvl=info msg="Sync progress" reason="processed safe block derived from L1" l2_finalized=0x10c3fef7edfa25668a96fd994116d125663b65786d9ceaeffe05c996b380f521:15136435 l2_safe=0xfb55166b27325c6eee22b026f303af8642fed33976282444cf46049210e08b58:15136705 l2_pending_safe=0x9d4a7d34edfd33c77790e54c605705600d57e421010e4af8ce05c3fd416f5aad:15136707 l2_unsafe=0x9d4a7d34edfd33c77790e54c605705600d57e421010e4af8ce05c3fd416f5aad:15136707 l2_backup_unsafe=0x0000000000000000000000000000000000000000000000000000000000000000:0 l2_time=1724153801 l1_derived=0x1befb28ab0cd87a403d6bf1648e6736c7ef61bd4aae8d096b24c5273255fc63d:20569621
It seems that your node is not performing an unsafe block sync over P2P. The unsafe block sync is performed by the
kroma-node
. It may take some time to connect, and if there are no peers available on the network, you may have to wait a long time.
you mean the reason is no peer between 19:38 and 19:46?
Do you have any idea how to stabilize peer?
geth client:
/opt/kromain/core/geth --networkid=255 --datadir=/mnt/kromain/node/geth --gcmode=archive --syncmode=full --db.engine=pebble --state.scheme=hash --snapshot=false --http --http.addr=0.0.0.0 --http.port=8545 --http.vhosts=* --http.corsdomain=* --http.api=admin,eth,net,web3,personal,debug,txpool,engine,kroma --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.origins=* --ws.api=admin,eth,net,web3,personal,debug,txpool,engine,kroma --rpc.gascap=0 --rpc.txfeecap=0 --txpool.globalslots=10000 --txpool.globalqueue=5000 --authrpc.addr=127.0.0.1 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/mnt/kromain/node/jwt.hex --maxpeers=200 --port=30303 --discovery.port=30303 --bootnodes=enode://acf4af39e9d9f3bbdb700315fde6e909efc714bd9a012b0f6943c4f9110008e3da2cb6c2ac9d3b6d98184a5ead57c4409be4ae7b19da1f554ceee7ba86c1fc2e@p2p-0.kroma.network:30304?discport=30303,enode://a3b6a7087b3399eefdb1ce5870aa0e58a60bfeccf3f7f7c02f5e142b1a544d19c171f7688d08db786d5e9b3ba734482bf8cf29dab7d46917b9da7f61656fde39@p2p-1.kroma.network:30304?discport=30303
the op-node cli:
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.bootnodes=enr:-J24QIRQ_Sxsn08UW2djuM7XIiKMqDnjIRmZV3Y82aBxI396bIligpv716MNmEDitgiNzTYLx9pWVBZUmBLGZao3cJKGAYpjUHvsgmlkgnY0gmlwhA3RbWiHb3BzdGFja4P_AQCJc2VjcDI1NmsxoQO6Fg_lxKa4bqrCTRndRjP6V0Ahh_CduFC4c4khUSiRK4N0Y3CCIyuDdWRwgiMr,enr:-J24QJ0TyKGwcMuY4PCVe7Qo77pSMMkFHMHHZG5IZTtfURttM7by94vRPmFZzlteuCESo8KQC7GxEUKtRxK9dXQpvpGGAYpjUH99gmlkgnY0gmlwhAMldxyHb3BzdGFja4P_AQCJc2VjcDI1NmsxoQJXGyNhwNUSIdGsWbLChN6a47_bfRBFlFCARgjHnl6r-YN0Y3CCIyuDdWRwgiMr
Note that after about 20 minutes, your node will receive safe blocks from the L1 batches, regardless of P2P connection.
If there any way to no wait these 20 minutes?
you mean the reason is no peer between 19:38 and 19:46?
Yes, that's right. You need to be connected to a P2P network to sync new blocks immediately.
Do you have any idea how to stabilize peer?
You can try changing configurations by following the links below. https://docs.optimism.io/builders/node-operators/configuration/base-config#configuring-peer-to-peer-networking
If there any way to no wait these 20 minutes?
The only way to receive blocks quickly is to connect to a P2P network.
I've been monitoring our network, and it seems there is some slack in the P2P nodes we provide. If you're still not connected, the issue might be related to your network settings.
Check out the OP's guide documentation provided in the comments above and check your op-node
settings.
I've been monitoring our network, and it seems there is some slack in the P2P nodes we provide. If you're still not connected, the issue might be related to your network settings.
Check out the OP's guide documentation provided in the comments above and check your
op-node
settings.
I can't find the public p2p node in docs and github, can you provide the p2p.static node address?
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
ok, thank you I will try it. By the way, what db backend should we use? I see the snapshot is use pebble now. But on Aug 2nd the snapshot is leveldb.
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
ok, thank you I will try it. By the way, what db backend should we use? I see the snapshot is use pebble now. But on Aug 2nd the snapshot is leveldb.
We replaced the db backend of snapshot with pebble yesterday, so it works with pebbledb
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
The --p2p-security is unavaliable. which op-node version are you use? My op-node client is v1.4.3.
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
The --p2p-security is unavaliable. which op-node version are you use? My op-node client is v1.4.3.
Sorry, --p2p.security
is right.
security
Without this parameter.
./op-node -h | grep secu
is no result.
This is a hidden option, so it doesn't show up in help.
This is a hidden option, so it doesn't show up in help.
ok,I will try it, thank you.
Thank you very much, the node is normally.
Try it
/opt/kromain/core/op-node --network=mainnet --rollup.config=/mnt/kromain/conf/rollup.json --l1.trustrpc --l1=xxx --l1.beacon=xxx --l1.epoch-poll-interval=6m24s --l1.http-poll-interval=12s --l1.max-concurrency=10 --verifier.l1-confs=3 --l2=http://127.0.0.1:8551 --l2.jwt-secret=/mnt/kromain/node/jwt.hex --rpc.enable-admin --rpc.addr=127.0.0.1 --rpc.port=9545 --p2p.discovery.path=/mnt/kromain/node/node/discovery_db --p2p.peerstore.path=/mnt/kromain/node/node/peerstore_db --p2p.priv.path=/mnt/kromain/conf/p2p_priv.txt --p2p.listen.tcp=13000 --p2p.listen.udp=12000 --p2p.static=/ip4/13.209.109.104/tcp/9003/p2p/16Uiu2HAmRBPhDh642M9PArd7zcFFkKpfM5omdCxMYLW1TKvdZDWA,/ip4/3.37.119.28/tcp/9003/p2p/16Uiu2HAm1HhT71D9SVuZM1DHHPvGVUS5zyEjjEMpJpthjG1TPq7E --p2p-security=none
ok, thank you I will try it. By the way, what db backend should we use? I see the snapshot is use pebble now. But on Aug 2nd the snapshot is leveldb.
We replaced the db backend of snapshot with pebble yesterday, so it works with pebbledb
what state.scheme do you suggest to use when the db backend is pebbledb? hash?
Issue type
Bug
OS platform and distribution
Ubuntu 22.04
Current behavior?
we tar -zxvf snapshot.tar.gz, but we can the following information:
Expected Behavior?
a complete snapshot, It would be better to provide md5 values that can be checked by myself.
Standalone code or description to reproduce the issue
SNAPSHOT_ORIGIN=https://snapshot.kroma.network/latest/snapshot.tar.gz wget -O - ${SNAPSHOT_ORIGIN} | tar -xvz
Additional context
No response