From 4141bdbaa4e25eb4c7043f2b0518d60d6b249e68 Mon Sep 17 00:00:00 2001 From: Baldnerd Date: Tue, 18 Nov 2025 14:39:37 -0500 Subject: [PATCH] Add Blue --- installer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer b/installer index 25319b6..af99193 100755 --- a/installer +++ b/installer @@ -942,7 +942,7 @@ echo "Console Dashboard" # --------------------------------------------------------------------------- cat > /usr/local/sbin/btc-console-dashboard <<'EOF' #!/bin/bash -# Text/ANSI dashboard for Bitcoin Solo Miner (non-blocking, with system stats) +# Console dashboard for Bitcoin Solo Miner BITCOIN_CLI="/usr/local/bin/bitcoin-cli" BITCOIN_CONF="/etc/bitcoin/bitcoin.conf" @@ -952,6 +952,7 @@ BTC_DIR="/var/lib/bitcoind" RED="\033[31m" GRN="\033[32m" YEL="\033[33m" +BLU="\033[34m" CYN="\033[36m" BOLD="\033[1m" RST="\033[0m"