Sign inSign up

mort3m/trex-cuda11

By mort3m

Updated over 5 years ago

Image
0

166

mort3m/trex-cuda11 repository overview

T-Rex Miner Nvidia Docker

Publish Docker image

Mine ethash (and others) on docker/nvidia-docker

About

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

Miner

Currently uses T-Rex Miner for mining.

Getting Started

Unraid

Search for trex miner on the Community Applications page:

community apps

Docker

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:

VariableValueDefault
WALLETYour wallet addressMy ETH wallet
SERVERMining pool URLstratum+ssl://us2.ethermine.org:5555
WORKERWorker nameRig
ALGOt-rex algorithm to mineethash

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

Tag summary

Content type

Image

Digest

Size

63 MB

Last updated

over 5 years ago

docker pull mort3m/trex-cuda11