-
0 个赞 / 6 条回复
-
通过快照启动,还能查询到历史快信息吗? at July 16, 2020
这是我 config.init 配置文件,配合
nohup nodeos --config-dir . --data-dir . --snapshot ./snapshots/snapshot-120313893.bin --delete-all-blocks --disable-replay-opts> run.log 2>&1 &
启动. 有两个问题:通过 cleos get info 查看同步快信息,发现同步的速度很慢,4 天才同步了 100 万,感觉不可能追上主网;
通过 cleos get block 191,查询历史块,查询不到,我已经配置了 --history_plugin,这是为什么;