Skip to content

Commit

Permalink
Update PyBlock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 4, 2024
1 parent 0fa691f commit 2c30aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pybitblock/PyBlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -6769,7 +6769,7 @@ def mainmenuLOCALcontrol(menuS): #Execution of the Main Menu options
elif menuS in ["SOLO", "solo", "SoLo", "sOlO"]:
clear()
blogo()
output = render("PyBLOCK Solo Mining POOL", colors=['yellow'], align='left', font='tiny')
output = render("Solo Mining", colors=['yellow'], align='left', font='tiny')
print(output)
os.system(f"cd SPV && python3 PyBlockMiner.py")
input("\a\nContinue...")
Expand Down Expand Up @@ -6841,7 +6841,7 @@ def mainmenuLOCALcontrolOnchainONLY(menuS): #Execution of the Main Menu options
elif menuS in ["SOLO", "solo", "SoLo", "sOlO"]:
clear()
blogo()
output = render("PyBLOCK Solo Mining POOL", colors=['yellow'], align='left', font='tiny')
output = render("Solo Mining", colors=['yellow'], align='left', font='tiny')
print(output)
os.system(f"cd SPV && python3 PyBlockMiner.py")
input("\a\nContinue...")
Expand Down Expand Up @@ -7689,7 +7689,7 @@ def mainmenuREMOTEcontrol(menuS): #Execution of the Main Menu options
elif menuS in ["SOLO", "solo", "SoLo", "sOlO"]:
clear()
blogo()
output = render("PyBLOCK Solo Mining POOL", colors=['yellow'], align='left', font='tiny')
output = render("Solo Mining", colors=['yellow'], align='left', font='tiny')
print(output)
os.system(f"cd SPV && python3 PyBlockMiner.py")
input("\a\nContinue...")
Expand Down

0 comments on commit 2c30aa0

Please sign in to comment.