πŸ’»Installation

Server preparation

apt update && apt upgrade -y
apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev libgmp3-dev tar clang bsdmainutils ncdu unzip llvm libudev-dev make protobuf-compiler libclang-dev -y

ufw allow 30335
ufw allow 30333

Installing

Create the necessary directories

mkdir -p /root/.tanssi-data
mkdir -p /root/.tanssi-data/bin
mkdir /root/.tanssi-data/tanssi-data

Downloading the binary file

wget https://github.com/moondance-labs/tanssi/releases/download/v0.16.0-para/tanssi-node && chmod +x ./tanssi-node
mv ./tanssi-node /root/.tanssi-data/bin

/root/.tanssi-data/bin/tanssi-node --version
#tanssi-node 0.16.0-11ebe106220

Downloading the genesis file

Generate a nodekey and save it

Create a service file

First, change "NAME-SEQUENCER" and "NAME" to your own values

Now our node has started to synchronize. We can check our node in telemetry

Registering keys

https://docs.tanssi.network/node-operators/sequencers/onboarding/account-setup/

Last updated