【已解决】pherry 校验 node节点同步下来khala的区块慢原因是什么?

image不用 但是官方脚本是docker volumes 不是bindmounts存储 从新拉容器 不方便一点点

“–fetch-blocks=4096”, pherry从node拉取 开到4096 看自己配置性能

pherry从node拉取 这个在哪里改

自己看官方的docke-conpose 文件最下面部分

phala-pherry:
image: ${PHERRY_IMAGE} 是这里?
container_name: phala-pherry
hostname: phala-pherry
depends_on:
- phala-node
- phala-pruntime
restart: always
entrypoint: ["/root/pherry", “-r”, “–parachain”, “–mnemonic=${MNEMONIC}”, “–substrate-ws-endpoint=ws://phala-node:9945”, “–collator-ws-endpoint=ws://phala-node:9944”, “–pruntime-endpoint=http://phala-pruntime:8000”, “–operator=${OPERATOR}”, “–fetch-blocks=8192”]

khala 得要重新拉 但是不能删区块数据 要不然重新下了
还有pherry 这个容器 重新拉 这个没有数据存储
prutime 有数据存储的 是存储worker public的

对的 是这个

小心操作 不要删元数据

sudo docker rmi 两个images id 呗,然后在重新下,对吧。

我试试看你什么cpu 配置,调高了会怎么怎么样,cpu 沾满?

没事 你是单机部署 开高没事

如果太高 fetch 值太高 可能校验出错
单机部署不用考虑网络负载等原因

好的,多谢了,更新images 之后,是不是stop 就不用再重新开始了,pherry w/change了

image geng’x更新了images 直接这样了

docker logs 看看日志 容器掉线可以重新拉 源数据麻烦 就是区块 区块必须容器做持久存储

image 好了

[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6102) hash 0xe5b0…afc0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6103) hash 0x0240…0e69
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6104) hash 0x4b1b…11f5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6105) hash 0x37f4…b57b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6106) hash 0x0caa…e27e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6107) hash 0x0a05…5801
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6108) hash 0xee11…673f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6109) hash 0x1fec…1d9d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6110) hash 0xcf50…4e0b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6111) hash 0x29f3…0d70
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6112) hash 0x45c4…6120
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6113) hash 0x4c2e…a9f6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6114) hash 0x102e…1a3b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6115) hash 0x3bb5…f6d1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6116) hash 0xe82d…b646
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6117) hash 0x2768…2ecf
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6118) hash 0x395d…b88a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6119) hash 0x9c3d…4e08
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6120) hash 0x43f6…0ab1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6121) hash 0xa0ef…0db0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6122) hash 0xe447…3521
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6123) hash 0x4e67…1ee2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6124) hash 0x895e…a886
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6125) hash 0x1054…9742
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6126) hash 0x0cfe…528a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6127) hash 0xe66f…a8f3
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6128) hash 0xddab…1fb5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6129) hash 0x471f…9674
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6130) hash 0xf6b6…2248
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6131) hash 0x8a70…cd43
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6132) hash 0x865e…313f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6133) hash 0xdb56…e45a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6134) hash 0x5768…2489
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6135) hash 0x60ed…f153
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6136) hash 0x0368…efc8
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6137) hash 0xae77…1e9d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6138) hash 0x297f…0a6a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6139) hash 0xc3b5…f78f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6140) hash 0xd2ac…f258
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6141) hash 0x9386…fc60
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6142) hash 0xaa93…b82d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6143) hash 0xe79d…faaf
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6144) hash 0x3b6b…440e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6145) hash 0x699f…e433
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6146) hash 0xa0e8…e053
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6147) hash 0xddcd…a2f2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6148) hash 0x33d1…8b25
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6149) hash 0x1e9f…19ff
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6150) hash 0x9226…6bb0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6151) hash 0x3700…2390
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6152) hash 0x36a0…a446
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6153) hash 0xc43c…32c6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6154) hash 0xde02…774e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6155) hash 0xde3f…3bb9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6156) hash 0x4cdc…623a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6157) hash 0x8dca…3d85
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6158) hash 0x7529…1486
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6159) hash 0xfa20…3cf2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6160) hash 0xb2f5…bcba
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6161) hash 0xb052…d2c5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6162) hash 0xdf0a…da70
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6163) hash 0xe756…a331
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6164) hash 0x5d47…403a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6165) hash 0x9d8b…4e13
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6166) hash 0x92a7…712b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6167) hash 0xd5bc…d3bc
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6168) hash 0x6f28…ec4e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6169) hash 0xee6e…a3e4
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6170) hash 0x3151…10a0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6171) hash 0x47ec…4158
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6172) hash 0x19ce…f31c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6173) hash 0xf66c…7297
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6174) hash 0x7d38…dc9f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6175) hash 0x331e…6bc1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6176) hash 0x87d8…35e0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6177) hash 0xda1d…ada7
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6178) hash 0xa758…26ea
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6179) hash 0x86e4…b228
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6180) hash 0x4cff…640b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6181) hash 0x500a…1aa2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6182) hash 0x1b36…93f5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6183) hash 0x3417…0200
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6184) hash 0x376e…fcaf
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6185) hash 0x9351…5e07
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6186) hash 0x8fa4…1745
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6187) hash 0x696b…4e3f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6188) hash 0x457b…96e0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6189) hash 0x7ad7…e717
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6190) hash 0xe669…452a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6191) hash 0x764f…11bf
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6192) hash 0xbbfc…4d27
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6193) hash 0x1d88…a689
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6194) hash 0xde69…121e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6195) hash 0x11cf…2b4a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6196) hash 0xc568…337a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6197) hash 0x261a…5589
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6198) hash 0x37be…b134
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6199) hash 0x4b75…d2ea
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6200) hash 0x2cd3…8c48
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6201) hash 0x53ae…2768
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6202) hash 0xa4eb…7509
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6203) hash 0xb28a…c054
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6204) hash 0x4691…9ac2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6205) hash 0xc4eb…17ad
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6206) hash 0xd843…269b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6207) hash 0x2153…b7f6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6208) hash 0xc5d6…3034
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6209) hash 0xb9f6…301f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6210) hash 0x7d9c…45f9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6211) hash 0x185c…c8ed
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6212) hash 0x1463…9a34
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6213) hash 0x5467…644f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6214) hash 0xa1c7…f100
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6215) hash 0xa110…4c7b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6216) hash 0x7391…2fba
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6217) hash 0xc1ab…efd9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6218) hash 0x6019…656f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6219) hash 0x2134…df36
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6220) hash 0x3b4a…38df
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6221) hash 0x9d56…88d1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6222) hash 0x4e19…5e4c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6223) hash 0xc50e…1e98
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6224) hash 0xcc89…5081
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6225) hash 0x363b…c091
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6226) hash 0xeecf…5d0c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6227) hash 0x0aaf…711c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6228) hash 0xb4f6…7bb4
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6229) hash 0xe56a…d1ba
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6230) hash 0xc3db…511a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6231) hash 0xf4d8…6f64
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6232) hash 0x711c…adb6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6233) hash 0xb600…8210
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6234) hash 0x06b8…f415
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6235) hash 0x9059…b39f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6236) hash 0xf548…3d63
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6237) hash 0xf836…1f22
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6238) hash 0x1427…7963
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6239) hash 0xe769…438c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6240) hash 0xe28f…85b5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6241) hash 0x7671…2ab6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6242) hash 0xf9d1…7df0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6243) hash 0x57c1…57e6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6244) hash 0xfb08…a9f4
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6245) hash 0x6f4d…16f1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6246) hash 0x19be…947f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6247) hash 0xb4ba…b05c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6248) hash 0xb853…473c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6249) hash 0x78f5…6702
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6250) hash 0x0e3a…4342
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6251) hash 0x92fe…7231
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6252) hash 0x9238…6954
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6253) hash 0xce11…7e25
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6254) hash 0xc258…13f9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6255) hash 0x85f4…a661
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6256) hash 0xa376…f7b5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6257) hash 0x3e8c…5dbd
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6258) hash 0x5f8b…6b97
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6259) hash 0x87c4…ac45
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6260) hash 0xfa64…ff94
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6261) hash 0x86b7…3601
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6262) hash 0x62cc…d6fa
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6263) hash 0x9d21…4be8
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6264) hash 0x8fe6…ed7c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6265) hash 0x570a…7b2f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6266) hash 0x894e…7870
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6267) hash 0xb323…f490
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6268) hash 0x8e6a…e7fd
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6269) hash 0xeb50…0f35
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6270) hash 0x6e5f…ce2c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6271) hash 0x6c44…3d86
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6272) hash 0x9336…c94d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6273) hash 0xa192…25a2
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6274) hash 0x5eb2…366f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6275) hash 0x76b8…a7b8
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6276) hash 0x593c…fc8f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6277) hash 0x0ea4…b8af
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6278) hash 0x3583…ae2b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6279) hash 0x0332…7a02
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6280) hash 0xc3d6…95df
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6281) hash 0xba25…9daa
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6282) hash 0xbcab…0d3a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6283) hash 0x0b23…6f13
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6284) hash 0x6b0a…3e8b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6285) hash 0x1a2f…58ea
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6286) hash 0x71ad…31e3
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6287) hash 0xff1b…5891
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6288) hash 0xb897…b7e5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6289) hash 0xa359…222d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6290) hash 0x8e8c…3270
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6291) hash 0x55d8…1a5c
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6292) hash 0x6b5d…b401
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6293) hash 0x5eda…79cc
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6294) hash 0x5c35…a4a9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6295) hash 0x1116…7ed6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6296) hash 0xf3af…d173
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6297) hash 0x99ac…79f0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6298) hash 0xb7ce…86f3
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6299) hash 0x0759…866f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6300) hash 0x3213…67c6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6301) hash 0x346b…3da4
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6302) hash 0x49f8…0543
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6303) hash 0x1ddc…acfe
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6304) hash 0xa6f3…f88a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6305) hash 0x2ca6…0a8d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6306) hash 0x8f01…6b06
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6307) hash 0x9483…187a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6308) hash 0x88e0…d7a0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6309) hash 0xf63b…0787
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6310) hash 0x6350…2a5a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6311) hash 0x679d…16c8
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6312) hash 0x9e3c…44ac
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6313) hash 0x9a5e…2ef8
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6314) hash 0x99e0…592a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6315) hash 0xe6c1…ccc0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6316) hash 0x1d7f…6a78
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6317) hash 0x3cef…39e6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6318) hash 0x61e9…4c0d
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6319) hash 0x22a6…381b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6320) hash 0xad9a…85a9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6321) hash 0x0d0b…7241
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6322) hash 0x7dfe…f676
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6323) hash 0xe69e…8334
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6324) hash 0x9562…ec9a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6325) hash 0x2db9…5eb3
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6326) hash 0x49ec…28a6
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6327) hash 0x2784…68a1
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6328) hash 0x8ce9…4cf3
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6329) hash 0x7e5d…b668
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6330) hash 0x5c0f…5898
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6331) hash 0xe599…ef16
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6332) hash 0x74cb…b6fe
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6333) hash 0xc4d6…cf8e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6334) hash 0x6148…9f9a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6335) hash 0xa18e…f360
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6336) hash 0xaaf9…a8fc
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6337) hash 0x67ad…054f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6338) hash 0x24da…683a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6339) hash 0x7bba…e5de
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6340) hash 0x5e5c…2423
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6341) hash 0xdb8e…013b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6342) hash 0xe34e…1dcd
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6343) hash 0x1ccf…b123
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6344) hash 0xfe47…0d9e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6345) hash 0xc82b…9572
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6346) hash 0xef92…561e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6347) hash 0x0ed2…a49e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6348) hash 0x6fe2…e267
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6349) hash 0xa4cd…609a
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6350) hash 0x2a8f…2e34
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6351) hash 0xdbdb…bff4
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6352) hash 0xe115…7cb0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6353) hash 0x7b3e…39cb
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6354) hash 0xa816…a21f
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6355) hash 0x29e4…dbf9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6356) hash 0x9756…8d9e
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6357) hash 0x7d41…98e5
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6358) hash 0x3ebc…aeea
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6359) hash 0xdc34…f1fb
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6360) hash 0xa536…b269
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6361) hash 0x646d…ffbb
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6362) hash 0x30d1…37a0
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6363) hash 0x4c9b…e6b7
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6364) hash 0xbf74…3438
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6365) hash 0x11bf…c7bb
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6366) hash 0x4f6c…4b79
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6367) hash 0xb7c9…ccb9
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6368) hash 0x5688…4584
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6369) hash 0x08ae…7b14
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6370) hash 0x0dab…dc36
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6371) hash 0x4109…c40b
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6372) hash 0xb348…6610
[2021-09-19T01:17:21Z INFO pherry] get_block (w/changes): Got block Some(6373) hash 0x6a45…e87b

块多了,多谢,多谢1秒270 行

嗯嗯 好哒

这个pherry 到底写w/change 的总数是,41万,还是900万

我重启了一下,还是没有保存当前的进度,这个要怎么弄才能保存,已经w/change的呢。