mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Update spvblock.py
This commit is contained in:
parent
491d33db29
commit
2e0ec46d08
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue