Bitcoin Forum
May 08, 2024, 07:01:32 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 35 36 37 38 39 40 »
  Print  
Author Topic: NPlusMiner - |MultiRig remote management|AI|Autoupdate|Pool/Algo switching  (Read 37336 times)
k2laci
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
July 16, 2018, 05:38:26 PM
 #541

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
1715194892
Hero Member
*
Offline Offline

Posts: 1715194892

View Profile Personal Message (Offline)

Ignore
1715194892
Reply with quote  #2

1715194892
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715194892
Hero Member
*
Offline Offline

Posts: 1715194892

View Profile Personal Message (Offline)

Ignore
1715194892
Reply with quote  #2

1715194892
Report to moderator
1715194892
Hero Member
*
Offline Offline

Posts: 1715194892

View Profile Personal Message (Offline)

Ignore
1715194892
Reply with quote  #2

1715194892
Report to moderator
1715194892
Hero Member
*
Offline Offline

Posts: 1715194892

View Profile Personal Message (Offline)

Ignore
1715194892
Reply with quote  #2

1715194892
Report to moderator
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 16, 2018, 11:34:22 PM
Last edit: July 16, 2018, 11:47:02 PM by MrPlus
 #542

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

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 17, 2018, 12:36:38 AM
 #543

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.

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 17, 2018, 05:25:39 PM
 #544

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.

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 18, 2018, 09:39:59 AM
 #545

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

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 18, 2018, 11:15:49 AM
 #546

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://bitcointalk.org/index.php?topic=2965976.msg42400985#msg42400985
Logic has changed for switching.log

MrPlus

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 18, 2018, 02:38:30 PM
 #547


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

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 18, 2018, 05:10:55 PM
 #548

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

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 18, 2018, 11:17:23 PM
 #549


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

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 23, 2018, 11:14:30 AM
 #550

Released NPlusMiner 4.3.1
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.3.1

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 new equihash144 coins (zergpool) - Thanks @pinpins
       - If equihash144 is part of the selected algo list, new coins will automatically added
       - Current coins (zergpool)
          - Zelcash
          - BitcoinZ
          - Snowgem
   - Added Miner TRex in OptionalMiners (testing)

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 23, 2018, 05:13:26 PM
 #551

I need help configuring Nemos 3.3
I have 8 gpu rig, 4*1060 + 4*1080
I can't make 3.3 to use only 4 of GPUs
If I say that there are 8 gpu, it starts miners to all GPUs even though in config.json I entered to use only gpu 4 to 7
If I say use 4 gpus, it starts using gpu 0 to 3
I cant make it to use only GPUs 4 to 7
On 3.1 it was working fine - setting 8 GPUs and SelGPU to 4 5 6 7
Please make sure ManualConfig is set to true in config.json:
  - Related NPlusMiner Documentation: https://github.com/MrPlusGH/NPlusMiner-Documentation/wiki/Manual-configuration-(Advanced)
  - Reference issue: https://github.com/MrPlusGH/NPlusMiner/issues/102

MrPlus

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 24, 2018, 08:34:54 AM
 #552

Released NPlusMiner 4.3.2
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.3.2

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 Equihash-BTG support on MiningPoolHub

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
Etherion
Sr. Member
****
Offline Offline

Activity: 512
Merit: 260



View Profile
July 25, 2018, 09:19:42 PM
 #553

is location working in this?

Im using nemosminer and when I stat EU i mine to jp. zpool also has a eu server now so would prefer mining there .

nicehash hodl would be great if one can mine hodl on the cpu.

#zpool We've launched a beta EU based stratum server located in Central Europe. Please, if you are in EU give it a try. stratum+tcp://.eu.mine.zpool.ca:
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 26, 2018, 08:31:44 AM
 #554

is location working in this?

Im using nemosminer and when I stat EU i mine to jp. zpool also has a eu server now so would prefer mining there .

nicehash hodl would be great if one can mine hodl on the cpu.

#zpool We've launched a beta EU based stratum server located in Central Europe. Please, if you are in EU give it a try. stratum+tcp://.eu.mine.zpool.ca:

Use Europe and not EU in config. Works like a charm for NiceHash. Wink
Zpool regional servers are not yet supported. Coming soon.


About Hodl,
It is supported but we are voluntarily deactivating it has orders are low and when all orders are fullfiled, miners would keep running with no work.

You can easily add it by uncommenting the Hodl line in CpuminerJayddeeSse2.ps1

MrPlus

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
infPICO
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
July 26, 2018, 01:26:34 PM
 #555

is it possible to modify benchmark result? If yes, in which file are those informations stored?
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 26, 2018, 01:42:43 PM
 #556

is it possible to modify benchmark result? If yes, in which file are those informations stored?

You'll need to edit the corresponding files in the stats folder.

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
Privatoria
Member
**
Offline Offline

Activity: 352
Merit: 10


View Profile
July 27, 2018, 07:36:50 PM
 #557

I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.
jimmykl
Full Member
***
Offline Offline

Activity: 349
Merit: 102


View Profile
July 28, 2018, 08:20:17 AM
 #558

I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.

I believe in them. They definitely exist.
abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
July 28, 2018, 10:12:11 AM
 #559

I don’t believe in such miners. When you are constantly switching and finish to mine first coin, the best is already second one. Using this method, you will always catch up the departing train. I think that it is better to mine one good coin until the price rises up and then sell it.
The key word is "constantly" and frequently. Of cause if you switch every 5 minutes - you will only loose.
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
August 12, 2018, 09:41:37 AM
 #560

Released NPlusMiner 4.4
https://github.com/MrPlusGH/NPlusMiner/releases
https://github.com/MrPlusGH/NPlusMiner/releases/tag/4.4

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

   - Blank algo list in config will now activate any available algo (default config)
   - Implements auto pers for Equihash144
   - Fixed miners not updated when running
   - Will now re-benchmark on miners updates
   - Updated Miners

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
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 35 36 37 38 39 40 »
  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!