Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle #5
by
RetiredCoder
on 16/04/2025, 14:30:36 UTC
Here's how I made it:

Correct!
We just need to use Scale = 1 | (2 << 64) | (3 << 128) | (4 << 192).
There are two ways:
1. Scale G: G' = G * Scale
or
2. Scale PubKey: PubKey' = PubKey / Scale.
And then use kangaroo or bsgs. Very easy!