install

Manual node setup

SPEC
Block Producer

CPU

8 Cores

RAM

32 GB

Storage

1 TB SSD

NETWORK

500 Mbps

Update system and install build tools

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 -y

Download the Latest Release

wget https://github.com/moondance-labs/tanssi/releases/download/v0.6.3/tanssi-node && \
chmod +x ./tanssi-node

Creat new wallet

./tanssi-node key generate -w24

Creat tanssi-data

adduser tanssi_service --system --no-create-home
mkdir /var/lib/tanssi-data
sudo chown -R tanssi_service /var/lib/tanssi-data
mv ./tanssi-node /var/lib/tanssi-data

Create the Systemd Service Configuration File

(Replace NODE_NAME) Creat tanssi.service & save file

Generate Session Keys

Last updated