Bitcoin Private Key Puzzle

Description

In 2015, a cryptographic puzzle was created to demonstrate the vastness of the private key space. The creator sent increasing amounts of Bitcoin to addresses with keys in specific ranges:

Total: 32.896 BTC

Currently, private keys #1–66 and every 5th key up to #125 have been cracked.

Timeline

Solution Method

Every 5th puzzle can be solved more efficiently by using algorithms like Pollard's Kangaroo for solving the Elliptic Curve Discrete Logarithm Problem (ECDLP) instead of brute forcing bitcoin addresses. This reduces the computational complexity to approximately the square root of the key space, making these higher-value puzzles more feasible to crack.

Join Our Puzzle-Solving Effort

We're running a pool to solve these puzzles using Pollard's kangaroo algorithm. This collaborative approach increases our chances of cracking the remaining puzzles.

When a puzzle is solved, the prize will be distributed as follows:

Want to contribute? Check out our GitHub repository:

View GitHub Repository