docker-monero-asy/monero
Matt Smith 02e0729573
monero: Init at 0.16.0.1
2020-06-30 15:51:11 +01:00
..
Dockerfile monero: Init at 0.16.0.1 2020-06-30 15:51:11 +01:00
README.md monero: Init at 0.16.0.1 2020-06-30 15:51:11 +01:00

README.md

monero

Docker image for the Monero P2P daemon and wallet RPC server.

Features

  • Super minimal image. No BS.

Daemon Usage Example

docker volume create monerod_data
docker run \
       --name monerod \
       --rm \
       -d \
       --entrypoint /bin/monerod \
       -v monerod_data:/data \
       -p 18080:18080 \
       -p 18081:18081 \
       moneromint/monero \
       --non-interactive \
       --data-dir /data \
       --rpc-bind-ip 0.0.0.0 \
       --confirm-external-bind \
       --restricted-rpc