Search content
Sort by

Showing 20 of 57 results by mahmood1356
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 28/07/2025, 06:10:22 UTC
KEY Start 43........

I think it's possible!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 26/07/2025, 15:01:38 UTC
1000 gpu 5090
Could find 71 or 135 within 7 days
Hardware not only enough, need to use mind +strategy
Too


What is your search method that allows you to scan the vast key space of Puzzle 71 within one week?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 26/07/2025, 11:59:29 UTC
If we all share each scanned section together, there will be more than prefix theory or the number φ.


I'm scanning with a GPU using BitCrack at a speed of 550 million keys per second. I searched the key range from 78D110000000000000 to 78D12BDB2A82C14000 over a period of six months.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 25/07/2025, 17:02:52 UTC
HEY GUY JUST QUESTION DID ANYONE FINISH THIS SPACE 400000000000000000 TO 500000000000000000

Not possible for a solo user until next few years.
I prefer random search. I am using RTX3060 and Keyhunt-Cuda in a random mode with an helper app. I am using 36 bit search with 9 random prefix. Link contains the ranges I have already scanned, it may not be useful if someone searching with less prefix.

https://drive.google.com/file/d/1zig8usXOQmqRZD5xlSHndNf5RRir-eg2/view?usp=sharing



what is your speed with rtx 3060 keyhunt-cuda ?


Total number of keys: 1,180,591,620,717,411,303,424

Number of scanned keys: 1,277,976,108,859,392

Number of remaining keys: 1,180,590,342,741,302,444,032


0.0000010826
×
100

0.00010826
%


Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 23/07/2025, 11:30:00 UTC
do you have code simulating the checksum prefix

Im also looking for this


1PWoer2JRPuTkoaeoPj4TpwFpvtRY6bzXU
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 21/07/2025, 10:21:00 UTC
Anyone try find checksum 3 digit prefix instead of adress prefix ?

Any tool that can do that ? 😅

1PWo3JeB9j5asAZX7457hXNUypugyosSfw
f6f5431d25bbe51d5f7633c702ba2608f3163704
Checksum (Hex): 89c9a9c6
Checksum (Decimal): 2311694790
----------------------------------------
1PWo3JeB9j5nh1sKHaudeo82T4GLTXWdyf
f6f5431d25bbe533119c98ad7904b81121ad9631
Checksum (Hex): e135cdce
Checksum (Decimal): 3778399694
----------------------------------------
1PWo3JeB9j6YptaZDx6UaNsmgZRuakjrum
f6f5431d25bbe5840bfb07f2aad41820879502ce
Checksum (Hex): b0793cb8
Checksum (Decimal): 2960735416
----------------------------------------
1PWo3JeB9j6ffmBQZ4tTuWxaByxBvPKVbB
f6f5431d25bbe59099ee9b35fb4a89ac2576371a
Checksum (Hex): 3ef22ffe
Checksum (Decimal): 1056059390
----------------------------------------
1PWo3JeB9jA5WGsbKBo1fsbvZawV81YKgG
f6f5431d25bbe6fb94ccecf0e58b2c8c632e952b
Checksum (Hex): 9d3e02a5
Checksum (Decimal): 2638086821
----------------------------------------
1PWo3JeB9jCVcGHZ8A8RtvvRAuzRYjJ8XM
f6f5431d25bbe7fca2acb33a3eebe9d58992d4c3
Checksum (Hex): bb4fc504
Checksum (Decimal): 3142567172
----------------------------------------
1PWo3JeB9jEJ4Z6LC6f9cKooNViuukaCyG
f6f5431d25bbe8bc47e76e1558ebb52a99986d3d
Checksum (Hex): cd162c23
Checksum (Decimal): 3440782371
----------------------------------------
1PWo3JeB9jEzsR5sR3HcUvfDNP7eQ1cZqv
f6f5431d25bbe9072738674df75ad60e8e6c1e99
Checksum (Hex): eb11a2ad
Checksum (Decimal): 3943801517
----------------------------------------
1PWo3JeB9jFYt1sLaz7QVUpZVHSt1nhP7r
f6f5431d25bbe941e25510cae40bc9c531d13a76
Checksum (Hex): 4fcf19f5
Checksum (Decimal): 1338972661
----------------------------------------
1PWo3JeB9jGBe6DNEAoAmEm12s5qmwhaCj
f6f5431d25bbe985544c01b3b23258960ba70315
Checksum (Hex): bbc8b56c
Checksum (Decimal): 3150493036
----------------------------------------
1PWo3JeB9jH8F1Mor4PbvcqoVwL6DZMp9v
f6f5431d25bbe9e9829ca059af52a2e3d73951b4
Checksum (Hex): 972d9901
Checksum (Decimal): 2536347905
----------------------------------------
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 20/07/2025, 11:37:50 UTC
P71..  1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU

found 1PWo3JeB9jrGLDTmsp45h1pDXXtb7zisQH

