我是 geth + prysm, 现在已经同步 10 天了,一直在 “Syncing: state healing in progress”。
INFO [06-22|18:54:13.462] Syncing: state healing in progress accounts=3,711,[email protected] slots=8,055,[email protected] [email protected] nodes=92,361,[email protected] pending=14388
INFO [06-22|18:54:13.548] Forkchoice requested sync to new head number=17,537,066 hash=aa1e21..27027a finalized=17,536,982
INFO [06-22|18:54:19.042] Syncing: chain download in progress synced=100.00% chain=500.57GiB headers=17,537,[email protected] bodies=17,536,[email protected] receipts=17,536,[email protected] eta=15m5.948s
INFO [06-22|18:54:21.617] Syncing: state healing in progress accounts=3,711,[email protected] slots=8,056,[email protected] [email protected] nodes=92,362,[email protected] pending=14452
INFO [06-22|18:54:24.494] Forkchoice requested sync to new head number=17,537,067 hash=5bf4c3..5ed7eb finalized=17,536,982
INFO [06-22|18:54:27.058] Syncing: chain download in progress synced=100.00% chain=500.57GiB headers=17,537,[email protected] bodies=17,536,[email protected] receipts=17,536,[email protected] eta=15m17.887s
INFO [06-22|18:54:29.886] Syncing: state healing in progress accounts=3,711,[email protected] slots=8,056,[email protected] [email protected] nodes=92,363,[email protected] pending=14423
INFO [06-22|18:54:35.066] Syncing: chain download in progress synced=100.00% chain=500.57GiB headers=17,537,[email protected] bodies=17,536,[email protected] receipts=17,536,[email protected] eta=15m17.905s
INFO [06-22|18:54:36.324] Forkchoice requested sync to new head number=17,537,068 hash=a5f4c2..f7c310 finalized=17,536,982
INFO [06-22|18:54:38.012] Syncing: state healing in progress accounts=3,712,[email protected] slots=8,056,[email protected] [email protected] nodes=92,364,[email protected] pending=14439
INFO [06-22|18:54:43.076] Syncing: chain download in progress synced=100.00% chain=500.57GiB headers=17,537,[email protected] bodies=17,536,[email protected] receipts=17,536,[email protected] eta=15m29.844s
INFO [06-22|18:54:46.013] Syncing: state healing in progress accounts=3,712,[email protected] slots=8,056,[email protected] [email protected] nodes=92,365,[email protected] pending=14325
INFO [06-22|18:54:49.878] Forkchoice requested sync to new head number=17,537,069 hash=82526a..574583 finalized=17,536,982
> eth.syncing
{
currentBlock: 17536061,
healedBytecodeBytes: 79428243,
healedBytecodes: 10861,
healedTrienodeBytes: 25439693259,
healedTrienodes: 91090540,
healingBytecode: 0,
healingTrienodes: 1108,
highestBlock: 17536140,
startingBlock: 17501953,
syncedAccountBytes: 52401351864,
syncedAccounts: 231420135,
syncedBytecodeBytes: 6471440984,
syncedBytecodes: 944602,
syncedStorage: 1007002838,
syncedStorageBytes: 216338753051
}
这是正常的吗?有没有什么加速的办法?
1
unnamedhao 2023-06-23 07:56:13 +08:00 via iPhone
ssd 硬盘?
|
2
MAKF 2023-06-23 09:20:04 +08:00 via iPhone
10 天这个高度不太正常。硬盘肯定是有问题的。是 nvme 吗
|
3
blackcurrant OP 硬盘是三星的 T7 shield 4TB
|
4
davidqw 2023-06-23 15:02:39 +08:00
一般同步完成就 2 到 3 天,beacon chain 同步比较慢,可以用快照加速
|
5
doanything 2023-07-14 09:08:00 +08:00
自己家里运行的吗。
|