From 9034509c8468dc977ff07198e473fdd7314b8173 Mon Sep 17 00:00:00 2001 From: inevitable360 Date: Sun, 22 Dec 2024 11:29:19 +0000 Subject: [PATCH] Added tindex and uacomment to CORE --- core/pup.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/pup.nix b/core/pup.nix index 42c9ce0..2d976b7 100644 --- a/core/pup.nix +++ b/core/pup.nix @@ -26,8 +26,10 @@ let fi ${dogecoind_bin}/bin/dogecoind \ + -uacomment=DogeBox \ -port=22556 \ -datadir=${storageDirectory} \ + -txindex=1 \ -rpc=1 \ -rpcuser=$RPCUSER \ -rpcpassword=$RPCPASS \