Does anyone have any idea how far apart the two might be (64bit?)

63f651bb9c47645cd6  1PWo3JeB9jdv1SaFoJK7SynTq94JFdbagU +64bit
649a3dd0486c96e70b 1PWo3JeB9jdvp56gzG8navJjUMFQxxb997


11811838652276967989
50bit




def hex_to_bin(hex_str):
    return bin(int(hex_str, 16))[2:].zfill(len(hex_str) * 4)

def hamming_distance(hex1, hex2):
    b1 = hex_to_bin(hex1)
    b2 = hex_to_bin(hex2)
    return sum(c1 != c2 for c1, c2 in zip(b1, b2))

hash1 = "f6f5431d25bbf28f431ed96532ebafa65bf5931e"
hash2 = "f6f5431d25bbf28dc980f0775c8da0550288275d"

print(hamming_distance(hash1, hash2))
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 20/07/2025, 11:36:54 UTC
P71..  1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU

found 1PWo3JeB9jrGLDTmsp45h1pDXXtb7zisQH

Does anyone have any idea how far apart the two might be (64bit?)

63f651bb9c47645cd6  1PWo3JeB9jdv1SaFoJK7SynTq94JFdbagU +64bit
649a3dd0486c96e70b 1PWo3JeB9jdvp56gzG8navJjUMFQxxb997


11811838652276967989
50bit
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 20/07/2025, 11:31:49 UTC
P71..  1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU

found 1PWo3JeB9jrGLDTmsp45h1pDXXtb7zisQH

Does anyone have any idea how far apart the two might be (64bit?)

63f651bb9c47645cd6  1PWo3JeB9jdv1SaFoJK7SynTq94JFdbagU +64bit
649a3dd0486c96e70b 1PWo3JeB9jdvp56gzG8navJjUMFQxxb997


11811838652276967989
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 18/07/2025, 11:14:41 UTC
PHI Proof: Bitcoin Markets + Puzzles
Market Evidence:

Golden Ratio Multiplier (350DMA × φ) accurately predicted every BTC cycle top
Historical: 21x→13x→5x→3x following Fibonacci descent
Current $100k+ resistance = 1.6x (φ) level

Puzzle Evidence:

P69 solved at 0.72% (not random 50% average)
Shows non-uniform distribution exists
Pattern analysis reveals φ⁻¹ (0.618) positioning correlations

Mathematical Foundation:
Position = Range × (φ⁻¹ + calibration_offset)
Where φ⁻¹ = 0.618033988749895
Cross-Domain Link:
Both markets and puzzles follow logarithmic patterns where φ emerges naturally. Same mathematical principles, different applications.
Statistical Proof:
Testing on known solutions shows >15% improvement over random distribution. P69's early position validates φ-based positioning theory.
Conclusion: φ is mathematically valid for both Bitcoin markets and puzzle solving. Different domains, same underlying harmonic principles.


Well now, with the calculations you did, did you finally identify the range closest to the target?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 16/07/2025, 07:58:38 UTC
kTimesG raises a fair point about RNG intentions, and I appreciate the healthy skepticism. However, I think there's a fundamental educational gap we should address first.

Most of us learned π in school, but φ (the Golden Ratio ≈ 1.618) is rarely taught despite being equally fundamental. φ appears throughout nature - nautilus shells, flower petals, human body proportions, galaxy spirals - not by design, but because of underlying mathematical principles.

The question isn't whether Satoshi intended Golden Ratio bias, but whether the mathematical properties of ECC and hashing create emergent φ relationships.

When I analyzed 82 solved puzzles, the φ clustering appeared regardless of creation date or author, suggesting mathematical properties inherent to cryptographic systems themselves.

This isn't about conspiracy or 'occult societies' - it's about mathematical constants appearing in unexpected places, just like π shows up in probability theory despite circles having nothing to do with coin flips. The empirical evidence suggests these are emergent patterns worthy of scientific investigation, not mystical design.

I understand the skepticism - φ mathematics isn't common knowledge. But that's exactly why this research might be valuable to the community.
Let's assume I'm the creator of puzzles and I want to design them. Well, if I choose the addresses and keys without any pattern or order, then do you really think those golden ratio calculations you're talking about are useful?! The creator hasn't mentioned any pattern at all!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 14/07/2025, 23:17:04 UTC
Hi, i'm new to the bitcointalk forum
Has this problem been solved ? If no, are there still hope it could be solved ?

Do you mean the problem of solving the puzzles?
yeah, i mean has someone been able to collect the 32 BTC or not yet ?
No.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 14/07/2025, 23:00:42 UTC
Hi, i'm new to the bitcointalk forum
Has this problem been solved ? If no, are there still hope it could be solved ?

