Wie mann sieht werden auch nach 2140 noch Satoshis gefunden. Es werden nur weniger und es wird unwahrscheinlicher...
Wie die Community 2142 mit 0,0000000058 (0,58 Satoshi) umgeht ist deren Problem... Die Lösungen dazu liegen aber schon heute auf dem Tisch
Nein.
Es gibt keine Einheit im Bitcoin-Netzwerk, die kleiner ist als 1 satoshi, also kann da auch nix mehr gemint werden.
Es bräuchte schon einen Hardfork, der den entsprechenden Code-Schnipsel ändert:
Breaking News:
es gibt überhaupt keine Bitcoins im Bitcoin-Netzwerk.
Die Recheneinheit im Bitcoin-Netzwerk sind die sog. Satoshis, von denen jeweils 100.000.000 Stück einen Bitcoin ergeben.
Tatsächlich existiert im Code von Bitcoin eine Konstante "COIN = 100.000.000", aus der sich ergibt, dass ein Bitcoin aus jeweils 100 Mio. Satoshis besteht.
static const CAmount COIN = 100000000;
[...]
/** No amount larger than this (in satoshi) is valid.
*
* Note that this constant is *not* the total money supply, which in Bitcoin
* currently happens to be less than 21,000,000 BTC for various reasons, but
* rather a sanity check. As this sanity check is used by consensus-critical
* validation code, the exact value of the MAX_MONEY constant is consensus
* critical; in unusual circumstances like a(nother) overflow bug that allowed
* for the creation of coins out of thin air modification could lead to a fork.
* */
[...]
static const CAmount MAX_MONEY = 21000000 * COIN;
Aber stimmt schon... bei aktuellem Code wird dann erstmal nix mehr gemined werden...
Lass es... Ulrich muss irgendeiner Hirnwäsche unterzogen worden sein... Kann mir das auch nicht erklären