Update PyVanityGen.py

This commit is contained in:
curly60e 2024-10-21 10:46:48 -03:00 committed by GitHub
parent 58a1f4f4df
commit b70b188f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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