Skip to content

docker image to run a monero full network node with .conf file for configuration

License

Notifications You must be signed in to change notification settings

0x556c79/monero-full-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monero-full-node (x64) GitHub Workflow Status (branch) GitHub Workflow Status (branch) Docker Pulls Docker Stars

docker image to run a monero full network node with .conf file.

The config contains Tor related settings. If you don't use it you have to delete it and if you want to use it you have to change the onion address.

Usage

docker run -tid --restart=always -v xmrchain:/opt/monero/data -p 18080:18080 -p 18081:18081 --name=monerod r4p70r/monero-full-node

or

docker run -tid --restart=always -v xmrchain:/opt/monero/data -p 18080:18080 -p 18081:18081 --name=monerod ghcr.io/0x556c79/monero-full-node:latest

Updates

Manual way:

docker stop monerod
docker rm monerod
docker pull r4p70r/monero-full-node
or
docker pull ghcr.io/0x556c79/monero-full-node:latest

Then launch using the "how to use" command above

Automatic way: v2tec/watchtower

Donations

I am supporting this image in my spare time and would be very happy about some donations to keep this going. You can support me by donating here:

Donation

  • XMR: 8AdNpBsX9QaJu9s8nVXsTH2ZKMDrt7dCt5BpZTEsGvDbQDvMtvppTPVAJGd91DKu599uTYg6syN16HiJ3CtvFLLm97KxViL

  • BTC: bc1q0r86af4aaydwq4rgya40r0xw2r77j0xjcxznnr

  • Paypal: Donate with PayPal button

  • Liberapay: Donate using Liberapay

About

docker image to run a monero full network node with .conf file for configuration

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 89.9%
  • Shell 10.1%