Libre Lightning Provider

Libre

Libre uses the concept of Libre Lightning Providers (LLPs) to pay and receive BTC. Each of these Lightning Service providers runs its own Lightning node, and has an address on the Libre network where it can send and receive pegged Bitcoin (PBTC). See also Bitcoin Lightning Network

Lightning Node Operators

For those who have not set up a Lightning node before, we will soon have an easy method for you to set up your own node and connect to Libre.

At this time, the best way to earn fees as an LLP is to just peer with our existing nodes. Soon, we will be looking to expand this through partnerships and opening up our Lightning txs to a market of nodes.

To become an LLP is a permission-less process - just peer with one of our LND nodes and keep your channels balanced:

03e036c7da199f4dd1f2ea0eaedf2ba6142850553671cdc7d502ec382173ba9396

03a84351bb64b77d1bc69ca69fe8fd2a8a14bc4f8e10373e8e3d735e614420ffa1

Getting Started with Lightning

You can run your own Lightning node like a pro in 16 steps.

Sign up for Voltage or get hardware and install lnd

  1. Initialize the node

  2. Deposit some BTC into your node

  3. Backup the seed phrase - SOMEWHERE SAFE OR YOU WILL LOSE YOUR BTC

  4. Open 1 channel to another node (you can use Flow)

  5. Backup the channels

  6. Now go to https://terminal.lightning.engineering and connect your node

  7. Get the recommended nodes to connect to

  8. Create a txt with the pub keys of the nodes amounts to open to - recommend doing 1000000 SATS min and 15000000 max

  9. Add the Libre nodes to your list: 03e036c7da199f4dd1f2ea0eaedf2ba6142850553671cdc7d502ec382173ba9396 --amount 1000000 03a84351bb64b77d1bc69ca69fe8fd2a8a14bc4f8e10373e8e3d735e614420ffa1 --amount 1000000

  10. Install “Balance of Satoshis” https://github.com/alexbosworth/balanceofsatoshis/

  11. Do a bos open and feed in that list of channels

  12. Backup the channels

  13. Now, set the fee rate on your channels - you can use a tool like Suez https://github.com/prusnak/suez - generally, I would recommend starting with 1000 msats and seeing if you get any tx in the first day

  14. Check your tx history for forwards and fees earned daily - adjust fees to be higher where you have less outbound capacity

  15. Use bos rebalance to keep your channels balanced

Last updated