75
SOLVED
6
UNSOLVED EXPOSED
0
PUZZLE SHOTS
916.5
BTC REMAINING
▸ COORDINATE SYSTEM EXPLAINED

THE REAL secp256k1 CURVE

The actual Bitcoin curve is defined as:

y² ≡ x³ + 7 (mod p)

where p = 2²⁵⁶ − 2³² − 977, a 256-bit prime (~1.16 × 10⁷⁷). Real x/y coordinates are integers in [0, p−1] — numbers ~78 digits long. Impossible to plot directly.

HOW KEYS ARE PROJECTED

Each real public key has a 256-bit x-coordinate. To project onto F₁₀₁:

xproj = xreal mod 101

Then look up the precomputed table for a valid y where y²≡x³+7 (mod 101), matching parity from the key prefix (02=even, 03=odd).

WHAT THE AXES MEAN

Both axes are integers 0–100 — elements of the finite field F₁₀₁. No physical units. The plotted curve is:

y² ≡ x³ + 7 (mod 101)

  • x-axis: integers 0–100, evenly spaced
  • y-axis: integers 0–100, evenly spaced
  • ~101 affine points satisfy the equation

WHY THE CURVE IS SYMMETRIC

In real secp256k1, y and −y are both valid (x-axis symmetry). In F₁₀₁ the equivalent is y and 101−y, giving conjugate pairs reflected around y=50.5 — visible as the paired vertical dots throughout the plot.

★ Bottom line: F₁₀₁ is a toy version of the actual ~10⁷⁷-sized field. The reduction is purely for visualization.

Hover any dot for details · y² = x³ + 7 (mod 101) · Real pubkeys projected by x mod 101 · Puzzle shots computed via full secp256k1 scalar mult

PUZZLE HIT!

👑

TRUE WINNER

YOU CRACKED AN UNSOLVED BITCOIN PUZZLE
Send this transaction immediately — others may be watching the mempool!