{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy */
"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,
/* Gpu target temperature, leave it on 0 if you don't want to use this option */
"target_temperature" : 0,
/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,
/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part */
"pool" : "pool.minexmr.com:7777",
/* Address of you wallet */
"wallet" : "44vHE35y9stAzHLKkLjqw3SmtnQ2AXd2k64xoUdFrKYFFL2XT7yxNQqF1otzwuJTFjH1uA6wPw7SGNh JTCqUFN4DJLXFSSj",
/* Password for your wallet, probably just x */
"password" : "x",
/* Location for devfee servers, to get better latency */
"location" : "europe",
/* If you want to log console output, put a filename here */
"log_file" : "Zapis",
/* 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" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}
This is my config file and I added %EXE% -c config.txt --adldisable
And miner still crash after few minutes or if I press "H"
Someone help?