mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update spvblock.py
This commit is contained in:
parent
27b24574b6
commit
0a2bdb7bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue