Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZCC]ZcCoin will be launched on Aug. 8th (UTC+8) Launched
by
Tgspring
on 09/08/2013, 04:46:37 UTC
original cpu miner
http://s019.radikal.ru/i639/1308/f2/8d332891edf2.jpg

example zccoin.conf
Code:
rpcuser=123
rpcpassword=1234567890
server=1
rpcport=1234
rpcallowip=*
addnode=153.127.244.215
addnode=153.127.248.92

sse3 (x86_64)
https://docs.google.com/file/d/0B9cvOfoOekSdRWszZG1oaWNrUkU/edit?usp=sharing
example start
Code:
minerd -a scrypt -o http://127.0.0.1:1234 -u 123 -p 1234567890
http://i053.radikal.ru/1308/c6/c63debfd9163.jpg

avx (x86_64)
https://docs.google.com/file/d/0B9cvOfoOekSdYVl1UmwwaDVlUDA/edit?usp=sharing
example start
Code:
minerd -a scrypt -o http://127.0.0.1:1234 -u 123 -p 1234567890
http://s002.radikal.ru/i197/1308/e0/7a4714352c83.jpg

be careful in my version of cpuminer you need put
Code:
-a scrypt
not -a scrypt-jane to start mining zcccoin...


haha, thx very much, the official don,t share win64 cpuminer, and you do, good work.