Skip to content

monerod is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain

License

Notifications You must be signed in to change notification settings

wimel/DAppNodePackage-monero

 
 

Repository files navigation

Monero DAppNode package

DAppNodeStore Available

Website dappnode.io Documentation Wiki GIVETH Campaign RIOT DAppNode Twitter Follow

monerod is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain.

Dappnode package responsible for providing the monero chain ( based on monero v0.13.0.4)

Aragon Package Manager Repo at 0xe8332e80951c3020a5a8e529df01c12aa87f482f

ou can use this package without installing it in your DAppNode following these instructions:

Prerequisites

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

Buidling

docker-compose build

Running

Start

docker-compose up -d

View logs

docker-compose logs -f

Stop

docker-compose down

Connect using monero gui

address: my.monero.dnp.dappnode.eth port: 18081

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

About

monerod is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%