Bitcoin Forum
October 02, 2025, 06:27:25 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 09, 2025, 02:24:08 PM
I feel very sorry for k*G, he’s at war against a group of flat‑Earthers.

I don’t know what he’s doing here. Maybe he’s trying to earn merit? I think there’s a better way to approach some other topics. He’s not convincing here at all—in fact, he seems even less natural.  Embarrassed
He is an asshole

Maybe, but anything technical he writes is 100% right.

The guy systematically answers with ChatGPT, only ChatGPT always puts "—" between words like at all—in fact, instead of a simple hyphen. Nobody used that before. So it's pretty easy to recognize the intruders and it's quite sad that more and more people don't think for themselves anymore, as if they were lobotomized. And it's not just Akito here... So if you trust someone who systematically asks ChatGPT to answer for him, good luck with your lucidity ^^


Many use Chat Gpt to fix grammar or simplify sentences so everyone can understand. Just because something looks like it's formatted by ChatGPT doesn't mean it was fully written by AI.
2  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 23, 2025, 06:08:53 PM
1. Does the method guarantee finding the target?

Random Method:
No, the random method does not guarantee that the target will be found. Since the selection is random, there's always a chance the correct key may never be hit, even after billions of attempts.

Sequential Method:
Yes, the sequential method does guarantee that the target will be found—eventually. It walks through the entire keyspace in a defined order, ensuring the target is reached if it exists within the range.

2. Memory usage and performance

Random Method:
One major downfall of the random method is that you need to store every point that has already been calculated.
Why? Because there's a high chance the algorithm will hit the same key multiple times.
To avoid repeating calculations, you’d need to store and check against all previously visited keys, which requires a huge amount of memory.
This not only slows down performance due to frequent memory lookups but also increases the complexity of the implementation.

Sequential Method:
In contrast, with the sequential method, you don’t need to store every key.
You only need to track the last key calculated. There's no duplication, and memory usage remains minimal.
This makes the sequential method faster, more memory-efficient, and easier to manage.

Conclusion
While the random method might give the illusion of better performance in short experiments due to lucky hits, it comes with significant drawbacks: lack of guarantee, heavy memory use, and slower performance over time. The sequential method is predictable, memory-efficient, and guaranteed to succeed, making it a more reliable and scalable solution in the long run.


3  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 21, 2025, 07:48:41 AM
Can you tell me the difference between the prefix method and the random method? At the end of the day, the code is still random—there’s no magic to it and it's not surprising..


It's better to use both random and sequencial.
4  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: March 08, 2025, 08:51:39 AM

Lol... Congratulations on wasting your 5 years. The hash function was specifically designed so that there wouldn’t be any pattern or relationship between the private key and the address.

First, go and research how a hash is created in the first place; you will automatically understand everything you talked about is BS. Your research is just nonsense and a complete waste of time. You wasted 5 years trying to find a pattern, but if you had invested those 5 years studying how a hash works, it would have been much better.

I know the hashing process starting from the 02-03-04 relation and going back to the n point combination at which point in the loop.

So understand this well, right now I said it is a valid transaction from 1 to 90 bits.

Now let me 67. I have some things to say to you after the wallet is found. So just wait.


I already told him he wasted his time, energy & electricity. I think he finally got a reality check now 😂
5  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 27, 2024, 02:32:14 PM
It is a common characteristic of hashes that different numbers can produce the same initials. For example, as in the case you provided, 1BY8GQbnH7ny3ZbLpmVtBZLZ2Lw7528UfK. This is not surprising.


If you really think it has some mathematical connection with the private key, then can you explain why the Bech32 and SegWit addresses of the same private key don’t have the same initials, while only the legacy address does? Does legacy address  have some magic in it?
6  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 23, 2024, 02:35:05 PM
Lol... Congratulations on wasting your 5 years. The hash function was specifically designed so that there wouldn’t be any pattern or relationship between the private key and the address.

First, go and research how a hash is created in the first place; you will automatically understand everything you talked about is BS. Your research is just nonsense and a complete waste of time. You wasted 5 years trying to find a pattern, but if you had invested those 5 years studying how a hash works, it would have been much better. I’m saying this from my own experience.
7  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 10, 2024, 04:27:04 PM
If I find private keys with similar patterns like "ddd," "eee," "fff," and so on, which one should I choose? There will be hundreds of such patterns, and so on.

Even though it's an idea it doesn't make any improvement. If you Brute force all the similar patterns, It will just make the code even more slower and there will be no guarantee.
8  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 10, 2024, 03:56:25 PM
As I already told, I don’t know exactly what BTC puzzle key #67 (the ending part) looks like, but I am pretty sure it doesn’t look like this, for example:
All characters of #67 are "letters"? No. All characters are "numbers"? No.
The first part of the key is only "letters" and the other part is only "numbers"? Or vice versa. No.
It is like exactly "letter-number-letter-number-letter-number..." till the end? No. No way, I would even put my hand in the fire that no. Yes, this approach is about betting on something and holding to it.
Etc.

Let me summarize your entire approach:

- your program is 1% slower because you cherry-pick the cake
- the cherries are more than 99% of the cake (more like 99.999...9%)
- you lose the certainty of 100% of finding the key, it's now 99.999...9% certainty
- you believe this to be rational and to add effectiveness

I can give you billions of rules for exclusion:

- there's no way the key can be a square of a 33-bit number, right?
- there's no way the key can be a cube of a 22-bit number, right?
- there's no way the key can be a sum of Fibonacci numbers
- there's no way the key can be a power of, let's say, 7 (or any number at all, up to the limit that you consider it to be a really strange case, let's say, up to 1000)
- there's no way the key can form a triangle if you split it in 3 sub-ranges
- there's no way the key embeds some exact portion of pi's digits longer than 10 chars
- there's no way the key contains a single digit when converted to base N (choose whatever N you can think of)
- there's no way the key looks like a circle if you convert it to ASCII art
- etc, etc etc

All of these examples fail your current criteria because they look like exact random bits, but they are definitely something you should exclude.

The main takeover from what people try to argue is that you speak of risks vs betting vs whatever, but in reality you have a 1% slower program that excludes much, much less than 1% of the space that's searched, which if you properly think about, means it is not effective, but simply slower and with less benefits, not more benefits.

Bla bla bla bla...

How about saying something that will really contribute?

@jareso , yes brother. A different and nice idea. I have done it many times before, removing inappropriate letters and numbers etc. etc.

Friends, since you have accepted that this is a place to share information or ideas, shouldn't you respect the sharing or ideas made? (Does he need to be smarter than you?)

Everyone peels an orange differently and eats it, or they can eat it with the peel without peeling it.

So if you don't have "RESPECT" and "RESPECT for ideas", don't expect anyone to share anything with you.

If there is no mathematics, there is no programming!





Cryptographic hash functions are designed to be random and unpredictable. When you input a public key into the hash function, the resulting hash is a seemingly random sequence of numbers and letters.

Even a tiny change in the public key (e.g., flipping a single bit) will completely change the hash due to a property called the avalanche effect.

This randomness ensures there is no discernible pattern in the hash.


When someone makes a statement and if it does makes sense it doesn't mean it's disrespect.
9  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 05, 2024, 12:24:56 PM
If the creator wasn’t the one who took out Puzzle #66, then it was definitely a puzzle-solving pool that stole the money from its investors. Because there was a pool funded with thousands of dollars for this puzzle, and those investors got nothing, doesn’t it make these puzzle-solving pools look suspicious? Despite thousands of dollars being invested and using hundreds of GPU'S for years, they couldn’t solve even a single puzzle.


The guy who solved puzzle 65 didn't even moved his funds and the solver of the puzzle 120,125&130 claims he solved the highest puzzle within two months also puzzle 66 and 130 solved in the same month. The creator increased the prize to 1000 btc even before the private keys to Puzzle 120 was revealed. Everything looks fishy.


The reason why RetiredCoder is not cashing out his winnings despite investing in hundreds of GPU'S to solve these puzzles (as he claims). It clearly indicates that he has millions of dollars in Bitcoin in multiple different address and he moved BTC from 3Emiw...YSs just for a formality for everyone to think he's cashing out... may be who knows he's someone working with the creator.
10  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: December 03, 2024, 02:22:23 PM
This puzzle is very strange. If it's for measuring the world's brute forcing capacity, 161-256 are just a waste (RIPEMD160 entropy is filled by 160, and by all of P2PKH Bitcoin). The puzzle creator could improve the puzzle's utility without bringing in any extra funds from outside - just spend 161-256 across to the unsolved portion 51-160, and roughly treble the puzzle's content density.

If on the other hand there's a pattern to find... well... that's awfully open-ended... can we have a hint or two? Cheesy

I am the creator.

You are quite right, 161-256 are silly.  I honestly just did not think of this.  What is especially embarrassing, is this did not occur to me once, in two years.  By way of excuse, I was not really thinking much about the puzzle at all.

I will make up for two years of stupidity.  I will spend from 161-256 to the unsolved parts, as you suggest.  In addition, I intend to add further funds.  My aim is to boost the density by a factor of 10, from 0.001*length(key) to 0.01*length(key).  Probably in the next few weeks.  At any rate, when I next have an extended period of quiet and calm, to construct the new transaction carefully.

A few words about the puzzle.  There is no pattern.  It is just consecutive keys from a deterministic wallet (masked with leading 000...0001 to set difficulty).  It is simply a crude measuring instrument, of the cracking strength of the community.

Finally, I wish to express appreciation of the efforts of all developers of new cracking tools and technology.  The "large bitcoin collider" is especially innovative and interesting!

Absolutely correct, @Ktimes. Creating slow Kangaroo codes from random papers on the internet and then modifying them to claim oneself as an inventor or mathematical genius is the most foolish thing anyone could do. There are only two ways to solve these puzzles: either you have to be a mathematical genius, or you need to be a millionaire willing to burn your money just for the world record tag.

I also think the creator might have already known who the puzzle solver was even before the rest of us did, as he increased the prize to 1000 BTC before the private key to Puzzle 120 was revealed.We will never know if the creator is the puzzle solver or its an organisation or its a single individual or its a relative of the creator or its a close friend of the creator. If you look at saatoshi_rising's last statement, it's evident that the creator also enjoys testing random codes from the internet.
11  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 23, 2024, 01:41:56 PM
That's correct. The more GPUs you have, the higher the chances of collisions due to the Birthday Paradox and the known key range. But I still don't believe 130 bits in 2 months  Grin


 Don't be fooled that psychology is not part of a very interested organization's toolbox.


130 bits wasn’t solved in two months. It’s just a psychological trick he’s playing on people like JLP and Zielar or many other who also have access to hundreds of GPUs. He’s just playing psychological tricks on them so they won’t work on the higher range and cut down his competitors.
12  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 23, 2024, 10:17:22 AM
The amount of loudmouths and stupidity that has surfaced here recently is quite alarming. I don't know what some want to achieve to drive off users who actually achieved some success. But hey, you do yours and I'm quite confident that all the loudmouths simply won't achieve any progress or success here.

Just put the bullshitters on your ignore list. It's highly unlikely they'll contribute anything positive to this thread. Cleans the mess here to an acceptable level and makes following real and good ideas here far less annoying.

Don't waste your time to attack me, you're likely on my ignore list or earn a spot on it anyway.

We have no hate against anyone's success—in fact, we genuinely wish him the best and hope he breaks the world record for solving #135. But let’s not forget that he’s the one who started all the trolling and later deleted his messages to avoid the backlash.



13  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 23, 2024, 06:53:07 AM
That's correct. The more GPUs you have, the higher the chances of collisions due to the Birthday Paradox and the known key range. But I still don't believe 130 bits in 2 months  Grin
14  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 23, 2024, 03:37:33 AM
Lol... RetiredCoder just came here to beg for 100 merit points and show off his money. That’s all he accomplished. We don’t need anything from him, nor do we need to waste time learning his slow codes from part 1, 2, or 3.

Anyone using the slowest code with 100+ GPUs will obviously become fast, and if that’s what he calls an "OPTIMIZED VERSION," then he’s living in a delusion. There are plenty of developers who could easily solve these puzzles if they had access to 100-500+ GPUs—nothing surprising about that.

As we’ve already said, if Elon Musk wakes up tomorrow with a whim to solve 135 or 140, he will. The real challenge isn’t throwing money at GPUs but finding a cheap and efficient algorithm capable of solving it. That's where the true magic lies.

The reason we call it a puzzle-solving community is simple: it's not a place for people to beg for merit points, flaunt their wealth, or brag about "optimized" codes without backing it up. It’s for individuals who genuinely help each other and contribute to collective progress.

Take JLP as an example—he openly shared one of the most effective codes, helping developers and pushing the community forward. That’s the kind of spirit this space is meant for, not empty boasting or selfish motives. If you're here for anything else, maybe you're in the wrong place.

15  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 21, 2024, 08:30:32 PM
Question for everyone.



Its a dog eat dog world full of delusional people.



The guy who solved the puzzle is living in a delusion. He thinks he has the fastest version, but in reality, it's the slowest. Anyone using the slowest version with 100 - 500 GPUs will obviously become fast.
16  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 21, 2024, 07:19:10 PM
Question for everyone.

If you find a effective method to complete 135 are you going to share your method/code ?
We have known for years that if you have money you have a head start in these puzzles if you bothered to read from page 70 odd if not before that.

No one here is going to hand you that.

snippets yes.

Me personally i wouldn't.
I would tip a few people in this forum for the intel posted if that's what helped me other than that why am i putting others in a million dollar race when i have a head start.Huh

Its a dog eat dog world full of delusional people.


Isn't this a super easy task, to test? Give me the same program, and I will run it with a GPU and then with a CPU, and let's see which solves the key first. Let's make it an 80 bit range. 1 GPU versus a single core, or do you want to use as many cores as the CPU has? Any bets on which one finds the key first?

80bit yes, because you can use low DP. For 120-130 and higher - you have to use high DP and you will get big overhead with JLP. And it's not easy to test 120-130bit range to confirm Smiley

Also, RetiredCoder, make mods to the program, to create less "kangs" when using a GPU, if it's to crazy for you...it's super easy to do. And another question, how does the speed of "kangs", impact the finding of High DP bits. Does a CPU (which the individual kangs are faster) find high DP bits, faster? Or does the GPU's slow, but many, find more, DP bits, faster?
And the last question, which "high puzzles" have you solved and what did you use to solve (CPU, GPU, DP, etc)

Yes I started with JLP code a long time ago, but after some time I got enough experience and I created my own software from scratch - much faster and efficient. So it's not a mod.


Why are your feelings getting hurt? Are you the puzzle solver? Because to me, it sure looks like you’re RetiredCoder. A guy who solves his own mini-puzzle for attention—what more can we expect from him? A guy who supposedly holds a world record but shares code with the public that’s slower than what is already available—what can we expect from him? A millionaire who begs for 100 merit points despite having millions of dollars—what can we expect from him?

If he doesn’t want to share the code, he should just be a man and say, 'I don’t want to share it,' instead of teasing us with 'I’ll share the GPU version in Part 3.' What are we supposed to do with his Part 1, 2, and 3 if he never actually shares his method?

People like JLP have earned respect because they openly shared code that was effective at the time and helped many developers. Meanwhile, RetiredCoder himself said he started with JLP’s code. But where’s the credit to JLP? Instead, we get empty promises and slower code. What can we expect from someone like that?

17  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 21, 2024, 04:26:35 PM
Oh lord, what has become of this thread for the past few days LMAO

The drama around RetiredCoder is just over the top lol

Lol..May be the creator is also enjoying the drama just like us.
18  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 21, 2024, 08:37:21 AM
A lot of cry babies in here recently eh


The fact that RetiredCoder had to come back using his secondary ID to support himself is honestly the funniest thing we've ever seen here.
19  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 20, 2024, 05:15:12 PM
Oh.
No problem guys, I'm totally fine if you think that:

- I'm a bad coder.
- My code does not work.
- My method for ECDLP is bad.
- I did not win three highest puzzles.
- Or I won them because I'm very lucky or because I'm a billionaire.
- Or I'm the puzzle creator.
- I owe you something.
- I have to prove something.

Take care  Grin


Did you forget about creating fake mini-puzzles and solving them using a dummy ID? If you add that to the list, it would be really great. We'll let you know if there's anything else we want to include. Till then, take care.

Thanks in advance!
20  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 20, 2024, 11:32:30 AM
Guys, if you notice, some people still think that 130 bits was solved in two months. I think it's best to stay silent and avoid arguments—it would just be a waste of your time.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!