hundehausen / monero-suite

Build your personal docker-compose.yml file for Monero services.

Home Page:https://monerosuite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monero Suite

...

This project lets you run a Monero node, P2Pool, and MoneroBlock in Docker containers. It also includes Tor for anonymity and Watchtower for auto-updating the containers.

Features

  • monerod (the Monero daemon)
  • monero-wallet-rpc (the Monero wallet RPC - control a wallet with code)
  • P2Pool (a decentralized mining pool for Monero)
  • XMRig (an efficient Monero CPU miner - runs on the P2Pool node)
  • Traefik (a reverse proxy for other services, so they can be reached via a domain name)
  • MoneroBlock (a Monero block explorer)
  • Monitoring (a monitoring stack with Prometheus, Grafana, and monerod-exporter. It serves a beautiful dashboard with all stats of your node. And it even has a map with all nodes that are connected to your node.)
  • Tor Proxy and Tor Hidden Services (anonymity network for monerod, P2Pool and other services)
  • Docker Autoheal (auto-restart unhealthy containers)
  • Watchtower (auto-update containers)

Disclaimer: This project is not affiliated with, endorsed by, or sponsored by the Monero Project.

Quick Start

You need to have Docker and Docker Compose installed. It could also work with Podman, but I haven't tested it.

Go to monersuite.org

Save the generated docker-compose.yml file to a directory and run the following command in that directory:

UID="$(id -u)" GID="$(id -g)" docker compose up -d

It will take some time to download the images and start the containers. You can check the status of the containers with:

docker compose ps

or a more interactive view with Portainer or LazyDocker.

If you are looking for the urls of the hidden services that were generated when starting the tor container for the first time, you can find them in the container logs:

docker compose logs tor

Roadmap

no particular order

Donations

If you find this project useful, please consider donating to the following address:

87cQNxrM3oWVkZ8TRWUHi9LmvruKgQSA7AxqoqJDr7n1PgGcZkXhAToVz3rEWxjAMj7caKCcqjYfDSFeLey1Sf4hUF3gmNn

About

Build your personal docker-compose.yml file for Monero services.

https://monerosuite.org


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%