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 24, 2024
1 parent 08fbe97 commit abf11a1
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 @@ -62,7 +62,7 @@ def address_search(search_for, witness_type, progress_queue, console):
def main():
console = Console()

console.input("\nLegacy ONLY Base58 = 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz.\nSegwit ONLY Bech32 = qpzry9x8gf2tvdw0s3jn54khce6mua7l.\nP2SH-Segwit ONLY Base58 = 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz.\n\nPress Enter to Continue.")
console.input("\nLegacy ONLY Base58 = 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz.\n\nSegwit ONLY Bech32 = qpzry9x8gf2tvdw0s3jn54khce6mua7l.\n\nP2SH-Segwit ONLY Base58 = 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz.\n\n\nPress Enter to Continue.")
# Seleccionar tipo de direcciΓ³n
witness_type = console.input("\nType the address format you want to get (legacy/segwit/p2sh-segwit): ").strip()

Expand Down

0 comments on commit abf11a1

Please sign in to comment.