Pages:
Author

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

member
Activity: 825
Merit: 18
MindMiner developer
Quake4, I was benchmarking tonight after the latest update, and had two different rigs shut down whilst starting on Phi2. Is this algo sensitive to clock speeds and what do you recommend for 1080Ti?
It is individual. Try: PL 85, Core +100, Mem 0.
newbie
Activity: 27
Merit: 0
Quake4, I was benchmarking tonight after the latest update, and had two different rigs shut down whilst starting on Phi2. Is this algo sensitive to clock speeds and what do you recommend for 1080Ti?
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner 2.80

* Added support of new regional stratums on Zpool.
* Updated default value of minimum miners to 25.
* Remove old stat for pools & miners.
* Added cpuminer for cryply coin on yespower algo.
* Updated ccminer t-rex to version 0.5.5.
sr. member
Activity: 512
Merit: 260
Please add Ethminer as it has no defveen so no stopping and is as profible as claymore

https://github.com/ethereum-mining/ethminer
newbie
Activity: 31
Merit: 0
Yes, it turned out that it was pools that was the reason for it not working. I had to disable Block Masters, Hashrefinery, Zpool and Zergpool. If any of those was enabled, it would take forever to do a pool request.
member
Activity: 825
Merit: 18
MindMiner developer
I started benchmarking but when I got back an hour later something had crashed (or otherwise stopped) and two of my rigs had restarted.

However, next time I started MindMiner, it seems to skip benchmarking. There are a LOT left to bechmark, but it doesn't seem to do it. How can I continue benchmarking? Same on both.

Also, when starting MindMiner, it seems to take, maybe 10 minutes before it starts mining. It seems to be stuck at "Pool requests", but eventually start mining.

Edit: Perhaps it fixed itself? After mining something for 17 minutes, it seems like it's started benchmarking again. I think.

Edit 2: I found another rig that seems to have stopped benchmarking, even though it's far from done. This doesn't make any sense at all.

Edit 3: Sigh.. Well, the third rig now also seem to have gone back to benchmarking again, which is good. I don't know why it mined lyra2v2 fo 40 minutes before deciding to benchmark again. I have no idea what is happening.

Edit 4: Is it supposed to show these many "Failed" tries? https://imgur.com/a/beZsFaF

To run the benchmarks is needed your confirmation. If the programm is restarted, needed confirm to run benchmaks.
The long Pool request is mean that one or more is enabled pool isnt answer. Change VL by press V to Full and look on top is who offline or not answer.
Failed mean:
- miner isnt run or exit after run
- no speed readed from api
- you close miner while it is working.
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner 2.79

* Fixed minimum miners grow to wrong profit.
newbie
Activity: 31
Merit: 0
I started benchmarking but when I got back an hour later something had crashed (or otherwise stopped) and two of my rigs had restarted.

However, next time I started MindMiner, it seems to skip benchmarking. There are a LOT left to bechmark, but it doesn't seem to do it. How can I continue benchmarking? Same on both.

Also, when starting MindMiner, it seems to take, maybe 10 minutes before it starts mining. It seems to be stuck at "Pool requests", but eventually start mining.

Edit: Perhaps it fixed itself? After mining something for 17 minutes, it seems like it's started benchmarking again. I think.

Edit 2: I found another rig that seems to have stopped benchmarking, even though it's far from done. This doesn't make any sense at all.

Edit 3: Sigh.. Well, the third rig now also seem to have gone back to benchmarking again, which is good. I don't know why it mined lyra2v2 fo 40 minutes before deciding to benchmark again. I have no idea what is happening.

Edit 4: Is it supposed to show these many "Failed" tries? https://imgur.com/a/beZsFaF
member
Activity: 825
Merit: 18
MindMiner developer
Equihash not reporting speed (Fails!)
What a miner?
And check windefender settings for blocked connections of programms.
newbie
Activity: 41
Merit: 0
Equihash not reporting speed (Fails!)
member
Activity: 825
Merit: 18
MindMiner developer
Cause all my new benchmarks are mined there instead in my address as it states in the console...
Fee: MindMiner has development fee 1% and all benchmarks. https://github.com/Quake4/MindMiner#fee
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner 2.77

* Updated ccminer klaust to version 8.22.
* Added support safecoin on zergpool.
* Updated ccminer t-rex to 0.5.3.
newbie
Activity: 41
Merit: 0
For me it's perfect now.

Thank you.

Best regards
member
Activity: 825
Merit: 18
MindMiner developer
MM Autoupdated. But left 2 xmrig miners opened.(I don't know why there were 2).
Maybe you closed the window by X.

And again MM is hanging on pool request.
Yes, api not answer. Its not normal (api not answer), but you can only off this pool.
member
Activity: 825
Merit: 18
MindMiner developer
2.75 seems to work normally.
I'm very happy. It isnt normally. ;(

2.75 seems to work normally. But still no info from blockmasters.
Try this.
create bmtest.ps1 with content in pools folder
Code:
Write-Host "BM.Test: start $([datetime]::Now)"
try {
$RequestStatus = Get-UrlAsJson "http://blockmasters.co/api/status"
if ($RequestStatus) { Write-Host "1: True" } else { Write-Host "1: False" }
}
catch { Write-Host "1: $_" }

Write-Host "BM.Test: 1 $([datetime]::Now)"

try {
$RequestCurrency = Get-UrlAsJson "http://blockmasters.co/api/currencies"
if ($RequestCurrency) { Write-Host "2: True" } else { Write-Host "2: False" }
}
catch { Write-Host "2: $_" }

Write-Host "BM.Test: 2 $([datetime]::Now)"

try {
$res1 = Invoke-WebRequest "http://blockmasters.co/api/status" -TimeoutSec 15 -UseBasicParsing
Write-Host "Lenght: $($res1.RawContentLength)"
}
catch { Write-Host "3: $_" }

Write-Host "BM.Test: 3 $([datetime]::Now)"

try {
$res2 = Invoke-WebRequest "http://blockmasters.co/api/currencies" -TimeoutSec 15 -UseBasicParsing
Write-Host "Lenght: $($res2.RawContentLength)"
}
catch { Write-Host "4: $_" }

Write-Host "BM.Test: end $([datetime]::Now)"

Aнд гo тo pyccиaн thread ...
full member
Activity: 728
Merit: 106
MindMiner 2.76

* Updated cryptodradge to version 0.8.0.
MM Autoupdated. But left 2 xmrig miners opened.(I don't know why there were 2).
MM Tried to start trex - and it crashed. Because 1 xmrig was mining.
Some debug would be usefull. And also hang miners should be killed more thoroughly.
And again MM is hanging on pool request.
member
Activity: 825
Merit: 18
MindMiner developer
MindMiner 2.76

* Updated cryptodradge to version 0.8.0.
full member
Activity: 728
Merit: 106
ravenj & abudfv2008

Please, try version 2.74. I change some include. May be fixed it.
2.75 seems to work normally. But still no info from blockmasters.
newbie
Activity: 41
Merit: 0
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
member
Activity: 825
Merit: 18
MindMiner developer
ravenj & abudfv2008

Please, try version 2.74. I change some include. May be fixed it.
Pages:
Jump to: