Skip to content

Dashboard, scripts and services for the Ethereum 2.0 prysm testnet

Notifications You must be signed in to change notification settings

0xVires/prysm-testnet-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prysm-testnet-things

Some scripts and services for the testnet

creating a systemd service for the beacon node

This will automatically restart the prysm beacon node on failure

  1. Adjust the prysmbeacon.service file accordingly (User, ExecStart)
  2. Save it in /etc/systemd/system/prysmbeacon.service
  3. Start service with sudo systemctl start prysmbeacon
  4. Watch live output with journalctl -f -u prysmbeacon - or just journalctl -u prysmbeacon to view logs
  5. Show service status: systemctl status prysmbeacon or systemctl show prysmbeacon

ETH2 Prysm Dashboard

Import the ETH2-prysm-dashboard.json file into grafana.

Credits to Guillaume Miralles for the original dashboard and the instructions for the setup: https://gist.github.com/GuillaumeMiralles/ef8617bd8cb245f25a1e384613ec1303

ETH2-Prysm-Dashboard

About

Dashboard, scripts and services for the Ethereum 2.0 prysm testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published