-
Notifications
You must be signed in to change notification settings - Fork 88
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
Full node (download all the blocks of the blockchain) - Block download no longer increases #171
Comments
Thanks for reporting the issue. If you're ok with starting from the most recent snapshot, you can restart the full node following the instruction here:
See also: https://docs.thetatoken.org/docs/running-a-guardian-node-through-command-line |
Thanks for your answer Jieyi. The problem with this method is that I can't get the data from the blocks prior to the snapshot. For example if I run the following command to get the data of block 15, I don't get any result:
Result :
|
I have very much the same issue now. @jieyilong node syncs forever. I started from snapshot,
|
Following along this thread I'm doing the following:
This set up appears to be working, but unbelievably slow. Running on gigabit fiber (wired) and a dedicated box with SSD drive and 32GB RAM, it's only finalized ~16500 blocks in 24 hours. At this rate it will take almost 2.5 years to download the full blockchain history. @jieyilong any insight on how to speed this up (thanks in advance)? I'll keep posting until I figure this out, maybe will help someone else who wants to run a full node. Would also very much appreciate some help from anyone that might have already set up a full node, have been working on a web3 Theta project for months now and need to have a full node as the Theta Explorer API just won't work for my use case anymore. Also does anyone know the difference between Also how do these relate to |
I had the same problem, on version 3.3.0 |
problem is still here, sync process from genesis is really slow, is there any snapshot with ancient blocks data? |
In order to have access to all the data of the Theta blockchain locally without going through an intermediary, I've been downloading the entire Theta blockchain through theta-protocol-ledger (on an Ubuntu Server in version 3.2.0) for several months now.
It was working well, but suddenly the number of blocks did not increase anymore. It remains frozen on the block 11217793 ("current_height" increases well and matches the block displayed on https://explorer.thetatoken.org/ but "latest_finalized_block_height" does not increase anymore.). I have to say that I didn't do anything before the problem occurred (I upgraded to version 3.2.0, the day of the announcement, so well before the problem appeared). Also, this is the second time this has happened to me. The first time, I decided to start again from scratch the installation of my full node, but apparently without success.
Unfortunately, I can't find a solution to my problem in the ThetaLabs documentation or on the Github of the application.
I use the Genesis Snapshot for my fullnode (downloaded here: https://github.com/thetatoken/theta-protocol-ledger/tree/master/integration/mainnet/walletnode ) and the content of my configuration file config.yaml is as follows:
Is this problem known (perhaps a corrupted downloaded block)?
And if it is known, is there a way to solve the problem without starting the download all over again?
The text was updated successfully, but these errors were encountered: