Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

File metadata and controls

17 lines (12 loc) · 406 Bytes

Besu private network monitor service

Quick start:

  1. Install Python3

  2. Copy besu-network-monitor.service systemd service file to /etc/systemd/system/ and make sure it has execute permission.

cp besu-network-monitor.service /etc/systemd/system/
  1. Start the monitor service:
service besu-network-monitor start

You can also run the quickstart shell script.