sui icon indicating copy to clipboard operation
sui copied to clipboard

sui testnet unable to sync

Open charlie-bit opened this issue 1 year ago • 8 comments

testnet unable to sync.

p2p-config has been configured according to github information。Please tell me if there is any problem with my configuration


fullnode.yaml
# Update this value to the location you want Sui to store its database
db-path: "/data/db-files/sui-fullnode"
network-address: "/dns/localhost/tcp/8080/http"
metrics-address: "0.0.0.0:9184"
# this address is also used for web socket connections
json-rpc-address: "0.0.0.0:9000"
enable-event-processing: true

genesis:
  # Update this to the location of where the genesis file is stored
  genesis-file-location: "/home/sui/sui/genesis.blob"

p2p-config:
  seed-peers:
    - address: /dns/nrt-tnt-ssfn-00.testnet.sui.io/udp/8084
      peer-id: 23a1f7cd901b6277cbedaa986b3fc183f171d800cabba863d48f698f518967e1
    - address: /dns/ewr-tnt-ssfn-00.testnet.sui.io/udp/8084
      peer-id: df8a8d128051c249e224f95fcc463f518a0ebed8986bbdcc11ed751181fecd38
    - address: /dns/lax-tnt-ssfn-00.testnet.sui.io/udp/8084
      peer-id: f9a72a0a6c17eed09c27898eab389add704777c03e135846da2428f516a0c11d
    - address: /dns/lhr-tnt-ssfn-00.testnet.sui.io/udp/8084
      peer-id: 9393d6056bb9c9d8475a3cf3525c747257f17c6a698a7062cbbd1875bc6ef71e
    - address: /dns/mel-tnt-ssfn-00.testnet.sui.io/udp/8084
      peer-id: c88742f46e66a11cb8c84aca488065661401ef66f726cb9afeb8a5786d83456e

System Information Compiler: testnet-v1.19.0

charlie-bit avatar Feb 21 '24 06:02 charlie-bit

Hi @gegaowp @tharbert could you help check it?

charlie-bit avatar Feb 22 '24 02:02 charlie-bit

add @halfprice as sui-core oncall

gegaowp avatar Feb 22 '24 17:02 gegaowp

@charlie-bit is this still an issue?

stefan-mysten avatar Mar 28 '24 01:03 stefan-mysten

Seems mainnet is same.

I was setup it as https://docs.sui.io/guides/operator/sui-full-node (latest tag each mainnet and sui) but keeps saying Received no new synced checkpoints for 2s. Next checkpoint to be scheduled: 1. Also found some connecting failed for peers with debug mode log

jungrae-prestolabs avatar Apr 05 '24 05:04 jungrae-prestolabs

I have same problem. Looks like there is no archival node Failed to find an archive reader to complete the state sync request. Are the seed nodes all prune nodes only? Running for 2 days, still Next checkpoint to be scheduled: 1. I've tested only testnet

Cifko avatar May 13 '24 07:05 Cifko

@jungrae-prestolabs I just found out that you can download the snapshot, that should have been on the page how to run sui full node. You can use the sui-tool download-db-snapshot. I'm testing that now, but the snapshot is huge so it will take a while.

Cifko avatar May 13 '24 08:05 Cifko

@jungrae-prestolabs I just found out that you can download the snapshot, that should have been on the page how to run sui full node. You can use the sui-tool download-db-snapshot. I'm testing that now, but the snapshot is huge so it will take a while.

Did this work for you? I'm facing this same issue and am downloading the snapshot myself.

ChipShaddAtCube avatar Jul 02 '24 07:07 ChipShaddAtCube

@jungrae-prestolabs I just found out that you can download the snapshot, that should have been on the page how to run sui full node. You can use the sui-tool download-db-snapshot. I'm testing that now, but the snapshot is huge so it will take a while.

Did this work for you? I'm facing this same issue and am downloading the snapshot myself.

Yes. I'm able to run the node. The snapshot for test node was around 300GB if I remember correctly.

Cifko avatar Jul 02 '24 07:07 Cifko