Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A simple and straightforward Dockerized MoneroBlock built from source and exposing standard ports.
- Host: GitHub
- URL: https://github.com/sethforprivacy/moneroblock-docker
- Owner: sethforprivacy
- License: mit
- Created: 2022-09-12T16:34:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:00:09.000Z (8 months ago)
- Last Synced: 2024-04-17T00:59:17.732Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 79.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-monero - Moneroblock Docker - A simple and straightforward Dockerized MoneroBlock built from source and exposing standard ports. (Docker / Other Wallets)
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)