Author

Topic: [ANN] Zclassic, Zcash Fork No Premine, No 20% Founders Tax - page 255. (Read 339756 times)

sr. member
Activity: 414
Merit: 250
 Did you hear about propagation of the network? It's written on github code, that ZCASH classic needs more confirmations to be processed. Also there is initial stage of project, retargeting is enable. Stay calm and wait for your confirmed coins soon.
legendary
Activity: 1134
Merit: 1068

Automatic Payout Threshold  (5 coin )
my Account Balance 8, the payment wasn't made
I do not understand how it works payments
I received

My Account->Edit Account-> Cash Out
member
Activity: 116
Merit: 100
Can the Zclassic dev confirm that the tiker for this coin its ZCL and not ZCC?
We were contacted by someone asking to add this coin and the tiker he gave us was ZCC and reading at the conversation it was ZCC.

We want to get a network running ASAP and since things are working well on testnet, we are going to launch TONIGHT.  Exact time not yet known.

What is it?
Zclassic is a fork of Zcash.

How is it different?

No Founders Tax:
All mining rewards in Zclassic go to miners.  Zcash founders take 20% of mining rewards for the first 4 years.

No Slow Start:
We changed the slow start parameter to be 10 blocks instead of 20,000 blocks in Zcash.

New Genesis Block
We will create a new genesis block just before the launch.

Same Old Trusted Parameters
We're going to use the same trusted parameters Zcash uses.

Where is it?
https://github.com/z-classic/zclassic

We're testing the dev branch now.  

Who will do development for this?
We left nearly all of the code the same from Zcash, and plan to pull changes from upstream.

How can you contribute?

- Please help people bundle windows binaries, as we don't have that available.

Edit: We have a launch https://github.com/z-classic/zclassic
Nov 5, 2016 23:53

Edit: Learn more about us
Slack invite: zclassic.herokuapp.com/

https://reddit.com/r/zclassic

M++
sr. member
Activity: 342
Merit: 250
I'm buying it  Cool
jr. member
Activity: 45
Merit: 1
newbie
Activity: 8
Merit: 0
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks

try

dnsseed.zclassic.org

put zclassic.conf in .zclassic hidden folder.



Hmmm...running ./src/zcashd from the zclassic directory still fails to start the node and miner.

Any suggestions?

Thanks!

Hard to know if you missed anything start from scratch.

 (tested on Ubuntu 16.04):

Quote
install dependencies:

sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake

clone repo:

git clone https://github.com/z-classic/zclassic.git

setup:

cd zclassic

./zcutil/build.sh -j$(nproc)

./zcutil/fetch-params.sh

./src/zcashd

after starting zcashd, stop it, and create a conf file:

vim ~/.zclassic/zclassic.conf

paste the following in zclassic.conf:
addnode=dnsseed.zclassic.org
rpcuser=rpcusername
rpcpassword=yourrandompassword

then restart zcashd
cd zclassic
./src/zcashd

generate address:

~/zclassic/./src/zcash-cli getnewaddress

get network stats:

~/zclassic/./src/zcash-cli getinfo

check recieved tx's (mined blocks take 100 blocks to show up in balance IIRC)

~/zclassic/./src/zcash-cli listtransactions


I followed up to the 'start zcashd'  the cli starts with zero output and then stops with no error message.  I created the .zclassic folder .conf and entered the info you suggested, but upon re-starting zcashd the same thing happens:  start and stop with no error. 

This is my sticking point because, since I can't start the client, I can't generate an address!!

newbie
Activity: 48
Merit: 0
someone payments received ? https://pool.mn
sr. member
Activity: 476
Merit: 250
Looks a bit rushed and not too much information about exchanges or anything, also no fancy graphics lol jk

On mt. gox soon.

This made me spit soda on my monitor laughing.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
C-CEX added it, we have 1 serious exchange now
sr. member
Activity: 518
Merit: 250
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks

try

dnsseed.zclassic.org

put zclassic.conf in .zclassic hidden folder.



Hmmm...running ./src/zcashd from the zclassic directory still fails to start the node and miner.

Any suggestions?

Thanks!

Hard to know if you missed anything start from scratch.

 (tested on Ubuntu 16.04):

Quote
install dependencies:

sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake

clone repo:

git clone https://github.com/z-classic/zclassic.git

setup:

cd zclassic

./zcutil/build.sh -j$(nproc)

./zcutil/fetch-params.sh

./src/zcashd

after starting zcashd, stop it, and create a conf file:

vim ~/.zclassic/zclassic.conf

paste the following in zclassic.conf:
addnode=dnsseed.zclassic.org
rpcuser=rpcusername
rpcpassword=yourrandompassword

then restart zcashd
cd zclassic
./src/zcashd

generate address:

~/zclassic/./src/zcash-cli getnewaddress

get network stats:

~/zclassic/./src/zcash-cli getinfo

check recieved tx's (mined blocks take 100 blocks to show up in balance IIRC)

~/zclassic/./src/zcash-cli listtransactions

newbie
Activity: 8
Merit: 0
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks

try

dnsseed.zclassic.org

put zclassic.conf in .zclassic hidden folder.



Hmmm...running ./src/zcashd from the zclassic directory still fails to start the node and miner.

Any suggestions?

Thanks!
legendary
Activity: 1512
Merit: 1246
Was the balance split like etc?
sr. member
Activity: 336
Merit: 250
newbie
Activity: 8
Merit: 0
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks

try

dnsseed.zclassic.org

put zclassic.conf in .zclassic hidden folder.




Thanks!
legendary
Activity: 1820
Merit: 1001
So no website no details of forecast no dev team details sounds to me like a 1 man band just forking another fork of a fork. Seriously if this is to be serious need website dev team forecast and future project not some 5 min post on details. Am all for a classic coin without the dev tax but meh more pros needed for me.
sr. member
Activity: 336
Merit: 250
mining for windows cpu version?
sr. member
Activity: 518
Merit: 250
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks

try

dnsseed.zclassic.org

put zclassic.conf in .zclassic hidden folder.

Code:
echo "addnode=dnsseed.zclassic.org" >~/.zclassic/zclassic.conf
newbie
Activity: 8
Merit: 0
I will just keep asking different ways I guess.


what is the ZClassic version of this specific line?

Code:
echo "addnode=mainnet.z.cash" >~/.zcash/zcash.conf

Thanks
Jump to: