Skip to content

Quake4/MindMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindMiner Version tag Version date tag Issues tag

by Oleg Samsonov aka Quake4

Multi-algorithm, multi-platform, miner manager program. Mining supported on NVIDIA, AMD, and CPU platforms.

This is not another fork based on MultiPoolMiner (NemosMiner, SniffDogMiner, MegaMiner, NPlusMiner and etc). This is a fully new, from scratch source code, written by myself with a smarter miner manager program as the goal.

If anyone has a claim to any of it post your case in the Discord or Bitcoin Talk Forum on english or russian or create issue.

You may configure and further fine-tune any supported miner as well, by modifying its accompanying config.txt

Features

  • Online monitoring on MindMiner site
  • Notify rig event online/offline/reboot in MindMiner Bot at Telegram
  • Accounting power consumption
  • Very small code size
  • Low memory usage ~100Mb
  • Self update
  • User confirm for benchmarks and new pools
  • No memory leak
  • Small CPU usage
  • Fast switch for most profit algo/coin
  • Very configurable
  • Different verbose level
  • Pools actual balance
  • Actual, up-to-date miners (if not, write me)
  • Up to three currencies (supported list)
  • Api Pools proxy for more then 7 rigs (prevent blocking api pools request)
  • Api/status server (http://127.0.0.1:5555)
  • Switching resistance by percentage and/or timeout
  • Dual mining on Claymore Ethereum & Bminer
  • Run process before & after execution of miner
  • Account accepted & rejected shares
  • Failover pools support
  • Rentals pool support (MiningRigRentals)
  • Service charge up to 8%

Support

Pools (full list)

  • 2Miners (ERG, ETC, RVN)
  • MiningPoolHub
  • MiningRigRentals
  • NiceHash
  • NLPool
  • ZergPool
  • Zpool

Miners (full list)

  • ccminer (any)
  • сlaymore ethereum (dual)
  • сlaymore neoscrypt
  • cpuminer (any)
  • cpuminer-opt/bf
  • cryptodredge
  • ethminer
  • gminer
  • lolminer
  • phoenix (ethash)
  • sgminer (any)
  • srbm-multi
  • t-rex
  • teamred
  • wildrig
  • xmrig all
  • xmr-stak
  • z-enemy
  • archive (bminer, cast xmr, claymore cn/zcash, dstm, ewbf, gatelessgate, hsrminer, jce, nheqminer & other)

Requirements

PowerShell 5.1

Windows 64-bit edition required as most of the miners releases are compiled as x64 and support only x64 platforms.

Please install both x64 and x86 versions:

If use CPU mining please allow lock page support in OS to double CryptoNight algorithm profit (XMR).

Install

Download latest release to any folder. Unpack and may create config.txt (see config section) or just run "run.bat" and enter BTC wallet and other asked data.

Config (full manual)

Place simple config.txt file into programm folder with json content

{
    "Wallet": { "BTC":  "Your BTC wallet" },
    "Login": "Login for pool with registration (MPH)"
}

For details, see full configuration manual.

Screenshot

Monitoring

MindMiner

nVidia GTX 1070

MindMiner

nVidia GTX 1060 3G

MindMiner

AMD RX 580 4G

MindMiner

Intel i3-6100

MindMiner

Fee

MindMiner has development fee 1%. Enabling MinigRigRentals will add 1% fee.

Thanks

Thanks to aaronsace to the idea but weak implementation.