Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Crypto currency Mining => Topic started by: James Bond on February 07, 2019, 10:33:22 PM

Title: MindMiner v3.65 - miner manager programm with online monitoring
Post by: James Bond on February 07, 2019, 10:33:22 PM
MindMiner - the miner manager programm with online monitoring
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/#!GCJVkQ4J!vR72ab_Bb6hVuF5J2qyDCiAccmZZMqpyS-3-qdhZlZU (https://mega.nz/#!GCJVkQ4J!vR72ab_Bb6hVuF5J2qyDCiAccmZZMqpyS-3-qdhZlZU)

You may config any supported miner to any configuration.

Features:

Accounting power consumption
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.

Please install:

Visual C++ Redistributable 2015 https://www.microsoft.com/en-US/download/details.aspx?id=48145
Visual C++ Redistributable 2013 https://www.microsoft.com/en-US/download/details.aspx?id=40784
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
Code:
{
“Wallet”: { “BTC”: “Your BTC wallet” },
“Login”: “Login for pool with registration (MPH)”
}
For details, see configuration manual.