<?xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
        >
<channel>
  <title>asgaard</title>
  <description>Blockchain</description>
  <link>https://blog.asgaard.co.uk/t/blockchain</link>
  <lastBuildDate>Thu, 23 Apr 26 05:24:32 +0000</lastBuildDate>
  <language>en</language>
  <count>1</count>
  <offset>0</offset>
      <item>
    <title>The most important feature of a blockchain is motivation</title>
    <link>https://blog.asgaard.co.uk/2016/11/03/the-most-important-feature-of-a-blockchain-is-motivation</link>
    <pubDate>Thu, 03 Nov 16 20:16:58 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/2016/11/03/the-most-important-feature-of-a-blockchain-is-motivation</guid>
    <description><![CDATA[
<p>
A lot of people have recently become very excited about various imagined applications of <em>The Blockchain</em>, which is what underlies Bitcoin.
<p>
The blockchain, in simple words, is a distributed database where nobody adding to it trusts anyone else, but they do, as a whole, trust the collective group of everyone contributing to it. 
<p>
Something these people are missing is that the blockchain is interesting precisely because of this trust model. The trust model is what makes it able to handle situations that couldn&#039;t be handled by a traditional database or even a git repository.
<p>
You don&#039;t need a blockchain if:<ol><li>You don&#039;t need a database, or</li><li>Nobody but you needs to write to the database, or</li><li>You trust everyone else who needs to write to the database, or</li><li>Everyone who needs to write to the database all trust one or more people who can write to the database</li></ol>
<p>
The blockchain becomes useful when you have a large number of people who need to write to a database and any one user doesn&#039;t trust at least one of [...]]]></description>
    <content:encoded><![CDATA[
<p>
A lot of people have recently become very excited about various imagined applications of <em>The Blockchain</em>, which is what underlies Bitcoin.
<p>
The blockchain, in simple words, is a distributed database where nobody adding to it trusts anyone else, but they do, as a whole, trust the collective group of everyone contributing to it. 
<p>
Something these people are missing is that the blockchain is interesting precisely because of this trust model. The trust model is what makes it able to handle situations that couldn&#039;t be handled by a traditional database or even a git repository.
<p>
You don&#039;t need a blockchain if:<ol><li>You don&#039;t need a database, or</li><li>Nobody but you needs to write to the database, or</li><li>You trust everyone else who needs to write to the database, or</li><li>Everyone who needs to write to the database all trust one or more people who can write to the database</li></ol>
<p>
The blockchain becomes useful when you have a large number of people who need to write to a database and any one user doesn&#039;t trust at least one of the other users.
<p>
But there&#039;s another important component: Your blockchain is useless if you are accepting entries from untrusted users without verifying them, and verification takes time and resources. Bitcoin motivates people to donate their resources because it&#039;s tied to a currency so people get some monetary value out of it.
<p>
It is difficult to see how smaller and more private blockchains could work while still retaining the properties that makes a blockchain special. Once you strip away those properties, what you have is more like a git repository where you have a chain of transactions which can be verified cryptographically to be in the correct sequence.]]></content:encoded>
  </item>
  </channel>
</rss>