From 2e0ec46d085dcf05beda8c31f41a09ea52f3fbfc Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:52:20 +0200 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 8ab715e..79e89b2 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -889,7 +889,7 @@ def CroppedMiner(): "Bitcoin Miner", colors=['yellow'], align='left', font='tiny' ) if os.path.isdir ('CroppedMiner'): - print("...pass...") + print("...Follow the steps...") else: # Check if the file 'bclock.conf' is in the same folder os.system("mkdir CroppedMiner && cd CroppedMiner && wget https://github.com/pooler/cpuminer/releases/download/v2.5.1/pooler-cpuminer-2.5.1-linux-x86_64.tar.gz && tar -xf pooler-cpuminer-2.5.1-linux-x86_64.tar.gz") clear()