Skip to content
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

Open
sirgarfieldc opened this issue Sep 2, 2022 · 5 comments
Open

mev-geth can't connect to prysm beacon client #140

sirgarfieldc opened this issue Sep 2, 2022 · 5 comments

Comments

@sirgarfieldc
Copy link

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

mev-geth/build/bin/geth --datadir geth --mainnet --syncmode snap --http --ws  --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret /root/workspace/prysm/jwt.hex

then starting prysm client

./prysm.sh beacon-chain --execution-endpoint=http://localhost:8551 --jwt-secret=/root/workspace/prysm/jwt.hex

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

[backtrace]

When submitting logs: please submit them as text and not screenshots.

@shea851
Copy link

shea851 commented Sep 4, 2022

I had this same issue, but changed to use the ipc socket instead and it began to communicate.

However, another problem came up: Served engine_exchangeTransitionConfigurationV1 err="the method engine_exchangeTransitionConfigurationV1 does not exist/is not available"

Same version of mev-geth as you have above.

@Code0x2
Copy link

Code0x2 commented Sep 6, 2022

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

@shea851
Copy link

shea851 commented Sep 6, 2022

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 ?

@Code0x2
Copy link

Code0x2 commented Sep 7, 2022

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

@sambacha
Copy link

sambacha commented Sep 7, 2022

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 ?

if you want as well we can expose this rpc method post merge on our end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants