-
Notifications
You must be signed in to change notification settings - Fork 18
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
Besu needs --rpc-http-enabled flag #5
Comments
Thanks for reaching out. The Make sure you're running the latest version of Besu (22.7.1) and Teku (22.9.0) and using the authenticated endpoints to communicate (port 8551 with a config entry to the JWT in each client) and you shouldn't need that flag. The combination has been explicitly tested on mainnet, as are all combinations/flags in my guides. |
Hey :-), thanks for the quick response. Let's see. Versions are correct:
If I run these configs: Besu: Teku: I repeateadly see the following in Teku logs:
If I add the - Do you see something missing in the configs without the flag? |
Yes - this is redundant and no longer required: |
Note my config from my guide: Besu:
And Teku:
|
Ah, ok, it was Teku config. Thanks for the explanation. |
Hi,
We are running a Besu+Teku node and Teku doesn't communicate with Besu unless
--rpc-http-enabled
flag is added to the configuration (it notices that EL is online but they cannot talk to each other).The text was updated successfully, but these errors were encountered: