-
Notifications
You must be signed in to change notification settings - Fork 879
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
Unable to find sync target. Currently checking {xxxxx} peers for usefulness [bug] #6330
Comments
Ok nvm is not besu error, its my stupidity. and the solution is: make sure to generate keypairs on the host. in my case i was using same keypairs both locally and cloud deployed version. |
@abuyusif01
As a result, commands like curl are ineffective. |
Hi @haerker I believed we're facing a completely different here. My problem wasnt i cant connect to nodes, but rather i cant process transaction. And as i stated in the following thread. "I was generating key pairs locally and exporting them to remote development server". I fix that by generating the keys on the remote server. In urcase from what i see is u cant even reach the services at all. I suggest u inspect ur docker-compose.yaml or share it here so i can have a look. |
Hi @abuyusif01 Here is a part of a YAML file.
The result is.
So, how can I achieve node synchronization in the bridge network mode? |
It looks like ur genesis block isnt syncing at all with any node. And that might be due to alot of reasons. Am very much occupied with other work at this time, hence am open-sourcing my network so u can build urs upon that. NOTE: Use the v2 branch. Hope this will help |
use the private ip yo've assigned in ipv4_address: 172.16.240.11 for your bootnode urls, This has to do with the network that you've created & how they communicate. do this for all nodes. |
I did the same, But the issue is that now I get the following :
|
Description
Am trying to setup a testing private network on cloud (using docker), but the network cant find a sync target. the peers are discoverable but not syncing, hence i cant send, receive transactions.
Locally, it works. but when i move the network to cloud it doesnt.
Logs [docker-compose logs)
Network Configuration -- (cloud):
Versions
Software version: besu/v23.10.2/linux-x86_64/openjdk-java-18
Java version: openjdk version "18.0.2-ea" 2022-07-19
OpenJDK Runtime Environment (build 18.0.2-ea+9-Ubuntu-222.04)
OpenJDK 64-Bit Server VM (build 18.0.2-ea+9-Ubuntu-222.04, mixed mode, sharing)
OS Name & Version:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Kernel Version: Linux BC3 6.2.0-1018-azure update Cava library to Tuweni Library #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Docker Version:
Client:
Version: 20.10.21
API version: 1.41
Go version: go1.18.1
Git commit: 20.10.21-0ubuntu1~22.04.3
Built: Thu Apr 27 05:57:17 2023
OS/Arch: linux/amd64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.21
API version: 1.41 (minimum version 1.12)
Go version: go1.18.1
Git commit: 20.10.21-0ubuntu1
22.04.322.04.3Built: Thu Apr 27 05:37:25 2023
OS/Arch: linux/amd64
Experimental: true
containerd:
Version: 1.6.12-0ubuntu1
GitCommit:
runc:
Version: 1.1.4-0ubuntu1~22.04.3
GitCommit:
docker-init:
Version: 0.19.0
GitCommit:
Additional Information (Add any of the following or anything else that may be relevant)
genesis:
docker-compose file
enode.sh
node.sh
System info
memory: 32gb
cpu: AMD EPYC 7763 @ 3.230ghz
Local system specs: (this work fine)
Os: EndeavourOS Linux x86_64
Cpu: AMD ryzen 5 5500U @ 4.045ghz
Memory: 64gb
The text was updated successfully, but these errors were encountered: