hichtakk / ethminer-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethminer-docker

Package repository

Ethereum mining container with NVIDIA GPUs.

Setup

Usage

Before runing the container, please make sure that you already have installed docker and nvidia-docker to your host system.
Docker container requires environmental variables bellow for specifing your mining pool and wallet information.

  • WALLET
  • WORKER
  • NANOPOOL_SERVER
  • EMAIL
# docker run --runtime=nvidia -d -e WALLET=${YOUR_ETH_WALLET_ADDRESS} -e WORKER=${WORKER_NAME} -e NANOPOOL_SERVER=${NANOPOOL_SERVER} -e EMAIL=${YOUR_NANOPOOL_EMAIL} --name ethminer hichtakk/ethminer-cuda:0.14.0

References

About


Languages

Language:Makefile 81.7%Language:Dockerfile 18.3%