I have to say ,It's really a cool coin.but I don't know how to solo with the GPU miner,It seems too difficult to SOLO with cpu. WHO CAN POST THE Explaination in detail of GPU SOLO.
create 'talkcoin.conf' and add it to "c:/users/YOURUSERNAME/appdata/roaming/talkcoin/" folder
----TALKCOIN.CONF should consist of these lines-----
rpcuser=YOURUSERNAME
rpcpassword=YOURPASSWORD
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
rpcport=9801
----------------------------------------------------
right click wallet, click 'create shortcut', right click the shortcut you just created, click properties, at the end of 'target' add the flag:
-server
----------------------------------------------------
Run the wallet.
Create a .bat file in the folder with the GPU miner
-----.BAT FILE SHOULD CONSIST OF THIS------------
sgminer -k talkcoin -o
http://127.0.0.1:9801 -u YOURUSERNAME -p YOURPASSWORD
----------------------------------------------------
Run the .bat file.
thanks for you kindness.I will have a try..