Mine MateableCoin

5 proof-of-work algorithms. CPU, GPU, and ASIC friendly.
Pick your hardware and start earning MTBC today.

Scrypt

Scrypt Mining

The original MTBC algorithm — battle-tested, widely supported, and compatible with the largest number of mining pools and hardware.

Hardware
ASIC / GPU
Port (typical)
3333
Algo param
scrypt

Loading pools...

CGMiner / BFGMiner config
# Replace POOL_URL, PORT, and YOUR_ADDRESS cgminer \ --url stratum+tcp://POOL_URL:3333 \ --user YOUR_MTBC_ADDRESS \ --pass x \ --scrypt
ASIC
Antminer L7
Best Scrypt ASIC — high hashrate, low power per GH.
GPU Software
NiceHash Miner
Auto-detects Scrypt. Point to your pool URL.
Yescrypt

Yescrypt Mining

Memory-hard algorithm designed to resist ASICs and give everyday CPU miners a fair shot. Great for mining on laptops, desktops, and servers.

Hardware
CPU
Port (typical)
3334
Algo param
yescryptr8

Loading pools...

cpuminer-opt config
# cpuminer-opt — best CPU miner for Yescrypt cpuminer-opt \ -a yescryptr8 \ -o stratum+tcp://POOL_URL:3334 \ -u YOUR_MTBC_ADDRESS \ -p x \ -t 4 # number of CPU threads
Recommended Software
cpuminer-opt
Best performance for Yescrypt on all CPU architectures. Use -a yescryptr8 for MTBC.
Whirlpool

Whirlpool Mining

Strong cryptographic hashing algorithm with GPU-optimised performance. Whirlpool provides an extra layer of security diversity to the MTBC network.

Hardware
GPU
Port (typical)
3335
Algo param
whirlpool

Loading pools...

CCMiner config
# ccminer for NVIDIA GPUs ccminer \ -a whirlpool \ -o stratum+tcp://POOL_URL:3335 \ -u YOUR_MTBC_ADDRESS \ -p x
Recommended Software
CCMiner (tpruvot)
NVIDIA GPU miner. Use -a whirlpool flag. AMD users try SGMiner.
Ghostrider

Ghostrider Mining

Adaptive algorithm that rotates between multiple hashing functions each block, making it resilient to dedicated hardware and friendly to both CPU and GPU miners.

Hardware
CPU / GPU
Port (typical)
3336
Algo param
ghostrider

Loading pools...

SRBMiner config
# SRBMiner-MULTI — best Ghostrider miner SRBMiner-MULTI \ --algorithm ghostrider \ --pool POOL_URL:3336 \ --wallet YOUR_MTBC_ADDRESS \ --password x
Recommended Software
SRBMiner-MULTI
Top choice for Ghostrider on AMD & NVIDIA. Also supports CPU mode.
Balloon

Balloon Mining

Memory-hard hashing designed to be ASIC resistant and CPU accessible. Balloon adds another dimension of decentralisation to the MTBC network.

Hardware
CPU
Port (typical)
3337
Algo param
balloon

Loading pools...

cpuminer-opt config
# cpuminer-opt for Balloon cpuminer-opt \ -a balloon \ -o stratum+tcp://POOL_URL:3337 \ -u YOUR_MTBC_ADDRESS \ -p x \ -t 4
Recommended Software
cpuminer-opt
Use -a balloon. Allocates significant RAM — close other apps for best hashrate.

Quick Start Guide

Getting Started
1
Download the wallet
Get the latest MTBC wallet from the Download page and let it sync fully.
2
Get a receive address
Open the wallet → File → Receiving Addresses → New. Copy your MTBC address.
3
Pick an algorithm & pool
Choose the algorithm that matches your hardware above and find a pool on MiningPoolStats.
4
Configure your miner
Use the config example for your algorithm. Replace POOL_URL, PORT, and your MTBC address.
5
Start mining
Run your miner and watch rewards arrive in your wallet. Pool payouts are typically automatic.