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
a81805bae1
commit
95dfd6c098
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue