From 60ff05acf7a8081c4adba532b5f9f95135ef9bd5 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Wed, 31 May 2023 17:45:00 +0200 Subject: [PATCH] add tips and tricks --- doc/TRY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/TRY.md b/doc/TRY.md index f33c0c7e..4712d864 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -173,3 +173,16 @@ rm -rf liana_quicktry rm -rf ~/.bitcoin/signet rm -rf ~/.liana/signet ``` + +## Tips & Tricks + +### Simulating multiple wallets + +You can simulate multiple wallets by using different data directories. For instance: + +``` +./liana-gui --datadir test_alice +./liana-gui --datadir test_bob +./liana-gui --datadir test_charlie + ``` +The directory will be created if it doesn't exist. \ No newline at end of file