https://github.com/0xmichalis/reth-systemd
Run Ethereum w/ podman and systemd
https://github.com/0xmichalis/reth-systemd
ethereum lighthouse podman reth systemd
Last synced: 4 months ago
JSON representation
Run Ethereum w/ podman and systemd
- Host: GitHub
- URL: https://github.com/0xmichalis/reth-systemd
- Owner: 0xmichalis
- License: mit
- Created: 2024-12-02T13:26:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T10:31:21.000Z (5 months ago)
- Last Synced: 2025-02-08T09:42:50.859Z (4 months ago)
- Topics: ethereum, lighthouse, podman, reth, systemd
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reth-systemd
Run [reth](https://reth.rs/) and [lighthouse](https://lighthouse-book.sigmaprime.io/) via Podman and systemd.
## Buil JWT token generator
podman build -t jwt-generator ./jwt
## Run
Start:
./start.sh
Stop:
./stop.sh