Author

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

legendary
Activity: 3388
Merit: 1059
not even a single pool? smells like premine
member
Activity: 74
Merit: 10
mining setup (tested on Ubuntu 16.04):

Quote
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

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

cd zclassic

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

./zcutil/fetch-params.sh

vim ~/.zclassic/zclassic.conf

paste the following:

rpcuser=rpcusername
rpcpassword=yourrandompassword
gen=1
genproclimit=36
equihashsolver=tromp

*yourrandompassword should be replaced with a random password
*genproclimit is the number of cores you want to mine on


start mining

./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


this is good. I figured it out right before you posted.
newbie
Activity: 13
Merit: 0
mining setup (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:

rpcuser=rpcusername
rpcpassword=yourrandompassword
gen=1
genproclimit=36
equihashsolver=tromp

*yourrandompassword should be replaced with a random password
*genproclimit is the number of cores you want to mine on


start mining

./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

sr. member
Activity: 248
Merit: 250
Hey guys, come complain in the new slack channel http://zclassic.herokuapp.com/
can you reset it and make it a fair launch for everybody, right now its a pure premine.
member
Activity: 121
Merit: 10
Hey guys, come complain in the new slack channel http://zclassic.herokuapp.com/
sr. member
Activity: 248
Merit: 250
I can only connect to normal zcash network for some reason. Does anyone know what I'm doing wrong?
wait for the premine to be over and then they will tell you how.
member
Activity: 74
Merit: 10
I can only connect to normal zcash network for some reason. Does anyone know what I'm doing wrong?
newbie
Activity: 49
Merit: 0
OK, I've been hitting a lot of blocks...

Can someone confirm I'm on the same chain as everyone else...

Code:
zcash-cli  getblockhash 1
0004b371c02c41c61c189ce04ac147220daf796e9a60ce90cfee31e5a71dda2d

zcash-cli getblockhash 3
000274d5b2b3de799e6d144914e2deae0c84f05d73574803510dcfbf6416ce6c

zcash-cli getblockhash 149
0000099dbf43869cdf46379e37ee685236d44af8cbe4ef5e83eac181033aba8b

thx.
its ok

OK, thanks - I can't believe my luck! Although I do have 2,700 sols pointed to it!
legendary
Activity: 1274
Merit: 1006
Trainman
OK, I've been hitting a lot of blocks...

Can someone confirm I'm on the same chain as everyone else...

Code:
zcash-cli  getblockhash 1
0004b371c02c41c61c189ce04ac147220daf796e9a60ce90cfee31e5a71dda2d

zcash-cli getblockhash 3
000274d5b2b3de799e6d144914e2deae0c84f05d73574803510dcfbf6416ce6c

zcash-cli getblockhash 149
0000099dbf43869cdf46379e37ee685236d44af8cbe4ef5e83eac181033aba8b

thx.
its ok
hero member
Activity: 590
Merit: 500
Only one instance of fetch-params.sh can be run at a time.
newbie
Activity: 49
Merit: 0
OK, I've been hitting a lot of blocks...

Can someone confirm I'm on the same chain as everyone else...

Code:
zcash-cli  getblockhash 1
0004b371c02c41c61c189ce04ac147220daf796e9a60ce90cfee31e5a71dda2d

zcash-cli getblockhash 3
000274d5b2b3de799e6d144914e2deae0c84f05d73574803510dcfbf6416ce6c

zcash-cli getblockhash 149
0000099dbf43869cdf46379e37ee685236d44af8cbe4ef5e83eac181033aba8b

thx.
hero member
Activity: 590
Merit: 500
there is an error on line 50 of fetch-params.sh
legendary
Activity: 1274
Merit: 1006
Trainman
newbie
Activity: 49
Merit: 0
What's the latest block height!
legendary
Activity: 1274
Merit: 1006
Trainman
No!  That is some other coin with high fees!

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

./build.sh

but first you have to run git clone https://github.com/zcash/zcash.git?

could you please share this info, or is this another way like zcash 20% but premine instead?

run this after gitclone and get this error
./zcutil/build.sh -j$(nproc) folder does not exist

git clone https://github.com/z-classic/zclassic.git
cd zclassic
./zcutil/build.sh -j$(nproc)
newbie
Activity: 13
Merit: 0
@everettforth, do you have zclassic.slack.com?

I have this, but i don't have a slack signup page.  Care to help with that?

Can have it running in 5 minutes. Ping me on Twitter @tomkysar.
member
Activity: 121
Merit: 10
No!  That is some other coin with high fees!

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

./build.sh

but first you have to run git clone https://github.com/zcash/zcash.git?

could you please share this info, or is this another way like zcash 20% but premine instead?
member
Activity: 121
Merit: 10
@everettforth, do you have zclassic.slack.com?

I have this, but i don't have a slack signup page.  Care to help with that?
newbie
Activity: 13
Merit: 0
@everettforth, do you have zclassic.slack.com?
Jump to: