Pages:
Author

Topic: MindMiner v6.21 - miner manager program with online monitoring - page 29. (Read 31487 times)

hero member
Activity: 714
Merit: 512
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.
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
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
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
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).
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
Improved miner downloading Shocked Shocked Shocked Shocked
Yes. Wink
member
Activity: 825
Merit: 18
MindMiner developer
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.
newbie
Activity: 54
Merit: 0
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 !
newbie
Activity: 6
Merit: 0
Another request: please add a "switching resistance". Even just 5% would really help.
newbie
Activity: 80
Merit: 0
A GUI would be better for noobs.~  Added 1 minute per hour devfee. 1/59*100=1,7%

Yes. Will add
jr. member
Activity: 76
Merit: 1
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
hero member
Activity: 714
Merit: 512
What type of profit "logic" is used in this one ?

I have been liking the "PLUS" logic in NEMOS compared to 24hr or Estimated.
newbie
Activity: 6
Merit: 0
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.
member
Activity: 825
Merit: 18
MindMiner developer
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.
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner v1.61

* Add support mine only specified coin at zergpool.
* Ask for blazepool use.
* Try to fix zpool api request.
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner v1.60

* Add support algorithm difficulty.
* Add algorithms config with global enable/disable algos.
Pages:
Jump to: