Search content
Sort by

Showing 17 of 17 results by whistle307194
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 22/08/2025, 22:24:11 UTC
During my test with a modified KeyQuest (cpu), I found instant the private key of puzzle 65. I guess I got lucky but it's really surprising! So I think random can also bring luck sometimes.

I am doing several tests at the moment but have no luck yet..

also not sure if I understand correctly.. does this program allow me to run "virtual cpu" as shown on the preview github image and those ones will do exactly same job as main threads?

I'm curious how the "random" approach makes whole script "trace" keys showing % progress cuz random itself its clue and memory less shuffle
I mean each "picked" value is not remembered each move is it?

Currently running 30k threads Wink 48 main - threadripper 7960X and the rest is "virtual", this takes 14gig mem btw, ~218,5Mkeys/s, cpu/mem stock.
Tried run more virtual ones but program does not run while I set it to 31386 and I believe I could push it higher while having 64gig mem available anyway.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 17/07/2025, 14:24:54 UTC
Can someone explain Wink?

Pvk hex: 0000000000000000000000000000000000000000000000000000000000000003
Uncompressed: 1NZUP3JAc9JkmbvmoTv7nVgZGtyJjirKV1
Compressed:    1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb


Pvk hex: fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364144
Uncompressed: 1NZUP3JAc9JkmbvmoTv7nVgZGtyJjirKV1
Compressed:    1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 10/07/2025, 22:18:29 UTC
Using Hamming negative adaptive bias with cross-over population HoF ascension for delta weight minimization, this came up.

Code:
H160: f6f5c31d0c8bf7b52eab7d9ae461071127a0b7e8

 SHA: 44dd2e31a54c0934144c03169c3594f8384fb942491571b1ce17ef81272356a9

132 bits matched, 16 leading. That's around 62.2 bits of classical difficulty.

Let's see if anyone can find the key.

Code:
13BSwDFachETtwunbnmNrRpdNt1Hp8cipS
Found by kTimesG; x = f(y**2)
IPEdHGDZwGFpxiwzmMll6wEDFWtlFCEHnKu7e53EEhwGZdtM3sPDdZWmy0saVsdu8Kqu5fERrtkvlcUZ59u2WSs


the key: flag{ctr_crypto_can_be_fun}

cheers Wink
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 03/03/2025, 20:31:27 UTC
You actually don't need to know any pvk Yourself but just for introduce You a specific method that You can understand or try at least, for a test purpose I needed to write everything like "we need" initial pvk to demonstrate but the cracking reality is simple : string from step6 + target address, no more details and I'll demonstrate how fast I am.
So I sat here the last 10 minutes to create my own script to do what you are doing.

I was successful.

Knowing the range speeds up the script, in that you can eliminate certain numbers, but the range is not needed.

Does that mean I was first Wink?

Then go for it Sir:
650101855847373604127500588369088602937332557710
1BP7ByGjkekGpUPweRGjBVWWa6hagnnrnm < p2pkh compressed target.

public key 038bf7dd0ee6e93ea35324dcea444a3e1b2e404e458c2a1777bdd1feca199c91f3
range 9000000000000000000000000000:ffffffffffffffffffffffffffff

You can be first lol, I mean, as far as I know you are. But being first at something like this, I dunno. I mean it's cool and all, just doesn't help us out with these challenges or any real life scenario.

Range was not needed.

0xe51e464444fc4495991b7852b855

Yes, I do confirm it's valid and I haven't told You pvk of it Wink

Well I only wanted to present a bit what I can actually, soon it will be more mark my words.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 03/03/2025, 20:09:33 UTC
You actually don't need to know any pvk Yourself but just for introduce You a specific method that You can understand or try at least, for a test purpose I needed to write everything like "we need" initial pvk to demonstrate but the cracking reality is simple : string from step6 + target address, no more details and I'll demonstrate how fast I am.
So I sat here the last 10 minutes to create my own script to do what you are doing.

I was successful.

Knowing the range speeds up the script, in that you can eliminate certain numbers, but the range is not needed.

Does that mean I was first Wink?

Then go for it Sir:
650101855847373604127500588369088602937332557710
1BP7ByGjkekGpUPweRGjBVWWa6hagnnrnm < p2pkh compressed target.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 03/03/2025, 16:32:26 UTC
You actually don't need to know any pvk Yourself but just for introduce You a specific method that You can understand or try at least, for a test purpose I needed to write everything like "we need" initial pvk to demonstrate but the cracking reality is simple : string from step6 + target address, no more details and I'll give demonstrate how fast I am.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 03/03/2025, 16:20:58 UTC

 He needed a privkey (recalculated divided whatever) to get the private key. What is the point.  Lips sealed

[/quote

Like I said, I have need a string result from step 6 and Your target bitcoin address only, Sir.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 02/03/2025, 22:18:04 UTC
Hello everyone,

I need to show you something I was working on for a few months and because I am actually addicted of this, you have to see it.

So basically the case is I want to verify If I am that "smart" or it is just pure coincidence.

I have just now registered first ever account.

I am working with a very interesting python script that basically get's the private key directly from the hash160 of basically any address up to puzzle 130...sounds crazy isn't it?

So basically what I need to decode private key of the hash160 of an p2pkh bitcoin address? hah a private key Wink

Seriously..

1.Chose whatever range, like I said, for the moment I have tested until puzzle 130, generate Yourself a hex private key in between chosen range and get the address.
2 Convert the hash160 of that address to decimal string.
3.Convert the hexadecimal private key to decimal as well,
4 Now using a big integer calculator for example http://www.javascripter.net/math/calculators/100digitbigintcalculator.htm ( I am also using it ) divide the decimal string of hash160 by decimal version of private key
5.The resulting string now You have to multiply times decimal private key.
6 That multiplication will result with a long string of course but quite similar with the first digits like so basically that string will be required by me.

That is pretty obvious that having only hash160 string we cannot see the private key directly can we?
 
So what I need actually to decode private key then?

I need a hex range boundary of Your address choice and the the resulting decimal string from step 6. or as You want convert it to an address back using brainwallet converter, so range boundary and an address Wink

Time to get the private key? Instant, 0.1 sec.

The most important: I don't need a private key Smiley, I will get one to verify what I say and second read carefully so You have zero questions about the steps.

Don't forget to pick up the range and address with that private key You don't use personally, that is just a test. Wanna see the results reply with what I ask for.


When I have the private key I will reply with signed message so You can verify Yourself.

I guarantee you will be intrigued.


 Your project seems amazing. Do you have success so far? If you need more accurate calculator just let me know. I have a very fast karatsuba calculator that can solve up to 500 digit integers and up to 100 decimals. Can you tell more about about your project?

Check pm please.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 01/03/2025, 12:04:17 UTC

Exactly and You have readed my first post correctly so in order to get the private key I need that decimal hash160 string and a range boundary, optionally You can provide the initial address You have got in the first step.
Then I will provide results almost immediately.


Okay, let's do this.

decimal hash160 string:
Code:
1282931445580409769159733555426437642907293617404

range boundary:
Code:
80000000000000000:fffffffffffffffff

Pls give me the private key immediately.  Roll Eyes


I need to clarify something once again - Yes, You have readed my first post correctly but You did not do the steps I ask for.
That would be simply too easy to give something I also want Wink

I have already provided the two parameters you need, and now you’re asking me for extra information.

Alright, you say that everything must be done exactly according to your steps, but the whole process is predicated on the fact that I need to know the private key.

Without the private key, I wouldn’t be able to get the string mentioned in step 6.

So, since I already know the private key, why do we have to engage in these tedious number transformation games?

Stop playing your number games—it's like saying that your birth year plus your age equals the current year.


That's why I wrote it is just a TEST to show You that there is another interesting approach available that looks like You are not familiar with.
Of course having a private key makes whole "decode" process useless but that is just only to show You that even though I don't know Yours pv but I have enough data of Your choice I am able to do what I say.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 01/03/2025, 10:56:57 UTC

Exactly and You have readed my first post correctly so in order to get the private key I need that decimal hash160 string and a range boundary, optionally You can provide the initial address You have got in the first step.
Then I will provide results almost immediately.


Okay, let's do this.

decimal hash160 string:
Code:
1282931445580409769159733555426437642907293617404

range boundary:
Code:
80000000000000000:fffffffffffffffff

Pls give me the private key immediately.  Roll Eyes

I need to clarify something once again - Yes, You have readed my first post correctly but You did not do the steps I ask for.
That would be simply too easy to give something I also want Wink
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 01/03/2025, 09:47:07 UTC
....
4 divide the decimal string of hash160 by decimal version of private key
5.The resulting string now You have to multiply times decimal private key.
....

What are you talking about? Doesn’t the result of step five still end up being the decimal string of hash160?

Code:
(decimal string of hash160 / decimal version of private key) * decimal version of private key = decimal string of hash160

I feel like you're just messing with us.

Exactly and You have readed my first post correctly so in order to get the private key I need that decimal hash160 string and a range boundary, optionally You can provide the initial address You have got in the first step.
Then I will provide results almost immediately.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 01/03/2025, 09:40:18 UTC
Quote
No, that is no joke.
That is a tool that may make Your $$$ equipment useless when corretly used. Test me.

Look, I am not even going to attempt to recreate what you are doing or saying, so I will not say it does or does not work. That is not what I was saying nor said.

I am asking you, in what way does this help with anything? How will it help solve a puzzle / challenge? How does it help if I lost my WIF / private key?

How does it help, in any way?

How will it replace any equipment??

I am not going to judge Your personal opinion about my idea whatever You say Sir.
How does it help? Well as You can see the prizes are still untouched meaning I did not yet got them that's a fact Wink
Why it will replace any powerfull equipment? Why would You purchase or use such a thing if the script can beat the task before You even blink...
Don't get me wrong please!..I wouldn't bother nobody knowing I am talking shi#t so if You're not enough sure but still a bit interested hit me up!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 28/02/2025, 22:52:25 UTC
👉 So, when someone says they can reverse hash160 back to a private key, they’re skipping all these steps!
That’s why it’s impossible. 😆

Forget math, let's use Magic-Based Private Key Recovery!

1️⃣ Adobe Illustrator & The Sacred Geometry of Bitcoin ✨

Open an SVG of the secp256k1 curve in Illustrator.
Draw random arrows in different font sizes.
Connect "mystical" hex numbers inside squares, triangles, and circles.
Eventually, a private key will just "appear" (probably in Comic Sans).
2️⃣ Numerology & The Power of Hex 🔢🔺

Take the Bitcoin address, convert it into hex.
Rearrange the numbers like a Sudoku puzzle.
Add a "magic" constant (random prime number).
Somehow, a private key pops out—if not, add another hex and pretend it worked.
3️⃣ Horoscope-Based Key Recovery 🔭

If Mercury is in retrograde, your hash160 might decrypt itself.
 Grin Grin Grin

I am afraid that You are absolutely correct! Want evidence? Read my first post once again, provide what I have already explained, then I will do the rest, don't worry;)
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 28/02/2025, 22:30:08 UTC
I am working with a very interesting python script that basically get's the private key directly from the hash160 of basically any address up to puzzle 130...sounds crazy isn't it?

So basically what I need to decode private key of the hash160 of an p2pkh bitcoin address? hah a private key Wink

Seriously..


Are you kidding us or are you serious? Trying to get a private key from a hash160 is like trying to unblend a smoothie back into whole fruits. The bananas, strawberries, and crypto magic are gone forever. No matter how hard you try, you’re not getting that banana back!" 🍌😂

Go back a few pages and see how the kangaroo script works. See the sequence of operations it performs.

modulo = gmpy2.mpz(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F)
order = gmpy2.mpz(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141)
Gx = gmpy2.mpz(0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798)
Gy = gmpy2.mpz(0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)
PG = (Gx, Gy)

def add(P, Q):
    if P == (0, 0): return Q
    if Q == (0, 0): return P
    Px, Py = P
    Qx, Qy = Q
    if Px == Qx:
        if Py == Qy:
            inv_den = gmpy2.invert(Py << 1, modulo)
            m = (3 * Px * Px * inv_den) % modulo
        else:
            return (0, 0)
    else:
        inv_dx = gmpy2.invert(Qx - Px, modulo)
        m = ((Qy - Py) * inv_dx) % modulo
    x = (m * m - Px - Qx) % modulo
    y = (m * (Px - x) - Py) % modulo
    return (x, y)

def mul(k, P=PG):
    R0, R1 = (0, 0), P
    for i in reversed(range(k.bit_length())):
        if (k >> i) & 1:
            R0, R1 = add(R0, R1), add(R1, R1)
        else:
            R1, R0 = add(R0, R1), add(R0, R0)
    return R0

def X2Y(X, y_parity, p=modulo):
    X3_7 = (pow(X, 3, p) + 7) % p
    if gmpy2.jacobi(X3_7, p) != 1:
        return None
    Y = gmpy2.powmod(X3_7, (p + 1) >> 2, p)
    return Y if (Y & 1) == y_parity else (p - Y)

The function mul(k, P=PG) is performing scalar multiplication on the elliptic curve:

It takes a number k (the private key).
It multiplies it by the generator point PG (which is a fixed point on the curve).
This gives a new point (X, Y), which is the public key.
Since elliptic curves don't have normal multiplication, we use point addition (add()) repeatedly to get k * PG.

👉 This is a one-way operation!

Given k, we can compute (X, Y).
But given (X, Y), finding k is impossible (this is the ECDLP problem).

Bitcoin doesn’t store (X, Y) directly; instead, it compresses the public key using X2Y(X, y_parity).

A full public key is (X, Y).
A compressed public key is just X and y_parity (0 or 1 for even/odd Y).
The function X2Y(X, y_parity) helps recover Y from X.
After this, Bitcoin:

Hashes the compressed public key (SHA-256 → RIPEMD-160 → hash160).
Encodes it into a Bitcoin address with  →  (Base58Check).

👉 So, when someone says they can reverse hash160 back to a private key, they’re skipping all these steps!
That’s why it’s impossible. 😆

Great! So You're a second person currently that does not believe at all but reacts like I am at least scammer Wink Read my post once again Sir then pick up what is needed and let me shock You a bit!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 28/02/2025, 22:21:53 UTC
snip



Quote
That is pretty obvious that having only hash160 string we cannot see the private key directly can we?
 
So what I need actually to decode private key then?

I need a hex range boundary of Your address choice and the the resulting decimal string from step 6. or as You want convert it to an address back using brainwallet converter, so range boundary and an address

IS this a joke? You obviously need more than the range boundaries; you are asking people to provide you with step 6, which means they would have to know the private key. So how does this help any? With puzzles or life in general. The only people who would be intrigued are those who think you are doing something magical (and did not read everything you wrote) but in fact you are asking them to take their address's h160 and divide it by the private key (both in decimal format). If I know my private key, I don't need your tool. If I am chasing 68 or 69, your method does not help me because I obviously do not know the private key or I would sweep those funds lol.


No, that is no joke.
That is a tool that may make Your $$$ equipment useless when corretly used. Test me.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 28/02/2025, 22:12:30 UTC
snip




Quote
That is pretty obvious that having only hash160 string we cannot see the private key directly can we?
 
So what I need actually to decode private key then?

I need a hex range boundary of Your address choice and the the resulting decimal string from step 6. or as You want convert it to an address back using brainwallet converter, so range boundary and an address

IS this a joke? You obviously need more than the range boundaries; you are asking people to provide you with step 6, which means they would have to know the private key. So how does this help any? With puzzles or life in general. The only people who would be intrigued are those who think you are doing something magical (and did not read everything you wrote) but in fact you are asking them to take their address's h160 and divide it by the private key (both in decimal format). If I know my private key, I don't need your tool. If I am chasing 68 or 69, your method does not help me because I obviously do not know the private key or I would sweep those funds lol.

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
whistle307194
on 28/02/2025, 19:22:49 UTC
Hello everyone,

I need to show you something I was working on for a few months and because I am actually addicted of this, you have to see it.

So basically the case is I want to verify If I am that "smart" or it is just pure coincidence.

I have just now registered first ever account.

I am working with a very interesting python script that basically get's the private key directly from the hash160 of basically any address up to puzzle 130...sounds crazy isn't it?

So basically what I need to decode private key of the hash160 of an p2pkh bitcoin address? hah a private key Wink

Seriously..

1.Chose whatever range, like I said, for the moment I have tested until puzzle 130, generate Yourself a hex private key in between chosen range and get the address.
2 Convert the hash160 of that address to decimal string.
3.Convert the hexadecimal private key to decimal as well,
4 Now using a big integer calculator for example http://www.javascripter.net/math/calculators/100digitbigintcalculator.htm ( I am also using it ) divide the decimal string of hash160 by decimal version of private key
5.The resulting string now You have to multiply times decimal private key.
6 That multiplication will result with a long string of course but quite similar with the first digits like so basically that string will be required by me.

That is pretty obvious that having only hash160 string we cannot see the private key directly can we?
 
So what I need actually to decode private key then?

I need a hex range boundary of Your address choice and the the resulting decimal string from step 6. or as You want convert it to an address back using brainwallet converter, so range boundary and an address Wink

Time to get the private key? Instant, 0.1 sec.

The most important: I don't need a private key Smiley, I will get one to verify what I say and second read carefully so You have zero questions about the steps.


When I have the private key I will reply with signed message so You can verify Yourself.

I guarantee you will be intrigued.