Can someone tell me how solo mine this with gpu,i have sapphire r9 280x,windows 8.1..?..thx
Download any mining program that uses the quark algorithm. I personally use sgminer v5. -
https://bitcointalk.org/index.php?topic=632503.0Also make sure you have the most updated bitquark client. -
http://www.bitquark.info/wallet.phpIm not sure how windows 8 does folder architecture but i can explain how it works in windows 7.
Install and sync up your bitquark client. After its synced up, close it. Then go into C:\Users\YOURUSERNAME\AppData\Roaming\BitQuark.
This is where we will create a file called "bitquark.conf". First we will create a new text document, i usually call it "conf.txt". In this new txt file paste the following and feel free to replace "user" and "pass" in the first two lines with anything you like. You will need to remember those for later.
rpcuser=USER
rpcpassword=PASS
rpcallowip=127.0.0.1
rpcallowip=192.168.*.*
rpcport=9108
port=9596
gen=0
server=1
listen=1
txindex=1
addnode=112.111.83.244:12256
addnode=103.24.88.5:50264
addnode=196.210.132.241:9596
addnode=220.166.171.10:9115
addnode=76.108.164.127:57864
addnode=81.154.205.63:55289
addnode=203.156.196.226:61682
addnode=69.8.51.75:35542
addnode=5.9.248.182:60084
addnode=124.234.48.148:14129
addnode=62.210.113.211:9596
addnode=85.25.195.74:9596
addnode=5.9.158.79:9596
addnode=62.210.123.27:9596
addnode=173.216.108.94:9596
addnode=62.210.125.140:9596
addnode=71.235.216.177:9596
addnode=62.210.178.237:9596
addnode=114.66.195.170:9596
addnode=217.23.10.247:9596
addnode=119.201.95.28:9596
addnode=128.2.209.18:9596
addnode=46.165.208.136:9596
addnode=81.82.235.54:9596
addnode=217.68.242.45:9596
addnode=74.138.244.79:9596
After you have that file created and saved, we will save it again, but this time it will create the bitquark.conf that we need. File -> Save as.. Then under the 'Save as type' dropdown bar, choose All files (*.*). Name this "bitquark.conf" and save. You now have your bitquark.conf file and a txt version of it thats easier to read incase you forget your username or pass.
Alright bitquark is set up and ready to go, now we configure your miner. Extract the sgminer-5.0 zip to your desktop. Open the extracted folder and this is where we will create a .bat file that will control how the mining program knows what you are trying to mine.
Create a new text document again. My batch file looks something like this. You will be replacing the -u and -p with whatever you used in your bitquark.conf file that we created. The "-I 18 -g 1 -w 128" in my file is what works for me because im using a lowly 5850, but you will need to do some research and experimenting to figure out what works for your card.
Anyway, once you have that copied and edited to match your user and pass we will save it as a batch file. File -> Save as.. Then under the 'Save as type' dropdown bar, choose All files (*.*). Name this "BTQSOLO.bat" and save.
Now we start up the bitquark client and run BTQSOLO.bat. You should be mining. It might be a good idea to download MSI Afterburner to monitor your GPU temp / control fan speed. Its a bad idea to let your GPU run hotter than 70c. Well, the running temp is up for debate but i try not to let mine run hotter than 70c for long periods.
http://event.msi.com/vga/afterburner/download.htm