Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sslivkoff/reth_quickstart
https://github.com/sslivkoff/reth_quickstart
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sslivkoff/reth_quickstart
- Owner: sslivkoff
- Created: 2023-11-08T05:18:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T05:18:44.000Z (about 1 year ago)
- Last Synced: 2024-04-24T05:01:06.032Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reth Quickstart
scripts for installing and running a reth node from scratch on an ubuntu node
instructions should work for local nodes, AWS nodes, and GCP nodes
this is a "quick and dirty" setup rather than a "best practices" setup
## Steps
0) if you need to format a disk, run `storage/format_disk.sh`
1) install everything with `install/install_everything.sh`
2) run everything with the scripts in `run/`
- run as user that has sudo (default `ubuntu` will have sudo)
- recommended: run in tmux with 3 tabs 1) lighthouse 2) reth 3) prometheus
`tmux new -s node -d -n lighthouse \; neww -n reth \; neww -n prometheus \; attach -t node`