This project for easy to use nichhash miner cpu in docker.
Project build from Equihash miner for NiceHash official repo.
- Install docker
- Create running container command:
docker run -d --name miner andersonpids/bitcoin-nicehash-miner - Remove running container command:
docker rm -f miner - Config your miner by environment option (
-e VARIABLE=VALUE)
- Create running container command:
docker-compose pull && docker-compose up -d - Remove running container command:
docker-compose down - Config your miner in config.env file
- Create stack deploy command:
docker stack deploy -c docker-compose.yml miner - Remove stack deploy command:
docker stack rm miner - Config your miner in config.env file
- Test nicehash server command:
docker run -it --rm andersonpids/bitcoin-nicehash-miner /bin/bash test-server.sh
Running on 2+ Core CPU because Equihash miner for NiceHash require.