Bitcoin Forum
June 16, 2024, 08:54:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
Author Topic: MindMiner v6.21 - miner manager program with online monitoring  (Read 31481 times)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 21, 2018, 12:48:41 PM
 #101

MindMiner v1.62

* Change show pool info from unknown to offline and no disable pool if not answer.
* Add cooldown timeout on switch between miners.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
impeached
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 21, 2018, 03:05:32 PM
Last edit: April 21, 2018, 04:07:15 PM by impeached
 #102

Can you run `--cpu-priority 5` on all ccminer variants by default? I've noticed a reasonable increase in hashrate doing this on my mining rigs with really bad CPUs.

EDIT: Also, do you support running a batch file per-algo like Nemos does? I use this to adjust my OC depending on the algo.

EDIT2: Also, please close all open miners when I X out of MindMiner.

EDIT3: Can you add a setting to remove "press Y to confirm benchmarking" option? I'd like to automatically bench new miners when an auto-update introduces one.
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
April 21, 2018, 04:03:01 PM
 #103

What type of profit "logic" is used in this one ?

I have been liking the "PLUS" logic in NEMOS compared to 24hr or Estimated.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Bit2017User
Jr. Member
*
Offline Offline

Activity: 76
Merit: 1


View Profile
April 21, 2018, 07:52:41 PM
 #104

Question,
If there is a failed algo during benchmark will it be tried again
or it's now disabled?
Can i disable failed algos ?
Thanks
HAI11
Newbie
*
Offline Offline

Activity: 80
Merit: 0


View Profile
April 21, 2018, 11:08:58 PM
 #105

A GUI would be better for noobs.~  Added 1 minute per hour devfee. 1/59*100=1,7%

Yes. Will add
impeached
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 22, 2018, 12:28:41 PM
 #106

Another request: please add a "switching resistance". Even just 5% would really help.
niehues313
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
April 22, 2018, 01:50:48 PM
 #107

Hi.. sounds great.. going to try..

Is this good for finding new coins.. or mining 24/7...

About how much profit one 1070/day or 6x1070/day at the moment now...

Thanks !
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 03:57:25 PM
 #108

MindMiner v1.63

* Show unknown for disabled pools in pool info.
* Add extraargs support for all algorithm in all miners.
* Update claymore eth to version 11.6.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 03:58:31 PM
 #109

Improved miner downloading Shocked Shocked Shocked Shocked
Yes. Wink

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:01:41 PM
 #110

Can you run `--cpu-priority 5` on all ccminer variants by default? I've noticed a reasonable increase in hashrate doing this on my mining rigs with really bad CPUs.

EDIT: Also, do you support running a batch file per-algo like Nemos does? I use this to adjust my OC depending on the algo.

EDIT2: Also, please close all open miners when I X out of MindMiner.

EDIT3: Can you add a setting to remove "press Y to confirm benchmarking" option? I'd like to automatically bench new miners when an auto-update introduces one.

Please, add to needed miners config param: ExtraArgs: "--cpu-priority 5"
See config manual: https://github.com/Quake4/MindMiner/blob/master/Config.md
Example:
Code:
{
    "Algorithms":  [
                       {
                           "ExtraArgs":  null,
                           "BenchmarkSeconds":  0,
                           "Enabled":  true,
                           "Algorithm":  "bitcore"
                       },
  ...............
                       {
                           "ExtraArgs":  null,
                           "BenchmarkSeconds":  120,
                           "Enabled":  true,
                           "Algorithm":  "x17"
                       }
                   ],
    "BenchmarkSeconds":  60,
    "ExtraArgs": "--cpu-priority 5",
    "Enabled":  true
}

1. Change algorithms set in algorithms.txt file. See config manual.
2. Press Alt+E then exit. In feature may be add closing miners by X button.
3. For some miners requires the permission of the OS. I can't do this on the machine, as it is possible to hang on the OS confirmation window.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:09:44 PM
 #111

What type of profit "logic" is used in this one ?

I have been liking the "PLUS" logic in NEMOS compared to 24hr or Estimated.
MM has its own logic. Its include all API data from the pools (24H actual + 24 & Cur estimated).

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:13:16 PM
 #112

Question,
If there is a failed algo during benchmark will it be tried again or it's now disabled?
Can i disable failed algos ?
Thanks
Yes, on fail bench algo is disabled.

https://github.com/Quake4/MindMiner/blob/master/Config.md
You can disable:
1. Miner algo: in miner config file write false in parameter Enabled at needed algo.
2. Algo from pool: see pools section "DisabledAlgorithms" param.
3. Algo in program: see algorithms section "DisabledAlgorithms" param.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:15:14 PM
 #113

A GUI would be better for noobs.~  Added 1 minute per hour devfee. 1/59*100=1,7%

Yes. Will add
Yes, gui better for noobs. But MindMiner isn't for noobs. Wink

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:17:51 PM
 #114

Did I read correctly, MM supports altcoin payout from zergpool? I only an option for BTC when I ran MM as a test run earlier today.
You must add LTC wallet in main config file.
1. Stop MM.
2. Edit config.txt Wallet param:
Quote
    "Wallet":  { "BTC":  "xxx", "LTC": "yyy" },
3. Start MM.

But now isn't supported balance in LTC.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:19:10 PM
 #115

Another request: please add a "switching resistance". Even just 5% would really help.
Yes a have plan to add this feature in near future. Please wait.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:23:11 PM
 #116

anyone know how to fix this error? i have vs2013 and 2015 installed on the machine.

Please, create debug.bat near run.bat with content:
run.bat > log.txt

Run debug.bat, wait 3-5 minutes. And post log.txt.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 22, 2018, 04:35:44 PM
 #117

Is this good for finding new coins.. or mining 24/7...
About how much profit one 1070/day or 6x1070/day at the moment now...
Its good for all. Wink
one - 14-16K, farm approx 90K.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
April 22, 2018, 07:49:59 PM
 #118

What type of profit "logic" is used in this one ?

I have been liking the "PLUS" logic in NEMOS compared to 24hr or Estimated.

MM has its own logic. Its include all API data from the pools (24H actual + 24 & Cur estimated).

Great, thanks for the answer, so it does much more than just a basic pull of one API parameter.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
mo35
Member
**
Offline Offline

Activity: 142
Merit: 10


View Profile
April 23, 2018, 12:24:48 AM
Last edit: April 23, 2018, 12:46:53 AM by mo35
 #119

im testing on x3 6 card rigs , loops on all of them randomly stops after a while , no errors .. nothing , mindminer just stops looping , launched miner keeps running. But if im pressing V to change verbose mode , "pools request" message apears and loop runs again. (not tested other keys , like esc , etc.)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
April 23, 2018, 06:26:45 AM
 #120

MindMiner v1.64

* Remove datetime.now from time interval calculation.

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!