Bitcoin Forum
May 08, 2024, 11:18:56 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)
skablast
Member
**
Offline Offline

Activity: 476
Merit: 19


View Profile
July 01, 2018, 06:03:46 PM
 #481

where I can find and change  the intensity setting for pigeon miner ? I am using it standalone and its faster.
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715210336
Hero Member
*
Offline Offline

Posts: 1715210336

View Profile Personal Message (Offline)

Ignore
1715210336
Reply with quote  #2

1715210336
Report to moderator
skablast
Member
**
Offline Offline

Activity: 476
Merit: 19


View Profile
July 01, 2018, 09:58:05 PM
 #482

More important: In a new rig I have Nplus2.2.2.

It keep saying: no miner running: Failed.

I don't have any report from defender that have blocked something so, I don't know what to think
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 02, 2018, 06:36:16 AM
 #483

Again I can not turn off gpu0 !! with the help of the graphic interface - no. Using config.json also does not. It works with 0 or 0,1 or 0,1,2 or 0,1,2,3 .... 0 does not turn off !! NO !!!!!!!!!! "SelGPUCC": "1,2,3,4,5,6", - does not work !!! gpu 0 always works !!!!! Angry Huh Huh


Are all the GPU in use still?
Sometimes 0 is not the one you think and you might need to disable 2 or 3 instead.

HTH
MrPlus


config.json  :

"SelGPUCC":  "1",


Miner :


0,00 PH/s 00:00:00 00:00:00 Once Bin\NVIDIA-TPruvot\ccminer.exe -b 4068 -R 1 -a
                                  bitcore -o stratum+tcp://bitcore.mine.zergpoo
                                 l.com:3556 -u 3HkZET3U8BQpqMHpMXcpcnhvsEZg2ZmR
                                 aE -p ID=1060N1,c=BTC -d 0,1



Thanks for helping!


Could you try to download from master?
There is now a ManualConfig parameter in Config. If set to true, NPlusMiner GUI will not overwrite config.json.
Note that all config changes must then be done manually in the file.

This should fix your issue. Could you test and report?


MrPlus

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

Activity: 22
Merit: 0


View Profile
July 02, 2018, 07:44:09 AM
 #484


This should fix your issue. Could you test and report?

MrPlus

Thank you. everything is working  Kiss Smiley
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 02, 2018, 07:45:30 AM
 #485


This should fix your issue. Could you test and report?

MrPlus

Thank you. everything is working  Kiss Smiley


Thanks for reporting back!

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

Activity: 514
Merit: 11


View Profile WWW
July 03, 2018, 04:46:07 PM
 #486

Master = 4.0 for test
    https://github.com/MrPlusGH/NPlusMiner/issues/78

Please help by testing.
Please specify 4.0 when reporting issues.

Use releases if your not willing to test.

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

Activity: 514
Merit: 11


View Profile WWW
July 05, 2018, 01:51:50 PM
 #487

Master = 4.0 for test
    https://github.com/MrPlusGH/NPlusMiner/issues/78

Please help by testing.
Please specify 4.0 when reporting issues.

Use releases if your not willing to test.


Thanks to first testers, a couple important corrections have been made.
If you're testing 4.0 please redownload from Master.
You can copy your config and stats folder over from 4.0 (Not from 2.2)

MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
July 06, 2018, 01:17:26 PM
 #488

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

NPlusMiner now with a GUI and AutoUpdate

### NPlusMiner 4.0

**IMPORTANT NOTES
This is a major update which includes a lot of changes.
          - Start with a fresh install
          - Do not bring over your configuration files
          - Run the Benchmark (Do not copy your stats folder over)**

Why 4.0?
This is a huge release, see details below. We merged two release cycles to avoid too many updates on the user side.
NPlusMiner went through something close to a full architecture change and code rewrite resulting in a more reactive and even more stable product.
Upgrading to 4.0 to keep release cycle logic.


GUI Updates
 - Responsive GUI
   - No more "Not responding" or "spinning donut".
   - Fixed GUI lags
 - Changed running miners to table view (CPU/NVIDIA)
 - Added Last 1hour/6hours/24hours earnings
   - Sign tells if above or below average over current sample
 - Added CPU/NVIDIA focus checkboxes on Switching tab

Optimized memory management
 - NPlusMiner will comsume less memory after long runtime.

