AlphaMine Pearl miner v1.7.6-beta with env-based wallet and optional static difficulty.
103
Docker image for running AlphaMine alpha-miner v1.7.6-beta for Pearl mining.
yuppiicon/alphamine-pearl:1.7.6-beta
WALLET - required, your Pearl wallet address. This is intentionally not baked into the image.PEARL_ADDRESS - optional alias for WALLET.POOL_HOST - optional, defaults to stratum+tcp://us1.alphapool.tech:5566.WORKER - optional, defaults to worker-1.PEARL_WORKER - optional alias for WORKER.DIFFICULTY - optional static difficulty. If not set, the image tries GPU_CLASS auto-detection and otherwise uses pool vardiff.PEARL_DIFFICULTY - optional alias for DIFFICULTY.GPU_CLASS - optional, defaults to auto. Examples: B200, B300, H100, 5090, 4090, 5080, 5070Ti, 4080, 3090, A100.docker run -d --name alphamine-pearl --restart unless-stopped --gpus all \
-e POOL_HOST=stratum+tcp://us1.alphapool.tech:5566 \
-e WALLET=your_prl_wallet_address \
-e WORKER=your_worker_name \
-e GPU_CLASS=H100 \
yuppiicon/alphamine-pearl:1.7.6-beta
docker run -d --name alphamine-pearl --restart unless-stopped --gpus all \
-e WALLET=your_prl_wallet_address \
-e WORKER=your_worker_name \
-e DIFFICULTY=1048576 \
yuppiicon/alphamine-pearl:1.7.6-beta
| GPU class | DIFFICULTY |
|---|---|
| B200 | 2097152 |
| B300 | 1048576 |
| 5090 / H100 PCIe | 1048576 |
| 4090 / 5080 | 524288 |
| 5070 Ti / 4080 / 4080S / 3090 | 262144 |
| 5060 Ti / 4060 Ti / 3070 / 3060 Ti / A100 | 131072 |
docker logs -f alphamine-pearl
Content type
Image
Digest
sha256:826220293…
Size
1.4 GB
Last updated
4 months ago
docker pull yuppiicon/alphamine-pearl:1.7.6-beta