Update docs/liquid/liquid-part1.md
This commit is contained in:
parent
9ab8dc5e03
commit
24e79d3bf7
@ -68,7 +68,9 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup
|
|||||||
### Running Elements on Umbrel
|
### Running Elements on Umbrel
|
||||||
* Meet requirements (1TB disk for BTC / 25GB disk for Liquid / >8GB RAM[^1])
|
* Meet requirements (1TB disk for BTC / 25GB disk for Liquid / >8GB RAM[^1])
|
||||||
* Install Bitcoin 'App'
|
* Install Bitcoin 'App'
|
||||||
|
... Go take a several day break while it downloads ...
|
||||||
* Install Elements 'App'
|
* Install Elements 'App'
|
||||||
|
... Go take a several hour break while it downloads ...
|
||||||
* ssh into umbrel and install the elements-cli programs [^2]
|
* ssh into umbrel and install the elements-cli programs [^2]
|
||||||
- `ssh umbrel.local`
|
- `ssh umbrel.local`
|
||||||
- `$ wget https://github.com/ElementsProject/elements/releases/download/elements-23.2.1/elements-23.2.1-x86_64-linux-gnu.tar.gz`
|
- `$ wget https://github.com/ElementsProject/elements/releases/download/elements-23.2.1/elements-23.2.1-x86_64-linux-gnu.tar.gz`
|
||||||
@ -83,8 +85,6 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup
|
|||||||
* 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` (It doesn’t matter what the number returned is, can even be 0, as long as no error.)
|
- `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
|
* Create a default wallet
|
||||||
- `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS createwallet ""`
|
- `$ /elements/bin/elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS createwallet ""`
|
||||||
* Check balance info
|
* Check balance info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user