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.