Catcoin [ CAT ]


Information
PoW algorithm: Scrypt
Premine: ABSOLUTELY ZERO!
Block reward: 50 CAT
Block time: 10 minutes
Retarget: 2,016 blocks
Starting difficulty: 0.00024414
Max supply: 21 million
Reward halving interval: 210,000 blocks
Source code: https://github.com/kR105/catcoin

Client
Windows client: http://www.catcoin.pw/catcoin-0.8.6.2-win32-setup.exe
SHA256 hash: 44f32be9d53893a45445159a6545d37993d046cc3b85c240c9a1f9923618c953
------
OSX client: http://www.catcoin.pw/Catcoin-Qt.app.zip
Mirror: https://mega.co.nz/#!LBMwmZ7Y!Ka0CCzpKiwNNcu7V2kf-mBN6sd5JYjqtJs-nAeu0Bko
SHA256 hash: a366bc145d6262858e79b1908d11a8b3214b7a4596d1235d0232a148b705ff6b


Pools
Solidpool P2P pool: 1% fee
p2pool.name: 1% fee
Argakiig: 0% fee
Hashfaster: 2% fee
CatCoinPls: 0% fee
Coinex: 2% fee
Luckyminers: 1.5% fee
Catpool: 0% fee
Teamcoin's pool: 0% fee
MintPool CAT pool: 1% fee (0% for donors)
Bettercoin's pool: 1% fee
Catpool.co: 1% fee
Coinium's pool: 0% fee
Catpool: 0% fee
Cryptovalley's pool: 1% fee

Block explorer
http://catchain.info/

Exchange
Coined Up: https://coinedup.com/OrderBook?market=CAT&base=BTC
CoinEx: https://coinex.pw/trade/cat_btc
Cryptsy: https://www.cryptsy.com/markets/view/136


Others
Website: http://catcoins.org/
Website: http://catcoins.biz/
Catcoin price Android app: https://play.google.com/store/apps/details?id=stringtheory.cryptos.cat
Subreddit: http://reddit.com/r/catcoins
Facebook: https://www.facebook.com/CATcoins
Twitter: https://twitter.com/CatcoinOfficial
Forum: http://www.catcoinforum.com

Donations to Catcoin development:  9adfAkyVjKKWb73KNtQDsogCWVbdUmWs4j


How to mine CAT .

Windows Quick Start - CPU Mining
Choose a pool and register there
After you login, create a new worker on your pool's 'My Workers' page
 
Down CPUMiner from here
Extract it to a folder called 'miner' on your desktop
Download Mining Proxy here and save it inside the same folder of your CPU Miner files
Open a console in the directory of Mining Proxy and copy, paste, and fill in the following template, then hit enter:
Code:

mining_proxy.exe -oPOOLURL -pPOOLPORT

Open a second console at the same directory and copy, paste, and fill in the following template, than hit enter:
Code:

minerd -ohttp://localhost:8332 -uWEBLOGIN.WORKERNAME -pWORKERPASSWORD -t1 -q

Be sure to not edit the locathost and port; -t1 mean that you only use 1 of your CPU thread, if you want to ruin your CPU then use -t2; if you want to see your annoying hash meter simply delete -q


Windows Quick Start - GPU Mining

Mining with the GPU is usually much faster than with the CPU. If you own an AMD graphics card, please use CGMiner. If you use a Nvidia graphics card, please use CudaMiner.

CudaMiner
Just follow the above steps, but instead download CudaMiner and put the following in your run.bat:
Code:

cudaminer.exe -o STRATUM:PORT -u USERNAME.WORKERNAME -p PASSWORD

CGMiner
Example coming soon.