Bitcoin Forum
May 08, 2024, 05:18:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How exactly are bitcoins divided up?  (Read 3251 times)
cfiziksh (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 07, 2012, 09:41:22 PM
 #1

Is the smallest unit actually the base 10 number 10^-8?  Or is it some number written in binary scientific notation the way floating points are represented?

And what's the maximum number of units available?  Is it the exact base 10 number 2.1*10^15?
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 07, 2012, 09:47:06 PM
 #2

Yes. No. Yes.

Internally the blockchain and wallet express all values in terms of discrete satoshis (honorific name given) and stores them as integers.  There are no floating point or decimal values used in the network, clients, or blockchain.

1 Satoshi is 1E-8 BTC.

So if you send 1 BTC to a friend internally your wallet, the transaction, the blockchain all record it as sending 100000000 units.  The client simply abstracts this for you and shows 1.0.  Likewise if you want you could consider the block reward  5,000,000,000 satoshis, the network does.

Yes there will be exactly 2.1E15 satoshis issued on the network once every coin has been mined.  Us calling them 21 million BTC is simply an abstraction.

Technically Bitcoin could be modified to use a smaller discrete unit but as talked about in another thread even if BTC money supply was equal to global money supply 1 satoshi would only be worth ~ 3 cents so it is unlikely smaller units will ever be needed.

It does however annoy me that satoshi chose 1E-8 WTF?  Why not 1E-9 as in 1 nano Bitcoin (nBTC) as the discrete unit.
cfiziksh (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 07, 2012, 09:50:56 PM
 #3

Yes. No. Yes.

Internally the blockchain and wallet express all values in terms of satoshis (honorific name given).

1 Satoshi is 1E-8.

So if you send 1 BTC to a friend internally your wallet, the transaction, the blockchain all record it as sending

100000000

The client simply abstracts this for you and shows 1.0.  There are no floating point values (which is always bad in finances).  Everything is a discrete number of satoshis.

Yes there will be 2.1E15 satoshis on the network once every coin has been mined.  Us calling them 21 million BTC is simply an abstraction.

If you want you could consider the block reward  5,000,000,000 satoshis, the network does.



Ok, thanks.  Smiley

Where did the number 2.1e15 come from?  It seems like quite an arbitrary number to use.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 07, 2012, 09:52:59 PM
Last edit: March 07, 2012, 10:11:22 PM by DeathAndTaxes
 #4

My guess is Satoshi was an time traveling alien and it has some significance to his civilization.

Both the number of macro units and the value of the discrete unit seem "horribly" arbitrary.  Well any unit would be arbitrary but if you need an arbitrary number why not pick a "round" one?
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
March 07, 2012, 10:00:02 PM
 #5

2.1e15 is 0x775F05A074000 so, you see, it is not totally arbitrary.

I swear, there is a secret message in there, you just need to decode it!

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
cfiziksh (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 07, 2012, 10:06:10 PM
 #6

2.1e15 is 0x775F05A074000 so, you see, it is not totally arbitrary.

I swear, there is a secret message in there, you just need to decode it!

OMG I just got that exact hash while mining!  Grin
gadsdengraphics
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
March 07, 2012, 10:13:37 PM
 #7

It does however annoy me that satoshi chose 1E-8 WTF?  Why not 1E-9 as in 1 nano Bitcoin (nBTC) as the discrete unit.

There are 8 bits in a byte.  It's a natural number for most programmers and computer scientists.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 07, 2012, 10:18:05 PM
 #8

It does however annoy me that satoshi chose 1E-8 WTF?  Why not 1E-9 as in 1 nano Bitcoin (nBTC) as the discrete unit.

There are 8 bits in a byte.  It's a natural number for most programmers and computer scientists.

1E-8 is decimal it has no relationship to 8 bits in a byte.
To represent 1E8 requires 28 bits and it is uneven.  2^28 = 2.68E8 vs 1 E8.
BTC has 2.1E15 units.  To represent that in binary requires 51 bits.

So to this programmer neither 1E-8, 1E8, nor 1E15 don't seem very "natural".  Then again I might just be weird.
gadsdengraphics
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
March 07, 2012, 10:21:23 PM
 #9

It does however annoy me that satoshi chose 1E-8 WTF?  Why not 1E-9 as in 1 nano Bitcoin (nBTC) as the discrete unit.

There are 8 bits in a byte.  It's a natural number for most programmers and computer scientists.

1E-8 is decimal it has no relationship to 8 bits in a byte.
To represent 1E8 requires 28 bits and it is uneven.  2^28 = 2.68E8 vs 1 E8.
BTC has 2.1E15 units.  To represent that in binary requires 51 bits.

So to this programmer neither 1E-8, 1E8, nor 1E15 don't seem very "natural".  Then again I might just be weird.
Yeah, I didn't say that 1e-8 made any sense from a mathematical standpoint - I just meant that if you asked 100 programmers to give you an arbitrary integer between 5 and 10 or so, "8" would likely have the highest incidence due to constant exposure Smiley
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
March 07, 2012, 10:45:52 PM
 #10

I think Satoshi Nakamoto was/is the start of the technological singularity - http://en.wikipedia.org/wiki/Technological_singularity  Grin

gadsdengraphics
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
March 07, 2012, 10:50:15 PM
 #11

I think Satoshi Nakamoto was/is the start of the technological singularity - http://en.wikipedia.org/wiki/Technological_singularity  Grin
Now there's a thought. Everyone to date has assumed Satoshi was human.

Perhaps he uses a pseudonym because he doesn't have a traditional name...
Nim
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
March 07, 2012, 11:23:13 PM
 #12

It does however annoy me that satoshi chose 1E-8 WTF?  Why not 1E-9 as in 1 nano Bitcoin (nBTC) as the discrete unit.

There are 8 bits in a byte.  It's a natural number for most programmers and computer scientists.
And engineers work in powers of 3 like stated above. Instead of saying 1E-8, we'd say 10E-9. Did he ever type out 1E-8? Because that would be a good indicator (to me) that he didn't have an engineering background.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!