2️⃣Install Nodes
Node Setup
LN-STX Bridge Client requires 2 nodes to function.
Bitcoin full node, unpruned and with tx-index enabled.
LND lightning node
Note that there are other methods to run Bitcoin and Lightning nodes including containerized versions. As long as the below configuration requirements are met and lnstxbridge-client can access the nodes, any installation method should be fine.
When in doubt, reach out to us on LNSwap Discord #providers channel.
Bitcoin
There are many ways to run a bitcoin node and even other implementations but this bridge uses the default reference implementation.
For security and verification purposes no download links are provided here. Instead it's recommended to visit the official website, preferably github repository and always verify that the software downloaded is the one signed by bitcoin-core maintainers by checking the signatures.
Lightning
LND is one of many lightning implementations. There are plans to swap LND in the future with c-lightning but currently since it provides built-in hold invoice
support it is the Lightning Network implementation that is being used in the bridge.
Visit LND github repository releases page and download the latest supported version (as of now, v0.12.0-beta)
Remember to track logs and node status throughout the activity.
For instance you need to manually create or import a seed for LND. You can do so with lncli create
or lncli unlock
commands.
Last updated