don't know if this will help but i'll post it anyway, sent it to someone earlier who asked me how to do it;
goes like this, cuz i'm not sure what parts of the process you may or not be familiar with.
DOWNLOAD xxxcoin wallet.zip/rar -> EXTRACT-> open xxxcoinwallet-qt.exe -> let it FULLY SYNC *** if it does not detect a block chain source within 10 minutes, delete the extracted wallet folder, delete the appdata/xxxcoin folder, empty trash, and extract and run the xxxcoinwallet .exe again. it should sync eventually.
from there, once your wallet has FULLY SYNCED,
CLOSE WALLET -> BROWSE to user/appdata/roaming/xxxcoin
CREATE a text file in notepad inside of this folder, RENAME it to xxxcoin.conf (MAKE SURE file extensions -ARE- shown, this can be disabled/enabled in control panel-folder options)
ENTER TEXT into xxxcoin.conf; these details;
daemon=1
server=1
gen=0
rpcuser=USERNAME <<<--- SAME USERNAME AS WHAT IS ENTERED INTO CGMINER SCRIPT
rpcpassword=PASSWORD <<<----- SAME PASSWORD AS WHAT IS ENTERED INTO CGMINER SCRIPT
rpcallowip=127.0.0.1
port= WHATEVER YOU WANT.. i think (i always set it one number lower than RPCPORT)
rpcport=XXXXXX <<<--- SPECIFIC TO EACH COIN, CHECK ORIGINAL POST OF XXXCOIN FOR THESE DETAILS
addnode=XXXXXX <<<--- SPECIFIC TO EACH COIN, MAY OR MAY NOT BE NECESSARY, CHECK ORIGINAL POST
SAVE AS xxxcoin.conf in YOURPCNAME/APPDATA/ROAMING/XXXCOIN
NOW, BROWSE to xxxcoin wallet folder, containing xxxcoin-qt.exe
CREATE a text file, NAME it start.bat
RIGHT CLICK, EDIT FILE, INPUT;
xxxcoin-qt.exe -server
SAVE as start.bat
RUN start.bat, you should see a CMD WINDOW pop up, and then the wallet will load and SYNC.
Once the wallet is FULLY SYNCED
RUN YOUR CGMINER SOLO SCRIPT, IT SHOULD LOOK LIKE THIS;
cgminer --scrypt -o 127.0.0.1:XXXXX -u USERNAME -p PASSWORD -I 12 -w 512
XXXXx (RPCport #), and username and password have to match the xxxcoin.conf file
run cgminer script, should say something about NO LONGPOLL FOUND, watch for block detection.. whether they are rejected or accepted, you are successfully solo mining. You can also use whatever extra cgminer flags in the script after the example.
been doing that :p well this shit has cost me so much. I'd made more coins by solo. its way better for me. I know all the steps and done everything already. Works on windows 8 pc just fine