Keyan d117549348
fix lightning module resolution (#1551)
* fix tsx usage

* Revert "Revert "Merge pull request #1521 from riccardobl/tordev""

This reverts commit 4cc3780eca1f1390bdd331f0e418b9a7efd4347e.

* lightning module resolution

* fix our one test
2024-11-07 09:03:54 -06:00

27 lines
429 B
Markdown

For testing lnd as an attached receiving wallet, you'll need a macaroon and the cert.
# host and port
`stacker_lnd:10009`
## host and port (onion)
To get the onion address run this command:
```bash
sndev stacker_lnd get_onion
```
# generate macaroon
```bash
sndev stacker_lndcli -n regtest bakemacaroon invoices:write invoices:read
```
# get cert
To get the cert run this command:
```bash
sndev stacker_lnd get_cert
```