Skip to content

Commit ab480e4

Browse files
Leo Weesegitbook-bot
Leo Weese
authored andcommitted
GITBOOK-483: change request with no subject merged in GitBook
1 parent 454b24f commit ab480e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-network-tools/taproot-assets/get-tapd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ As there is currently no migration path between the SQLite and Postgres backends
5151

5252
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.
5353

54-
`tapd --network=testnet --debuglevel=debug --lnd.host=localhost:10009 --lnd.macaroonpath=/.lnd/data/chain/bitcoin/testnet/admin.macaroon --lnd.tlspath=/.lnd/tls.cert --tapddir=~/.tapd --rpclisten=127.0.0.1:10029 --restlisten=127.0.0.1:8089`
54+
`tapd --network=signet --debuglevel=debug --lnd.host=localhost:10009 --lnd.macaroonpath=/home/ubuntu/.lnd/data/chain/bitcoin/signet/admin.macaroon --lnd.tlspath=/home/ubuntu/.lnd/tls.cert --tapddir=~/.tapd --rpclisten=127.0.0.1:10029 --restlisten=127.0.0.1:8089`
5555

5656
You may run multiple tapd instances on the same machine, but you will also have to set up multiple LND instances. [Refer to this guide](../lnd/run-lnd.md) for how to set up multiple LND instances with a single Bitcoin backend using `rpcpolling`. When running multiple `tapd` instances on one machine, don’t forget to set an alternate Taproot Assets directory and API endpoints and specify these when calling `tapcli` as well.
5757

0 commit comments

Comments
 (0)