-
Notifications
You must be signed in to change notification settings - Fork 85
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
Block stopped syncing-->Clear Cache-->Balance is 0 #2601
Comments
Hi @ishijan |
Here is debug information |
@ishijan Hi, from your log, the ckb node is restarting always, this happened because the ckb node stop signal was captured by Neuron but the ckb node start signal was missing. So neuron stopped itself because it thought ckb node stopped. It's a recently found technical issue but not mentioned in document, so the solution was missing in Neuron. The exception will be fixed by #2574 and delivered in the next version. Now you can resolve it by these steps currently:
|
Stop Neuron by closing the program? After I closed the program, ckb program is not running in the tast manager. I reopened the ckb program, neuron appears in the task manager. But still not syncing. What do I do next? |
Do you start the ckb program by yourself but not by Neuron? If you start ckb program by yourself, you may need to add |
Sorry I meant "Neuron program". |
@ishijan Can you try to start ckb program alone? Here is the step: First, find the mainnet data path, you can find the mainnet data path by clicking Run a mainnet node
After the mainnet node start success, you can try to start Neuron again. If this works, you can close the ckb and neuron program and try to restart the Neuron again. |
I downloaded ckb_v0.106.0_x86_64-pc-windows-msvc.zip and already unzipped it. I don't understand step 3. Please clarify. |
Step 3 is used to run a ckb local node. Here is my run success example. |
Step 2 - Here you want to open command prompt or open ckb-cli.exe from the unzipped folder? |
Can you show me what happened?
|
This is what happened after I followed your instruction. Did I get it right? However, the computer storage is running low. Is that also a problem? If that’s the case, I have a question regarding changing a computer and install neuron on a new computer.
|
You can try to move the
|
What about changing to a new computer and install neuron? Will my unfinished sync wallet work on a new computer? What do I have to do? |
If you use a hard wallet, you can easy to use a new computer by importing the hard wallet into the new computer. |
Can I import by wallet seed? |
Wallet seed is a group of 12 or 24 words? If so, |
The first number is that the block number has synced. And the second number is the best-known block number. The second number gets by https://github.com/nervosnetwork/ckb/blob/master/rpc/README.md#method-sync_state, and the code is here |
10,794 blocks synced and won't continue for two full days already. Here is the debug information. Please help me resolve the issue. |
Hi @ishijan From the log(bundled-ckb.log) we can see
It means the built-in ckb node is still at the early stage to find a specific block from network, the target block number is Detailed explanation could be found at #2570 (comment) It takes about 6mins to scan 10,000 blocks(based on logs) and the remaining block count is |
Thank you @Keith-CY And one more question. If I close the Neuron program before it finishes syncing, close the computer, restart Neuron, will block start from 0 again? I've encountered this problem earlier before, so I'm a bit scared to turn off my computer. You see my computer has been on for 5 days now. What would you suggest me to do? |
No problem with turning off your computer, it will continue to sync from the last block number when you start it again. |
Mark this issue stale because no activity for 60 days |
Close this issue because it's inactive since marked stale |
Detail of the issue
I'm using Neuron V0.106. Block stopped syncing. I clicked on Clear Cache from data setting menu. Now my balance is gone as well as history transactions. I have 2 wallets and both balances are now 0. Please help me out. Thank you
bundled-ckb.log
No response
main.log
No response
status.log
No response
The text was updated successfully, but these errors were encountered: