Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fedemahf/docker-monero-wallet-cli
- Owner: fedemahf
- Created: 2022-07-09T21:00:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T23:24:03.000Z (over 2 years ago)
- Last Synced: 2024-11-10T22:18:45.709Z (3 months ago)
- Topics: docker, monero
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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