| How to setup your own node ? |
|
1- Start a new server with OS Ubuntu 18.04.6 LTS. 2- Run commands to install ZERO-Cli
sudo apt update && sudo apt 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 bsdmainutils automake cmake curl
wget -q -O - http://zerochain.app/zeronode/zeronode_install.sh | bash
3- install PHP
sudo apt update
sudo apt install php libapache2-mod-php
sudo apt-get install php-curl
4- Open HTTP (80/443) Ports
sudo systemctl restart apache2
iptables --flush
sudo /sbin/iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT
sudo /sbin/iptables -I INPUT -p tcp --dport 443 -j ACCEPT
5- Optional Commands (to restart the node if needed)
zero-cli getinfo
zero-cli stop
zerod -daemon -txindex=1 -experimentalfeatures=1 -insightexplorer=1 -addressindex=1 -spentindex=1 -reindex=1
zero-cli getinfo
6- Upload files using FileZilla. (optional) |
zerochain.info © 2021 - 2025
|
Explorer Wallet Swap API |
Charts Blocks Mempool Nodes |
Official CoinMarketCap CoinGecko Links |
Contact Privacy Policy White Paper |