Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Testnet 已经重置了。如果出现大量 "The nodes are not on the same network" 消息说明连接的网络其它节点都和你不兼容,这个适合可以在 https://github.com/nervosnetwork/ckb/wiki/Chains 确认下网络的 genesis hash 是否匹配,一般 mainnet 不会出现,testnet 因为也是用的 PoW 且维护算力太低,容易被临时算力把难度弄上去之后出不了块,所以会不定期的重置。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
491/597000, cycles: 3406708/3500000000 2020-03-25 13:01:25.402 +00:00 ChainService INFO ckb-chain block: 408179, hash: 0x86d9b4585adb79c1f62c47366c37d226eed7e25e865aa9d8586f4f1b3fc1a513, epoch: 256(1372/1800), total_diff: 0x27d456bf0c43b9dadd, txs: 3 2020-03-25 13:01:25.405 +00:00 ChainService INFO ckb-chain block: 408180, hash: 0xc83a29617973e84833816a8583d37b1c101974a891e99ec480f21388b3eaf0bb, epoch: 256(1373/1800), total_diff: 0x27d45dca8f0a7f30fb, txs: 1 2020-03-25 13:01:25.407 +00:00 main INFO main Finishing work, please wait... 2020-03-25 13:01:25.408 +00:00 main INFO main Jsonrpc shutdown
---------------------------------以上是mainnet的日志,同步没完成就停了---------------------------2020-03-23 06:47:27.846 +00:00 ChainService INFO ckb-chain block: 593057, hash: 0xef7d3dc51b1006ffaf18940a822c5a52f6d6da563cadd0b5713bb5e7f14e999c, epoch: 706(502/1800), total_diff: 0x5f55a78403bb476, txs: 12020-03-23 07:09:48.063 +00:00 NetworkRuntime-5 INFO ckb-relay RelayProtocol.disconnected peer=SessionId(3)
2020-03-23 07:09:48.064 +00:00 NetworkRuntime-6 INFO ckb-sync SyncProtocol.disconnected peer=SessionId(3)
2020-03-23 07:11:03.484 +00:00 NetworkRuntime-20 INFO ckb-network Ban peer PeerId(QmTt6HeNakL8Fpmevrhdna7J4NzEMf9pLchf1CXtmtSrwb) for 300 seconds, reason: The nodes are not on the same network
2020-03-23 07:11:19.693 +00:00 NetworkRuntime-3 INFO ckb-network Ban peer PeerId(QmPhgweKm2ciYq52LjtEDmKFqHxGcg2WQ8RLCayRRycanD) for 300 seconds, reason: The nodes are not on the same network
2020-03-23 07:11:20.175 +00:00 NetworkRuntime-10 INFO ckb-network Ban peer PeerId(QmT6DFfm18wtbJz3y4aPNn3ac86N4d4p4xtfQRRPf73frC) for 300 seconds, reason: The nodes are not on the same network
2020-03-23 07:11:20.230 +00:00 NetworkRuntime-17 INFO ckb-network Ban peer PeerId(QmRJKqD4gdp7mhC4cz8uMSdPEjXzBdN3J8pARJBvNPk3G3) for 300 seconds, reason: The nodes are not on the same network
2020-03-23 07:11:20.863 +00:00 NetworkRuntime-10 INFO ckb-network Ban peer PeerId(QmSJTsMsMGBjzv1oBNwQU36VhQRxc2WQpFoRu1ZifYKrjZ) for 300 seconds, reason: The nodes are not on the same network
2020-03-23 07:12:05.432 +00:00 NetworkRuntime-1 INFO ckb-network Ban peer PeerId(QmQ27jbnww6deXQiv7SmYAUBPA1S3vGcqP9aRsXa4VaXEi) for 300 seconds, reason: The nodes are not on the same network
2020-03-26 07:25:21.977 +00:00 main INFO main Finishing work, please wait...
2020-03-26 07:25:21.981 +00:00 main INFO main Jsonrpc shutdown----------------以上是testnet的日志,经过观测,testnet之前一直正常,过了几天发现这样,且高度与浏览器不一致
Beta Was this translation helpful? Give feedback.
All reactions