Instructions

Start by downloading Alephium Wallet.

Pool servers

RegionAddressPortSSL Port
Europeeu1.alephium.coinmore.io20032 20033
Russiaru1.alephium.coinmore.io20032 20033
USus1.alephium.coinmore.io20032 20033
Asiaasia1.alephium.coinmore.io20032 20033

Solo mining (optional): To mine in solo mode, include the prefix "solo:" before your wallet address in the mining configuration. Example: solo:ADDRESS

Miners

You can use:

Examples

  • IolMiner
  • SRBMiner
  • T-Rex
  • BzMiner
  1. Download latest release of lolMiner and unzip the files.
  2. Update mine_aleph file:
set "ALEPHPOOL=eu1.alephium.coinmore.io:20032"
set "ALEPHWALLET=your_wallet_address"
  1. Run mine_aleph.
  2. PROFIT!
  1. Download latest release of SRBMiner and unzip the files.
  2. Update file to:
SRBMiner-MULTI.exe --disable-cpu --algorithm blake3_alephium --pool eu1.alephium.coinmore.io:20032 --wallet your_wallet_address
  1. Run alph file.
  2. PROFIT!
  1. Download latest release of T-Rex and unzip the files.
  2. Update file to:
t-rex.exe -a blake3 -o stratum+tcp://eu1.alephium.coinmore.io:20032 -u your_wallet_address -p x -w rig0
  1. Run alph file.
  2. PROFIT!
  1. Download latest release of BzMiner and unzip the files.
  2. Update file to:
bzminer -a alph -w your_wallet_address -p stratum+tcp://eu1.alephium.coinmore.io:20032
  1. Run alph file.
  2. PROFIT!