Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
nomachine
on 16/05/2025, 07:44:38 UTC
You deleted Github just because of one line of code?  Huh Huh Huh

No....I simply don't have time to fix bugs no matter how simple they are. And I don't have time to discuss more. Especially with idiots. End of story.

In any case, stupidity won.  Undecided

Now I don't even know how to get that last script to work properly.   Cry

change
Code:
                                            Int matchingPrivateKey;
                                            matchingPrivateKey.Set(&currentBatchKey);
                                            int idx = pointIndices[j];
                                            if (idx < 256) {
                                                Int offset; offset.SetInt32(idx);
                                                matchingPrivateKey.Add(&offset);
                                            } else {
                                                Int offset; offset.SetInt32(idx - 256);
                                                matchingPrivateKey.Sub(&offset);
                                            }


into

Code:
                                            Int matchingPrivateKey;
                                            matchingPrivateKey.Set(&currentBatchKey);
                                            int idx = pointIndices[j];
                                            if (idx < 512) {
                                                Int offset; offset.SetInt32(idx);
                                                matchingPrivateKey.Add(&offset);
                                            } else {
                                                Int offset; offset.SetInt32(idx - 512);
                                                matchingPrivateKey.Sub(&offset);
                                            }


And you will have perfect matches. Goodbye everyone. Take care.  Kiss