Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fedemahf/docker-monero-wallet-cli

Simple Docker container for Monero CLI Wallet
https://github.com/fedemahf/docker-monero-wallet-cli

docker monero

Last synced: about 1 month ago
JSON representation

Simple Docker container for Monero CLI Wallet

Awesome Lists containing this project

README

        

# Docker Monero CLI Wallet

Simple Docker container for Monero CLI Wallet.

## Configuration

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

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

This will be the wallet directory inside your host machine. Once you build the container, a bash script will be created in your wallet 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 CLI Wallet.

## See also
- [fedemahf/docker-monerod](https://github.com/fedemahf/docker-monerod) - Simple Docker container for Monero daemon