install
Manual node setup
Recommended Hardware Requirements
SPEC
Block Producer
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 -yDownload the Latest Release
wget https://github.com/moondance-labs/tanssi/releases/download/v0.6.3/tanssi-node && \
chmod +x ./tanssi-nodeCreat new wallet
./tanssi-node key generate -w24Creat 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-dataCreate the Systemd Service Configuration File
Generate Session Keys
Last updated