Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CommunityCoin (CTC) (Currency Name Change)
by
vedalken254
on 26/08/2013, 10:54:39 UTC
Here's the details you need for mining.  Smiley

communitycoin.conf  

rpcuser=user
rpcpassword=password
rpcport=22700
rpcallow=*.*.*.*
server=1
addnode=212.48.67.126

Cgminer Details : cgminer.exe --scrypt -o localthost:22700 -u user -p password


Block Explorer : http://altcha.in/chain/Crimecoin     -  I assume this will be renamed to Communitycoin


Mining Pool : http://mc.lksmith.me
Cgminer Details : cgminer.exe --scrypt -o http://mc.lksmith.me:9988 -u poolusername -p worker password


Just as an FYI: rpcallowip line should NOT be in your confs. Doing so presents a security risk if somebody can figure out your username/pw. Also, Change user to something else and password to something random that you can copy paste for your own safety. server=1 doesn't need to be there assuming you're not solo mining. also. Dj missed something in the pool cgminer string. it's supposed to be cgminer.exe --scrypt -o http://mc.lksmith.me:9988 -u poolusername.workername -p workerpassword.

Veddy

EDIT: rpcallowip line is not required for peer connections like CaptChadd thought. Peer connections will happen regardless. So please, REMOVE that line from the conf and DO NOT open that port up to the public internet.