Sign inSign up

yuppiicon/alphamine-pearl

By yuppiicon

Updated 4 months ago

AlphaMine Pearl miner v1.7.6-beta with env-based wallet and optional static difficulty.

Image
0

103

yuppiicon/alphamine-pearl repository overview

AlphaMine Pearl Miner v1.7.6-beta

Docker image for running AlphaMine alpha-miner v1.7.6-beta for Pearl mining.

Image

yuppiicon/alphamine-pearl:1.7.6-beta

Environment variables

  • 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.

Run with GPU support

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

Run with explicit static difficulty

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 classDIFFICULTY
B2002097152
B3001048576
5090 / H100 PCIe1048576
4090 / 5080524288
5070 Ti / 4080 / 4080S / 3090262144
5060 Ti / 4060 Ti / 3070 / 3060 Ti / A100131072

Logs

docker logs -f alphamine-pearl

Tag summary

Content type

Image

Digest

sha256:826220293

Size

1.4 GB

Last updated

4 months ago

docker pull yuppiicon/alphamine-pearl:1.7.6-beta