Bitcoin Forum
June 26, 2024, 11:20:43 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 37375 times)
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
February 19, 2019, 01:59:24 PM
 #661

here it is:
https://github.com/chavvdarrr/NemosMiner-Monitor-Email Smiley
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
February 19, 2019, 02:03:22 PM
 #662


Wonderful! Smiley

Did you leave your UID there on purpose?

Are you on our Discord?
Want to announce it there?

+MrPlus

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
February 19, 2019, 02:46:31 PM
 #663

no need, and thanks for the reminder about id Smiley
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
February 19, 2019, 07:24:34 PM
 #664

no need, and thanks for the reminder about id Smiley


I've promoted your work on our discord.
Thanks for helping the community.

You'll be added to NPlusMiner dev list for 24 hours and therefore will receive donations from users.
Just PM me your BTC address (only BTC)

Don't expect millions Wink but that is the least I can do.

Thank you again!

+MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
February 20, 2019, 05:41:47 PM
Last edit: February 22, 2019, 03:02:30 AM by MrPlus
 #665

Released NPlusMiner 4.7.3
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

    - Added NiceHash MTP support

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

Activity: 279
Merit: 104


View Profile
February 21, 2019, 04:49:20 PM
 #666

Released NPlusMiner 4.7.3
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

    - Added NiceHash MTP support



Is there a way to avoid having to re-type the config parameters for every new version?
Also, when CPU mining, it picks the least efficient version (usually sse2) even when I have Has(h)well?
And for CPU mining the JayDee opt-miner is not the most efficient.  Example:  For M7 the specxx minerd is better

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
February 21, 2019, 04:55:38 PM
Last edit: February 21, 2019, 06:24:08 PM by MrPlus
 #667



Is there a way to avoid having to re-type the config parameters for every new version?
Also, when CPU mining, it picks the least efficient version (usually sse2) even when I have Has(h)well?
And for CPU mining the JayDee opt-miner is not the most efficient.  Example:  For M7 the specxx minerd is better


Which Config parameters do you have to re-type ?
AutoUpdate does not change config

+MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
February 22, 2019, 02:33:33 PM
 #668

Released NPlusMiner 4.7.4
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

    - TTMiner MTP

+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
February 25, 2019, 11:02:42 AM
 #669

Is it possible to add a switch for re-detecting number of GPUs on every start?
when restarting a rig of mine often "loses" one of GPUs - after warm restart its ok, but until then if I forget to restart it, it won't work (most miners quit)

I tried "forcing" redetection adding a line in  nplusminer.ps1 Lines 546-547

Code:
# Detects GPU count if 0 or Null in config
+ $Config.GPUCount = 0 # force re-detectGPU?
But I'm not quite sure if it will do the job?
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
February 25, 2019, 11:09:30 AM
Last edit: February 25, 2019, 01:18:19 PM by MrPlus
 #670

Is it possible to add a switch for re-detecting number of GPUs on every start?
when restarting a rig of mine often "loses" one of GPUs - after warm restart its ok, but until then if I forget to restart it, it won't work (most miners quit)

I tried "forcing" redetection adding a line in  nplusminer.ps1 Lines 546-547

Code:
# Detects GPU count if 0 or Null in config
+ $Config.GPUCount = 0 # force re-detectGPU?
But I'm not quite sure if it will do the job?

Yes. It should do the trick.
However, it would be better to find out why this happens and make your rig work correctly.
Also note that AutoUpdate will overwrite your change.

I would definitely not recommend to go that route.

There is no point in GPU detection at each start for 99% of users so this won't be implemented.

+MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
February 25, 2019, 11:12:48 AM
 #671

Always nice to receive such great feedback on GitHub:
Quote
Thank you so much for writing this wonderful application! After NiceHash V2 was discontinued, I simply could not get NHML to work on my box. Yours just works flawlessly! I've been mesmerized watching the miners do their thing.

