From 61a9dd99a037ac034a28565973c97ccd4a821a9b Mon Sep 17 00:00:00 2001 From: b0xxer Date: Sat, 20 Jan 2024 09:27:21 -0600 Subject: [PATCH] Update docs/liquid-part1.md --- docs/liquid-part1.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/liquid-part1.md b/docs/liquid-part1.md index bdcb966..928ba95 100644 --- a/docs/liquid-part1.md +++ b/docs/liquid-part1.md @@ -79,9 +79,14 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup - `$ export E_RPCPASS=XXXXXXXXXXXXXXXXXXXXXXX` * You should now be able to issue commands against the elements daemon - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getblockcount` - - `25846` + - `25846` (It doesn’t matter what the number returned is, can even be 0, as long as no error.) ... Go take a break, it needs to download approx 20GB ... +* Create a default wallet + - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS createwallet ""` +* Check balance info + - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getwalletinfo` + Footnotes: