Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto currency Mining => Topic started by: James Bond on August 02, 2018, 03:33:38 PM

Title: MindMiner v2.82 - miner manager programm with autoswitch between Algos&Polls
Post by: James Bond on August 02, 2018, 03:33:38 PM
MindMiner - the miner manager programm

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

This isnt a next fork 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.
Thanks to aaronsace to the idea but weak implementation.

Latest version: https://mega.nz/#!uvwn0AIZ!hvrswa6Z8eQyuqdG-aUnazfiQq7ZyU5BlHT2ABal2AY (https://mega.nz/#!uvwn0AIZ!hvrswa6Z8eQyuqdG-aUnazfiQq7ZyU5BlHT2ABal2AY)


You may config any supported miner to any configuration.

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
* Actual miners (if not write me)
* Up to three currencies supported list
* Api Pools proxy for more then 10 rigs (prevent blocking api pools request)
* Api/status server (http://localhost:5555)
* Switching resistance by percentage or timeout
* Run process before & after execution of miner

Supported Pools:
* NiceHash
* MinigPoolHub
* Zpool
* AhashPool
* ZergPool
* BlazePool
* HashRefinery
* BlockMasters

Supported Miners:
* 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 ethereum (no dual algo support for now)
* Claymore zcash (equihash)
* Claymore cryptonight
* Claymore neoscrypt
* PhoenixMiner (ethash)
* xmrig
* jce cryptonote
* cryptodredge

Requirements:

PowerShell 5.0


Windows 10 x64 or Server 2016 already contain PowerShell 5.0.
For Windows 7 SP1, 8.1, Server 2008 R2 SP1, 2012, 2012 R2 install PowerShell 5.0 by link.
PowerShell requires Microsoft .NET Framework 4.5 or above.
The Windows is x64 need as most of the miners support only x64 bit.

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
Code:
{
"Wallet": { "BTC": "Your BTC wallet" },
"Login": "Login for pool with registration (MPH)"
}
For details, see configuration manual.

Fee:
MindMiner has development fee 1% and all benchmarks.
Title: Re: MindMiner v2.82 - miner manager programm with autoswitch between Algos&Polls
Post by: Alexe_Che on September 09, 2018, 04:24:41 AM
How it`s worked?