Post
Topic
Board Bitcoin Discussion
Re: What about those bitcoins that are LOST?
by
pooya87
on 25/07/2015, 03:25:56 UTC
And I mean really, really lost.
A lot of people can't remember their passwords after 4 minutes since they set it up.
But apart this, there's several ways bitcoins can get lost, like in example if you have a wallet on a USB key and this breaks and you have no cold backup.

This will inevitably bring, in the future, to less than those 21 million cap.
And they WILL keep going down.

Is there a plan to reintegrate them?

you need not worry about the future when the 21 million cap is reached because it is far far away.

also the price of bitcoin will determine whether the amount of available bitcoin is enough or not, besides there is not just 21 mil BTC there is much more because you have to consider every digit after the point too. i mean 1 satoshi (1e-8BTC) is usable and have value.

additionally 1 satoshi can be broken down into smaller units if needs be, with a simple change in the code.

If 1 satoshi can be broke  down, my question is how many the maximum it can be broken, what i mean is how many the maximum digit of the point behind 1 satoshi if we really need to do that ( adding digit point)

your question is so technical and i am not exactly an expert in computer language or programming but i think it depends on the variable that you are using , for example decimal can hold 28-29 significant digits with range of (-7.9 x 10^28 to 7.9 x 10^28) / (10^0 to ^28) in c#
https://msdn.microsoft.com/en-us/library/364x0z75.aspx

but i guess you can deal with any number that requires more digits in a different way like breaking it down into smaller parts and then deal with it.