Bitcoin Forum

Local => Mining (Italiano) => Topic started by: cacash on May 04, 2014, 10:19:55 AM



Title: Aiuto file di lancio sgminer 4.1
Post by: cacash on May 04, 2014, 10:19:55 AM
 :'( :'( allora non riesco a far partire sgminer da riga di comando (file.bat)

parto da questo file che funziona su cgminer 3.7.2 perfettamente,

C:\cgminer-3.7.2-windows\cgminer.exe --scrypt -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -u User -p Password -I 18 -g 1 -w 256 --thread-concurrency 5845 --auto-fan --temp-target 65 --gpu-engine 775 --gpu-memclock 900 --api-listen --api-network --api-allow W:192.168.1/24

Come lo converto per sgminer ??? ??? ??? le ho provate tante ma non riesco a farlo neanche partire.


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: brutale2 on May 04, 2014, 11:27:00 AM
Ciao, devi cambiare il percorso dell'eseguibile ma sono sicuro che lo sai già  ;D nel topic di sgminer ci sono degli esempi di utilizzo: https://bitcointalk.org/index.php?topic=475795.0


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: cacash on May 04, 2014, 01:08:16 PM
Ciao, devi cambiare il percorso dell'eseguibile ma sono sicuro che lo sai già  ;D nel topic di sgminer ci sono degli esempi di utilizzo: https://bitcointalk.org/index.php?topic=475795.0


Certo che ho cambiato l'eseguibile ma non riesco a farlo partire i valori da specificare sono gli stessi? intendo.

Spiego meglio ho provato a fare un file.conf per lanciare e mettendo questi parametri funzionicchia non come cgminer ma qualcosa fà:

"intensity" : "21",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "5864",
"gpu-engine" : "0-800",
"gpu-fan" : "0-85",
"gpu-memclock" : "1150",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",


ora ci sono valori come Kernel se volessi metterlo tutto solo su riga di comando ossia file.bat come andrebbe scritto?  Io non ci riesco non mi funziona.

I valori --api-listen --api-network --api-allow W:192.168.1/24 possono essere usati ??


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: IlGab on May 04, 2014, 02:44:10 PM
Togli --scrypt


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: nutriagrigia on May 04, 2014, 04:26:56 PM
Quote
--api-listen --api-network --api-allow W:192.168.1/24

chiedo cosa servono, non li ho mai usati


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: brutale2 on May 04, 2014, 07:37:13 PM
Certo che ho cambiato l'eseguibile ma non riesco a farlo partire i valori da specificare sono gli stessi? intendo.

Ma il link che ti ho dato l'hai aperto?  :-\ C'è una lista di esempi con i parametri già impostati, a cui dovrai aggiungere quelli della tua scheda video, il kernel si imposta col comando -k darkcoin ecc... Viene anche specificato due volte che senza il comando -k non funziona.


Example usage - DarkCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 -g 4 -w 128
Example usage - QubitCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k qubitcoin -o <host>:<port> -u <user> -p <password> -I 16 -g 4 -w 128
Example usage - Quark and clones:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k quarkcoin -o <host>:<port> -u <user> -p <password> -I 16 -g 4 -w 64

Without given -k argument value it defaults to scrypt kernel! If you have problems, read the DarkCoin (https://bitcointalk.org/index.php?topic=421615.1980) thread from page 100, it contains a lot of information and solutions to common problems.

Important! A new option was added: --difficulty-multiplier. It allows to set stratum difficulty multiplier. For QubitCoin, Quark and Animecoin it will be usually 256. For Groestlcoin, Fuguecoin and Twecoin it will be usually 0.0039062500 (1/256). Default value is 1.0. If you have "share above target" errors then set it to 256. If difficulty required by pool is strangely large, set it to 0.0039062500 (1/256). Other values are unlikely to be used. Hopefully this will fix all remaining stratum problems.

Common problems and solutions:
  • Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present
  • HW errors - select correct mining algorithm with -k option
  • still does not work - update Catalyst drivers to version 13.12


Ci sono anche dei riferimenti sulle performance su R9 290

Quote
Performance (on R9 290):
  • DRK ~2.5 MH/s
  • Q2C ~5 MH/s
  • QRK ~2.1 MH/s
  • MYR ~10 MH/s
  • FC ~145 MH/s
  • INK ~45 MH/s
  • ANI ~1.8 MH/s
  • GRS ~5.5 MH/s
  • SIC ~4.5 MH/s
  • TWE ~11 MH/s
  • MARU ~ 1.8 MH/s

Per quanto riguarda --api-listen --api-network --api-allow W:192.168.1/24 non so risponderti.


Title: Re: Aiuto file di lancio sgminer 4.1
Post by: IlGab on May 04, 2014, 07:43:55 PM
Quote
--api-listen --api-network --api-allow W:192.168.1/24

chiedo cosa servono, non li ho mai usati
Controllo remoto tramite json rpc. Autorizza la rete 192.168.1.* in lettura e modifica delle impostazioni.
RTFM  :P