This project is a client application to help solve the BTC puzzles (source: https://privatekeys.pw/puzzles/bitcoin-puzzle-tx). If any help needed, join our Discord server: https://discord.gg/tVuy5N2aGk
- Puzzle #1 is active, containing 7.1 BTC (currently worth over $700,000 USD).
Anyone can anonymously join the project and contribute their computer’s processing power to search for the correct private key.
If our project successfully solves the puzzle first, the BTC reward will be distributed as follows:
- 10% to the project
- 20% to the client that finds the key
- 70% distributed among all participating wallets, proportional to their contributed effort
btc_puzzle_solver.exe <number_of_threads>
- your-btc-wallet-address : enter a valid btc address you control, this will be your share payout address either.
- number_of_threads : default at 0, if you have more CPU capacity at spare, you can enlarge this (if you have 16 Cores, you can set threads to +- 30 )
- Download the ZIP archive.
- Extract it to a convenient location (e.g.,
~/btcpuzzle). - Open a terminal.
- Navigate to the extraction folder: cd ~/btcpuzzle
- Run the client: ./btc_puzzle_solver_v2.0.1 -w <YOUR_WALLET> -t <THREAD_COUNT> example: ./btc_puzzle_solver_v2.0.1 -w bc1qlp6a3sa03t....xs6kw86 -t 16
- Download the ZIP archive.
- Extract it to a convenient location (e.g.,
C:\btcpuzzle). - Open Command Prompt (
cmd). - Navigate to the extraction folder: ( e.g. "cd c:\btcpuzzle" )
- Run the client: btc_puzzle_solver.exe <number_of_threads> (number_of_threads is optional)
- Download the ZIP archive.
- Extract it to a convenient location (e.g.,
~/btcpuzzle). - Open a terminal.
- Navigate to the extraction folder: cd ~/btcpuzzle
- Run the client: ./btc_puzzle_solver.exe <number_of_threads> (number_of_threads is optional)
- Rent additional computing power (e.g., AWS EC2 instances or servers from any provider worldwide).
- Run the client on as many computers or servers as you like.
- You can use the same Bitcoin wallet address on all devices or multiple addresses — your choice.