π»Installation
Server preparation
apt update && apt upgrade -yapt 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 30333Installing
Create the necessary directories
mkdir -p /root/.tanssi-data
mkdir -p /root/.tanssi-data/bin
mkdir /root/.tanssi-data/tanssi-dataDownloading 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-11ebe106220Downloading the genesis file
Generate a nodekey and save it
Create a service file
First, change "NAME-SEQUENCER" and "NAME" to your own values
Create a wallet or use any existing one - tanssi-node key generate -w 24
You will need to top up this wallet with 10,000 Tanssi
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