Update docs/liquid-part1.md

This commit is contained in:
b0xxer 2024-01-20 09:27:21 -06:00
parent 3a6253a494
commit 61a9dd99a0

View File

@ -79,9 +79,14 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup
- `$ export E_RPCPASS=XXXXXXXXXXXXXXXXXXXXXXX` - `$ export E_RPCPASS=XXXXXXXXXXXXXXXXXXXXXXX`
* You should now be able to issue commands against the elements daemon * You should now be able to issue commands against the elements daemon
- `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getblockcount` - `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getblockcount`
- `25846` - `25846` (It doesnt 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 ... ... 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: Footnotes: