A simple and straightforward Dockerized MoneroBlock built from source and exposing standard ports.
NOTE: The upstream repo hasn't seen a commit in 2y, so I am archiving this repo. Use at your own risk!
This repo is used to build the images available at:
https://hub.docker.com/r/sethsimmons/moneroblock
latest
: The latest branch version of MoneroBlock from https://github.com/duggavo/MoneroBlock/tags, built on an Alpine base image
vx.x.x
: The version corresponding with the tag from https://github.com/duggavo/MoneroBlock/tags, built on an Alpine base image
The ways I would generally recommend running this container for a personal or public Monero explorer are below.
MoneroBlock explorer using a public node:
sudo docker run -d --restart unless-stopped --name="moneroblock" sethsimmons/moneroblock:latest --daemon node.sethforprivacy.com:18089
Ideally you will run your own instance of monerod
and point MoneroBlock to it.
Code from this repository is released under MIT license. @duggavo License