A simple and straightforward Dockerized monerod built from source and exposing standard ports.
This repo is used to build the images available at:
https://hub.docker.com/r/sethsimmons/simple-monero-wallet-rpc
I will always release the latest Monero version under the latest
tag as well as the version number tag (i.e. v0.18.1.1
).
latest
: The latest tagged version of Monero from https://github.com/monero-project/monero/tags
vx.xx.x.x
: The version corresponding with the tagged version from https://github.com/monero-project/monero/tags
sudo docker run -d --restart unless-stopped --name="monero-wallet-rpc" -v monero-wallet-rpc-data:/home/monero sethsimmons/simple-monero-wallet-rpc:latest --daemon-host 127.0.0.1:18089 --rpc-bind-port 18083 --disable-rpc-login --trusted-daemon
Code from this repository is released under MIT license. Monero License, @leonardochaia License
Code from this repository is released under MIT license. Monero License, @leonardochaia License
The base for the Dockerfile was pulled from:
https://github.com/leonardochaia/docker-monerod
The migration to Alpine from a Ubuntu 20.04 base image was based largely on previous commits from: