Hey i am trying to find the current version of the Bitcoin source code. Id like to look at the actual code itself. If someone could point me in the right direction i would appreciate it. I have looked at the bitcoin Git Hub but for the life of me i cant seem to find it.
Thanks
reply
No less important than halvings.
/** 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. */
reply
This is a good point--and also makes it clear why it's somewhat difficult (but not impossible) to change the number of decimals that make up the smallest unit on chain--it's not simply changing BITCOINS/100000000 (8 zeros) to BITCOINS/1000000000 (9 zeros).
reply
thank you. This is what i was looking for.
reply