Bitcoin Forum
May 09, 2024, 02:27:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / [ZC]zcoinclassic,zcoin fork,launched!^_^ on: February 22, 2017, 09:59:53 AM
Zcoinclassic is a fork of zcoin with these major things.
1.P2P crypto-currency which has anonymity features based on the Zerocoin protocol.
zerocoin protocol :http://spar.isi.jhu.edu/~mgreen/ZerocoinOakland.pdf
2. It is easy to mine Zcoinclassic.You can have a try when you are hard to mine zcoin.
3. Zcoinclassic wellcome anyone to debug and attack instead of zcoin.
Parameters
PoW: lyra2Z
Halving rate: Every 4 years (same as Zcoin and bitcoin).
Starting Block Reward: 50 coins every 10 minutes (Same as Zcoin.  50 coins per 10 minutes, like Bitcoin).
Total eventual supply: 21,000,000 (21 million)
Difficulty adjustment algorithm: Retarget using BRNDF every 6 blocks
Symbol: ZC
Getting the Wallet
Source Code:
https://github.com/zcoinclassic/Zcoinclassic-master
Windows client:
https://mega.nz/#!WolT2KpJ!_7ncMRKbvNP52aDW0VGpnuErmAUgC7OOZcC1kStWgH4
Linux compile info:
Code:
apt-get update
apt-get install -y build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
git clone https://github.com/zcoinclassic/Zcoinclassic-master
cd src; make -f makefile.unix test
How to mine
1.wallet solo:"setgenerate true"
2.solo use CPUminer and sgminer:
You should set  rpcuser rpcpassword and rpcallowip firstly in you wallet conf.
Code:
rpcuser=7r1ct
rpcpassword=Ezj9kzAFROlEy5D
rpcport=9999
rpcallowip=127.0.0.1
port=9168
daemon=1
server=1
addnode=47.89.181.48
addnode=zcoinclassic.com
sgminer - AMD
Download :https://github.com/djm34/sgminer-msvc2015/releases (by djm34)
Code:
sgminer -a lyra2z -o http://127.0.0.1:9999 -u username -p password
ccminer - NVIDIA
Download : https://github.com/djm34/ccminer-msvc2015/releases/ (by djm34)
x64 Download : https://github.com/Tourgasm/xzc-ccminer/releases/ (by Tourgasm)
Code:
ccminer -a lyra2z -o http://127.0.0.1:9999 -u username -p password 
CPU miner
Download : https://ottrbutt.com/tmp/c p u m i n e r.exe  (compiled by Wolf0)
Source :https://github.com/zcoinofficial/c p u m i n e r-xzc
Code:
c p u m i n e r.exe -a lyra2z -o http://127.0.0.1:9999 -u username -p password 

Tools
Block explorer:http://zcoinclassic.com:3001/
or http://47.89.181.48:3001
Website:http://zcoinclassic.com/
or http://47.89.181.48
CoinMarketcap: Coming Soon
Pools: Coming Soon
Exchanges: Coming Soon

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!