Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #----Start the node
- docker compose --profile l2_execution_engine up -d
- #----Stop the node
- docker compose --profile l2_execution_engine down
- #----Check the logs
- docker compose --profile proposer logs -f
- #----Prover endpoints:
- http://kenz-prover.hekla.kzvn.xyz:9876
- http://hekla.stonemac65.xyz:9876
- #----Open dashboard
- http://IP_OF_YOUR_VPS:3001/d/L2ExecutionEngine/l2-execution-engine-overview
- #----Heal the synchronisation
- docker compose exec -ti l2_execution_engine geth attach --datadir /data/taiko-geth --exec "admin.addPeer('enode://0b310c7dcfcf45ef32dde60fec274af88d52c7f0fb6a7e038b14f5f7bb7d72f3ab96a59328270532a871db988a0bcf57aa9258fa8a80e8e553a7bb5abd77c40d@167.235.249.45:30303')"
- #----L1 Beacon
- http://unstable.holesky.beacon-api.nimbus.team/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement