Step by step guide to running an ubuntu node?

This works for me on Ubuntu 22.04

Safeup

curl -sSL https://raw.githubusercontent.com/maidsafe/safeup/main/install.sh | sudo bash
safeup node-manager

Node manager

If you have already done tests to start unsuccessfully use:

rm -rf ~/.local/share/safe
  • and Restart your computer!

Next I am using one of my nodes from another machine to connect to the network, if I use the default ones or the ones provided later I don’t connect…

safenode-manager add --count 1 --home-network --owner dimitarsafenetworkbulgaria --peer /ip4/151.251.146.231/udp/12001/quic-v1/p2p/12D3KooWPPeoFcydRPPmfsh8t86WprzBHBN8AgJ5jc5fPaysrgU6

safenode-manager start

safenode-manager status

Vdash

curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
sudo apt install build-essential
cargo install vdash
sudo /home/dimitar/.cargo/bin/vdash --glob-path /home/dimitar/.local/share/safe/node/**/logs/safenode.log

Privacy. Security. Freedom

2 Likes