Difference between revisions of "Bitcoin"

From CoinWiki
Jump to: navigation, search
Line 1: Line 1:
 
Bitcoin is a [[cryptocurrency]] created in 2009 by an alias named [[Satoshi Nakamoto]]. The unique feature of Bitcoin is there is no middlemen. It is a [[peer to peer]] system and transactions are made without the help of a bank. Bitcoin can be used at a number of online shops, however people have seem to found power in trading the Bitcoin. Bitcoin pledges to have lower transaction rates and that all transactions are known to the public on a ledger. You will never find a physical bitcoin, they are all stored on a cloud. Banks and the government do not back the bitcoin. Through the use of the [[peer to peer]] system, bitcoin transactions are almost immediate.
 
Bitcoin is a [[cryptocurrency]] created in 2009 by an alias named [[Satoshi Nakamoto]]. The unique feature of Bitcoin is there is no middlemen. It is a [[peer to peer]] system and transactions are made without the help of a bank. Bitcoin can be used at a number of online shops, however people have seem to found power in trading the Bitcoin. Bitcoin pledges to have lower transaction rates and that all transactions are known to the public on a ledger. You will never find a physical bitcoin, they are all stored on a cloud. Banks and the government do not back the bitcoin. Through the use of the [[peer to peer]] system, bitcoin transactions are almost immediate.
  
<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
+
<!doctype html>
 +
<html>
 +
  <head>
 +
  <meta http-equiv="refresh" content="60">
 +
  <title>Crypto Dashboard</title>
 +
      <style>
 +
        .coinmarketcap-currency-widget {
 +
            width: 45%;
 +
            margin: 10px 1%;
 +
            float: left;
 +
        }
 +
      </style>
 +
  </head>
 +
  <body>
 +
    <script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
 
     <div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="USD" data-secondary="BTC"></div>
 
     <div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="USD" data-secondary="BTC"></div>
 +
  </body>
 +
</html>

Revision as of 20:45, 18 June 2018

Bitcoin is a cryptocurrency created in 2009 by an alias named Satoshi Nakamoto. The unique feature of Bitcoin is there is no middlemen. It is a peer to peer system and transactions are made without the help of a bank. Bitcoin can be used at a number of online shops, however people have seem to found power in trading the Bitcoin. Bitcoin pledges to have lower transaction rates and that all transactions are known to the public on a ledger. You will never find a physical bitcoin, they are all stored on a cloud. Banks and the government do not back the bitcoin. Through the use of the peer to peer system, bitcoin transactions are almost immediate.

<!doctype html> <html>

 <head>
  <meta http-equiv="refresh" content="60">
  <title>Crypto Dashboard</title>
     <style>
        .coinmarketcap-currency-widget {
           width: 45%;
           margin: 10px 1%;
           float: left;
       }
     </style>
 </head>
 <body>
    <script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
 </body>

</html>