miniZ – best Equihash Miner
miniZ supports Equihash 144.5, Equihash 150.5, Equihash 150.5.3 as well as Equihash 192.7, Equihash 125.4, Equihash 210.9 and Equihash 96.5 and various cryptocurrencies that use these algorithms on compatible Nvidia graphics cards. miniZ is available for CUDA 8.0 and CUDA 10.0, including Nvidia RTX GPUS support with CUDA 10 release (check which version works best on older GPUs, CUDA 10 is required for RTX). Be aware that since miniZ is a closed source miner, there is also a built-in development fee of 2%.
You can download miniZ Equihash miner for Windows and Linux operating systems from the links below
IN ALWAYS! We have ended support for Cuda 8. Please update your NVIDIA drivers to use Cuda 10:
- NVIDIA driver 410.48 or later (Linux).
- NVIDIA driver 411.31 or newer (Windows).
Using miniZ miner
For updated information, check out the specific topic on the FAQ page (
To run miniZ Equihash miner on Linux: open a console window and enter:
./miniZ --url=username@server:port
On Windows: run the CMD shell (CMD.exe) and type:
miniZ.exe --url=username@server:port
- username – Replace username with your username in the pool. This is usually your wallet address, depending on the pool.
- server: port – port by pool address and port number. Ex. mine BTG in
- 2miners:
--url=walletaddress.worker@btg.2miners.com:4040
- Ex. to mine BTG in suprnova:
--url=username.worker@btg.suprnova.cc:8866
- 2miners:
More information about the parameters can be found using the commands:
./miniZ --help
./miniZ -h
Examples:
To mine BTG with all GPUs in btgpool:
./miniZ --url=GdkQGJmbdvx2UBRhomUAXwdUbKJySXzubo.worker@eu.btgpool.pro:3857
For BTG mining with GPU 0 and 2, after 2 minutes, port 4040:
./miniZ -cd 0 2 --url=GdkQGJmbdvx2UBRhomUAXwdUbKJySXzubo.worker@btg.2miners.com:4040
Same as the previous one, but specifying the second pool + user + port:
./miniZ -cd 0 2 --url=GdkQGJmbdvx2UBRhomUAXwdUbKJySXzubo.worker@btg.2miners.com:4040 --url=myuser.worker@btg.suprnova.cc:8866
To mine BTCZ with GPUs 0, 1 and 2, in equipool, with SSL, worker worker:
./miniZ -cd 0 1 2 --url=ssl://YourWalletAddress.worker@mine-btcz-euro.equipool.1ds.us:50066
Same as previous, but with alternative command line arguments:
./miniZ -cd 0 1 2 --user YourWalletAddress.worker --server ssl://mine-btcz-euro.equipool.1ds.us --port 50066
For mining BTCZ in 2 minutes, port 2020 and BTG in Suprnov, port 8817, with GPU 0 and 2:
To mine BTCZ in 2miners, port 2020, and BTG in suprnova, port 8817, with GPU 0 and 2:
For mining MNX with GPU 2, select two pools – solopool, port 2020 and minexpool, port 3333:
To mine MNX with GPU 2, choosing two pools – solopool, port 2020, and minexpool, port 3333:
Console output
Since it is important to have feedback while using miniZ, some information (speed, GPU temperature …) will be displayed in the console window.
First, you will see a heading listing the values of the command line parameters. Although miniZ will warn you of common errors, it would be nice to confirm that everything is correct.