Next scheduled rescrape ... never
Version 2
Last scraped
Edited on 07/07/2025, 17:17:19 UTC

Hmm but im against this. From what i discover now. Some long adress prefix actually have some significant distance between them.  

I can skip trilions of key before continue brute force .  And yes there a chance of missing it if the skip to far away. now im gathering bout quadrilions of keyspace and look the lowest distance between those prefix. And only skip half of the lowest distance that i discover  , so it will be consider safe skip

What you're discovering is simply how elements are distributed in a uniform distribution. You could search for prefixes across the entire space by jumping randomly, then calculate the distances between the prefixes using the jump index (instead of using the private key), you would get the same results (assuming the hash functions aren't rigged).

The further you go with your search for the "minimum distance", the more likely you are to find two close prefixes, and your "safe jump" will keep getting smaller

What you're doing is like trying to find the ace of hearts in a deck of 52 cards, and skipping 5 cards if you find an ace of another suit, because on average the distance between adiacent aces in a shuffled deck is around 10.6

Hmm interesting argument on card 😅.  But from i discover several long prefix in puzzle 50 -63 . The lowest distance still trilionss.  Mybe it worth try 🙃.  Or might the hash litte bit rigged?...  some how not so distributed  ?
But the probability of long prefix over 15 digit below 5 trilion range i think so low ?  🤔

Or anyone here had discover  15 digit prefix with distance below 5 trilion private key range ? 🤔

Btw im modding your code 😅🙏🙏, just hoping my idea works haha.
Version 1
Scraped on 07/07/2025, 16:52:13 UTC

Hmm but im against this. From what i discover now. Some long adress prefix actually have some significant distance between them.  

I can skip trilions of key before continue brute force .  And yes there a chance of missing it if the skip to far away. now im gathering bout quadrilions of keyspace and look the lowest distance between those prefix. And only skip half of the lowest distance that i discover  , so it will be consider safe skip

What you're discovering is simply how elements are distributed in a uniform distribution. You could search for prefixes across the entire space by jumping randomly, then calculate the distances between the prefixes using the jump index (instead of using the private key), you would get the same results (assuming the hash functions aren't rigged).

The further you go with your search for the "minimum distance", the more likely you are to find two close prefixes, and your "safe jump" will keep getting smaller

What you're doing is like trying to find the ace of hearts in a deck of 52 cards, and skipping 5 cards if you find an ace of another suit, because on average the distance between adiacent aces in a shuffled deck is around 10.6

Hmm interesting argument on card 😅.  But from i discover several long prefix in puzzle 50 -6563 . The lowest distance still trilionss.  Mybe it worth try 🙃.  Or might the hash litte bit rigged?...  some how not so distributed  ?
But the probability of long prefix over 15 digit below 5 trilion range i think so low ?  🤔

Or anyone here discover  15 digit prefix with distance below 5 trilion private key range ? 🤔
Original archived Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
Scraped on 07/07/2025, 16:47:33 UTC

Hmm but im against this. From what i discover now. Some long adress prefix actually have some significant distance between them.  

I can skip trilions of key before continue brute force .  And yes there a chance of missing it if the skip to far away. now im gathering bout quadrilions of keyspace and look the lowest distance between those prefix. And only skip half of the lowest distance that i discover  , so it will be consider safe skip

What you're discovering is simply how elements are distributed in a uniform distribution. You could search for prefixes across the entire space by jumping randomly, then calculate the distances between the prefixes using the jump index (instead of using the private key), you would get the same results (assuming the hash functions aren't rigged).

The further you go with your search for the "minimum distance", the more likely you are to find two close prefixes, and your "safe jump" will keep getting smaller

What you're doing is like trying to find the ace of hearts in a deck of 52 cards, and skipping 5 cards if you find an ace of another suit, because on average the distance between adiacent aces in a shuffled deck is around 10.6

Hmm interesting argument on card 😅.  But from i discover several long prefix in puzzle 50 -65 . The lowest distance still trilionss.  Mybe it worth try 🙃.  Or might the hash litte bit rigged?...  some how not so distributed  ?
But the probability of long prefix over 15 digit below 5 trilion range i think so low ?  🤔

Or anyone here discover  15 digit prefix with distance below 5 trilion private key range ? 🤔