Update docs/liquid/liquid-part1.md

This commit is contained in:
b0xxer 2024-01-24 07:24:26 -06:00
parent 932925b5db
commit d9a6dee4ec

View File

@ -100,7 +100,7 @@ Now let's peg-in some bitcoin in order to receive L-BTC within our Liquid wallet
* Send some btc to the `mainchain_address` listed above (I'm sending 150000 sats) * Send some btc to the `mainchain_address` listed above (I'm sending 150000 sats)
* Copy the BTC transaction ID and save to variable * Copy the BTC transaction ID and save to variable
- `$ export B_TRANSID="bb1d0903XXXXXXXXXXXXXXXXXXXXXXXXXXX"` - `$ export B_TRANSID="bb1d0903XXXXXXXXXXXXXXXXXXXXXXXXXXX"`
* Wait for the BTC transaction to confirm[^4] * Wait for the confirmation[^4]
* On your BITCOIN node, run the following command * On your BITCOIN node, run the following command
- `$ sudo ./scripts/app compose bitcoin exec bitcoind bitcoin-cli getrawtransaction $B_TRANSID` - `$ sudo ./scripts/app compose bitcoin exec bitcoind bitcoin-cli getrawtransaction $B_TRANSID`
@ -145,7 +145,7 @@ In Part II is where the fun begins, we will transfer (and see Confidential Trans
[^3]: 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. [^3]: 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.
[^4]: Requires 102 confirmations on BTC side. Services like sideswap will release after 2 confs for small amounts [^4]: Requires 102 confirmations. Services like sideswap will release after 2 confs for small amounts
[^5]: Balance less the 48sat transaction fee [^5]: Balance less the 48sat transaction fee