Skip to content

Commit 971a114

Browse files
authored
Update SoloMiner.py
1 parent 93819fd commit 971a114

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

SoloMiner.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def show_loading_splash():
6262
reset_color = '\033[0m'
6363

6464
print(orange_text + ascii_art + reset_color)
65+
print(Back.BLUE, Fore.WHITE, 'Donate BTC to HCMLXOX:', Fore.GREEN, 'bc1qnk0ftxa4ep296phhnxl5lv9c2s5f8xakpcxmth', Style.RESET_ALL)
66+
print(Back.BLUE, Fore.WHITE, 'Donate BTC to DaCryptoRaccoon:', Fore.GREEN, '123dAmdR7vV8FXRZ6hFzZCquyAzLuzEhAJ', Style.RESET_ALL)
6567

6668
# Show loading Bitcoin
6769
show_loading_splash()
@@ -73,7 +75,8 @@ def block_found_splash(ascii_art):
7375
# ANSI escape code to reset color
7476
reset_color = '\033[0m'
7577
print(green_text + ascii_art + reset_color)
76-
78+
print(Back.BLUE, Fore.WHITE, 'Donate BTC to HCMLXOX:', Fore.GREEN, 'bc1qnk0ftxa4ep296phhnxl5lv9c2s5f8xakpcxmth', Style.RESET_ALL)
79+
print(Back.BLUE, Fore.WHITE, 'Donate BTC to DaCryptoRaccoon:', Fore.GREEN, '123dAmdR7vV8FXRZ6hFzZCquyAzLuzEhAJ', Style.RESET_ALL)
7780
# Define your ASCII art for "Block Found" here
7881
block_found_ascii_art = """
7982
⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣴⣶⣾⣿⣿⣿⣿⣷⣶⣦⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀

0 commit comments

Comments
 (0)