Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.1
by
goodminer
on 13/04/2018, 21:38:04 UTC
Can someone give me an example of commands for simple bat file, this is too complicate with separate files config, pools etc...
Can we use single bat file to run this miner, like with Claymore for example?

why is it complicated ?

config.txt :

{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 0,
}

pools.txt :

{
"pools" :
[
   {"pool_use_tls" : true, "pool" : "pool-address", "wallet" : "wallet", "password" : "x", "location" : "europe"},
   {"pool_use_tls" : true, "pool" : "pool-address2", "wallet" : "wallet2", "password" : "x", "location" : "europe"}
]
}

Then just run start.bat and off you go.
Ok, thank you, any suggestion what is the best config for r7 370 card and rx 470? Which worksize and intensity for all algos?
I tried cryptonightv7 with my r7 370 and max is 455 h/s, but my gpu is pretty freezing even if I lower intensity under default one.
How to set up other configs and pools for other coins and order miner to mine on it? I tried just like you said in description, but can't start miner, it said that can't start txt file.