You can generate Bitcoin addresses starting with any character. The private key (WIF) of the generated Bitcoin address will also be output.
- Python3 must be installed before running.
- Bitcoin addresses starting with arbitrary characters are generated using brute force, which may place a load on your PC. Also, the speed of generating Bitcoin addresses depends on the specs of your machine.
- We are not responsible for any loss or liability resulting from the use of this.
Original project https://github.com/kaaifn/VanityBit
- Updated to display results on terminal as well