Satoshi To Bitcoin Information


/ Published in: HTML
Save to your folder(s)

Here is some simple HTML and text you can display on a Bitcoin based website to show how to convert from Satoshi to Bitcoin (BTC) amounts.


Copy this code and paste it in your HTML
  1. //Regular text version
  2.  
  3. 1 Satoshi = 0.00000001 ฿
  4. 10 Satoshi = 0.00000010 ฿
  5. 100 Satoshi = 0.00000100 ฿ = 1 Bit / μBTC (you-bit)
  6. 1,000 Satoshi = 0.00001000 ฿
  7. 10,000 Satoshi = 0.00010000 ฿
  8. 100,000 Satoshi = 0.00100000 ฿ = 1 mBTC (em-bit)
  9. 1,000,000 Satoshi = 0.01000000 ฿ = 1 cBTC (bitcent)
  10. 10,000,000 Satoshi = 0.10000000 ฿
  11. 100,000,000 Satoshi = 1.00000000 ฿
  12.  
  13. //HTML version for websites with a colored background
  14.  
  15. 1 Satoshi = <font color="white">0.00000001 ฿</font>
  16. <br>10 Satoshi =<font color="white"> 0.0000001 ฿</font>
  17. <br>100 Satoshi = <font color="white">0.000001 ฿</font>
  18. <br>1,000 Satoshi = <font color="white">0.00001 ฿</font>
  19. <br>10,000 Satoshi = <font color="white">0.0001 ฿</font>
  20. <br>100,000 Satoshi = <font color="white">0.001 ฿</font>
  21. <br>10,0000,000 Satoshi = <font color="white">1 ฿</font>
  22. <br>

URL: http://faucetlove.com/faucet-scripts-and-code-f35/satoshi-to-bitcoin-information-snippet--t113.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.