Add files via upload

This commit is contained in:
curly60e 2024-07-18 22:54:21 -03:00 committed by GitHub
parent 4dbd9c64a7
commit fc38f2ae41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 14 deletions

View file

@ -359,19 +359,10 @@ def MemShell():
try:
clear()
blogo()
output = render(
"Mempool Shell", colors=['yellow'], align='left', font='tiny'
)
if os.path.isdir ('mempoolshell'):
os.system("cd mempoolshell && ./mempool-cli")
else: # Check if the file 'bclock.conf' is in the same folder
os.system("mkdir mempoolshell && cd mempoolshell && wget https://github.com/mempool/mempool-cli/releases/download/v2.0.4/mempool-cli_2.0.4_Linux_x86_64.tar.gz")
clear()
blogo()
print(output)
os.system(f"cd mempoolshell && tar -xvf mempool-cli_2.0.4_Linux_x86_64.tar.gz && ./mempool-cli")
output = render("Mempool Shell", colors=['yellow'], align='left', font='tiny')
os.system(f"./mempool-cli ")
except:
menuSelection()
pass
def pyblockpoolpoolLOCALOnchainONLY():
@ -1205,7 +1196,7 @@ def blockTmpConn():
#-----------------------------END Block Templates--------------------------------
#---------------------------------ocean pool----------------------------------
def oceanH(): # show srings
try:
clear()
@ -1621,7 +1612,7 @@ def luxorstats():
input("\a\nContinue...")
except:
menuSelection()
#-----------------------------ENDLuxor--------------------------------
#---------------------------------UTXOracle----------------------------------
def callGitUTXOracle():

BIN
pybitblock/mempool-cli Normal file

Binary file not shown.