For the complete documentation index, see llms.txt. This page is also available as Markdown.

📕Commands

logs

journalctl -fu tangle -o cat

restart

systemctl restart tangle && journalctl -fu tangle -o cat

delete node

systemctl stop tangle &&
systemctl disable tangle &&
rm /etc/systemd/system/tangle.service &&
systemctl daemon-reload &&
cd
rm -r .tangle

Last updated