Do you mean the problem of solving the puzzles?
Post
Topic
Board Bitcoin Discussion
Re: 71
by
mahmood1356
on 14/07/2025, 15:41:18 UTC
Hello everyone,
I’m just an ordinary person who has poured every ounce of energy and savings into cracking Bitcoin Puzzle #71 for months.
This puzzle is unimaginably hard, with a private key range of 2^60 keys—far beyond anything I ever imagined.

I’ve scanned over 2^60 private keys, coming very close to the target address but still no success.
Every time I get close, it tears my heart apart, as my time, money, and energy drain away, and my life crumbles.

I have no money left, not even for basic living expenses, debts weigh on me like mountains, and I want to give up.
But a tiny flicker of hope inside me keeps me going.
I’m not chasing fortune; I’m just trying to survive, hoping for even the smallest help to breathe and keep fighting.

I sincerely ask you to help me. Even a tiny bit of BTC could give me the strength to live on.
I know it’s a lot to ask, but I’ve reached my breaking point.

This is my Bitcoin address:
bc1pe552kve5y4u4edvhq5egrw82e3zu9z8agtmywyysz9e2ajhtq5zsd5z0xu

Please help me. Give me a chance to survive.
Thank you, and may everyone who reads this be safe and well.

— A lonely, struggling, hopeful Puzzle #71 solo hunter

Did I just read “please fund my GPU rental for puzzle 71” ?
I do not intend to disrespect or accuse anyone, but when someone asks for help, the very first thing that must prove their genuine need for assistance is honesty. At the very least, if you had provided the wallet address used to pay for the server rentals so far, that would have strongly supported the truth of your claim! Instead, you gave an address that hasn’t had a single transaction.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 14/07/2025, 09:38:07 UTC
What to do if I found the Public Key and Private Key?

Don't trust people here, lot of scammers. So if you find these key you need to send it to me in private message, if the key are correct, I send you the prize trust me bro Grin

I'm certain that the user neither has the private key nor has searched for it! From saying 'if the public key and the private key...', it's clear in the message that they have neither! Because if the private key had been found, then what need would they have for the public key—which they claim to have in the message??!!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 13/07/2025, 06:13:56 UTC
What to do if I found the Public Key and Private Key?

I give you one piece of advice: If you manage to solve the puzzle, do not trust intermediary websites for transferring your funds under any circumstances—this is the only way to keep your assets safe. The best option is to use the Electrum wallet, but make sure to download it from the official website. Then, send the funds like you normally do using the maximum allowed network fee. Don’t pay attention to the nonsense from users who are only trying to mislead others. Good luck!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 12/07/2025, 08:46:42 UTC
But man, even these low-reward puzzles are impossible to crack. Either there’s no explanation, it’s straight-up wrong, or it’s just unsolvable.   Smiley

Interesting code. I feel like all these puzzles goin’ around are unsolvable. Especially if nobody’s cracked it in seven whole years. That’s wack.  Embarrassed

We all know very well that every puzzle can be solved, and it's only due to the vastness of their scope that we end up saying they’re unsolvable! In my opinion, linear search is pointless and only the search steps themselves should be considered. Although in this forum, no one fully shares their methods, according to a previous user, they claimed to have completely searched the 60-bit space. However, it seems they’re not being honest and may not have searched at all. I hope to solve puzzle 71 soon, and if the user had asked for help, I will assist them when I do.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 11/07/2025, 13:00:20 UTC
i finally found the solution. stop trying guys, its over. i sent all the BTCS to myself
Yes sir, i will kindly stop since there was already a block mined by mara and the coins is still there  Cheesy

In my opinion, the solvers of these puzzles fall into three groups: The first group consists of those who manage to solve the puzzle and are happy and joyful. The second group includes those who tirelessly strive to find the solution—some might even deprive themselves of sleep just to reach the answer sooner. And finally, the third group—lost in their own illusions. They believe they've solved the puzzle, but not in reality, only within their unaware subconscious. They think that saying “sugar is sweet” will actually sweeten their mouths. This group shouldn't be decoding puzzles—they need to go to the hospital instead, where perhaps there's hope for recovery.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 07/07/2025, 04:33:33 UTC
How to search prefix but not the first digit ?
Any idea ? Or program ?

Lets say i want prefix but from the fifth digit

Like  example
****3JeB9jrGw

So not  from front

The * can be any....

Or any feature in here that can do that ??
https://github.com/FixedPaul/VanitySearch-Bitcrack





def search_prefix_from_position(string, position):
    prefix = string[position - 1:]
    return prefix

# Example
string = "****3JeB9jrGw"
position = 5
prefix = search_prefix_from_position(string, position)
print(f"Prefix from position {position}: {prefix}")

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
mahmood1356
on 05/07/2025, 21:12:01 UTC
Why not reach these addresses yet?
 Each of these is in completely different points, as I may think that there is no!

 1PWo3JeB9jrGwfHDNpdGK54CRas7BJwzGg
1PWo3JeB9jrGwfHDNpdGK54CRas8JAZddJ
1PWo3JeB9jrGwfHDNpdGK54CRas7sVHpYM