Run A Libre Node

Anyone can run a node to validate Libre data and submit API transactions, it's as easy as 1,2,3...

  1. Install Libre node software:

    bash -c "$(curl -sSfL https://gitlab.com/libre-chain/libre-chain-nodes/-/raw/main/install.sh)"
  2. Update your environment:

    source ~/.bashrc
  3. Check logs:

    tail -f /opt/libre-chain-nodes/libreNode/stderr.txt

For more advanced configuration and usage - including running a mainnet node - please refer to the full documentation.

Hint: Check mainnet dir for peers and node.env for snapshot link.

See also Validators

Last updated