mev-geth icon indicating copy to clipboard operation
mev-geth copied to clipboard

mev-geth can't connect to prysm beacon client

Open sirgarfieldc opened this issue 3 years ago • 5 comments
trafficstars

System information

Geth version: v1.10.19-mev0.6.1 OS & Version: Linux Commit hash : 2e855b3fc0e6b6a45dea5bba98a289905ad81fd3

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.

sirgarfieldc avatar Sep 02 '22 11:09 sirgarfieldc

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.

shea851 avatar Sep 04 '22 14:09 shea851

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

Code0x2 avatar Sep 06 '22 19:09 Code0x2

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 ?

shea851 avatar Sep 06 '22 20:09 shea851

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

Code0x2 avatar Sep 07 '22 05:09 Code0x2

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

sambacha avatar Sep 07 '22 05:09 sambacha