docker-wownero/mining
lza_menace 09f25c5165 use cryptonote.social for wow default mining pool 2020-10-06 00:48:39 -07:00
..
Dockerfile adding dir for mining 2020-06-29 01:30:44 -07:00
README.md adding dir for mining 2020-06-29 01:30:44 -07:00
start_mining use cryptonote.social for wow default mining pool 2020-10-06 00:48:39 -07:00

README.md

Miner

This is a quick and dirty implementation. There's some hardcoded choices in there until I go back and update it or someone makes a PR.

# build container image of xmrig (mining software)
docker build -t miner .

# run simple wow miner
docker run --rm -d --name miner miner <your wow address>

# run big monero miner
docker run --rm -d --name miner miner <your xmr address> xmr 8

See start_mining for details of inputs.