New Horizon V1.0 Release Notes
- Windows GUI IPFS
- Windows GUI NO IPFS
- Windows CLI
- CLI Binaries
- Bootstrap File
<-- BOOTSTRAP INSTRUCTIONS -->
Use our latest bootstrap to get synced with chain.
WINDOWS - Place the files inside the zip file into windows %APPDATA%/Citadel folder.
DEBIAN/UNBUNTU - Place the files inside the zip file into your root/.citadel folder.
<-- TO COMPILE BINARIES IN DEBIAN/UNBUNTU -->
Install all dependencies at once on Debian/Ubuntu:
sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev qttools5-dev-tools libhidapi-dev libusb-dev libprotobuf-dev protobuf-compiler
Upload CLI binaries to root/Citadel
cd Citadel
mkdir build
cd build
cmake ..
make
To Start Daemon
cd Citadel/build/src
./citadeld