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

https://github.com/fedemahf/docker-monerod

Simple Docker container for Monero daemon
https://github.com/fedemahf/docker-monerod

docker monero

Last synced: 2 months ago
JSON representation

Simple Docker container for Monero daemon

Awesome Lists containing this project

README

        

# Docker Monero daemon
Simple Docker container for Monero daemon.

## Configuration
Create a directory to save the chain and set the path in a file named: `env.sh`

See [env.example.sh](env.example.sh) for an example.

This will be the chain directory inside your host machine. Once you build the container, a bash script will be created in your chain directory. It will work as the container entrypoint. You can modify the command arguments in this script.

## Usage
### `./build.sh`
Build the container.

### `./run.sh`
Run Monero daemon.

## References
- [Guide | How to run your own Monero node](https://www.coincashew.com/coins/overview-xmr/guide-or-how-to-run-a-full-node) at coincashew.com
- [Running Monero Open Node + Tor Onion](https://monerodocs.org/running-node/open-node-tor-onion/) at monerodocs.org

## See also
- [fedemahf/docker-monero-wallet-cli](https://github.com/fedemahf/docker-monero-wallet-cli) - Simple Docker container for Monero CLI Wallet