Pages:
Author

Topic: NSGminer v0.9.4: The Fastest NeoScrypt GPU Miner - page 9. (Read 221582 times)

member
Activity: 280
Merit: 13
This miner is not the fastest for Nvidia or AMD.

For Nvidia ccMiner 8.15(KlausT-mod)

For AMD Gateless gate

The fastest.

The Gateless Gate outputs half performance of NSGminer on Linux with either 17.40 or 16.40 drivers. Haven't tested it any further.

CUDA performance will be improved soon to match and maybe exceed.


I have tried both NSGminer and Gateless Gate in windows..

Gateless Gate
RX480 750KH
RX570 750KH

NSGminer
RX480 500KH
RX570 500KH

So it's not the fastest.
sr. member
Activity: 1429
Merit: 264
Uh, can anyone help me get this algo running on a B250 expert with 19 cards? I'd be willing to pay at least $100 for the help...

In your pool. Start with "getting started".

Make some money before you pay anybody.
full member
Activity: 362
Merit: 102
Uh, can anyone help me get this algo running on a B250 expert with 19 cards? I'd be willing to pay at least $100 for the help...
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
RX580:
Gateless Gate: 694 Kh/s in XUbuntu
NSGMiner: max 250 Kh/s

I have over 500KH/s on an RX480 with no overclocking.
newbie
Activity: 30
Merit: 0
RX580:
Gateless Gate: 694 Kh/s in XUbuntu
NSGMiner: max 250 Kh/s
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
This miner is not the fastest for Nvidia or AMD.

For Nvidia ccMiner 8.15(KlausT-mod)

For AMD Gateless gate

The fastest.

The Gateless Gate outputs half performance of NSGminer on Linux with either 17.40 or 16.40 drivers. Haven't tested it any further.

CUDA performance will be improved soon to match and maybe exceed.
hero member
Activity: 526
Merit: 502
So I'm trying a 1080ti card with both NSGminer and CCminer, but found the following issue (no, the card is in perfect health and mines multiple other coins flawlessly, and games like a beast), and I realize the cuda miner is what I should be utilizing however needed to try it anyways to compare results.

NSG miner creates over 50% bad shares consistently.

CCminer creates 90% accepted shares at first then 10% bad shares all in a bunch, after that it creates 20+% bad shares intermittently.

Regardless of lower or higher clock/mem speeds and/or Power limit, adjusted -I and tested multiple different drivers cleanly installed, and in a pool closest to my location.

It is not a problem of the miner but the pool you are mining is not set up correctly



Quote
Also what Does  "share is above target"  actually mean. I'm thinking If I could find this out this will lead me to the source of the problem.

Any Ideas?
 Huh


"share is above target"
it means that you have to adjust difficulty of your miner to conjunction with the pool difficulty
member
Activity: 280
Merit: 13
This miner is not the fastest for Nvidia or AMD.

For Nvidia ccMiner 8.15(KlausT-mod)

For AMD Gateless gate

The fastest.
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Can OC GPU on ccminer from bat file?
Thanks

No. Use third party tools like Afterburner.
member
Activity: 91
Merit: 10
The guy that said he's getting 700Kh/s with Rx570/580 can you provide me your config pls? :p

I need also help for my 580RX Rig please!

Which software is the best for AMD??

and which bat file about intensity etc...?? Smiley

Thx so much

fuck this old dusty software use gateless gate
https://github.com/zawawawa/gatelessgate/releases/download/v0.1.3-pre6b/gatelessgate-0.1.3-pre6b-win64.zip
OR
https://github.com/zawawawa/gatelessgate/archive/v0.1.3-pre6b.tar.gz for linux
use my batch for my oc'd 7950's :

@echo off
@set GPU_FORCE_64BIT_PTR 0
@set GPU_MAX_HEAP_SIZE 100
@set GPU_USE_SYNC_OBJECTS 1
@set GPU_MAX_ALLOC_PERCENT 100
@set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe -k neoscrypt -o POOL -u WALLET -p PASSWORD -g 1 -w 256 --rawintensity 7168  
pause

PS: rawintensity = your GPU's Stream Processing Units multiplied by 4 the 7950 has 1792 so... 1792 X 4 = 7168 ,for an RX 480/580 it should be (2304 X 4)=9216 ,and for RX 470/570 it should be (2048 X 4)=8192 ,the hashrate with these polaris cards should be somewhere in the 600's Kh at stock maybe just maybe i'm estimating here that's why i need you guys to report back with the hashrate results i'm interested to know i personally get 512 Kh per card (oc'd 7950's all at Core= 1100 MHZ / Memory = Default),i also use the Crimson-ReLive-Beta-Blockchain-Workload driver try that too you might squeeze more hashrate


nsgminer -k neoscrypt -g 1 -w 128 -I 16  -o stratum+tcp://s1.theblocksfactory.com:3334 -O .workname:xxx

this is not good?

My apologies, this should be:
nsgminer -k neoscrypt -g 1 -w 128 -I 12 -o stratum+tcp://s1.theblocksfactory.com:3334 -u workname -p x

You will need to replace the workname with your worker name and the password with your password.
Hope that helps!
member
Activity: 179
Merit: 27
Hi All,

NGMiner 0.9.3 is really rocking my AMD cards!  Getting some good hashrate and temps at the moment

4x   MSI 280x  3GB cards

each one hashes at 510 KH/s  - total 2 Mh/s

it's an older rig. :-)

my batch file below.

