You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About version of Prysm
I would like to know in order to run a relay node in my local blockchain, which version of Prysm beacon node should be used? And which version of go-etherum should I use?
I must use the prysm in flashbots (i.e. https://github.com/flashbots/prysm) or I can use Prysm by prysmaticlabs?
Steps to reproduce
Steps to reproduce the behavior:
Use commad to initialize the genesis state of go-ethereum ./geth --datadir=gethdata init genesis.json
Run go-ethereum ./geth --http --http.api eth,net,web3 --ws --ws.api eth,net,web3 --authrpc.jwtsecret jwt.hex --datadir gethdata --nodiscover --syncmode full --allow-insecure-unlock --unlock 0x123463a4b065722e99115d6c222f267d9cabb524
Get two main errors
ERROR blockchain: could not process new slot error=0x0000000000000000000000000000000000000000000000000000000000000000: unknown finalized root
ERROR powchain: Could not log ttd status error=got an unexpected error in JSON-RPC response: expected totalDifficulty field in JSON response
Question
I think the problem is the version of prysm and go-etherum can not match, but in order to run relay, must I run the prysm provided by flashbots or I can use the newest version provided by prysmaticlabs?
Version I am using:
OS: Ubuntu 22.04
Geth: newest (install by git clone https://github.com/ethereum/go-ethereum)
The text was updated successfully, but these errors were encountered:
About version of Prysm
I would like to know in order to run a relay node in my local blockchain, which version of Prysm beacon node should be used? And which version of go-etherum should I use?
I must use the prysm in flashbots (i.e. https://github.com/flashbots/prysm) or I can use Prysm by prysmaticlabs?
Steps to reproduce
Steps to reproduce the behavior:
./geth --datadir=gethdata init genesis.json
./geth --http --http.api eth,net,web3 --ws --ws.api eth,net,web3 --authrpc.jwtsecret jwt.hex --datadir gethdata --nodiscover --syncmode full --allow-insecure-unlock --unlock 0x123463a4b065722e99115d6c222f267d9cabb524
./beacon-chain --datadir beacondata --min-sync-peers 0 --genesis-state genesis.ssz --bootstrap-node= --interop-eth1data-votes --chain-config-file config.yml --contract-deployment-block 0 --chain-id 32382 --accept-terms-of-use --jwt-secret jwt.hex --suggested-fee-recipient 0x123463a4B065722E99115D6c222f267d9cABb524 --minimum-peers-per-subnet 0 --enable-debug-rpc-endpoints --execution-endpoint gethdata/geth.ipc
ERROR blockchain: could not process new slot error=0x0000000000000000000000000000000000000000000000000000000000000000: unknown finalized root
ERROR powchain: Could not log ttd status error=got an unexpected error in JSON-RPC response: expected
totalDifficulty
field in JSON responseQuestion
I think the problem is the version of prysm and go-etherum can not match, but in order to run relay, must I run the prysm provided by flashbots or I can use the newest version provided by prysmaticlabs?
Version I am using:
git clone https://github.com/ethereum/go-ethereum
)The text was updated successfully, but these errors were encountered: