Skip to content

Commit

Permalink
Update PyVanityGen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
curly60e authored Oct 21, 2024
1 parent 58a1f4f commit b70b188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybitblock/SPV/PyVanityGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b70b188

Please sign in to comment.