Update docs/liquid-part1.md
This commit is contained in:
parent
3a6253a494
commit
61a9dd99a0
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user