Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: I have make software to convert decimal point to private key.
by
_Counselor
on 12/07/2021, 09:32:18 UTC
⭐ Merited by NotATether (2)
if anyone can
What is the public key of private key 1 / private key 100 ?
I will respect your opinion if you can answer the question.

The ECC division is not a problem or some secret, as you might think. Indeed, many people think that division is possible in an secp256k1 only without a remainder, since only integers are used there, but this is not so.
It is just inverted multiplication, to divide some point P by integer N you have to find such a point that, when multiplied by N will give P

So, the 1 divided by 100 will result 31263864094075372764364165952345735120266142355350224183303394048209903603471 private key in decimal
or 451EB851EB851EB851EB851EB851EB84C6E269B92A34E3954097850C6B6ACF0F in hex format
or 02BF31C088BE26BAA818BAFD309A5DFCE8EB5079428AE039902810AD7782190A9A in compressed public key format.