Skip to main content

Join Private Testnet

This section details the steps to join a Private Testnet

NETWORKIDURL
private testnetcudos-networkhttp://localhost:26657

Red Hat/Fedora OS

  • RHEL/CentOS/EL 7 & 8
  • Fedora 34, 35 & 36
  1. Make sure you are in root by running the following command:
caution

Just putting "sudo" before some of these commands does not work.

sudo -i
  1. Run the following script to connect to Private Testnet
dnf install -y yum-utils
dnf install -y http://jenkins.gcp.service.cudo.org/cudos/cudos-prtn/cudos-release.rpm
yum-config-manager --enable cudos-prtn
dnf install -y cudos-network-private-testnet
  1. Confirm cudos-noded is present
cudos-noded version

This step, confirms your installation has succeeded.

Ubuntu/Debian

  • Debian 10 & 11
  • Ubuntu 20.04 & 22.04
  1. Make sure you are in root by running the following command:
caution

Just putting "sudo" before some of these commands does not work.

sudo -i
  1. Run the following scripts to connect to Private Testnet:
echo 'deb [trusted=yes] http://jenkins.gcp.service.cudo.org/cudos/cudos-prtn/debian stable main' > /etc/apt/sources.list.d/cudos.list
apt update
apt install cudos-network-private-testnet
  1. Confirm cudos-noded is present
cudos-noded version