Mine ethash (and others) on docker/nvidia-docker
This docker was specficially made for running on an Unraid system that uses LinuxServer's Unraid Nvidia or the new Nvidia-Driver plug-in.
That said, this docker does not require Unraid, it can be used on any system that uses nvidia-docker
Currently uses T-Rex Miner for mining.
Search for trex miner on the Community Applications page:

Simply pull and run docker and add the needed variables:
NOTE: If you don't change the default wallet, you'll be mining for me... :grin:
| Variable | Value | Default |
|---|---|---|
| WALLET | Your wallet address | My ETH wallet |
| SERVER | Mining pool URL | stratum+ssl://us2.ethermine.org:5555 |
| WORKER | Worker name | Rig |
| ALGO | t-rex algorithm to mine | ethash |
If you want to use the config file, map the /config path as well
Example:
docker run -d --name='trex-miner' -e WALLET=0xYOUR_ETH_WALLET_ADDRESS -e SERVER=stratum+ssl://us2.ethermine.org:5555 -e WORKER=Rig -e ALGO=ethash -p '4067:4067/tcp' --runtime=nvidia ptrfrll/nv-docker-trex
With Config File:
docker run -d --name='trex-miner' -e WALLET=0xYOUR_ETH_WALLET_ADDRESS -e SERVER=stratum+ssl://us2.ethermine.org:5555 -e WORKER=Rig -e ALGO=ethash -p '4067:4067/tcp' -v '/path/to/config/':'/config':rw --runtime=nvidia ptrfrll/nv-docker-trex
Content type
Image
Digest
Size
63 MB
Last updated
over 5 years ago
docker pull mort3m/trex-cuda11