AutoUpdate feature
 - NPlusMiner now integrates an AutoUpdate feature enabled by default.
 - NPlusMiner fully handles updates and restarts itself when updates requires it. Not all updates will require a restart. We reviewed code structure so most updates do not require a restart. To summarize, only updates impacting the UI will require a restart. Which is only when NPlusMiner.ps1 is modified. Other updates will be picked up dynamically.
 - Notes on AutoUpdates:
   - New versions might not be candidate to AutoUpdate as soon as released. There will be a time left so users can manually update. New versions will be set as candidate for AutoUpdate once it is stabilized.
   - IMPORTANT
     - Deactivate AutoUpdate if you have customized miners or pools files. Autoupdate might overwrite these files on updates.
 - Security. AutoUpdates are:
   - Served from GitHub
   - Announced from a second different server
   - Verified with CRC provided from a third different source
   - The above provides three layers of protection
 - AutoUpdate can be disabled in config.
   What AutoUpdate won't do:
   - Won't update if ManualConfig is set to true in config
   - Won't update if AutoUpdate is not selected in config
  
BrainPlus Jobs start
 - Previously, BrainPlus jobs were only started at startup. BrainPlus jobs are now started when required. This avoid the need for an application restart when adding Plus pools in config. Simply add the Plus pool you want at runtime, hit Save Config and wait for the next cycle.

Earnings Tracker Jobs start
 - Previously, Earning Tracker jobs were only started at startup. Earning Tracker jobs are now started when required. This avoid the need for an application restart when adding Plus pools in config. Simply add the Plus pool you want at runtime, hit Save Config and wait for the next cycle.

CPU mining (experimental)
 - Added CPU mining
 - Has been tested for more than 40 days with no issue noted.
 - Includes only a few miners for now, more to come.
 - Available algorithms include: YescryptR16,Yescrypt,m7m,lyra2z
 
Miners re-download on updates
 - Will now automatically redownload miners when Miner ps1 file is updated.

Multi Instance Improvement
 - Port detection now has no impact on running miners.
 - Multi Instance still requires two separated copies of NPlusMiner in different folders.
 
Timeout in web requests
 - Some users reported issues with web request hanging on slow connections. Timeout added in all web request to avoid such issues.
 
Fixed wrong GPU selection on first running
 - NPLusMiner was selecting the wrong list of GPU after GPU count detection on first run only. This is now fixed.
 
Earnings Tracker interval
 - Earnings Tracker data poll interval was 10 minutes which was causing discrepencies on reported earning between different running instances of NPlusMiner. The poll interval has been lowered to 3 minutes to minimize this effect.

Pools updates
 - Added PhiPhiPoolPlus, PhiPhiPool24hr, PhiPhiPool
 - Added BlockMastersPlus, BlockMasters24hr, BlockMasters
 - Added StarPoolPlus, StarPool24hr, StarPool
 - Added HashRefineryPlus, HashRefinery24hr
 
Miner Updates
 - Lots of updates on miner in this version
 - Re-benchmark is mandatory
 
Minor fixes
 - Fixed divisors on Yiimp pools
 - Fixed manual config. You now need to set ManualConfig to true in Config.json.
 - Fixed console display
 - ...

 

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

Activity: 13
Merit: 0


View Profile
July 07, 2018, 01:15:29 AM
 #489

Hello!
I got error on benchmark Allium algo on ccminer tpruvot23.

Quote
result for 00000000 does not validate on CPU!

Can Nplusminer track this error in miner window and low -i in config file? This error also may be on lyra* algos etc..


for my 1060-6 changing   
Quote
"allium" = " -N 1 -i 14.3 -d $($Config.SelGPUCC)" #Allium 
resolv this trable.


Nice to help you!
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 07, 2018, 06:17:16 AM
Last edit: July 07, 2018, 09:09:07 AM by MrPlus
 #490

Hello!
I got error on benchmark Allium algo on ccminer tpruvot23.

Quote
result for 00000000 does not validate on CPU!

Can Nplusminer track this error in miner window and low -i in config file? This error also may be on lyra* algos etc..


for my 1060-6 changing  
Quote
"allium" = " -N 1 -i 14.3 -d $($Config.SelGPUCC)" #Allium  
resolv this trable.


Nice to help you!



I you're using CPU mining, try to deactivate it.

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

Activity: 514
Merit: 11


View Profile WWW
July 07, 2018, 12:15:12 PM
 #491

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

NPlusMiner now with a GUI and AutoUpdate


Miners Updates:
   - Bminer as default miner for Equihash
      - Now supports Zergpool with WorkerName and C=
   - EWBFv2
      - Equihash192 support
   - EWBF moved to OptionalMiners

