docker-monero-asy/wownero
Matt Smith 323496d717
wownero: Init at 0.8.0.1
2020-06-30 16:01:52 +01:00
..
Dockerfile wownero: Init at 0.8.0.1 2020-06-30 16:01:52 +01:00
README.md wownero: Init at 0.8.0.1 2020-06-30 16:01:52 +01:00

README.md

wownero

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

Features

  • Super minimal image. No BS.

Daemon Usage Example

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