Solutions to the problem “Node stuck in 8637351”
-
Steps
- Pause the running “gvite” process
- Download the below “gvite“ to your server
- Run “./gvite recover -del=8630000” under the directory that contains "node_config.json" and "gvite" files
- Start the “gvite” process
Gvite
gvite-fix_8637351-darwin.zip
gvite-fix_8637351-linux.zip
gvite-fix_8637351-windows.zip
-
This post is deleted!
-
It's working, thx!
-
If you don't trust random binaries from new users (and you shouldn't, although @lyd00 really seems to be a VITE dev - maybe the forum could display a "VITE developer" flag?), this seems to be based on the latest git snapshot of go-vite. It can be easily built from source, and I can confirm the steps work there as well. My node is in sync again, thanks
-
Guys, you don't need download any additional bin files from unknown sources.
You have already provided solution in article by @viteshan:
https://forum.vite.net/topic/772/sbp-block-creation-issues-on-feb-8-and-9-beijing-time/15
You should download that small fix. Also this version contains recover command.
Command below will show the list of all commands, allowed by version.
./gvite_your_latest_version -help
-
If you want to check applied or not changes use console.
First of all setup alias for console. Use any editor. mcedit in my case, you can use nano, vim, etc
mcedit ~/.bashrc
add string to file
alias vite="/path_to_gvite_file/gvite attach ~/.gvite/testdata/gvite.ipc"
Apply changes:
source ~/.bashrc
Start gvite service. Then run command:
vite
You will see somethimg like this:
[email protected]:/opt/Vite/gvite-remove# vite this vite node`s git GO version is 23dd013c2785aae4a95a931b93ac0be56330d2e7 Welcome to the Gvite JavaScript console!
Use command to check height
vite.ledger_getSnapshotChainHeight();
You will see
-> vite.ledger_getSnapshotChainHeight(); {"jsonrpc":"2.0","id":1,"method":"ledger_getSnapshotChainHeight","params":[]} DBUG[02-25|18:48:13] msg="sending {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"ledger_getSnapshotChainHeight\",\"params\":[]}" {"jsonrpc":"2.0","id":1,"result":"8629999"} "{\"id\":0,\"jsonrpc\":\"2.0\",\"result\":\"8629999\"}"
-
@Umcka Great, thanks for your help
-
Somehow I was not aware of that info, thanks!
-
@luhe you can find the official notice at https://explorer.vite.net/.
-
hi. my full node can't connect to peers(connect for a 10 sec. and when o peer again)port 8484, 8483 allowed.
-
@Leon-Ivan Please be patient, It need time to find available peers, and it will find them.
-
@jerry hai