Pages:
Author

Topic: NPlusMiner - |MultiRig remote management|AI|Autoupdate|Pool/Algo switching - page 34. (Read 37329 times)

full member
Activity: 420
Merit: 182
I stopped and restarted the miner. But after about one hour it's sitll not showing the various algos and possible profits

http://prntscr.com/ijgz0g

is it normal?

Add "-UIStyle Full" to your start[pool].bat file. This has been discussed several times over the last several pages, btw.
jr. member
Activity: 504
Merit: 3
I stopped and restarted the miner. But after about one hour it's sitll not showing the various algos and possible profits

http://prntscr.com/ijgz0g

is it normal?
newbie
Activity: 40
Merit: 0
Good morning:

I am using this software, and I have a question for the developer:

Is it possible to change the BTC address of NiceHash, and put a different one to the rest of the pools?

I would like to mine in NiceHash in my internal Wallet, and put the external address only for the rest of the pools.

Another question:

Zergpool is reliable?
newbie
Activity: 27
Merit: 5
Hi,

Could you add countdown timer for that 300/180/30 sec times? It would be nice to see how much more to go?
Something like this https://1drv.ms/u/s!AmwHZ3fXi4jhgaZ3e_61KUFMmaCjqQ

Code:
Function Start-Countdown
{ #>
    Param(
        [Int32]$Seconds = 300,
        [string]$Message = "Mining for 300 seconds..."
    )
    ForEach ($Count in (1..$Seconds))
    {   Write-Progress -Id 1 -Activity $Message -Status "Waiting for $Seconds seconds, $($Seconds - $Count) left" -PercentComplete (($Count / $Seconds) * 100)
        Start-Sleep -Seconds 1
    }
    Write-Progress -Id 1 -Activity $Message -Status "Completed" -PercentComplete 100 -Completed
}

Start-Countdown -Seconds 300 -Message "Mining..."

(c) Martin9700 @ www.spiceworks.com
newbie
Activity: 9
Merit: 0
I switched to nicehash pool but i have issue with XMRig. It opens, starts mining for 10 sec and than it closes. I cant figure out what is causing closing of XMRig. Any idea?
newbie
Activity: 13
Merit: 0
Great work MrPlus!!!

Just I see that my earnings tracker it's only working with zpool and ahaspool. With blazepool it says 0mBTC/day ever, and for Zergpool sometimes is 0, sometimes negative numbers.
Screenshot:
https://gyazo.com/17a080fcde0dd82cffd679d2e3b1a392

What could be the problem?

New version of HSRminer is finally working with 980TI+1080TI! Awesome!!!

What is the most profitable pool for you? Are you mining just in 1 pool or different pools at same time?

Thanks!
member
Activity: 514
Merit: 11
jr. member
Activity: 325
Merit: 2
Hi,

HSRminer repository is empty. Can't download miner.

Fixed.
newbie
Activity: 41
Merit: 0
Hi,

HSRminer repository is empty. Can't download miner.
full member
Activity: 420
Merit: 182
Is it plausible to include a "pause" function? Something where we can stop the mining process, but keep the brain function active? I dislike losing the accrued "trust" level whenever I restart the program. I may stop this program so as to check on a new direct mine coin for a couple of hours or a couple of days, but then this program needs 6 hours to spool the trust level back up.

I like this suggestion, too.

***

On another note, I let 1.3.2 run all night and the new Neoscrypt miner was in heavy use (no surprise, since it claims to do about 500 kH/s more than the miner used in 1.3.1 and earlier) BUT about 30 minutes ago - right as I was walking the mutt so not looking at the computer, of course - Windows BSODed with a 0x00..50 error, which is usually hardware related but which I suspect is hsrminer overstressing the GPUs (or I need to back of the O/C to use it).

So I am back to 1.3.1 for now to see if the issue repeats, which would then suggest it really is a hardware problem.

 
newbie
Activity: 84
Merit: 0
Released NPlusMiner 1.3.2
Change NeoScrypt miner to HSRMiner (thanks jrafaelmdo)

https://github.com/MrPlusGH/NPlusMiner/releases
Is it plausible to include a "pause" function? Something where we can stop the mining process, but keep the brain function active? I dislike losing the accrued "trust" level whenever I restart the program. I may stop this program so as to check on a new direct mine coin for a couple of hours or a couple of days, but then this program needs 6 hours to spool the trust level back up.
newbie
Activity: 36
Merit: 0
Thanks for testing and reporting.
Was this using ahashpoolplus?

Yessir.

To update anyone who was following my long-ass report, I'm scheduled to make much more on AHP today, probably looking at 1.35-1.40 mBTC depending on luck, which is MUCH closer to default estimates than what I experienced in my other 96 hours.
member
Activity: 514
Merit: 11
Released NPlusMiner 1.3.2
Change NeoScrypt miner to HSRMiner (thanks jrafaelmdo)

https://github.com/MrPlusGH/NPlusMiner/releases
jr. member
Activity: 504
Merit: 3
ah ok thanks

Also I think I have a problem. For how long should the system be bencharming? My bitcore algo is being bencharked since almost 1 hour now

http://prntscr.com/iiuden

Near as I can tell, each algo is supposed to take 6 minutes to benchmark, sometimes 12. I would close the main NPlusMiner window, making sure the miner window closes, too, then restart NPlusMiner. It should pick up where it left off, and it should also skip over bitcore, but if it doesn't let it run for 15 minutes then remove it from the list of algos in your start[pool].bat file and try another day.



ok will do that. I just changed from the stock ccminer to the spmod bitcore miner. I adjust the files and it's working. Just it never stops benchmarking...
full member
Activity: 420
Merit: 182
ah ok thanks

Also I think I have a problem. For how long should the system be bencharming? My bitcore algo is being bencharked since almost 1 hour now

http://prntscr.com/iiuden

Near as I can tell, each algo is supposed to take 6 minutes to benchmark, sometimes 12. I would close the main NPlusMiner window, making sure the miner window closes, too, then restart NPlusMiner. It should pick up where it left off, and it should also skip over bitcore, but if it doesn't let it run for 15 minutes then remove it from the list of algos in your start[pool].bat file and try another day.

jr. member
Activity: 504
Merit: 3
Why the PHI and TRIBUS gives me 0 as potential profit?

http://prntscr.com/iitvb1

Probably because those ports have been disabled by the pool due to a fork or some other issue. Note that both of those are single coin algos.



ah ok thanks

Also I think I have a problem. For how long should the system be bencharming? My bitcore algo is being bencharked since almost 1 hour now

http://prntscr.com/iiuden
full member
Activity: 420
Merit: 182
Why the PHI and TRIBUS gives me 0 as potential profit?

http://prntscr.com/iitvb1

Probably because those ports have been disabled by the pool due to a fork or some other issue. Note that both of those are single coin algos.

jr. member
Activity: 504
Merit: 3
Why the PHI and TRIBUS gives me 0 as potential profit?

http://prntscr.com/iitvb1
jr. member
Activity: 504
Merit: 3
What does Trust level exactly actually do?

Anybody?

The more it goes high the more the estimated profit will be correct
full member
Activity: 223
Merit: 100
Pages:
Jump to: