Pages:
Author

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

full member
Activity: 728
Merit: 106
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дит.
member
Activity: 825
Merit: 18
MindMiner developer
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.
full member
Activity: 728
Merit: 106
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.
newbie
Activity: 41
Merit: 0
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.
member
Activity: 825
Merit: 18
MindMiner developer
No. It's an Intel Intel Pentium G4400.
Is it throttling?
newbie
Activity: 41
Merit: 0
No. It's an Intel Intel Pentium G4400.
member
Activity: 825
Merit: 18
MindMiner developer
newbie
Activity: 41
Merit: 0
member
Activity: 825
Merit: 18
MindMiner developer
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?
newbie
Activity: 41
Merit: 0
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.
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner 2.73

* Changed zergpool api to https.
* Reduced default average time for all pools.
member
Activity: 825
Merit: 18
MindMiner developer
newbie
Activity: 41
Merit: 0
member
Activity: 825
Merit: 18
MindMiner developer
newbie
Activity: 41
Merit: 0
member
Activity: 825
Merit: 18
MindMiner developer
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
newbie
Activity: 41
Merit: 0
Kaspersky Internet Security but I'm testing with it off.
member
Activity: 825
Merit: 18
MindMiner developer
All ok using the browser.
Which antivirus & firewall do you use?
newbie
Activity: 41
Merit: 0
All ok using the browser.
Pages:
Jump to: