Add Blue
This commit is contained in:
@ -942,7 +942,7 @@ echo "Console Dashboard"
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
cat > /usr/local/sbin/btc-console-dashboard <<'EOF'
|
cat > /usr/local/sbin/btc-console-dashboard <<'EOF'
|
||||||
#!/bin/bash
|
#!/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_CLI="/usr/local/bin/bitcoin-cli"
|
||||||
BITCOIN_CONF="/etc/bitcoin/bitcoin.conf"
|
BITCOIN_CONF="/etc/bitcoin/bitcoin.conf"
|
||||||
@ -952,6 +952,7 @@ BTC_DIR="/var/lib/bitcoind"
|
|||||||
RED="\033[31m"
|
RED="\033[31m"
|
||||||
GRN="\033[32m"
|
GRN="\033[32m"
|
||||||
YEL="\033[33m"
|
YEL="\033[33m"
|
||||||
|
BLU="\033[34m"
|
||||||
CYN="\033[36m"
|
CYN="\033[36m"
|
||||||
BOLD="\033[1m"
|
BOLD="\033[1m"
|
||||||
RST="\033[0m"
|
RST="\033[0m"
|
||||||
|
|||||||
Reference in New Issue
Block a user