# Proof-of-Work

### Mining Pool

**Official:** <https://blocx.zone/>\
**WoolyPooly:** [https://woolypooly.com/en](#mining-pool)\
**CoinMinerz:** <https://coinminerz.com/pool/Blocx>\
**Kryptex:** <https://pool.kryptex.com/blocx>

<br>

### Mining Software

<https://github.com/doktor83/SRBMiner-Multi/releases/tag/2.6.3> - SRB\
<https://github.com/rigelminer/rigel/releases/tag/1.18.2> - Rigel\
<https://github.com/Lolliedieb/lolMiner-releases/releases/tag/1.89> - lolMiner

<br>

\
**SRB Miner**\
\
"blocx-wallet" - replace with your wallet address\
\
Windows

{% code overflow="wrap" fullWidth="false" %}

```batch
SRBMiner-MULTI.exe --algorithm blocx_autolykos2 --pool europe.thepool.zone:3368,usa-west.thepool.zone:3368 --wallet blocx-wallet
```

{% endcode %}

Linux

{% code overflow="wrap" %}

```batch
./SRBMiner-MULTI --algorithm blocx_autolykos2 --pool europe.thepool.zone:3368,usa-west.thepool.zone:3368 --wallet blocx-wallet
```

{% endcode %}

\
\
**Rigel Miner**

"YOUR\_BLOCX\_WALLET" - replace with your wallet address

Windows

{% code overflow="wrap" %}

```batch
rigel.exe  -a autolykos2 --coin blocx -o stratum+tcp://europe.thepool.zone:3368 -u YOUR_BLOCX_WALLET -w WORKER
```

{% endcode %}

Linux

{% code overflow="wrap" %}

```batch
./rigel -a autolykos2 --coin blocx -o stratum+tcp://europe.thepool.zone:3368 -u YOUR_BLOCX_WALLET -w WORKER
```

{% endcode %}

\
\
\ <br>
