Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 445 Bytes

docker-dogecoin-miner

dogecoin-miner is cpuminer for dogecoin mining.

cd dogecoin-miner
sudo docker build -t sawasy/dogecoin-miner .
sudo docker run -i -t -e URL=stratum+tcp://stratum.dogeurl.org:943 -e USERNAME=*YOURUSERNAME* -e PASSWORD=*YOURPASSWORD* -lxc-conf="lxc.cgroup.cpuset.cpus=2,3" sawasy/dogecoin-miner

I wouldn't recommend using this, unless you happen to like unkillable zombie processes.