Create mempool.nix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{...}: {
|
||||
services.mempool = {
|
||||
enable = true;
|
||||
electrumServer = "fulcrum";
|
||||
frontend.enable = true;
|
||||
};
|
||||
# Set this to create an onion service to make the mempool web interface
|
||||
# available via Tor:
|
||||
# nix-bitcoin.onionServices.mempool-frontend.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user