A user friendly crypto currency miner based on Alpine Linux and XMRig.
- Easy to configure
- Supports a wide range of currencies
- Only 0,75% pool fee with referral code:
1bz8-v3i2
(default 1%) - Optional dev fee
docker run -d --name miner rundqvist/unmineable
Replace the values in the sample code with your desired settings.
Examples uses 50% of cpu to mine Shiba Inu to the specified wallet.
docker run \
-d \
--name=unmineable \
-e 'CPU_LIMIT_PERCENT=50' \
-e 'COIN=SHIB' \
-e 'WALLET=...' \
-e 'WORKER=docker' \
-e 'DIFFICULTY=35000' \
-e 'DONATE=1' \
rundqvist/unmineable
version: "3"
services:
unmineable:
image: rundqvist/unmineable
container_name: unmineable
restart: unless-stopped
network_mode: bridge
environment:
- CPU_LIMIT_PERCENT=50
- COIN=SHIB
- WALLET=...
- WORKER=docker
- DIFFICULTY=35000
- DONATE=1
volumes:
- /etc/localtime:/etc/localtime:ro
Variable | Usage |
---|---|
CPU_LIMIT_PERCENT | Percentage of cpu to use for mining (digits only, 1-100). Default 50%. |
COIN | Currency supported by unMineable. Example: - BTC - ETH - DOGE - XMR - ...and many more (please see here for a complete list). |
WALLET | Your wallet address for specified coin. |
WORKER | Name of your worker (default: docker). |
DIFFICULTY | Desired difficulty. |
DONATE | Percentage of cpu time to use for dev donation (digits only, 0-99). Default 1%. |
Problem allocating memory or lower hashrate than expected? Try running container in privileged mode.
Please report issues at https://github.com/rundqvist/docker-unmineable/issues
Please support the development by making a small donation.