From bd3b9c1f756b06a37a30f2401c28c99dab833ba1 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:22:33 -0600 Subject: [PATCH] Create 42.md --- docs/forum/bitcoin-forum/42.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/forum/bitcoin-forum/42.md diff --git a/docs/forum/bitcoin-forum/42.md b/docs/forum/bitcoin-forum/42.md new file mode 100644 index 0000000..9b5f294 --- /dev/null +++ b/docs/forum/bitcoin-forum/42.md @@ -0,0 +1,24 @@ +--- +layout: forum +title: 'Re: How divisible are bitcoins and other market/economic questions' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 42 +date: 2010-02-06 23:25:53 UTC +original: https://bitcointalk.org/index.php?topic=44.msg267#msg267 +--- + +# Re: How divisible are bitcoins and other market/economic questions + +--- + +``` +Re: How divisible are bitcoins and other market/economic questions +February 06, 2010, 11:25:53 PM + +Eventually at most only 21 million coins for 6.8 billion people in the world if it really gets huge. + +But don't worry, there are another 6 decimal places that aren't shown, for a total of 8 decimal places internally. It shows 1.00 but internally it's 1.00000000. If there's massive deflation in the future, the software could show more decimal places. + +If it gets tiresome working with small numbers, we could change where the display shows the decimal point. Same amount of money, just different convention for where the ","'s and "."'s go. e.g. moving the decimal place 3 places would mean if you had 1.00000 before, now it shows it as 1,000.00. +```