metal3d / docker-xmrig

Xmrig containeried to mine monero cryptocurrency
MIT License
65 stars 43 forks source link

TLS support? #7

Open LordKillZone opened 1 year ago

LordKillZone commented 1 year ago

How i can add TLS fingerprint? I am using docker compose, tried to add -tls and -tls-fingerprint=(value) but it dont work.

metal3d commented 8 months ago

Sorry for the delay...

I never tried this option, can you give me some details, or a documentation page? I'll add this option if possible.

Badbird5907 commented 5 months ago

For anyone who comes across this, pass the env variable OTHERS_OPTS, for example docker run ... -e OTHERS_OPTS="--tls" ...