fulcrum: add module

This commit is contained in:
Erik Arvstedt 2022-07-04 12:15:44 +02:00
parent edd8bd311c
commit 7d7f2df006
No known key found for this signature in database
GPG key ID: 33312B944DD97846
11 changed files with 190 additions and 7 deletions

View file

@ -122,9 +122,20 @@
# services.spark-wallet.enable = true;
### ELECTRS
# Set this to enable electrs, an efficient Electrum server implemented in Rust.
# Set this to enable electrs, an Electrum server implemented in Rust.
# services.electrs.enable = true;
### FULCRUM
# Set this to enable fulcrum, an Electrum server implemented in C++.
#
# Compared to electrs, fulcrum has higher storage demands but
# can serve arbitrary address queries instantly.
#
# Before enabling fulcrum, and for more info on storage demands,
# see the description of option `enable` in ../modules/fulcrum.nix
#
# services.fulcrum.enable = true;
### BTCPayServer
# Set this to enable BTCPayServer, a self-hosted, open-source
# cryptocurrency payment processor.