Installing Zel Daemon
This guide walks through the step-by-step process of building the Zel daemon/CLI from the open-source repository on Github
Getting Started
Building for Linux from source
Install Ubuntu/Debian dependencies
sudo apt-get update && sudo apt-get upgrade -y
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 curl bsdmainutils automakeInstall Fedora dependencies (if not using Ubuntu/Debian OS)
sudo dnf install git pkgconfig automake autoconf ncurses-devel python python-zmq wget gtest-devel gcc gcc-c++ libtool curl patchBuild zelcashd
git clone https://github.com/zelcash/zelcash.git
cd zelcash
git checkout master
./zcutil/build.sh -j$(nproc)Create config file
Fetch params
Run zelcashd
Building for MacOS from source
Install dependencies
Build
Fetch params
Create config file
Run zelcashd
Building for Windows from source
Install dependencies
Build zelcashd
Create config file
Fetch params
Run zelcashd
Install using APT repo
Building for ARM from source (cross-compile)
Install dependencies
Build zelcashd
Fetch params
Run zelcashd
Last updated
Was this helpful?