Anyone get Stellite to mine? I can't get the miner to start. Would like to see someone else's start bat. I'm sure I'm doing something stupid.
You should put your pools first to your pool.txt file, should look like this:
{
"pools" :
[
{"pool_use_tls" : false, "nicehash" : true, "pool" : "stratum+tcp://your pool:port", "wallet" : "your wallet", "password" : "x"},
{"pool_use_tls" : false, "nicehash" : true, "pool" : "stratum+tcp://your pool:port", "wallet" : "your wallet", "password" : "x"}
]
}
Then you should set up your config.txt file, something like this :
{
"cryptonight_type" : "stellitev4",
"intensity" : 0,
"double_threads" : true,
"reboot_script" : "reboot-windows.bat",
"gpu_conf" :
[
{ "id" : 0, "intensity" : 64, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 57, "worksize" : 8, "threads" : 2},
{ "id" : 2, "intensity" : 64, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 64, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 57, "worksize" : 8, "threads" : 2},
{ "id" : 5, "intensity" : 64, "worksize" : 8, "threads" : 2},
{ "id" : 6, "intensity" : 64, "worksize" : 8, "threads" : 2},
{ "id" : 7, "intensity" : 64, "worksize" : 8, "threads" : 2}
]
/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
}
For better performance you should play with INTENSITY , choose optimal for your gpu OR put 0 so miner will do it for you!