Bitcoin Forum
May 28, 2024, 09:03:27 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 31465 times)
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 25, 2018, 10:34:01 AM
 #321

All ok using the browser.
Which antivirus & firewall do you use?

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

Activity: 41
Merit: 0


View Profile
July 25, 2018, 11:02:08 AM
 #322

Kaspersky Internet Security but I'm testing with it off.
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 25, 2018, 12:34:29 PM
 #323

Kaspersky Internet Security but I'm testing with it off.

Create file "zpooltest.ps1" in pools folder with content:
Code:
. .\Code\Include.ps1

Write-Host "ZPoolTest: start $([datetime]::Now)"
try {
$RequestStatus = Get-UrlAsJson "https://www.zpool.ca/api/status"
}
catch { Write-Host "1: $_" }

Write-Host "ZPoolTest: 1 $([datetime]::Now)"

try {
$RequestCurrency = Get-UrlAsJson "https://www.zpool.ca/api/currencies"
}
catch { Write-Host "2: $_" }

Write-Host "ZPoolTest: 2 $([datetime]::Now)"

try {
Invoke-WebRequest "https://www.zpool.ca/api/status" -TimeoutSec 15 -UseBasicParsing
}
catch { Write-Host "3: $_" }

Write-Host "ZPoolTest: 3 $([datetime]::Now)"

try {
Invoke-WebRequest "https://www.zpool.ca/api/currencies" -TimeoutSec 15 -UseBasicParsing
}
catch { Write-Host "4: $_" }

Write-Host "ZPoolTest: end $([datetime]::Now)"

and write reply with output

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

Activity: 41
Merit: 0


View Profile
July 25, 2018, 01:44:32 PM
 #324

Here you go:

https://imgur.com/a/BDGQEXG
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 25, 2018, 02:10:28 PM
 #325

put to "pools" folder

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

Activity: 41
Merit: 0


View Profile
July 25, 2018, 02:45:05 PM
 #326

Is this what you mean?

https://imgur.com/a/aIGsq41
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 25, 2018, 06:59:02 PM
 #327

Is this what you mean?

https://imgur.com/a/aIGsq41
Where is forever. 2 sec only?

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
July 25, 2018, 08:19:01 PM
 #328

MindMiner 2.73

* Changed zergpool api to https.
* Reduced default average time for all pools.

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

Activity: 41
Merit: 0


View Profile
July 26, 2018, 11:33:04 AM
 #329

I believe the queries are working and the test says they are fast. But something is stopping the program for a few minutes.

For 3 pools, the program takes about 4min do finish "pools request", then another 4min to finish "miners request", which gives around 8min for each loop.

As you can see from the picture below, mindminer is running for about 14h and only made 51 loops....it's not making 2s a loop.

https://imgur.com/a/iKxNmhN

If we could test and log the time every step within the loop we could find where the program is stalling.
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 26, 2018, 01:45:31 PM
 #330

For 3 pools, the program takes about 4min do finish "pools request", then another 4min to finish "miners request", which gives around 8min for each loop.
Which cpu do you use?

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

Activity: 41
Merit: 0


View Profile
July 26, 2018, 01:46:46 PM
 #331

AMD A8-7600
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 26, 2018, 02:18:55 PM
 #332

AMD A8-7600
on normal rig is same processor?

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

Activity: 41
Merit: 0


View Profile
July 26, 2018, 02:25:49 PM
 #333

No. It's an Intel Intel Pentium G4400.
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 26, 2018, 02:42:46 PM
 #334

No. It's an Intel Intel Pentium G4400.
Is it throttling?

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

Activity: 41
Merit: 0


View Profile
July 26, 2018, 02:56:44 PM
 #335

I really don't know and always assumed it wasn't, but with amd you never know.

I will try to disable all the saveing options from amd and get back to you.

P.S.-Altough this could be happening, I only get this problem with mindminer. All the other miners I've tested work fine.
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
July 26, 2018, 03:08:56 PM
 #336

For 3 pools, the program takes about 4min do finish "pools request", then another 4min to finish "miners request", which gives around 8min for each loop.
Which cpu do you use?
I think it's not CPU. I had the same problem and turned to competing programs. MC/Nemos/HashAuger have no problems quering the same pools (of cause if my IP issn't baned). I think some debug option would be usefull to understand what's wrong.
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 26, 2018, 03:21:51 PM
 #337

I really don't know and always assumed it wasn't, but with amd you never know.

I will try to disable all the saveing options from amd and get back to you.

P.S.-Altough this could be happening, I only get this problem with mindminer. All the other miners I've tested work fine.
Try download 'hwinfo32'. Run in monitoring mode 'sensors'. Look to cpu tempreature, load percentage and throttling.
4 minutes for miners request isnt normal. Or is very low free physical memory or is throttling.

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

Activity: 728
Merit: 106


View Profile
July 26, 2018, 03:30:33 PM
 #338

I really don't know and always assumed it wasn't, but with amd you never know.

I will try to disable all the saveing options from amd and get back to you.

P.S.-Altough this could be happening, I only get this problem with mindminer. All the other miners I've tested work fine.
Try download 'hwinfo32'. Run in monitoring mode 'sensors'. Look to cpu tempreature, load percentage and throttling.
4 minutes for miners request isnt normal. Or is very low free physical memory or is throttling.
Hy cepьeзнo. Зaпycкaю любoй из пepeчиcлeнныx вышe и вce нopмaльнo читaeтcя и гpyзитcя. Зaпycкaю твoй и cидит чe-тo дeлaeт. PowerShell гpyзит 1 ядpo и вce. Toжe минyт 10 кypил пoкa нaкoнeц нaчaл бeнчить. И кaк я yжe вышe пиcaл в yпop нe читaeт blockmasters. Xoтя любoй иx пepeчиcлeнныx вышe пpeкpacнo иx гpyзит c этoй жe фepмы и coceдниx.
Cкpин пpилaгaю. Зa 11 минyт ycпeл тoлькo cпoткнyтьcя нa bminer и пepeключить нa aлeкcиca. Пpичeм я в oкнo bminer cмoтpeл a этoт - oн тaм pyгнyлcя, чтo нe мoжeт тeмпepaтypy пoлyчить, нo cпoкoйнo мaйнил.

Loop 2 = 18 минyт
Loop 3 = 22 минyты.

Кopoчe тoжe caмoe чтo и y ravenj пo 4 минyты нa цикл yxoдит.

P.S. Haдo дeбaг пpикpyчивaть и cмoтpeть кyдa вpeмя yxoдит.
Quake4 (OP)
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
July 27, 2018, 01:42:45 PM
 #339

ravenj & abudfv2008

Please, try version 2.74. I change some include. May be fixed it.

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

Activity: 41
Merit: 0


View Profile
July 27, 2018, 01:55:43 PM
Last edit: July 27, 2018, 03:22:02 PM by ravenj
 #340

ravenj & abudfv2008

Please, try version 2.74. I change some include. May be fixed it.

Hello Quake4. thank you for your work.

After testing I can confirm mindminer is definitely faster.

Pools request takes just a few seconds but Miners request still takes about 2min.

Best regards

P.S.-Claymore dual 119 not reporting speed
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!