Advertisement
EvenoR

Taiko Hekla Node

May 4th, 2024 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | Cryptocurrency | 0 0
  1. #----Start the node
  2. docker compose --profile l2_execution_engine up -d
  3.  
  4. #----Stop the node
  5. docker compose --profile l2_execution_engine down
  6.  
  7. #----Check the logs
  8. docker compose --profile proposer logs -f
  9.  
  10. #----Prover endpoints:
  11. http://kenz-prover.hekla.kzvn.xyz:9876
  12. http://hekla.stonemac65.xyz:9876
  13.  
  14. #----Open dashboard
  15. http://IP_OF_YOUR_VPS:3001/d/L2ExecutionEngine/l2-execution-engine-overview
  16.  
  17. #----Heal the synchronisation
  18. docker compose exec -ti l2_execution_engine geth attach --datadir /data/taiko-geth --exec "admin.addPeer('enode://0b310c7dcfcf45ef32dde60fec274af88d52c7f0fb6a7e038b14f5f7bb7d72f3ab96a59328270532a871db988a0bcf57aa9258fa8a80e8e553a7bb5abd77c40d@167.235.249.45:30303')"
  19.  
  20. #----L1 Beacon
  21. http://unstable.holesky.beacon-api.nimbus.team/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement