Brain Wallet Private Key Generator

Brain Wallet Private Key Generator

Jan 29, 2020  This key is generated from digit ‘1’ as the brain wallet private key, and if you see it on the blockchain explorer, you will find that 1000s of transactions have happened on this address and a total of approx 7 BTC existed on this address.

A python script that performs a bruteforce dictionary attack on brainwallets. It takes a dictionary input file and converts each line into a bitcoin address. A lookup of this address is done either using a local Abeinstance, blockchain.info, or insight.bitpay.com to see if any bitcoins have ever been received by this address. If so, it will do one more checkto see the current balance for the bitcoin address.

#Requirements

  • Dictionary file in UTF-8 format (other formats NOT SUPPORTED)
  • Python 2.7 (3.x NOT SUPPORTED), requests, coinkit

#Usage

#Abe example

#Insight example

Brain Wallet Private Key Generator Reviews

#Private key dictionary exampleThis is also known as secret exponent, mixed hex and wif format.

Brain Wallet Private Key Generator Online

#Blockchain.info exampleNote: there is a 10 second wait between API calls to respect blockchain.info limits.