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 21, 2024
1 parent 11d8962 commit a698ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pybitblock/SPV/PyVanityGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ def main():
console.clear()

# Seleccionar tipo de direcciΓ³n
witness_type = console.input("Type address (segwit/legacy/p2sh-segwit): ").strip()
witness_type = console.input("Type your address format (legacy/segwit/p2sh-segwit): ").strip()

# Seleccionar texto deseado en la direcciΓ³n
search_for = console.input("Put your word for the vanity address: ").strip()
search_for = console.input("Put your Word/Target for your Vanity addresses: ").strip()
# Iniciar los procesos
processors = 4
console.print(f"[green]Starting {processors} processes[/green]")
logging.info(f"Starting {processors} processes for vanity address search")
logging.info(f"Starting {processors} processes for your Vanity addresses search")

layout = Layout()
layout.split(
Expand Down

0 comments on commit a698ff6

Please sign in to comment.