-
Notifications
You must be signed in to change notification settings - Fork 200
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
mev-geth can't connect to prysm beacon client #140
Comments
I had this same issue, but changed to use the ipc socket instead and it began to communicate. However, another problem came up: Same version of mev-geth as you have above. |
Mev-geth is reaching EOL come the merge, however I am maintaining a fork of geth that will have callBundle and other searcher features here |
Thanks for the info and link. Just curious, without this fork, how would one simulate bundles after the fork ? |
You could add the function yourself to whatever execution client you're using |
if you want as well we can expose this rpc method post merge on our end |
System information
Geth version: v1.10.19-mev0.6.1
OS & Version: Linux
Commit hash : 2e855b3
Expected behaviour
Starting mev-geth with cmd below to accept beacon client connection via localhost:8551
then starting prysm client
Expecting prsym to connect to mev-geth via port 8551. Prsym was able to connect to official go ethereum client.
Actual behaviour
prsym can not connect to mev-geth via port 8551
Steps to reproduce the behaviour
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: