Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CCN] - Cannacoin: Announcements, discussion & development.
by
cooniac
on 23/04/2014, 17:44:37 UTC
if someone wants to solo-mine this coin with cgminer and don't know how it works, this is how i've done it:

1) download the actual Wallet, extract it and start it on your miner-pc
2) wait until its fully synced and close it again
3) make a file called "CannaCoin.conf" and place it into %appdata%\CannaCoin
4) open that CannaCoin.conf and put following text into it:
Code:
listen=1
daemon=1
server=1
rpcuser=USERNAME
rpcpassword=PASS
rpcport=3333
rpcallowip=*
addnode=81.4.106.129
addnode=91.214.168.179
(rpcuser, rpcpassword and rpcport can be anything you like)
5) make a new *.BAT file and start your cgminer like:
cgminer.exe -o localhost:3333 -u USERNAME -p PASS
6) start the Wallet again and wait until its synced
7) start your cgminer with the new bat file