updated code for Mempool

This commit is contained in:
2026-01-18 12:27:43 -06:00
parent d6576ac094
commit 0af5a0a5b3

View File

@@ -7,7 +7,7 @@ Add-ons are extra features you can have installed before your Sovran Pro is ship
https://github.com/bitcoin/bitcoin https://github.com/bitcoin/bitcoin
2. The Bitcoin Mempool can be added. 2. The Bitcoin Mempool can be added and can be accessed via Tor or on your local network.
https://github.com/mempool/mempool https://github.com/mempool/mempool
@@ -32,6 +32,8 @@ services.mempool = {
services.mysql.package = lib.mkForce pkgs.mariadb; services.mysql.package = lib.mkForce pkgs.mariadb;
nix-bitcoin.onionServices.mempool-frontend.enable = true;
services.caddy = { services.caddy = {
virtualHosts = { virtualHosts = {
":60847" = { ":60847" = {