What miner can I use for AMD cards? I've been using Prospector but after a couple of hours my miner is getting disconnected to the pool and will close after a few failed re-connection.
SGminer is flooding with hardware error. I wonder what is the correct parameters to use with SGminer?
you must set up the config file
here is a example
[general]
gpu-coin = "sigt"
cpu-coin = "sigt"
default-username = "your address"
default-password = "c=COG"
[pools.eth]
url = "stratum+tcp://"
[pools.sia]
url = "stratum+tcp://"
[pools.sigt]
url = "stratum+tcp://stratum.gos.cx:8434"
username = "your address"
password = "c=COG"
[pools.xmr]
url = "stratum+tcp://"
[gpus.0-0]
enabled = true
label = "GPU1"
[gpus.0-1]
enabled = true
label = "GPU2"
[gpus.0-2]
enabled = true
label = "GPU3"
[gpus.0-3]
enabled = true
label = "GPU4"
[cpu]
enabled = false
label = "CPU"
you must list each gpu you have in the config .. this is what works for me
Is this the config for prospector? I have no problem with the config for the prospector, the problem is when the miner is connecting to the developer's pool to mine for the developer. It seems that the developer's pool is not live. After 10 failed re-connection attempt, the miner will close. But I found my way around with this problem but will roughly lose 30 mins of mining when I am asleep or away. I created a batch file to restart the miner when it close after a failed re-connection.
What the hell is developer's pool? They are hosting their own pool?