View Single Post
Staro 16.05.2018., 16:34   #818
Malatesta
Registered User
 
Malatesta's Avatar
 
Datum registracije: Jun 2017
Lokacija: VŽ
Postovi: 35
Citiraj:
Autor lit Pregled postova
Da li znaš setup za srbminer za xmr gigantpool? pokušavam složit ali kaže nema pool connection.
Ako netko zna...

Za Vega 64:
config.txt

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300 */
/*"intensity" : 0,

/* To use 2 threads per card set double_threads to true */
"double_threads" : true,

/* Uncomment this if you want to set GPU target temperature */
"target_temperature" : 65,

/* Uncomment this if you want to set system shutdown temperature */
"shutdown_temperature" : 80,

/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
"reboot_script" : "reboot-windows.bat",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */


"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2}
]
}

pools.txt
{
"pools" :
[
{"pool_use_tls" : false, "keepalive" : false, "pool" : "xmr.gigantpool.com:3333", "wallet" : "43U**********************FjT", "password" : "x"},
{"pool_use_tls" : false, "keepalive" : false, "pool" : "xmr.gigantpool.com:3333", "wallet" : "43U**********************FjT", "password" : "x"}
]
}


Za RX 470/570

config.txt
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300 */
"intensity" : 0,

/* To use 2 threads per card set double_threads to true */
"double_threads" : true,

/* Uncomment this if you want to set GPU target temperature */
"target_temperature" : 65,

/* Uncomment this if you want to set system shutdown temperature */
"shutdown_temperature" : 80,

/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
"reboot_script" : "reboot-windows.bat",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2}
]*/
}

pools.txt
{
"pools" :
[
{"pool_use_tls" : false, "keepalive" : false, "pool" : "xmr.gigantpool.com:3333", "wallet" : "43U**********************FjT", "password" : "x"},
{"pool_use_tls" : false, "keepalive" : false, "pool" : "xmr.gigantpool.com:3333", "wallet" : "43U**********************FjT", "password" : "x"}
]
}
Malatesta je offline