Dual mine mode for eth and sia coin from nanopool.org
291
Dockerfile:
FROM servethehome/ethereum:cuda MAINTAINER Andrew Polosatov
COPY run.sh run.sh
ENTRYPOINT ["/run.sh"]
run.sh:
#!/bin/bash ./ethdcrminer64 -epool eth-eu1.nanopool.org:9999 -ewal 0xc52cc06ba2451f8d82dddca82e3a8b1064a3e175.mailon/[email protected] -epsw x -dcoin sia -dpool stratum+tcp://sia-eu1.nanopool.org:7777 -dwal cdf45127311c7dc8abf40d997d6e0135072a6c9cbeefc172f3191a6dec37d151942f96acb5ac/mailon/[email protected] -dpsw x -ftime 10
RUN: nvidia-docker run --restart=always -itd mailon/ethdcrminer64
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 9 years ago
docker pull mailon/ethdcrminer64