Nodes

guruGuru
search

Lamina1 - Setup Guide

Stuck? AsktelegramNodes Guru telegram community
Use ubuntu 22.04 for the installation.
Check to make sure you have at least 2000 L1 tokens on the P-Chain before instaling

Install

Use this commands for a quick installation:

echo "deb [trusted=yes arch=amd64] https://snapshotter.lamina1.global/ubuntu jammy main"  > /etc/apt/sources.list.d/lamina1.list &&  apt update &&  apt install lamina1-node

Check bootstraping if true go to the next step:

lamina1.check-bootstrap.sh

Get node id:

lamina1.get_my_nodeid.sh

Use the Web Wallet to stake your tokens on that node ID, under the “Earn” option from the dropdown menu on the upper right. In the screenshot below, there are not enough tokens to add a validator.

Additional

You can check the node logs with the command:

sudo journalctl -u lamina1-node.testnet -f -o cat

Restart node:

systemctl restart lamina1-node.testnet

Ports used:

9650, 9671

Remove node:

systemctl stop lamina1
systemctl disable lamina1
rm -rf ~/lamina1 ~/.lamina1 /etc/systemd/system/lamina1.service