updated code for Mempool
This commit is contained in:
@@ -7,7 +7,7 @@ Add-ons are extra features you can have installed before your Sovran Pro is ship
|
||||
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
|
||||
|
||||
@@ -32,6 +32,8 @@ services.mempool = {
|
||||
|
||||
services.mysql.package = lib.mkForce pkgs.mariadb;
|
||||
|
||||
nix-bitcoin.onionServices.mempool-frontend.enable = true;
|
||||
|
||||
services.caddy = {
|
||||
virtualHosts = {
|
||||
":60847" = {
|
||||
|
||||
Reference in New Issue
Block a user