From 5742da3bd2ac09e7c7b97d030683fdc9ec5476c1 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:29:20 +0100 Subject: [PATCH 1/2] Update PyBlock.py --- PyBlock.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PyBlock.py b/PyBlock.py index 6c41ada..57201e4 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -448,6 +448,14 @@ def callGitWardenTerminal(): git = "git clone https://github.com/pxsocs/warden_terminal.git" os.system(git) os.system("cd warden_terminal && python3 node_warden.py") + +#---------------------------------SatSale---------------------------------- +def callGitSatSale(): + if not os.path.isdir('satsale'): + git = "git clone https://github.com/nickfarrow/SatSale.git" + os.system(git) + os.system("cd satsale && python3 node_warden.py") + #---------------------------------ColdCore----------------------------------------- def callColdCore(): @@ -792,6 +800,7 @@ def APIMenuLOCAL(): \033[1;32;40mM.\033[0;37;40m WhaleAlert FREE \033[1;32;40mN.\033[0;37;40m Zebedee FREE \033[1;32;40mO.\033[0;37;40m LNMarkets FREE + \033[1;32;40mP.\033[0;37;40m SatSale FREE \u001b[31;1mR.\033[0;37;40m Return \n\n\x1b[?25h""".format(n if path['bitcoincli'] else a , alias['alias'], d['blocks'], version, checkupdate(),lnbitspaid = "PAID" if os.path.isfile("lnbitSN.conf") else "PREMIUM", lnpaypaid = "PAID" if os.path.isfile("lnpaySN.conf") else "PREMIUM", opennodepaid = "PAID" if os.path.isfile("opennodeSN.conf") else "PREMIUM")) platfformsLOCALcontrol(input("\033[1;32;40mSelect option: \033[0;37;40m")) From 50e6b9a2c51e2781b41ef4c0c2b126a0fe770e61 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:30:46 +0100 Subject: [PATCH 2/2] Update PyBlock.py --- PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBlock.py b/PyBlock.py index 57201e4..1a918b5 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -454,7 +454,7 @@ def callGitSatSale(): if not os.path.isdir('satsale'): git = "git clone https://github.com/nickfarrow/SatSale.git" os.system(git) - os.system("cd satsale && python3 node_warden.py") + os.system("cd satsale && python3 satsale.py") #---------------------------------ColdCore-----------------------------------------