Install your CCB wallet and sync it.
Quit CCB wallet
Go to C:\Users\YOU\AppData\Roaming\CryptoClub
Create txt file with name CryptoClub.conf
In that conf file you need to put this:
rpcuser=User
rpcpassword=Pass
listen=1
server=1
rpcport=33451
port=33452
save and close.
Go to your sgminer config file, or if you don't have it create one with name sgminer.conf in the same folder where sgminer is, and paste below lines inside:
{
"name" : "Solo",
"url" : "http://localhost:33451",
"user" : "User",
"pass" : "Pass"
}
Start your wallet again, wait to full sync, and start sgminer.exe
After some minutes you will find your first block, as diff is very low.
(most common problem here is wrong user and pass on both places - shuld be the same on both places,
and another common problem is making file CryptoClub.conf may end like CryptoClub.conf.txt which is not acceptable. Same goes to sgminer.conf)
Happy mining