Skip to content

Commit 319efa9

Browse files
Leo Weesegitbook-bot
Leo Weese
authored andcommitted
GITBOOK-487: change request with no subject merged in GitBook
1 parent 5bf818b commit 319efa9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: lightning-network-tools/lightning-terminal/run-litd.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ For example:
8888

8989
[Learn: Command Line Interface](command-line-interface.md)
9090

91-
## Regtest and Simnet
91+
## Regtest and Signet
9292

93-
To run `litd` on regtest or simnet, the autopilot has to be disabled.
93+
To run `litd` on regtest or signet, the autopilot has to be disabled.
9494

9595
`autopilot.disable=true`
9696

Diff for: lightning-network-tools/taproot-assets/get-tapd.md

+10
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ Within the `tapd.conf` file you can permanently set your variables, such as dire
4747

4848
As there is currently no migration path between the SQLite and Postgres backends, the backend needs to be configured when `tapd` is first initialized.
4949

50+
### Signet and Regtest
51+
52+
Lightning Labs currently does not provide a Taproot Asset Universe on Signet. In addition to [disabling the autopilot](../lightning-terminal/run-litd.md#docs-internal-guid-59891e79-7fff-362e-d160-3ba75a10db52), users will have to [configure a local or alternative universe](universes.md). To properly close channels, both peers will have to configure the same proof courier as well. In the `lit.conf`:
53+
54+
`taproot-assets.proofcourieraddr=universerpc://universe.signet.laisee.org:8443`
55+
56+
Using the command line:
57+
58+
`tapcli universe federation add --universe_host universe.signet.laisee.org:8443`
59+
5060
## Running tapd: <a href="#docs-internal-guid-ebf73e49-7fff-b5ed-44ff-b9b0953c6082" id="docs-internal-guid-ebf73e49-7fff-b5ed-44ff-b9b0953c6082"></a>
5161

5262
Run Taproot Assets with the command `tapd`. Specify how Taproot Assets can reach LND and what bitcoin network to run Taproot Assets with by passing it additional flags.

0 commit comments

Comments
 (0)