-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: missing instructions for deploying chain-main with Docker image #128
Comments
It doesn't sync data, what's wrong with it? |
Or could you provide the official docker image to run node directly? |
it seems you have no peer in the network. |
You might also try the nix instructions, it'll setup the state-sync configurations automatically. But you need to install nix in advance. |
I resolve it. But the height starts from 1092200, how can i make it start from 0? |
disable state-sync, it'll sync block one by one from 0. |
How can I can make it disable? |
For archive node, you need to download the binary of v0.8.1-croeseid first. |
How can I uninstall the ./chain-maind command? |
Just delete it? |
I use the v0.9.1-croeseid now. |
Now it start from 0. But what's the default position of the sync data? |
1 similar comment
Now it start from 0. But what's the default position of the sync data? |
~/.chain-maind/data |
Ok, I find it. How can I stop it?
|
There is not .chain-maind stop command |
ctrl + c will stop the process |
Only this way? |
Only this way? If I start it back, how can I stop it? It doesn't have other way to stop? |
follow this, to create systemd service to start or stop |
I delete data and sync from 0. Now it is normal. |
if you want a fullnode from block 0 to latest block, you need to run on the binary of v0.8.1-croeseid first and then switch the binary to v0.9.1-croeseid when encountering the upgrade block. |
You mean if I want to start from 0, I must use v0.8.1-croeseid first, then upgrade to v0.9.1-croeseid. If I use v0.9.1-croeseid directly from 0, is not ok? |
yes, because this binary of v0.9.1-croeseid contains consensus-breaking changes which should not be used to sync the block ahead upgraded block 905532. |
OK, now I use v0.8.1 sync from 0. How can I upgrade it fast? I need delete v0.8.1, then install v0.9.1? |
If you would like to build a node will complete blockchain data: |
Bu I use v0.8.1-croeseid also meet this problem |
As we know, this error happens with v0.9.1-croeseid sync from block 0 |
|
when you switch to v0.8.1-croeseid, did you run |
I delete all the old data and v0.9.1-croeseid, then I install v0.8.1-croeseid to sync from 0. |
I am using v0.8.1-croeseid to sync from 0
|
|
How can I upgrade it to v0.9.1-croeseid? Need I delete v0.8.1-croeseid and then to install it? |
I resolve it. Now it is syncing by v0.9.1-croeseid. |
@CeruleanAtMonaco mentioned this was required by one of external parties
The text was updated successfully, but these errors were encountered: