Ready to use docker image packaged with
- Start miner
curl -s https://raw.githubusercontent.com/sheoran/webcash-docker/master/start_miner.sh | bash -s --
- Wallet operations
curl -s https://raw.githubusercontent.com/sheoran/webcash-docker/master/cash.sh -o /tmp/cash.sh && bash /tmp/cash.sh --help
./start_miner.sh
, It will create folder where wallet data be will be keptwebcash_wallet_data
- Validate images are running, should be similar to screenshot
- Wallet operations
./cash.sh --help
docker build -t sheoran/webcash:latest .
docker push sheoran/webcash:latest