If anyone prefers the NiceHash Edition, here it is:
   https://github.com/MrPlusGH/NPlusMiner-NiceHash-Edition

+MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
February 26, 2019, 12:36:38 PM
 #672

Released NPlusMiner 4.7.5
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

    - Miners Updates
        - TTMiner 1.1.12
        - BMiner 15.0.2
        - Added MultiMiner (Argon2d4096 GPU)
        - Added Argon2d4096 (CPU)
        - WildRig 0.15.3.8
            - AMD support is still experimental
            - No GPU detection for AMD. You'll have to set GPU Count manually.

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

Activity: 514
Merit: 11


View Profile WWW
February 28, 2019, 12:01:36 PM
 #673

Released NPlusMiner 4.7.6
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

- Core Updates
    - Added the ability to use per miner type preruns
       - .\Prerun\AMDPrerun.bat
          - Used to set AMD environment variables
       - .\Prerun\NVIDIAPrerun.bat
       - .\Prerun\CPUPrerun.bat
- Miners Updates
    - Added LolMiner for NVIDIA and AMD (OptionalMiners)
        - AMD support is still experimental
        - No GPU detection for AMD. You'll have to set GPU Count manually.
        - Thanks @Cryptominer937
    - Removed EnergiMiner (POS)



+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 03, 2019, 03:20:29 PM
 #674


        - No GPU detection for AMD. You'll have to set GPU Count manually.

@(Get-WmiObject Win32_PnPEntity | Select Name, Availability, ConfigManagerErrorCode, ConfigManagerUserConfig | Where { $_.Name -like "*radeon*" -and $_.ConfigManagerErrorCode -ne "22"})
Seems to work - are there AMD cards without Radeon inside? (I have no idea)
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
March 06, 2019, 07:50:13 AM
 #675



Thank you @restless.
AMD GPU detection is implemented in Master

+MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
March 06, 2019, 02:50:44 PM
 #676

Released NPlusMiner 4.7.7
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

- Core Updates
    - Added GPU Detection for AMD
   - Added CheckPreReqs.ps1 in \utils to validate prerequisites installation
- Miners Updates
    - AMD - LolMiner - Fixed device selection
        - AMD support is still experimental
   - BMiner 15.2.0



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

Activity: 514
Merit: 11


View Profile WWW
March 15, 2019, 11:12:44 AM
 #677

Released NPlusMiner 4.7.8
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

- Miners Updates
    - AMD
        - xmrstack - CryptonightR
        - AMD support is still experimental
   - CPU
        - NHEQ - Verus (Not adding GPU at this time as not profitable)



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

Activity: 514
Merit: 11


View Profile WWW
March 15, 2019, 01:08:41 PM
 #678

And Verus plays well Smiley


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

Activity: 514
Merit: 11


View Profile WWW
March 21, 2019, 11:05:32 PM
 #679

Released NPlusMiner 4.7.9
https://github.com/MrPlusGH/NPlusMiner/releases

Last Release:


Discord: https://discord.gg/2BCqPxe


NPlusMiner with GUI, AutoUpdate, Earnings Tracker and Monitoring


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


 ChangeLog

- Miners Updates
    - NVIDIA
        - Added Cryptodredge16 - Exosis
        - TTMiner - Updated to 2.1.17
        - GMiner - Updated to 1.36
        - XMRStack - Updated to 2.10.2
    - AMD
        - WildRig - Updated to 0.15.4-preview7
        - WildRig - Implemented Auto Settings
        - WildRig - Added Rainforest algo support
        - Added SGminer-FancyIX


+++++++++++++++++++++++++++++
NPlusMiner - MultiRig remote management|AI|Autoupdate|Pool/Algo switching
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 25, 2019, 11:26:44 AM
 #680

lolminer doesn't work with NV - "No OpenCL devices found in your system. Closing lolMiner."
Using 417.71 drivers, any idea ?
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!