Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: total bitcoin address 2^160 or 2^160/2
by
davidjjones
on 04/10/2021, 16:39:47 UTC
⭐ Merited by BlackHatCoiner (2)
then maybe there are more (or less) than 2^96 privatekeys for some addresses?

I'll show you how detailly and decimally how many private keys can create the same address. So there are 2256-232-977 valid private keys. That's:
Code:
115792089237316195423570985008687907853269984665640564039457584007908834671663

Total combinations of a 160-bit number are 2160 which is:
Code:
1461501637330902918203684832716283019655932542976

So, each address should averagely have the division of those two numbers;

115792089237316195423570985008687907853269984665640564039457584007908834671663 / 1461501637330902918203684832716283019655932542976

That's:
Code:
79228162514264337593543950336

Each time you spend bitcoins from one of your addresses, you're signing using 1 of the 79,228,162,514,264,337,593,543,950,336 different and valid, on average, private keys.
I thought the number of valid private keys = fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140 = 115792089237316195423570985008687907852837564279074904382605163141518161494336 (decimal) ?