Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Example of BTC collision (2 different priv key to the same BTC address)
by
BrewMaster
on 05/10/2019, 11:17:55 UTC
⭐ Merited by aliashraf (1)
Here are some privatekeys Leading to same addresses

there are different ways of representing numbers:
Code:
1
I
one
0x01
00000001
but it doesn't mean we have dozens of number one! we only have 1 value that we use different encodings for it to represent it (numeral, roaman, text, hex, binary). what you did here was only to change the encoding.
and what you did here is just playing with modular arithmetic.

neither one of these have anything to do with this topic: collision.