Update docs/liquid/liquid-part1.md

This commit is contained in:
b0xxer 2024-01-20 11:39:30 -06:00
parent 3c0e74fe1c
commit 9ab8dc5e03

View File

@ -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* *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 ### 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 Bitcoin 'App'
* Install Elements 'App' * Install Elements 'App'
* ssh into umbrel and install the elements-cli programs [^2] * 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: 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. [^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.