• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

Methods to find BTC addresses collisions with less complexity approaches/attemps

Started by Bitcoin, Feb 03, 2022, 04:07 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

Methods to find BTC addresses collisions with less complexity approaches/attemps

I have one question. I'm trying to lower complexity when breaking private keys for BTC.


If we have that an address is a hash160 from priv key, then we can assume that we have 2^96 per each address.


If we have, let's say, 10M of active wallets (~2^23.25). Then, 160-23.25=136.75 we can assume that wallets are uniformly distributed on 2^136.75 gaps.


If we start to find those wallets from those assumptions, can it work well?


I mean, supposedly this distribution should follow the Gaussian function, or am I wrong?


normal distribution


Which methods else do I have to lower complexity?


Why does this guy say 2^80? https://bitcoin.stackexchange.com/a/83819/131965 can somebody explain?


Source: Methods to find BTC addresses collisions with less complexity approaches/attemps