khell / xmrig-docker

Docker image for xmrig. Supports Oct 2018 POW change.

Home Page:https://hub.docker.com/r/khell/xmrig-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmrig-docker

Docker image for the xmrig Monero CPU miner. xmrig is built directly from master branch on its public Github repository with all defaults, except devfee which will now default to 0%. You can still opt-in to the devfee from the configuration file.

Usage

This image is built expecting a JSON configuration file to be available at $XMRIG_JSON_CONFIG_PATH. For example, you can mount a volume at /app/etc that contains a configuration file named config.json with the following command:

docker run -t -i -d -v /path/to/config/directory:/app/etc -e XMRIG_JSON_CONFIG_PATH=/app/etc/config.json khell/xmrig-docker:latest

Donations

If this image helped you mine Monero, please feel free to send a donation my way!

  • XMR: 43FtckLEn9BSWP6msnrRNpcZUWVGrr47WBZ7PSHcyF44HFhaRoLmRZK4kx7TFh3Ryh6r3faNiQxNQT6BL1AuiZoEDrNsuum
  • BTC: 37uLtQRwoMwgNMXaYgPYF5WXWUYTZ5mavt
  • BCH: 1NjJhGJosLAeTSzPoM3544g8y3tVPvyAr1

About

Docker image for xmrig. Supports Oct 2018 POW change.

https://hub.docker.com/r/khell/xmrig-docker/

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%