Will flow through AutoUpdate
   - This update is dynamic, NPlusMiner does not need to restart.
   - 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

   - Autoupdate will not add equihash192 to your selected algo list automatically. Edit your config if you want to mine equihash192

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

Activity: 514
Merit: 11


View Profile WWW
July 07, 2018, 01:54:38 PM
Last edit: July 07, 2018, 04:12:51 PM by MrPlus
 #492

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

NPlusMiner now with a GUI and AutoUpdate


Miners Updates:
   - Bminer as default miner for Equihash
      - Now supports Zergpool with WorkerName and C=
   - EWBFv2
      - Equihash192 support
   - EWBF moved to OptionalMiners

Will flow through AutoUpdate
   - This update is dynamic, NPlusMiner does not need to restart.
   - 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

   - Autoupdate will not add equihash192 to your selected algo list automatically. Edit your config if you want to mine equihash192



This was our first AutoUpdate since 4.0.
Confirmed that AutoUpdate works as expected. Users are receiving updates successfully and transparently!  Wink Cool

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

Activity: 2
Merit: 0


View Profile
July 07, 2018, 04:12:59 PM
 #493

I'm down on Windows 7
Rig 8 card.
What data should I send?
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 07, 2018, 04:19:02 PM
 #494

I'm down on Windows 7
Rig 8 card.
What data should I send?

First make sure you meet the prerequisites:
Quote
If you have Windows 7, 8, or 8.1, please update PowerShell: https://www.microsoft.com/en-us/download/details.aspx?id=54616

CCMiner may need 'MSVCR120.dll' if you don't already have it: https://www.microsoft.com/en-gb/download/details.aspx?id=40784

CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it: https://www.microsoft.com/en-us/download/details.aspx?id=48145

running multiple cards its recommended to increase Virtual Memory 64gb is optimal

Requires Nvidia driver 397.44 or newer

Could you define what down means?
Any error message?
Could you define the syptoms?

MrPlus

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

Activity: 13
Merit: 0


View Profile
July 07, 2018, 07:55:55 PM
 #495

Hello
At lastest version is truble with zpool devide of profit value.

http://www.imageup.ru/img204/3118447/snimok-ehkrana-2018-07-07-v-235717.jpg
MrPlus (OP)
Member
**
Offline Offline

Activity: 514
Merit: 11


View Profile WWW
July 08, 2018, 08:24:17 AM
Last edit: July 08, 2018, 08:50:42 AM by MrPlus
 #496

Hello
At lastest version is truble with zpool devide of profit value.



Its an issue in zpoolpluqs.ps1. Sorry about this.

Change line 21 in .\Pools\zpoolplus.ps1
https://github.com/MrPlusGH/NPlusMiner/commit/90a13d801b7580f319629d9a9e9a259b3fa00ceb

Or change pool until the next version.

MrPlus

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

Activity: 514
Merit: 11


View Profile WWW
July 08, 2018, 02:22:44 PM
 #497

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

NPlusMiner now with a GUI and AutoUpdate

### NPlusMiner 4.1

   - Fix divisor on zpoolplus
   - Fix error at each cycle when not using plus

Will flow through AutoUpdate
   - 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

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

Activity: 514
Merit: 11


View Profile WWW
July 08, 2018, 02:24:15 PM
 #498

Hello
At lastest version is truble with zpool devide of profit value.



Its an issue in zpoolpluqs.ps1. Sorry about this.

Change line 21 in .\Pools\zpoolplus.ps1
https://github.com/MrPlusGH/NPlusMiner/commit/90a13d801b7580f319629d9a9e9a259b3fa00ceb

Or change pool until the next version.

MrPlus


Please restart NPlusMiner.
It will automatically update to 4.1 which fixes your issue on zpooplus.


MrPlus

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

Activity: 476
Merit: 19


View Profile
July 08, 2018, 06:04:29 PM
 #499

ccminerx16r with the defined intensity doesn't work with GTX 1050 TI 4 gb

As its not clear how to change intensity, I deleted the miner
skablast
Member
**
Offline Offline

Activity: 476
Merit: 19


View Profile
July 08, 2018, 06:06:11 PM
 #500

Tpruvot with the intensity 22.5 setted by default doesn't work with allium and gtx 1050 Ti 4gb.

I deleted the algo.


I remember that there was the function that if a miner doesn't work for 3 times, it was suspended.


This function doesn't exist anymore.


Each problem is running endlessy
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!