From d54b6d70b4bf6d8a6ba0c535d273618973ee1538 Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:14:40 -0700 Subject: [PATCH] Update boot.html --- boot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.html b/boot.html index d3470fa..a03b35d 100644 --- a/boot.html +++ b/boot.html @@ -481,7 +481,7 @@ outputElement = document.getElementById('output'); outputElement.innerHTML = ""; bootMessages = [ - { text: "BITCOIN MINING CONTROL SYSTEM v21.000.000\n", speed: 25, delay: 300 }, + { text: "BITCOIN OS - MINING CONTROL SYSTEM - v21.000.000\n", speed: 25, delay: 300 }, { text: "Copyright (c) 2009-2025 Satoshi Nakamoto & The Bitcoin Core Developers\n", speed: 20, delay: 250 }, { text: "All rights reserved.\n\n", speed: 25, delay: 300 }, { text: "INITIALIZING SHA-256 MINING SUBSYSTEMS...\n", speed: 25, delay: 400 },