Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post was edited
3 months ago (view)
Post
65284065
Topic
5538285
Board
Bitcoin Discussion
Re: Mini-puzzle #5
by
RetiredCoder
on
16/04/2025, 14:30:36 UTC
Quote from: LeTH3knXoDArzm on
Today
at 01:45:28 PM
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!