Pages:
Author

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

newbie
Activity: 25
Merit: 0
what miner and setting are you guys using for the 1070 to get neoscrypt pass 1000? Mine only does 800 Sad. OC doesn't seem to do much

I get around 1150 or so with my 1070 FE's using CCminer-alexis78.  Whats weird is with Alexis my 1070ti only gets 650.  This is using the following clock settings

Win10 X64
80% power
+200 Clock
+600 Mem
member
Activity: 178
Merit: 13
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.

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



member
Activity: 120
Merit: 10
Nivia GTX 1080Ti doesn't work with software
full member
Activity: 658
Merit: 101
What is the hasrate for a GTX 1080 ti ?
sr. member
Activity: 1246
Merit: 274
I have 12 RX580 free now..
What would be the proffit.?

In my testing with Rx 480s I can't get past 450 hashrate..... so it's not really worth mining with AMD right now as there are better options for daily profit.
full member
Activity: 224
Merit: 100
Thanks - is NeoScrypt just something that will always work better on AMD due to inherent differences in the GPUs, or is it simply because no one has built an optimised miner for NVIDIA cards yet?
Neoscrypt work fine with 1060/1070. You can get:
1060 - 900+
1070 - 1100+
Actually 1060 make the best H/$ for neoscrypt among Nvidia GPU's.

what miner ?
newbie
Activity: 34
Merit: 0
@ghostlander

[2017-11-30 13:34:34] OpenCL platform 0 vendor: Intel(R) Corporation
[13:34:34] OpenCL platform 0 name: Intel(R) OpenCL
[13:34:34] OpenCL platform 0 version: OpenCL 1.2
[13:34:34] Platform 0 devices: 1
[13:34:34]      0       Intel(R) HD Graphics 4000

[13:34:34] 1 OpenCL GPU device detected

[13:34:34] Unable to load the AMD Display Library
[13:34:34] Unable to load the NVIDIA Management Library


The device gets detected but never selected. It is not listed as expected suggesting:

ocl.c L: 465    if (numDevices > 0 ) { need to be if (numDevices >= 0 ) {

ocl.c L: 489 eventually if (gpu < numDevices) { needs to be set to if (gpu <= numDevices) {

Can you edit this and make a new build for windows? I have no machine set for building atm.

Another thing: Can intensity 4 be used for NeoScrypt? The intel gpus have 256kB L3 and can also use the CPUs L3 or eDRAM (if Iris), then it will need to use "slow" system RAM.
newbie
Activity: 4
Merit: 0
I'm getting this on a GTX 1070 under Debian.

[07:30:42] Probing for an alive pool
[07:30:42] The network difficulty has been set to 8376950971
[07:30:42] Stratum from pool 0 detected new block
[07:30:43] Error -9999: Building Program (clBuildProgram)
[07:30:43] ptxas error   : Entry function 'search' uses too much shared data (0x10040 bytes, 0xc000 max)

[07:30:43] Failed to init GPU thread 0, disabling device 0
[07:30:43] Restarting the GPU from the menu will not fix this.
[07:30:43] Try to restart the miner.

Sad
newbie
Activity: 2
Merit: 0
what miner and setting are you guys using for the 1070 to get neoscrypt pass 1000? Mine only does 800 Sad. OC doesn't seem to do much
member
Activity: 64
Merit: 10
I have 12 RX580 free now..
What would be the proffit.?
member
Activity: 81
Merit: 10
NSGMiner not working with GPU on Linux.  

I tries 4 more times   - never working, even on CPU
I install Linux Kernel 4.13.2 final release but this not helped
I have 2x GTX1060

Please anybody upload normal COMPILED miner for test

#!/bin/bash/
#./minerd -a neoscrypt -o stratum+tcp://pool.minertopia.org:4233 -u TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac -p c=TZC
#./minerd -a neoscrypt -o stratum+tcp://eu1.altminer.net:4233 -u TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac -p c=TZC
#./minerd -k neoscrypt -g 1 -w 64 -I 15 -o  stratum+tcp://eu1.altminer.net:4233 -O TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac:x
./minerd -a neoscrypt -o  stratum+tcp://eu1.altminer.net:4233 -O TdBSh6BY2iU9uadNtDPXiXgMPMSaD4X5ac:x

ry `minerd --help' for more information.
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $ sh _2_start_trezar_cryptopia_neoscrypt.sh
NeoScrypt CPUminer v2.4.3
./minerd: invalid option -- 'g'
Try `minerd --help' for more information.
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $ sh _2_start_trezar_cryptopia_neoscrypt.sh
NeoScrypt CPUminer v2.4.3
./minerd: invalid option -- 'w'
Try `minerd --help' for more information.
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $ sh _2_start_trezar_cryptopia_neoscrypt.sh
NeoScrypt CPUminer v2.4.3
./minerd: invalid option -- 'I'
Try `minerd --help' for more information.
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $
user@PC1 /media/user/F/Work/Mining/nsgminer-trezarcoin-cryptopia-neoscrypt $ sh _2_start_trezar_cryptopia_neoscrypt.sh
NeoScrypt CPUminer v2.4.3
Engines: INT SSE2 SSE2-4way (enabled: SSE2-4way)

newbie
Activity: 34
Merit: 0
@ghostlander

Any chance we will see this miner for Intel GPU that support Open CL 1.2?
Old AMD 1.2 cards is allready supported, and code would'nt be that different?
It would be the one algo where the Intel GPUs would shine?
Have I understood correctly if I state that NeoScrypt is not that dependent on fast memory? (compared to Cryptonight, Ethhash and Equihash)

Intel HD4400 have 128 cores and 16 EU (execution units similar to AMD CU but just with 8 cores each) for instance.

There is a chance that it works with Intel already. Minor changes may be required for performance tuning.


Tried to start it just now. It just list the devices and write output that AMD ADL and nVidia something is not available. Any dependancy to AMD or nVidia should be removed from the general neoscrypt kernel.

Of course ADL and NVML are not available on Intel, but that's not an error. The generic kernel is supposed to be compatible with most OpenCL devices.


Maybee it is not in the kernel. I can have a look in the code and see if I find something.
newbie
Activity: 3
Merit: 0
how much I can miner whith a Rx 360?
newbie
Activity: 3
Merit: 0
Nice!!!

legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
@ghostlander

Any chance we will see this miner for Intel GPU that support Open CL 1.2?
Old AMD 1.2 cards is allready supported, and code would'nt be that different?
It would be the one algo where the Intel GPUs would shine?
Have I understood correctly if I state that NeoScrypt is not that dependent on fast memory? (compared to Cryptonight, Ethhash and Equihash)

Intel HD4400 have 128 cores and 16 EU (execution units similar to AMD CU but just with 8 cores each) for instance.

There is a chance that it works with Intel already. Minor changes may be required for performance tuning.


Tried to start it just now. It just list the devices and write output that AMD ADL and nVidia something is not available. Any dependancy to AMD or nVidia should be removed from the general neoscrypt kernel.

Of course ADL and NVML are not available on Intel, but that's not an error. The generic kernel is supposed to be compatible with most OpenCL devices.
newbie
Activity: 34
Merit: 0
@ghostlander

Any chance we will see this miner for Intel GPU that support Open CL 1.2?
Old AMD 1.2 cards is allready supported, and code would'nt be that different?
It would be the one algo where the Intel GPUs would shine?
Have I understood correctly if I state that NeoScrypt is not that dependent on fast memory? (compared to Cryptonight, Ethhash and Equihash)

Intel HD4400 have 128 cores and 16 EU (execution units similar to AMD CU but just with 8 cores each) for instance.

There is a chance that it works with Intel already. Minor changes may be required for performance tuning.


Tried to start it just now. It just list the devices and write output that AMD ADL and nVidia something is not available. Any dependancy to AMD or nVidia should be removed from the general neoscrypt kernel.
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
800 kh for a 1070? Not really the fastest then, my 1070's do 1300/1400 on ccminer.

If you expect OpenCL to match CUDA in performance, that's unlikely to happen any time soon. Although there are more optimisations to come.
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
@ghostlander

Any chance we will see this miner for Intel GPU that support Open CL 1.2?
Old AMD 1.2 cards is allready supported, and code would'nt be that different?
It would be the one algo where the Intel GPUs would shine?
Have I understood correctly if I state that NeoScrypt is not that dependent on fast memory? (compared to Cryptonight, Ethhash and Equihash)

Intel HD4400 have 128 cores and 16 EU (execution units similar to AMD CU but just with 8 cores each) for instance.

There is a chance that it works with Intel already. Minor changes may be required for performance tuning.
newbie
Activity: 14
Merit: 0
800 kh for a 1070? Not really the fastest then, my 1070's do 1300/1400 on ccminer.

What version of ccminer are you using and what clock configuration?
I'm not capable to obtain more than 740kh 1050/1100kh in my 1070's
sr. member
Activity: 392
Merit: 250
800 kh for a 1070? Not really the fastest then, my 1070's do 1300/1400 on ccminer.
Pages:
Jump to: