重建账户数据完成之后基本上 rpc 服务完成初始化完成了可以 getSlot rpc 方法调用了
这时候可以用 grpc 客户端查询 slot 了
root@solana:~# ./client-ubuntu-22.04 -e http://127.0.0.1:60003 get-slot
[2024-12-03T13:32:47Z INFO client] Connected
[2024-12-03T13:32:47Z INFO client] response: GetSlotResponse { slot: 305155526 }
# solana catchup --our-localhost 60001
⠙ 3188 slot(s) behind (us:305154679 them:305157867), our node is gaining at 0.2 slots/second (AVG: 0.3 slots/second, ETA: slot 305183903 in 2h 57m 7s)
初始化完成后 落后了 3200 个区块 (slot),按照 0.4 个 slot 计算大约是 21 分钟,跟之前统计的各个阶段初始化耗时约 20 分钟接近
我 12*32=384G 内存 AMD EPYC 9254 机器开启两个索引之后追不上块,每秒落后 0.2 个区块,后来禁用掉黄石 grpc 和索引花了 5-6 小时完成区块同数据步