diff --git a/docs/liquid/liquid-part1.md b/docs/liquid/liquid-part1.md index 6d9c2b1..e43293b 100644 --- a/docs/liquid/liquid-part1.md +++ b/docs/liquid/liquid-part1.md @@ -68,7 +68,9 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup ### Running Elements on Umbrel * Meet requirements (1TB disk for BTC / 25GB disk for Liquid / >8GB RAM[^1]) * Install Bitcoin 'App' +... Go take a several day break while it downloads ... * Install Elements 'App' +... Go take a several hour break while it downloads ... * ssh into umbrel and install the elements-cli programs [^2] - `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` @@ -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 - `$ /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.) - -... 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