Skip to content

Commit

Permalink
doc: Add step to choose bitcoind type
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Aug 21, 2023
1 parent fc7a6af commit 7763d46
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doc/TRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,18 @@ mnemonic as well as the descriptor in the next two screens. Otherwise just make
ticking the boxes. If you are using a signing device simulator you'll have a step for registering
the descriptor on it.

Finally, configure the connection to `bitcoind`. The default should work for what we did in this
guide. Click on continue and finalize the installation.

You can then decide whether you would like to manage `bitcoind` yourself or let Liana configure
and start/stop it while the GUI is being used:
- If you choose to manage `bitcoind` yourself, the next step will be to configure the connection.
The default should work for what we did in this guide.
- If you choose to let Liana manage `bitcoind`, the next step will search for a `bitcoind`
executable on your computer and start it, using `<Liana data directory>/bitcoind_datadir` as the
data directory and creating a `bitcoin.conf` file therein.

Click on continue and finalize the installation.

In the case of a Liana-managed `bitcoind`, it will be automatically started the next time you
start Liana for the given network.

## Step 3: have fun

Expand Down

0 comments on commit 7763d46

Please sign in to comment.