2020-09-29 00:38:35 -07:00
2020-09-28 23:16:26 -07:00
2020-09-28 23:30:34 -07:00
2020-09-29 00:38:35 -07:00
2020-09-29 00:38:35 -07:00
2020-09-28 23:30:34 -07:00
2020-09-03 14:29:26 -07:00
2020-09-28 23:30:34 -07:00

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.

Description
No description provided
Readme 2 MiB
Languages
Shell 68.9%
Python 21.6%
Makefile 9.5%