Skip to content

Commit

Permalink
Update PyVanityGen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 23, 2024
1 parent 0fc3f22 commit 3cb479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybitblock/SPV/PyVanityGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
witness_type = console.input("\nType the address format you want to get (legacy/segwit/p2sh-segwit): ").strip()

# Seleccionar texto deseado en la direcciΓ³n
search_for = console.input("Put your Word/Target for your Vanity addresses: ").strip()
search_for = console.input("\nPut your Word/Target for your Vanity addresses: ").strip()
console.input("\nPlease check if your Choice contains the following supported characters, otherwise your Vanity will not be able to be generated:\n\nBech32 = qpzry9x8gf2tvdw0s3jn54khce6mua7l.\nBase58 = 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz.\n\nPress Enter to Continue or Crtl+C to Start again.")
# Iniciar los procesos
processors = 4
Expand Down

0 comments on commit 3cb479f

Please sign in to comment.