From 9aa15d9e4a782f816f5f42d1ef3c3f6427236566 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:17:49 +0100 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 0d26335e..6f798266 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -4413,7 +4413,6 @@ def bitcoincoremenuLOCAL(): \u001b[38;5;202mS.\033[0;37;40m Mempool \u001b[38;5;202mPPC.\033[0;37;40m PyBLOCK PooL Computer \u001b[38;5;202mPPR.\033[0;37;40m PyBLOCK PooL Raspberry - \u001b[38;5;202mVG.\033[0;37;40m Vanity Generator \u001b[33;1mEnter.\033[0;37;40m Return \n\n\x1b[?25h""".format(n,b, version )) bitcoincoremenuLOCALcontrolA(input("\033[1;32;40mSelect option: \033[0;37;40m")) @@ -7593,13 +7592,6 @@ def bitcoincoremenuLOCALcontrolA(bcore): CroppedMinerComputer() elif bcore in ["PPR", "ppr"]: CroppedMinerRaspberry() - elif bcore in ["VG", "vg"]: - clear() - blogo() - output = render("Vanity Generator", colors=['yellow'], align='left', font='tiny') - print(output) - os.system(f"cd SPV && python3 PyVanityGen.py") - input("\a\nContinue...") def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore): if bcore in ["A", "a"]: @@ -7661,13 +7653,6 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore): CroppedMiner() elif bcore in ["PPR", "ppr"]: CroppedMinerRaspberry() - elif bcore in ["VG", "vg"]: - clear() - blogo() - output = render("Vanity Generator", colors=['yellow'], align='left', font='tiny') - print(output) - os.system(f"cd SPV && python3 PyVanityGen.py") - input("\a\nContinue...") def walletmenuLOCALcontrolAOnchainONLY(walletmnu): if walletmnu in ["A", "a"]: