AMDNvidia

Stats

First release date
May 15, 2026
Github stars
55
Github subscribers
8
Github forks
12

Algorithms supported

pearl-pow (1%)
NvidiaAMD

OS supported

LINUX

H/W types supported

GPU

alpha-miner : Fastest Available Pearl Mining Software

Alpha Miner 1.9.3

GPU miner for the Pearl (PRL) network through AlphaPool Stratum. NVIDIA CUDA, 0% dev fee.

Unified Linux download

One Linux archive supports NVIDIA compute capabilities 8.6, 8.9, 9.0, and 12.0. The launcher detects the selected CUDA logical device and refuses unsupported GPUs.

Requirements: Linux x86_64, GLIBC 2.34+, and GLIBCXX 3.4.30+.

curl -fLO https://github.com/AlphaMine-Tech/alpha-miner/releases/download/v1.9.3/AlphaMiner-Linux-1.9.3.tar.gz
echo '95768fa6e4ecd6a106039e4f04314b1feb45f569ebc3b09cd6b03f681a6deefd  AlphaMiner-Linux-1.9.3.tar.gz' | sha256sum -c
tar -xzf AlphaMiner-Linux-1.9.3.tar.gz
cd AlphaMiner-Linux-1.9.3
sha256sum -c SHA256SUMS

Run

./alpha-miner \
  --host us2.alphapool.tech \
  --port 5566 \
  --worker prl1pYOUR_ADDRESS.rig01 \
  --password 'x;d=131072' \
  --gpu 0

PPLNS uses port 5566. Dedicated SOLO uses port 5573. Run one process per GPU with a unique worker suffix and matching --gpu index.

The archive includes ALPHAMINE-PUBLIC-TEST-LICENSE.txt, THIRD_PARTY_NOTICES.txt, and its internal SHA256SUMS.

HiveOS custom miner

Use the dedicated HiveOS package:

https://github.com/AlphaMine-Tech/alpha-miner/releases/download/v1.9.3/alpha-1.9.3.tar.gz

SHA-256: af1cb1a25e30c1c1b30b973b97501f18053012961f41b45f3e6433d3a36fee46

Flight sheet settings:

  • Miner: Custom
  • Name: alpha
  • Installation URL: the URL above
  • Wallet template: %WAL%.%WORKER_NAME%
  • Pool: us2.alphapool.tech:5566 for PPLNS or us2.alphapool.tech:5573 for SOLO
  • Password: x;d=131072 (adjust static difficulty for the GPU class if needed)
  • Extra config: leave empty

The wrapper launches one process per detected NVIDIA GPU and appends .gN to each worker name. It contains the same qualified unified 1.9.3 cores and supports compute capabilities 8.6, 8.9, 9.0, and 12.0.

HiveOS requirements: NVIDIA rig, GLIBC 2.34+, and GLIBCXX 3.4.30+.

This release does not yet include a native Windows artifact. Older separately versioned packages are not part of this unified Linux/HiveOS release.

Pool stats: https://pearl.alphapool.tech · Binary issues: open a GitHub issue.