Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2892737
Topic
268575
Board
Announcements (Altcoins)
Re: [ANN][ZCC]ZcCoin will be launched on Aug. 8th (UTC+8) Launched
by
zccoin
on
08/08/2013, 18:32:50 UTC
Thanks for your sharing.
Quote from: ig0tik3d on August 08, 2013, 05:48:03 PM
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...