From 50f2aed02d6ebc7009ae01ce5a24ace6a4ba7266 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:25:04 +0200 Subject: [PATCH] Create liquidd.nix --- system/bitcoin/liquidd.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system/bitcoin/liquidd.nix diff --git a/system/bitcoin/liquidd.nix b/system/bitcoin/liquidd.nix new file mode 100644 index 0000000..7adbd66 --- /dev/null +++ b/system/bitcoin/liquidd.nix @@ -0,0 +1,7 @@ + ### LIQUIDD + # Enable this module to use Liquid, a sidechain for an inter-exchange + # settlement network linking together cryptocurrency exchanges and + # institutions around the world. + { services.liquidd.enable = true; } + # + # Liquid can be controlled with command 'elements-cli'.