I wish this one would do a little Zen.
I have a lot in this but it's still sleeping while Zen is a rocket nothing can stop
To do this, we need to start mine this coin!
Global power has increased these days
So what are we waiting ?
We have to make it happen before the hype of anonymous coins dies
The Zero hype will be soon, when btc price will stabilize. Many new people interested in this project and i see more miners here. It looks really good and be more better soon.
I am one of them but I can't create the wallet with the command lines. How to do? I have downloaded zerowallet and the other necessary files, put them in the folders. What to do now to obtain a wallet file + address + key?
Thanks.
This is a rapid guide to install daemon on linux Ubuntu and create ZERO address ( soon i will publish a video guide of ZERO and How to mine it )
PART 1 - INSTALL ZERO
1) Install packages (needs to be done once only at start)
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python python-zmq \
zlib1g-dev wget bsdmainutils automake cmake
2) Obtain the ZERO software from GitHub
cd
git clone
https://github.com/zerocurrency/zero.gitcd zero
git checkout master
3) Download cryptographic keys (needs to be done once only)
./zcutil/fetch-params.sh ( wait some minutes ... )
4) Build the source code to produce binary executables:
./zcutil/build.sh --disable-rust -j$(nproc)
5) Create a ZERO configuration file
mkdir -p ~/.zero
echo "rpcuser=zerouser" > ~/.zero/zero.conf
echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >> ~/.zero/zero.conf
echo "rpcport=23800" >> ~/.zero/zero.conf
6) Seeder Nodes
Add seeder nodes to the config file:echo "addnode=zeropool.cloud" >> ~/.zero/zero.conf
echo "addnode= 54.144.219.55" >> ~/.zero/zero.conf
PART 2 - START ZERO AND CREATE ZERO ADDRESS
suppose to install zero on /root dir
cd zero/src
./zcashd -daemon ( start zero )
to see if all works well check log
tailf ~/.zero/debug.log if you see that blockchain goes all works well now is time to create address
Your wallet will be created (on first zcashd start) here: ~/.zero/wallet.zero
Please backup your wallet periodically and keep it safe.
./zcash-cli getnewaddress ( THIS IS YOUR YOUR ZERO ADDRESS !)
t1XXXXXXXXXXXXXXXXX
save private keys ./zcash-cli dumpprivkey t1XXXXXXXXXXXXXXXXX
!! SAVE THIS INFORMATION !!
Would you like to import this address into another ZERO wallet?
Simple,
./zcash-cli importprivkey PRIVKEY BELOW PART 3 - MINING ON ZEROPOOL.CLOUD HELP GUIDE HERE http://miningpools.cloud/?pool=zero#/helpPART 4 - CHECK BALANCE USING CLI
./zcash-cli getinfo ( balance voice )
or
./zcash-cli listreceivedbyaddress 0 trueEnjoy ZERO