Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
nicehash
on 22/01/2017, 14:38:31 UTC
Hello,

We are getting many requests for instructions on how to use this miner with NiceHash pool. Here are startup scripts for windows:

1) Download from here: https://github.com/nicehash/sgminer-gm/releases

2) Start for CryptoNight:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=cryptonight.eu.nicehash.com:3355
::set URL=cryptonight.usa.nicehash.com:3355
::set URL=cryptonight.hk.nicehash.com:3355
::set URL=cryptonight.jp.nicehash.com:3355

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=cryptonight

:: tuning options
::set PARAMS=--rawintensity 1024 -w 8 -g 1
set PARAMS=--rawintensity 512 -w 4 -g 2

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%

3) Start for DaggerHashimoto:

Code:
setx GPU_MAX_ALLOC_PERCENT 100

:: your nearest location
set URL=daggerhashimoto.eu.nicehash.com:3353
::set URL=daggerhashimoto.usa.nicehash.com:3353
::set URL=daggerhashimoto.hk.nicehash.com:3353
::set URL=daggerhashimoto.jp.nicehash.com:3353

:: your Bitcoin address and worker name
set USER=34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.myrig

set ALGO=ethash

:: tuning options
::set PARAMS=--xintensity 1024 -w 192 -g 1
set PARAMS=--xintensity 512 -w 192 -g 1

sgminer.exe -k %ALGO% -o stratum+tcp://%URL% -u %USER% -p x %PARAMS%


Best regards,
NiceHash team.