sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
633 stars 825 forks source link

rx 480 support #433

Open oldskoolau opened 8 years ago

oldskoolau commented 8 years ago

recent forced upgrades have left me unable to mine i was using hd7950's any help would be great on the subject

geostima commented 7 years ago

I have an RX470 and mining works fine... Make sure you have your AMD drivers installed and double check your startup options, here an example you can use which is optimized for most AMD cards: (remember to replace the server address and port, and add your username, worker, and password) `

sgminer.exe -o stratum+tcp://my.example.com:3325 -u user.worker -p 123 --xintensity 300 -g 1 --thread-concurrency 16384 -w 256 --lookup-gap 0 --difficulty-multiplier 0.0039062500

`