From b70b188f0095fce2df94e8db2a6c997e192eee3f Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:46:48 -0300 Subject: [PATCH] Update PyVanityGen.py --- pybitblock/SPV/PyVanityGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybitblock/SPV/PyVanityGen.py b/pybitblock/SPV/PyVanityGen.py index 4a057bec..40d85391 100644 --- a/pybitblock/SPV/PyVanityGen.py +++ b/pybitblock/SPV/PyVanityGen.py @@ -47,10 +47,10 @@ def main(): console.clear() # Seleccionar tipo de dirección - witness_type = console.input("Seleccione el tipo de dirección (segwit/legacy/p2sh-segwit): ").strip() + witness_type = console.input("Type address (segwit/legacy/p2sh-segwit): ").strip() # Seleccionar texto deseado en la dirección - search_for = console.input("Ingrese la palabra que desea que aparezca en la vanity address: ").strip() + search_for = console.input("Put your word for the vanity address: ").strip() # Iniciar los procesos processors = 4