You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 09f25c5165 | 4 years ago | |
---|---|---|
.. | ||
Dockerfile | 4 years ago | |
README.md | 4 years ago | |
start_mining | 4 years ago |
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.