Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZCC]ZcCoin will be launched on Aug. 8th (UTC+8) Launched
by
ig0tik3d
on 08/08/2013, 17:48:03 UTC
original cpu miner


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


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


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