Wallet and daemon for Genesis [GENX] cryptocurrency on docker
Type docker run -it -e "USER=me" -e "PASSWORD=secret" -e "RPCALLOW=127.0.0.1" chainmapper/genesis
and see the wallet starting.
Alternatively type docker run -it -v "<path_to_config>:/config/genesis.conf" chainmapper/genesis
to use your own config.
Docker GENX wallet
By: ChainMapper
Website: https://chainmapper.com
Starting GENX daemon...
Use a volume to store all data. The image stores it's data in /data
. So mapping that volume will do the trick.
Additionally you can override the config and wallet file using volumes pointing to /config/genesis.conf
and /config/wallet.data
MIT, see LICENSE file