Pages:
Author

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

member
Activity: 514
Merit: 11

That works just fine. I was able to run manually from batch. I use Zealot1.12 to run Timetravel and Xevan and they work fine. Also with the miner and console screens up I select pause then reselect mine for any reason and my btc/gh/day values zero out and it tries to pull up and benchmark Aeriumx and can't saying something about a problem with port 80. I have to shut down and restart NPlus. Been like that since the beginning. Otherwise no problems.

To note, I downloaded a new copy of NPlus and copied over the stats. Assuming that would eliminate most corruption of files. Still the same.

The Pause/Mine issue will be fixed in next version.
Fixed in master

Yes it seems to be. Thank you. Also the Aeriumx issue is also cured as well. Thank you again.

My Best,

darelict

Happy to help Wink
Thank you for the valuable feedback which helps make the product better.

MrPlus
member
Activity: 514
Merit: 11
Released NPlusMiner 4.3
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.3

NPlusMiner now with a GUI and AutoUpdate


Candidate for AutoUpdate = Yes
       - NPlusMiner checks for updates every 24 hours.
       - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup

   - More responsive UI
   - Fixed wrong GPU selection while using ManualConfig
   - Fixed Pause/Mine function
   - Added CPU affinity for CPU miner
   - Changed Stratum to Host in Switching.log
   - Upgraded EWBFv2 to version 0.4
   - Changed AutoUpdate function so we keep only the two last backups to avoid filling disk
member
Activity: 514
Merit: 11

That works just fine. I was able to run manually from batch. I use Zealot1.12 to run Timetravel and Xevan and they work fine. Also with the miner and console screens up I select pause then reselect mine for any reason and my btc/gh/day values zero out and it tries to pull up and benchmark Aeriumx and can't saying something about a problem with port 80. I have to shut down and restart NPlus. Been like that since the beginning. Otherwise no problems.

To note, I downloaded a new copy of NPlus and copied over the stats. Assuming that would eliminate most corruption of files. Still the same.

The Pause/Mine issue will be fixed in next version.
Fixed in master
member
Activity: 514
Merit: 11
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?


Of course :


But in Blazepool Miner 2.0 this function is work (Although there is not much use here) :


I don't get it. Works like a charm on my rigs.
Although there has been a small change on this bit in the last versions, no other users did report this issue...

Could you share line 415 on Core.ps1 in your instance?
It should be the following:

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation



Line 415 :

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation

This version might fix you issue. https://bitcointalksearch.org/topic/m.42400985
Logic has changed for switching.log

MrPlus
member
Activity: 514
Merit: 11
ZergPoolPlusTopCoin introduced as a new pool.
Available on master.

Note that it is in test. Only use if you are willing to test.
There is no guaranty on impacts on earnings or switching rate.

ZergPoolPlusTopCoin combines BrainPlus calculations for ZergPool and find the best coin for the best algo.
Need to delete .\config\switching.log before first run

Anyone willing to test please report here
https://github.com/MrPlusGH/NPlusMiner/issues/104

Do not select multiple variants of the same pool.

MrPlus
member
Activity: 514
Merit: 11
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.

Thanks.

You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config.
Note that enemy is not recommended to be used. read the readme in OptionalMiners.

MrPlus

Thank you, but that did not work. Not sure what's up. Everything else works just fine.

darelict

Could you expand on what does not work?
Any context on what you see would be helpful.

I copied the miner over as directed and added the algo/coin to the list. I ran the miner and it did not see the new listing for benchmarking. I checked the spelling, of course, and edited the intensity in case it was too high as I am running it on an older 980Ti card just now. It did seem to briefly blink like it wanted to load, but did not. Typically if a miner doesn't load it will show up on the task bar then stop if it can't continue mining but in this case the whole screen just seemed to blink very briefly instead. I tried to run it as the only algo on the line as well and had the same effect. The editing of the miner .ps1 file caused it to want to re-download again and took a long time to "decide" that it was done. I don't believe it downloaded again just seemed to go through the routine, but was delayed for some reason. Then the miner continued on to the algo that was highest on my list.


Please try to launch the miner manually in a command prompt and see how it errors out.
member
Activity: 514
Merit: 11
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.

Thanks.

You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config.
Note that enemy is not recommended to be used. read the readme in OptionalMiners.

MrPlus

Thank you, but that did not work. Not sure what's up. Everything else works just fine.

darelict

Could you expand on what does not work?
Any context on what you see would be helpful.
member
Activity: 514
Merit: 11
I can not seem to get the algo "aergo" / Aeriumx to run on zpool through plus. I did some searching and wondered if I was missing something. Any help would be appreciated.

Thanks.

You'd need to copy enemyzealot1.12.ps1 from .\OptionalMiners to .\miners and add Aeriumx to your algo list in config.
Note that enemy is not recommended to be used. read the readme in OptionalMiners.

