Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
albert0bsd
on 05/10/2023, 14:22:38 UTC
can we sequentially generate public keys within the range of 66 bit without having anything to do with the private key?

Hi, yes it is actually what most program do. They select a star key and it is convert to public key after that it only perfome point addition operations sequentially

This is fater because it avoid the scalar multiplication operation.

Also there is a lot shortcuts to perform the point addition faster, this is doing some group operation where you can save hundreds of steps.