Could you dumb down the amd cards for windows part? I have no clue where to put the clpts file and no clue how to launch the miner. Seems very complicated unnecessarily.
Thanks.
make a conf file in appdata/roamingL:
server=1
genproclimit=0
rpcuser=your address
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=8776
listen=0
i run the wallet using a bat file, i keep the QT.exe and the bat file in one folder:
bitcredit-qt.exe -server
locate clpts folder, copy gpuhash files into biaries folder,(the same driver you have installed)
make a bat file
clpts_x86-64.exe -o 127.0.0.1:8776 -u your address:x -o 2 -u your address:x -g 2 -a 0
There is no "-o 2" in solomine version of clpts, only in pool version. Also "-o 127.0.0.1:8776" it doesn't work on the pool version, because the pool version use "stratum" as protocol and the solo version use "getwork".
If you have server=1 in bitcredit.conf, you don't need to start bitcredit-qt.exe with -server option.
if you solomine it still works with the -o 2. i just copied from the first .bat file i made.