[TUTORIAL] INSTALLING A ZENZO WALLET ON UBUNTU

Words
97
Reading
1 min
Listen
Play
6y

image.png

Hey, ZENZOnites!

Today, we are going to learn how to configure a ZENZO Core Wallet on Ubuntu server (we are using Ubuntu 18.04 for this guide)

  • Then run this, line by line
wget https://github.com/ZENZO-Ecosystem/ZENZO-Core/releases/download/v2.0.1/zenzo-2.0.1-x86_64-linux-gnu.tar.gz
tar -xvf zenzo-2.0.1-x86_64-linux-gnu.tar.gz
cd zenzo-2.0.1/bin/
mv zenzo-cli zenzod zenzo-tx /root/
cd ..
cd ..
rm -r zenzo-2.0.1
chmod +x zenzo*
./zenzod -daemon
  • You can check the sync progress typing ./zenzo-cli getinfo
    image.png

For News, Updates, and Announcements:

WebsiteZENZO ArcadeGitHubTwitterDiscordTelegramRedditFacebookMediumBitcoinTalkBlock ExplorerTwitchDLive
You can compare with https://explorer.zenzo.io/ or typing zblocks in our Discord

[TUTORIAL] INSTALLING A ZENZO WALLET ON UBUNTU | Ecency