This coin looks promising.
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