Skip to content

anvme/zyx-testnet

Repository files navigation

zyx-testnet

ZYX Testnet installation script for Ubuntu

The server (Ubuntu 20) used for my node is placed in DO (With this link u will get some free $$)

Installation in 1 simple step (1 minute and your ZYX Test node is ready)

  1. Run the command below. Paste it into the terminal window on your server
wget -O - https://raw.githubusercontent.com/anvme/zyx-testnet/main/zyx-test-install.sh | bash

Our node is ready

Video for fun (Click on the gif)

Vimeo | ZYX Testnet Minerva Installation

Helpful commands

To check the logs, run the command below (Ubuntu 20)

less $HOME/zyx-test.log

Ubuntu 18

# Logs from the start
journalctl -u zyx-test
# Latest logs
journalctl -u zyx-test -e

To check the ZYX state

systemctl status zyx-test

Log rotation install

  1. Run the command below. Paste it into the terminal window on your server. The script will ask only how many daily logs you want to serve. Put the number. from 7 to 90
wget -O - https://raw.githubusercontent.com/anvme/zyx-testnet/main/zyx-test-logrotate.sh | bash <(cat) </dev/tty

Update ZYX Testnet service file if need

wget -O - https://raw.githubusercontent.com/anvme/zyx-testnet/main/zyx-test-service-update.sh | bash

About

ZYX Testnet scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages