Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2023-09-05 19:12:45 +02:00 committed by GitHub
parent a81805bae1
commit 95dfd6c098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -891,13 +891,13 @@ def CroppedMiner():
if os.path.isdir ('CroppedMiner'):
print("...pass...")
else: # Check if the file 'bclock.conf' is in the same folder
os.system("mkdir CroppedMiner && cd CroppedMiner && git clone https://github.com/ckolivas/cgminer.git")
os.system("mkdir CroppedMiner && cd CroppedMiner && git clone https://github.com/pooler/cpuminer.git")
clear()
blogo()
print(output)
responseC = input("Your Bitcoin Address: ")
responseD = input("Your Pass x: ")
os.system(f"cd CroppedMiner && cd cgminer && ./cgminer -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD}")
os.system(f"cd CroppedMiner && cd cpuminer && ./minerd -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD}")
input("\a\nContinue...")
except:
pass