-
Notifications
You must be signed in to change notification settings - Fork 870
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
add a peer into permissioned network #4601
Comments
Do you find the solution? I'm facing the same issue 😞 (java.lang.IllegalArgumentException: Invalid point coordinates) EDIT: was in my case a mismatch between public key (as announced in static-nodes file) and the private key stored by the node itself. |
I'm seeing the same issue, but my private/public keys are correct |
@macfarla - any ideas here? |
@pinges can you take a look at this one / suggest some troubleshooting steps? |
seeing this issue as well. how would i verify if my private/public keys are correct? |
I have written a quick shell script that allows you to generate the public key for a given private key for the secp256k1 curve.
where
The public key printed should be the same that you have passed into Besu, minus the leading "04". Here is the script:
|
@binny1024 Looking at your stacktrace I can see that the public key that Besu is complaining about is from a message sent by another node. What kind of network are you running? Is that other node a Besu node as well? |
Description
As an [Actor], I want [feature] so that [why].
Acceptance Criteria
Steps to Reproduce (Bug)
Expected behavior: [What you expect to happen]
sync block
Actual behavior: [What actually happens]
Frequency: [What percentage of the time does it occur?]
always
Versions (Add all that apply)
besu --version
] besu/v22.10.0/linux-x86_64/oracle-java-19java -version
] besu/v22.10.0/linux-x86_64/oracle-java-19cat /etc/*release
]uname -a
]Linux company-portal 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
vmware -v
]docker version
]Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)
solc --version
]Additional Information (Add any of the following or anything else that may be relevant)
Besu setup info - genesis file, config options
System info - memory, CPU
The text was updated successfully, but these errors were encountered: