Closed kimheeje12 closed 4 months ago
hey @kimheeje12, when setting trust_height and trust_hash, are you doing it from latest block?
hey @kimheeje12, when setting trust_height and trust_hash, are you doing it from latest block?
trust_height = 3877080 trust_hash = "C01A7CDE0A1AAAB28840426206912A8E44B04BE9061DBB04E6E43E9D6C7D77C8"
could you please try setting trust_height = (latest_height - 40000) and fetching the trust_hash from that specific height?
trust_hash=$(curl -s "${STATE_SYNC_SERVER}/block?height=${TRUST_HEIGHT}")
that way you will ensure that the node always finds a snapshot
could you please try setting trust_height = (latest_height - 40000) and fetching the trust_hash from that specific height?
trust_hash=$(curl -s "${STATE_SYNC_SERVER}/block?height=${TRUST_HEIGHT}")
that way you will ensure that the node always finds a snapshot
Thank you julianrubino! but.. chunk data is so big ..
@kimheeje12 it shouldn't take more than 30/45 min to sync 40k blocks. are you using ssd or nvme disk?
if you prefer a more consistent way for syncing your node, you could use one of our non-archive snapshots.
https://snapshots.zetachain.com/latest-snapshot?network=mainnet
https://snapshots.zetachain.com/latest-snapshot?network=athens3
Which environment are you setting a node for?
Mainnet
Does your machine match the technical requirements?
Yes
Have you completed the setup?
Yes
Which method are you using?
Snapshot
Did you build your binary from source or download it from the Releases page?
Downloaded from Releases page
Please, share the contents of config.toml
Please, share the contents of app.toml
Additional details
statesync is broken.. When will statesync be fixed?
9:33AM INF error from light block request from primary, removing... error="post failed: Post \"http://51.81.166.92:17602\": context deadline exceeded" height=3876852 module=light primary={} server=node 9:33AM ERR error on light block request from witness, removing... error="post failed: Post \"http://51.81.166.92:17602\": context deadline exceeded" module=light primary={} server=node 9:33AM ERR failed to remove witnesses err="no witnesses connected. please reset light client" module=light server=node witnessesToRemove=[0] 9:33AM ERR Can't verify err="failed to obtain the header at height #3876852: post failed: Post \"http://51.81.166.92:17602\": context deadline exceeded" module=light server=node