From 9ab8dc5e03f0b9ed93d4babbad16c0e7aaebe4d3 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Sat, 20 Jan 2024 11:39:30 -0600 Subject: [PATCH] Update docs/liquid/liquid-part1.md --- docs/liquid/liquid-part1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/liquid/liquid-part1.md b/docs/liquid/liquid-part1.md index 9be6e46..6d9c2b1 100644 --- a/docs/liquid/liquid-part1.md +++ b/docs/liquid/liquid-part1.md @@ -66,7 +66,7 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup *If you are intending to run Liquid on a bare-metal setup, please refer to this [getting started guide](https://elementsproject.org/elements-code-tutorial/working-environment) to setup your environment* ### Running Elements on Umbrel -* Meet requirements (25GB disk / >8GB RAM[^1]) +* Meet requirements (1TB disk for BTC / 25GB disk for Liquid / >8GB RAM[^1]) * Install Bitcoin 'App' * Install Elements 'App' * ssh into umbrel and install the elements-cli programs [^2] @@ -93,7 +93,7 @@ Liquid uses a variation of BTC Core program known as Elements, much of the setup Footnotes: -[^1]: RAM usage is higher than BTC due to Confidential Transactions +[^1]: RAM usage is higher for Liquid than for BTC alone due to Confidential Transactions processing [^2]: It may be possible to run the `elements-cli` command without installing it separately, however I could not find it in the container. Anyway, the download of elements node is quite small and it communicates via localport on Umbrel, so this works fine.