mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update PyVanityGen.py
This commit is contained in:
parent
58a1f4f4df
commit
b70b188f00
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue