Simple way to run a Monero daemon with some basic monitoring tools packaged in.
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.
 
 
 
Go to file
lza_menace 4a979803bf use original repo for monerod_exporter 4 years ago
files adding dockerfiles and compose file 4 years ago
.gitignore setup readme and .env file 4 years ago
Dockerfile-monero slow compile for smaller machines 4 years ago
Dockerfile-monerod_exporter use original repo for monerod_exporter 4 years ago
LICENSE Initial commit 4 years ago
README.md setup readme and .env file 4 years ago
docker-compose.yaml make it work with zmq 4 years ago
env-example setup readme and .env file 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.