Just playing around with this one a bit.
Important Update: 2018-03-25 - Updated to xmrig 2.5.1 for hardfork(s)
Update 2018-03-31 - Updated to xmrig 2.5.2 for xmrig bug fix
Update 2018-10-19 - Updated to xmrig 2.8.3 for new hardfork
Now based on an early Ubuntu 18.04 and xmrig 2.8.3
Aeon Example
or another Aeon pool:
Cryptonight Example
The default for cryptonight is Monero @ dwarfpool.
If you want to add a worker ID after the wallet (format for a normal is -u <wallet>.<workerid>) then use
Still more stuff to add, but that now is a single docker image for aeon av2, av1 (that defaults to the STH pool so no need for priv) and for cryptonight coins.
More work tomorrow on this but worth a test.
Important Update: 2018-03-25 - Updated to xmrig 2.5.1 for hardfork(s)
Update 2018-03-31 - Updated to xmrig 2.5.2 for xmrig bug fix
Update 2018-10-19 - Updated to xmrig 2.8.3 for new hardfork
Code:
servethehome/universal_cryptonight:latest
Aeon Example
Code:
docker run -it -e username=<wallet> -e numthreads=14 --cpuset-cpus="12-23,24,30" -e aeon=true -e av=2 servethehome/universal_cryptonight:latest
Code:
docker run -it -e username=<wallet> -e pool=<pooladdress> -e startport=<port> -e numthreads=14 --cpuset-cpus="12-23,24,30" -e aeon=true -e av=2 servethehome/universal_cryptonight:latest
Code:
docker run -it -e username=<wallet> -e pool=<pooladdress> -e startport=<port> -e numthreads=14 --cpuset-cpus="12-23,24,30" servethehome/universal_cryptonight:latest
If you want to add a worker ID after the wallet (format for a normal is -u <wallet>.<workerid>) then use
Code:
-e workerid=worker1
More work tomorrow on this but worth a test.
Last edited: