-
Notifications
You must be signed in to change notification settings - Fork 5
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
Testnet: No peers syncing agora-chain-testnet? #25
Comments
In order to solve this issue, I will apply the contents below to Agora-cl first. |
Thankyou MichealKim. Does testnet have an different version of libp2p than mainnet? some info: agora-el netstat: ports are open (except 8545) |
I think it's a VPN environment because it runs on a docker. I've spent a lot of time solving this problem, but I haven't found it yet. I'll continue to look for more solid solutions |
I have confirmed that this problem occurs even in an environment that does not use a docker. So I'll try other ways to solve this |
Did you delete the folder 'root/chain/' before you changed from mainnet to testnet? |
yes, |
Agora-cl was forked from Ethereum's consensus client, prysmaticlabs/prysm version 3.1.1. We will reflect this issue as soon as it is resolved in Prysm. |
ok, can you be a bit more specific? Which kind of IP do i need to change? Container or server? |
When I changed the IP of the server, the initial synchronization went well. |
#31 |
yes, you fixed it sir, thank you MichealKim 👍 |
Docker containers bosagora/agora-cl-node:v1.0.2 and bosagora/agora-el-node:v1.0.1 cant download full agora-chain on testnet.
i tried:
./agora.sh el-node init
./agora.sh docker-compose up
i disabled agora-cl-validator (no keys yet)
Docker log agora-el-node:
"imported new chain segment blocks=1203 txs=0 mgas=0.000 elapsed=635.218ms mgasps=0.000 number=246,645 hash=ed6909..0c67bf age=3w5d17h"
"Legacy sync reached merge threshold number=246,646 hash=bdadef..600e37 td=493,234 ttd=493,234"
"Local chain is post-merge, waiting for beacon client sync switch-over..."
Docker log agora-cl-node:
"level=info msg="Waiting for enough suitable peers before syncing" prefix=initial-sync required=3 suitable=0
Its syncing over 2 days now with same errors.
Neccesary ports are exposed to the internet.
Also no peers with this method './agora.sh el-node run' and './agora.sh cl-node run'
Mainnet chain is syncing just fine.
Why cant it find peers for testnet? mainnet works ok.
thx.
The text was updated successfully, but these errors were encountered: