Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2023-09-05 20:02:01 +02:00 committed by GitHub
parent 27b24574b6
commit 0a2bdb7bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -898,7 +898,7 @@ def CroppedMiner():
responseC = input("Your Bitcoin Address: ")
responseD = input("Your Pass x: ")
responseE = input("Select your threads 2, 4, 6, 8, 10, ...: ")
os.system(f"cd CroppedMiner && ./minerd -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD} -t {responseE}")
os.system(f"cd CroppedMiner && ./minerd -a sha256d -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD} -t {responseE}")
input("\a\nContinue...")
except:
pass