zbobyuan / MindMiner

MindMiner - the miner manager programm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MindMiner Version tag Version date tag Issues tag

by Oleg Samsonov aka Quake4

Miner manager programm. Support CPU mining and mining on nVidia and AMD cards.

This isnt a next branch based on MultiPoolMiner (NemosMiner, SniffDogMiner, MegaMiner, NPlusMiner and etc). This is full new source code written by me with my minds of a console miner manager programm.

If anyone has a claim to any of it post your case in the Bitcoin Talk forum or create issue.

You may config any supported miner to any configuration.

Coming soon

  • Claymore Dual mining

Features

  • Very small code size
  • Low memory use ~50Mb
  • 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
  • Up to three currencies (supported list)

Support

Pools (full list)

  • NiceHash
  • MinigPoolHub
  • Zpool
  • AhashPool
  • ZergPool

Miners (full list)

  • bminer
  • dstm zcash (equihash)
  • cast xmr
  • cpuminer (any)
  • cpuminer-opt
  • ccminer (any)
  • ewbf (disabled by default, to enable change config file .\Miners\ewbf-xxx.config.txt)
  • nheqminer (disabled by default, to enable change config file .\Miners\nheqminer-xxx.config.txt)
  • sgminer (any)
  • gatelessgate
  • Claymore zcash (equihash)
  • Claymore cryptonight

Requirements

PowerShell 5.0

The Windows is x64 need as most of the miners support only x64 bit.

Please install:

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

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

{
    "Wallet": { "BTC":  "Your BTC wallet" },
    "WorkerName": "Rig/Computer Name",
    "Login": "Login for pool with registration"
}

For details, see configuration manual.

Screenshot

nVidia GTX 1070

MindMiner

nVidia GTX 1060 3G

MindMiner

AMD RX 580 4G

MindMiner

Intel i3-6100

MindMiner

Fee

MindMiner has development fee 1% and all benchmarks.

Thanks

Thanks to aaronsace to the idea but weak implementation.

About

MindMiner - the miner manager programm

License:GNU General Public License v3.0


Languages

Language:PowerShell 99.8%Language:Batchfile 0.2%