On github I found that '' Almost all bitcoin addresses with a balance are in the 254-256 BITs range. ''
Is This True ? Best range is -b 256 ?
It is a probabilistic distribution bit 256 is the Half of the whole key space, bit 255 is a quater and bit 254 is have a 12.5% of the whole range, if you add those values it is 50% + 25% + 12.5% that is 87.5%
How did you come up with those numbers? 256 is two times of 255, and 255 bit is x2 of 254 bit. Searching in 2^256 decreases the chance of finding a single address/key by 2^96. I just haven't figured a way to only search 160 bit range in order to get all com/uncompressed keys. Let me know if you do.😉
Bit Range 254
from : 0x2000000000000000000000000000000000000000000000000000000000000000
to : 0x4000000000000000000000000000000000000000000000000000000000000000
DEC: 14474011154664524427946373126085988481658748083205070504932198000989141204992 -total keys
Bit Range 255
from : 0x4000000000000000000000000000000000000000000000000000000000000000
to : 0x8000000000000000000000000000000000000000000000000000000000000000
DEC: 28948022309329048855892746252171976963317496166410141009864396001978282409984 -total keys
Bit Range 256
from : 0x8000000000000000000000000000000000000000000000000000000000000000
to : 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141
DEC: 57896044618658097711785492504343953926634992332820282019728792003956564819968 -total keys
#254+#255+@256= 101318078082651670995624611882601919371611236582435493534525386006923988434944 -total keys