Screen.Recording.2024-07-11.at.11.48.05.mov
- Simple scripts to learn more about bitcoin puzzle quest
- References:
- https://privatekeyfinder.io/bitcoin-puzzle/
- https://www.youtube.com/watch?v=Ispg4D9_hv8
- https://www.youtube.com/watch?v=679Zc7ZQLtI
- https://api.blockcypher.com/v1/btc/main/addrs/1H3yHoihwTpZRE3hfnhTky8e3PF5mjygUh/balance
- https://github.com/lmajowka/btcgo
- https://github.com/lmajowka/btc-finder
- https://github.com/albertobsd/keyhunt
Prerequisites:
- Install Bun: https://bun.sh/docs/installation
- Clone repository
git clone git@github.com:AlexGalhardo/bitcoin-puzzle.git
- Enter repository
cd bitcoin-puzzle/
- Install dependencies
bun install
- Creating bitcoin addresses
bun run create-bitcoin-addresses
- Creating bitcoin addresses and checking balance
bun run create-and-check-balance
Copyright (c) July 2024-present, Alex Galhardo