Skip to content

Commit

Permalink
Update spvblock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 4, 2024
1 parent 2c30aa0 commit f3ecd62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pybitblock/SPV/spvblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -7447,7 +7447,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 @@ -7515,7 +7515,7 @@ def mainmenuLOCALcontrolOnchainONLYCROPPED(menuS): #Execution of the Main Menu o
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 @@ -8200,7 +8200,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 f3ecd62

Please sign in to comment.