Lamina1 - Setup Guide
This guide is for LAMINA1 Betanet, the official documentation is available here.
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-betanet
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.betanet -f -o cat
Restart node:
systemctl restart lamina1-node.betanet
Show your node id:
lamina1.get_my_nodeid.sh
Show your NodePK:
lamina1.get_my_nodepk.sh
Show your Node POP:
lamina1.get_my_nodepop.sh
Check your staking:
lamina1.check_staking.sh
Ports used:
9650, 9671
Remove node:
systemctl stop lamina1-node.betanet
systemctl disable lamina1-node.betanet
rm -rf ~/lamina1 ~/.lamina1 /etc/systemd/system/lamina1.service