forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels