Bitcoin Forum
May 05, 2024, 01:00:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.0 on: June 15, 2018, 02:53:19 PM
Hello! Does anybody try to start mining on CPU? SRBminer wrote "cant parse" my config... As i think this error tell me: "man, i dont know what you want from me Smiley"
I use SRBminer 1.6.0, also add --usecpuopencl to my *.bat file and add nessesary commands to my config.txt

my config.txt  Smiley
Code:
{

"cryptonight_type" : "normalv7",

"cpu_conf" :
[
{ "intensity" : 1, "worksize" : 1, "threads" : 1}
]

"gpu_conf" :
[
{ "id" : 0, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 2, "intensity" : 0, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 5, "intensity" : 22, "worksize" : 8, "threads" : 2}
]
}

Pls help me)
You miss a comma (,) between "cpu_conf" and "gpu_conf".

Also :
1. Don't delete the intensity and double_threads options from config, you will get an error
2. SRBMiner-CN.exe --config config.txt --pools pools.txt --usecpuopencl

But this is not CPU mining, this is mining using your CPU'S Opencl Graphic device.
So it is very unefficient.


Thank you very much!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.0 on: June 15, 2018, 01:31:13 PM
Hello! Does anybody try to start mining on CPU? SRBminer wrote "cant parse" my config... As i think this error tell me: "man, i dont know what you want from me Smiley"
I use SRBminer 1.6.0, also add --usecpuopencl to my *.bat file and add nessesary commands to my config.txt

my config.txt  Smiley
Code:
{

"cryptonight_type" : "normalv7",

"cpu_conf" :
[
{ "intensity" : 1, "worksize" : 1, "threads" : 1}
]

"gpu_conf" :
[
{ "id" : 0, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 2, "intensity" : 0, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 22, "worksize" : 8, "threads" : 2},
{ "id" : 5, "intensity" : 22, "worksize" : 8, "threads" : 2}
]
}

Pls help me)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!