Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sethforprivacy/moneroblock-docker

A simple and straightforward Dockerized MoneroBlock built from source and exposing standard ports.
https://github.com/sethforprivacy/moneroblock-docker

Last synced: 7 days ago
JSON representation

A simple and straightforward Dockerized MoneroBlock built from source and exposing standard ports.

Awesome Lists containing this project

README

        

# Simple Monerod Docker

A simple and straightforward Dockerized [MoneroBlock](https://github.com/duggavo/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!

## Actions

[![Weekly Update Rebuild](https://github.com/sethforprivacy/moneroblock-docker/actions/workflows/update-base-image.yml/badge.svg)](https://github.com/sethforprivacy/moneroblock-docker/actions/workflows/update-base-image.yml)
[![Latest Dockerfile build on push](https://github.com/sethforprivacy/moneroblock-docker/actions/workflows/update-image-on-push.yml/badge.svg)](https://github.com/sethforprivacy/moneroblock-docker/actions/workflows/update-image-on-push.yml)

## Docker

![Docker Pulls](https://img.shields.io/docker/pulls/sethsimmons/moneroblock)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/sethsimmons/moneroblock/latest)
![Docker Image Version (latest by date)](https://img.shields.io/docker/v/sethsimmons/moneroblock)

## Docker Hub

This repo is used to build the images available at:

https://hub.docker.com/r/sethsimmons/moneroblock

## Tags

`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

## Recommended usage

The ways I would generally recommend running this container for a personal or public Monero explorer are below.

MoneroBlock explorer using a public node:

```bash
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.

## Copyrights

Code from this repository is released under MIT license. [@duggavo License](https://github.com/duggavo/MoneroBlock/blob/main/license.txt)