Pages:
Author

Topic: Why 1BTC should equal 10^8 satoshi ? - page 3. (Read 6723 times)

sr. member
Activity: 378
Merit: 250
October 11, 2014, 10:12:27 AM
#7
Not understanding this topic one bit, even after fyookball's explanation...
legendary
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
October 11, 2014, 10:06:59 AM
#6
he wanted to provide greater divisibilty, which is an
important characteristic of a currency, and especially
is needed because of bitcoin's potential for massive
deflation.

So 8 orders of magnitude oughta do the trick
instead of using normal 2 decimals.

Is that the answer you were looking for?
legendary
Activity: 1008
Merit: 1001
Let the chips fall where they may.
October 11, 2014, 08:32:42 AM
#5

also note that values satoshi incide tx's are encoded Little Endian like this:
Code:
   40 4B 4C 00 00 00 00 00  - 0.05 BTC (5000000)
contrary to common practice that everything emitted to the network should encoded Big Endian


I suspect that that one is just laziness. Satoshi was probably using an x86 compatible machine.
legendary
Activity: 2030
Merit: 1028
October 11, 2014, 08:19:27 AM
#4
What are you asking? I have no idea.

1 satoshi is the smallest unit of bitcoin.

He asking about why 1 BTC = 10 ^8 or 100.000.000 satoshi..

I'm just curious about this also  Grin

Hope will be any explanation
legendary
Activity: 1008
Merit: 1007
October 11, 2014, 07:29:10 AM
#3
What are you asking? I have no idea.

1 satoshi is the smallest unit of bitcoin.
member
Activity: 87
Merit: 10
October 11, 2014, 06:54:35 AM
#2
Have to UP this. The power of math.  Grin
member
Activity: 119
Merit: 112
_copy_improve_
October 11, 2014, 03:11:40 AM
#1
If you come from a financial background then obvious choices are:

Code:
    0.0001       : a percentage in point (pip) is a unit of change specifically in foreign exchange markets
   1,000,000.00 : accountants favorite view

BUT if you come from a hacker/programmer or cryptanalyst background the

Code:
   0.00000000  is definitely what you would prefer  because resembles the 8 hex digits of a 4 byte (32bit) integer  0x1234ABCD

also note that values satoshi incide tx's are encoded Little Endian like this:
Code:
   40 4B 4C 00 00 00 00 00  - 0.05 BTC (5000000)
contrary to common practice that everything emitted to the network should encoded Big Endian

Any thoughts or better explanation?


PS: I find a representation like 1000.0001 the most clean for the average.
Pages:
Jump to: