oregonpillow/monerod

By oregonpillow

Updated 6 days ago

monero dameon inside docker

Image
Networking
Security
Internet of things
0

1.1K

oregonpillow/monerod repository overview

           ++++++++++++
        ++++++++++++++++++
       ++++++++++++++++++++
      +++  ++++++++++++ ++++
     ++++   ++++++++++  +++++    ###    ###   ########  ###    ##  ####### ########   #######
     ++++     ++++++    +++++    ####  ####  ##     ### #####  ##  ##      ###   ##  ##     ###
     ++++       ++      +++++    #### #####  ##      ## ###### ##  ####### ######## ###      ##
     ++++   ###    ###  +++++   ### #### ### ##     ### ### #####  ##      ###  ##   ##     ###
            ##########          ##  ###   ##  ########  ###   ###  ####### ###   ##   ########
       ####################
        ##################                   monerod: The Monero Daemon
           ############
                ##

About

Source Code: https://github.com/oregonpillow/monerod-docker

Monero daemon in a docker container:

  • ✅ Built using official Monero binary
  • ✅ Binary verified against official PGP signature
  • ✅ Binary verified against official sha256 sum
  • ✅ Container runs as non-root user with single process
  • ✅ multi-platform support

Getting Started

services:
  monerod:
    image: oregonpillow/monerod:latest
    container_name: monerod
    restart: unless-stopped
    volumes:
      # IMPORTANT: data folder must exist before starting container
      - ./data:/app/monero/bitmonero
      - ./monerod.conf:/app/monero/monerod.conf
    ports:
      - 18081:18081 # rpc
      - 18089:18089 # restricted rpc
      - 18080:18080 # p2p

Tag summary

Content type

Image

Digest

sha256:834656481

Size

39.2 MB

Last updated

6 days ago

docker pull oregonpillow/monerod:0.18.5.1