MrPlus
member
Activity: 172
Merit: 10
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?


Of course :


But in Blazepool Miner 2.0 this function is work (Although there is not much use here) :


I don't get it. Works like a charm on my rigs.
Although there has been a small change on this bit in the last versions, no other users did report this issue...

Could you share line 415 on Core.ps1 in your instance?
It should be the following:

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation



Line 415 :

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
member
Activity: 514
Merit: 11
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?


Of course :


But in Blazepool Miner 2.0 this function is work (Although there is not much use here) :


I don't get it. Works like a charm on my rigs.
Although there has been a small change on this bit in the last versions, no other users did report this issue...

Could you share line 415 on Core.ps1 in your instance?
It should be the following:

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation
member
Activity: 172
Merit: 10
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?


Of course :




But in Blazepool Miner 2.0 this function is work (Although there is not much use here) :

member
Activity: 514
Merit: 11
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?
member
Activity: 514
Merit: 11
Hi,

What's the easiest way to change which GPU is disabled with 'Disable GPU0', or to simply disable GPU3 instead of GPU0?
(I need this for gaming because GPU0 is PCIe limited in my system)

https://github.com/MrPlusGH/NPlusMiner-Documentation/wiki/Manual-configuration-(Advanced)

HTH
MrPlus
Dear MrPlus,
I previously set my config within the GUI > updated the config file as below > launched via standard shortcut & "NPlusMiner With ConfigFile"
The problem: If I set GPU0+GPU1 for example, all 3 GPUs still mine. If I set only GPU2, all 3 GPUs mine. If I set GPU1+GPU2 with 'GPUCount 2', GPU0+GPU1 mine.
Quote
"ManualConfig":  true,
"GPUCount":  3
"SelGPUCC":  "0,1",
"SelGPUDSTM":  "0 1",

Thanks for reporting back. I will check this one.
member
Activity: 172
Merit: 10
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""
newbie
Activity: 18
Merit: 0
Hi,

What's the easiest way to change which GPU is disabled with 'Disable GPU0', or to simply disable GPU3 instead of GPU0?
(I need this for gaming because GPU0 is PCIe limited in my system)

https://github.com/MrPlusGH/NPlusMiner-Documentation/wiki/Manual-configuration-(Advanced)

HTH
MrPlus
Dear MrPlus,
I previously set my config within the GUI > updated the config file as below > launched via standard shortcut & "NPlusMiner With ConfigFile"
The problem: If I set GPU0+GPU1 for example, all 3 GPUs still mine. If I set only GPU2, all 3 GPUs mine. If I set GPU1+GPU2 with 'GPUCount 2', GPU0+GPU1 mine.
Quote
"ManualConfig":  true,
"GPUCount":  3
"SelGPUCC":  "0,1",
"SelGPUDSTM":  "0 1",
member
Activity: 514
Merit: 11
What is the difference between this and nemosminer?

The main difference right now is that NPlusMiner comes with AutoUpdates.
NemosMiner does not yet propose AutoUpdates but will do soon.

Nemo and MrPlus work hand in hand to propose a stable and up to date product. Most of the code is similar as we do collaborate and share behind the scenes to bring the best to users.

Both products do share the same philisophy: be easy to use while hilghly configurable for advanced users, up to date and rapidly adapt to crypto world changes.

You are welcome to use one or the other. Which one to use is really a choice of yours based on the one you prefer or when you prefer to receive new features.

Anyway, we both hope you'll be happy with what we offer and help us make it better by providing feedback. User's feedback is highly valuable and really helps us make thing better every day.

For more info:
GitHub : https://github.com/MrPlusGH/NPlusMiner
Downloads : https://github.com/MrPlusGH/NPlusMiner/releases
Documentation : https://github.com/MrPlusGH/NPlusMiner-Documentation/wiki

MrPlus
member
Activity: 514
Merit: 11
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus
member
Activity: 172
Merit: 10
I deleted switching.log and



member
Activity: 514
Merit: 11
Hi,

What's the easiest way to change which GPU is disabled with 'Disable GPU0', or to simply disable GPU3 instead of GPU0?
(I need this for gaming because GPU0 is PCIe limited in my system)

https://github.com/MrPlusGH/NPlusMiner-Documentation/wiki/Manual-configuration-(Advanced)

HTH
MrPlus
member
Activity: 514
Merit: 11
Released NPlusMiner 4.2.3
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.2.3
NPlusMiner now with a GUI and AutoUpdate


Candidate for AutoUpdate = Yes
       - NPlusMiner checks for updates every 24 hours.
       - If you do not want to wait, simply restart NPlusMiner and it will pick it up on startup

  - Added equihash144
      - equihash144 needs to be manually added to the config algo list


In 4.2.3 version "Switching"  function "stratum" column empty ?



and in switching.log is also empty.

I cannot repro this.
Could you try to delete switching.log and give it a new try?
Pages:
Jump to: