Skip to main content

Join Mainnet

This section details the steps to join Mainnet.

NETWORKIDURL
Mainnetcudos-1https://rpc.cudos.org

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 Mainnet
dnf install -y yum-utils
dnf install -y http://jenkins.gcp.service.cudo.org/cudos/cudos-mainnet/cudos-release.rpm
yum-config-manager --enable cudos-mainnet
dnf install -y cudos-network-mainnet
  1. Confirm cudos-noded is present
cudos-noded version

Ubuntu/Debian OS

  • 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 the Mainnet:
echo 'deb [trusted=yes] http://jenkins.gcp.service.cudo.org/cudos/cudos-mainnet/debian stable main' > /etc/apt/sources.list.d/cudos.list
apt update
apt install cudos-network-mainnet
  1. Confirm cudos-noded is present
cudos-noded version