You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 7b371ad9c5 | 4 years ago | |
---|---|---|
dockerfiles | 4 years ago | |
files | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
docker-compose.compile.yaml | 4 years ago | |
docker-compose.nocompile.yaml | 4 years ago | |
env-example | 4 years ago |
README.md
docker-monero-node
Simple way to run a Monero daemon with some basic monitoring tools packaged in.
Setup
The only requirements are Docker and Docker Compose. Ensure those are installed on your system.
# Clone and enter the repository
git clone https://github.com/lalanza808/docker-monero-node
cd docker-monero-node
# Setup Grafana password and blockchain storage location
cp env-example .env
vim .env
# Start containers
docker-compose up -d
Navigate to http://localhost:3000 and log into Grafana. Find the Daemon Stats
dashboard to get those sweet, sweet graphs.