Code:
setx GPU_MAC_ALLOC_PERCENT 100 
setx GPU_USE_SYNC_OBJECTS 1
nsgminer.exe -k neoscrypt -g 1 -w 128 -I 16 --gpu-reorder --gpu-engine 1000 --gpu-memclock 1600  -o stratum+tcp://POOLADDRESS:PORT -O UserName.Workername:WorkerPassword
member
Activity: 179
Merit: 27
Hello,

I am trying to mine PXC @ theblocksfactory, but my nsgminer won't start.

my bat file is:
Code:
nsgminer.exe --neoscrypt -g 1 -w 128 -I 16  -o stratum+tcp://s1.theblocksfactory.com:3332 -O Namorence.Miner002:190115

as described on their getting started page:
https://pxc.theblocksfactory.com/gettingstarted

GPU: 1080 and the antivirus is disabled. Any ideas why it won't run?

Regards!

with the new NeoScrypt miner 0.9.3    you need to speficy the kernal you're going to use with  -k      see below

Code:
nsgminer.exe -k neoscrypt -g 1 -w 128 -I 16  -o stratum+tcp://s1.theblocksfactory.com:3332 -O Namorence.Miner002:190115
newbie
Activity: 5
Merit: 0
Hello,

I am trying to mine PXC @ theblocksfactory, but my nsgminer won't start.

my bat file is:
Code:
nsgminer.exe --neoscrypt -g 1 -w 128 -I 16  -o stratum+tcp://s1.theblocksfactory.com:3332 -O Namorence.Miner002:190115

as described on their getting started page:
https://pxc.theblocksfactory.com/gettingstarted

GPU: 1080 and the antivirus is disabled. Any ideas why it won't run?

Regards!
newbie
Activity: 3
Merit: 0
Can OC GPU on ccminer from bat file?
Thanks
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Fan control won't work right after I used this miner. Always stuck at whatever speed it was before I quit the miner. Horrible.

What answer do you expect with no additional information provided on your OS, drivers, GPUs, etc.?
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Hi) I have a 13 GPU rig, where 7 main cards are gtx1060 and 6 other rx570 on win 10. Is it possible to choose only last 6 amd gpu's for mining? It keeps switching to NV cards and only shows 0-6 number of cards.

Tried with with -d 0 -d 1 -d 2 -d 3 as someone mentioned earlier but I still choose first NV cards 0-6. If I set 7-12 it does nothing, Does the program recognize only 0-8 or smth?

Regards

--gpu-platform 1

Although your hardware monitoring may be messed up.
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
I'm confused by the stats. What exactly is "0.5 0.5 1.4 MH/s" supposed to mean? Do I add those together and get my hashrate or what?
Also I keep getting Pool 0 is hiding block, sending mismatched block contents, and requested work restart. Is this normal?

The first is average hash rate for the last 5 seconds
The second is a total average hash rate
The third is a hash rate based on difficulty of shares submitted

Your pool lags or your Internet connection is too slow.
newbie
Activity: 25
Merit: 0
It is efficient to mine neoscrypt with Vega GPUs?

Best I was able to achieve was around 1100 or so with a Vega64 with -20% power.  A single 1070 is just as fast.
jr. member
Activity: 48
Merit: 1
Hello how can I mine ViVO with gatelesgate on my gtx 1070?
newbie
Activity: 57
Merit: 0
GTX 1060 3Gb on Linux.

Code:
nsgminer -o stratum+tcp://somepool -u USER -p X -g 1 -w 128 -I 16

The miner (compiled without CPU mining) always put 100% load on one CPU core.

Playing around "-w" and "-I" doesn't help.

Is 100% load on CPU core normal?

Output:
Code:
[2017-12-16 00:23:53] Started nsgminer 0.9.3                    
[00:23:53] OpenCL platform 0 vendor: NVIDIA Corporation                   
[00:23:53] OpenCL platform 0 name: NVIDIA CUDA                   
[00:23:53] OpenCL platform 0 version: OpenCL 1.2 CUDA 9.1.98                   
[00:23:53] Platform 0 devices: 1                   
[00:23:53] 0 GeForce GTX 1060 3GB
                   
[00:23:53] Probing for an alive pool                   
[00:23:53] Testing pool stratum+tcp://neoscrypt.mine.zpool.ca:4233                   
[00:23:53] HTTP request failed: Protocol "stratum+tcp" not supported or disabled in libcurl                   
[00:23:56] Stratum authorisation success for pool 0                   
[00:23:56] Pool 0 stratum+tcp://neoscrypt.mine.zpool.ca:4233 active                   
[00:23:56] Init GPU thread 0 GPU 0 virtual GPU 0                   
[00:23:56] OpenCL platform vendor: NVIDIA Corporation                   
[00:23:56] OpenCL platform name: NVIDIA CUDA                   
[00:23:56] OpenCL platform version: OpenCL 1.2 CUDA 9.1.98                   
[00:23:56] List of devices:                   
[00:23:56] 0 GeForce GTX 1060 3GB                   
[00:23:56] Selected 0: GeForce GTX 1060 3GB                   
[00:23:56] Activated NVIDIA management for GPU 0                   
[00:23:56] Selecting the default NeoScrypt kernel                   
[00:23:56] Initialising kernel neoscrypt.cl without bitalign, 1 vectors and worksize 128                   
[00:23:56] initCl() finished. Found GeForce GTX 1060 3GB                   
[00:23:56] 1 GPU mining threads started                   
[00:23:56] The network difficulty has been set to 1767612                   
[00:23:56] New block 0x00000000003674C3 diff 1.77M                   
Pages:
Jump to: