Post
Topic
Board Mining (Altcoins)
Re: NSGminer v0.9.3: The Fastest NeoScrypt GPU Miner
by
kkemp102294
on 20/12/2017, 19:51:48 UTC
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!