-
Notifications
You must be signed in to change notification settings - Fork 492
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
Bor cannot connect to any node #190
Comments
Have you configured the bootnodes? Please post the contents of your |
cat ~/node/bor/start.sh #!/usr/bin/env sh set -x #echo on BOR_DIR=${BOR_DIR:-~/.bor} /home/ubuntu/go/bin/bor --datadir $DATA_DIR |
I think the config is not being read properly as you are missing |
Do you have any other suggestions? |
I don't see any problems in the |
Let me try, Thank you very much! |
@ssandeep
|
Can you now change it to |
No, Bor will automatically switch to fast mode
|
That's strange, not sure if a node has to be started with |
No peer sync with the server end. Kindly check and advise us. We have lot of token to integrate to our exchange. |
I've managed to run bor after fully syncing heimdall, and running bor with the |
@osizadmin @mirkojvc , yes you can try using |
Yes we are using --bor-mainnet. Sometimes peercount showing 0 and also it take more storage size. |
We have started the --bor-mainnet before 2 days still we got this
Is it any way to increase the block count and sync. could you share the static peer details here. |
@osizadmin is your heimdall fully synced? |
@unek NO |
Is there any update for my issue @ssandeep |
What's your enode set to? There should be a log entry like this:
I had the same problem as you, but noticed that my enode here was being set to localhost. No idea why it didn't get properly resolved to my external ip, but you can force this by adding flag |
@ssandeep is there any update here? I started 6 RPC nodes with identical setups, same hardware, same everything, one node got in sync with snap sync, the other 5 all have the same problem as described above by others. This needs to be sorted out quickly, you cannot ignore such an issue for 5 months! |
It's not the same node, but it is the exact same issue that plagues many nodes, just check all the reports of RPC issues on twitter with RPC, the vast majority are caused by this issue. People keep adding nodes and not being able to sync. You may not think this is 'an overall bor issue' but I think you are wrong. |
If you are concerned about people's settings, then perhaps check your own settings in your docs because I am using the exact same settings as described there, and the nodes will not sync. As I said previously, I started 6 nodes syncing, all with the same settings, and hardware, only 1/6 managed to get to sync and stay there. You have an issue with your network/software and you are not addressing it. |
You said here that you are using |
We have 500+ nodes running overall including devs and testing network and all of them are able to use the same software, So I don't think we have anything to fix/address here in general. |
Also this is the explanation to your situation |
Snap or full it makes no difference |
Please clean and restart your nodes with |
Have done this multiple times |
Any updates? This seems to happen to any new node without an address list. I think this is a real issue. |
same one |
Please join the discord server: https://discord.gg/epsBG3Yf and post your queries in #full-node channel and our team will help you resolve the issue. |
Typical behaviour, not closed with a fix |
@PeaStew , we have a dedicated support team that can help you out with issues like syncing, peering, etc which are more to do with configuration and connecting to different nodes than they are to do with the code itself. We are trying to segregate these so that you get a faster resolution. We will continue to take up issues related to the codebase here. |
@ssandeep @temaniarpit27 The problem is that nobody can see what the fix is when you resolve on discord. This promotes repeated requests. I can't even join that link above since invite is invalid or expired. |
in my experience, this can be resolved by adding additional bootnodes in ~/node/bor/start.sh ..or by manually adding peers via the console, as shown here for mainnet:
|
System information
Geth version:
geth version
OS & Version: Windows/Linux/OSX
The heimdalld status
After the heimdalld sync is complete, the Bor sync is started, but it cannot connect to any Bor node
logs:
The text was updated successfully, but these errors were encountered: