File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ curl -Ls https://github.com/LeoComandini/waterfalls/releases/download/b8818e1/${
1717chmod +x $FNAME
1818
1919# elementsd
20- curl -Ls https://github.com/ElementsProject/elements/releases/download/elements-23.2.4 /elements-23.2.4 -x86_64-linux-gnu.tar.gz | tar -xz
20+ curl -Ls https://github.com/ElementsProject/elements/releases/download/elements-23.3.1 /elements-23.3.1 -x86_64-linux-gnu.tar.gz | tar -xz
2121
2222# bitcoind
2323curl -Ls https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz | tar -xz
Original file line number Diff line number Diff line change 11#! /bin/sh
22export ELECTRS_LIQUID_EXEC=" $PWD /bin/electrs_linux_esplora_027e38d3ebc2f85b28ae76f8f3448438ee4fc7b1_liquid"
3- export ELEMENTSD_EXEC=" $PWD /bin/elements-23.2.4 /bin/elementsd"
3+ export ELEMENTSD_EXEC=" $PWD /bin/elements-23.3.1 /bin/elementsd"
44export BITCOIND_EXEC=" $PWD /bin/bitcoin-26.0/bin/bitcoind"
55export WATERFALLS_EXEC=" $PWD /bin/waterfalls_b8818e1"
66export ASSET_REGISTRY_EXEC=" $PWD /bin/asset_registry_server_5ecf533"
You can’t perform that action at this time.
0 commit comments