<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bitcoin on ma.ttias.be</title><link>https://ma.ttias.be/categories/bitcoin/</link><description>Recent content in Bitcoin on ma.ttias.be</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>mattias@ma.ttias.be (Mattias Geniar)</managingEditor><webMaster>mattias@ma.ttias.be (Mattias Geniar)</webMaster><lastBuildDate>Sun, 10 May 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://ma.ttias.be/categories/bitcoin/index.xml" rel="self" type="application/rss+xml"/><item><title>Dissecting the code responsible for the Bitcoin halving</title><link>https://ma.ttias.be/dissecting-code-bitcoin-halving/</link><pubDate>Sun, 10 May 2020 00:00:00 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/dissecting-code-bitcoin-halving/</guid><description>&lt;p&gt;When I wrote this in May 2020, the Bitcoin network was a few hours away from its third &amp;ldquo;halving&amp;rdquo;. So what is it and how does it work under the hood?&lt;/p&gt;</description></item><item><title>Resources to understanding Bitcoin</title><link>https://ma.ttias.be/understanding-bitcoin/</link><pubDate>Wed, 15 Apr 2020 00:00:00 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/understanding-bitcoin/</guid><description>&lt;p&gt;Over the last 3-4 years, I&amp;rsquo;ve been learning more about the inner workings of Bitcoin and all the tech &amp;amp; finance surrounding it. In this post, I&amp;rsquo;d like to share the resources I used to get a better understanding of how Bitcoin works, its strengths and weaknesses.&lt;/p&gt;</description></item><item><title>Is bitcoin dead yet?</title><link>https://ma.ttias.be/is-bitcoin-dead-yet/</link><pubDate>Thu, 19 Sep 2019 13:41:32 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/is-bitcoin-dead-yet/</guid><description>&lt;p&gt;Let&amp;rsquo;s find out together, shall we? In this post I&amp;rsquo;ll look at the current state of bitcoin, both in terms of technology and its usage.&lt;/p&gt;</description></item><item><title>Enable the RPC JSON API with password authentication in Bitcoin Core</title><link>https://ma.ttias.be/enable-the-rpc-json-api-with-password-authentication-in-bitcoin-core/</link><pubDate>Sat, 04 May 2019 20:09:26 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/enable-the-rpc-json-api-with-password-authentication-in-bitcoin-core/</guid><description>&lt;p&gt;The bitcoin daemon has a very useful &amp;amp; easy-to-use HTTP API built-in, that allows you to talk to it like a simple webserver and get JSON responses back.&lt;/p&gt;</description></item><item><title>How to upgrade to the latest Bitcoin Core version</title><link>https://ma.ttias.be/how-to-upgrade-to-the-latest-bitcoin-core-version/</link><pubDate>Thu, 02 May 2019 18:00:59 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/how-to-upgrade-to-the-latest-bitcoin-core-version/</guid><description>&lt;p&gt;This guide assumes you&amp;rsquo;ve followed my other guide, where you &lt;a href="https://ma.ttias.be/run-a-bitcoin-core-full-node-on-centos-7/"&gt;compile Bitcoin Core from source&lt;/a&gt;
. These steps will allow you to upgrade a running Bitcoin Core node to the latest version.&lt;/p&gt;</description></item><item><title>Retrieving the Genesis block in Bitcoin with bitcoin-cli</title><link>https://ma.ttias.be/retrieving-the-genesis-block-in-bitcoin-with-bitcoin-cli/</link><pubDate>Mon, 22 Apr 2019 14:22:22 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/retrieving-the-genesis-block-in-bitcoin-with-bitcoin-cli/</guid><description>&lt;p&gt;If you &lt;a href="https://ma.ttias.be/run-a-bitcoin-core-full-node-on-centos-7/"&gt;run a Bitcoin full node&lt;/a&gt;
, you have access to every transaction and block that was ever created on the network. This also allows you to look at the content of, say, the genesis block. The first block ever created, over 10y ago.&lt;/p&gt;</description></item><item><title>Podcast: Exploring Bitcoin with Edd Mann</title><link>https://ma.ttias.be/podcast-exploring-bitcoin-with-edd-mann/</link><pubDate>Wed, 03 Apr 2019 18:34:23 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/podcast-exploring-bitcoin-with-edd-mann/</guid><description>&lt;p&gt;Last week I recorded a fun podcast with &lt;a href="https://twitter.com/edd_mann" target="_blank" rel="noopener noreferrer"&gt;Edd Man&lt;/a&gt;
about the tech behind Bitcoin.&lt;/p&gt;</description></item><item><title>Archiving the bitcoin-dev mailing lists</title><link>https://ma.ttias.be/archiving-the-bitcoin-dev-mailing-lists/</link><pubDate>Sun, 24 Mar 2019 07:55:09 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/archiving-the-bitcoin-dev-mailing-lists/</guid><description>&lt;p&gt;I&amp;rsquo;ve started yet another effort to index and archive a public mailing list in order to present it in a more readable, clean format.&lt;/p&gt;</description></item><item><title>Initial impressions on running a Bitcoin Core full node</title><link>https://ma.ttias.be/initial-impressions-on-running-a-bitcoin-core-full-node/</link><pubDate>Fri, 22 Mar 2019 20:19:30 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/initial-impressions-on-running-a-bitcoin-core-full-node/</guid><description>&lt;p&gt;Since about a week I&amp;rsquo;m running my own Bitcoin Core full node, one that keeps a full copy of the blockchain with all transactions included.&lt;/p&gt;</description></item><item><title>Run a Bitcoin Lightning Node on CentOS 7</title><link>https://ma.ttias.be/run-a-bitcoin-lightning-node-on-centos-7/</link><pubDate>Mon, 25 Feb 2019 20:57:34 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/run-a-bitcoin-lightning-node-on-centos-7/</guid><description>&lt;p&gt;Similar to &lt;a href="https://ma.ttias.be/run-a-bitcoin-core-full-node-on-centos-7"&gt;installing a Bitcoin Core full node&lt;/a&gt;
, you can run a Lightning Node too. The same developer dependencies are needed.&lt;/p&gt;</description></item><item><title>Limit the disk space consumed by Bitcoin Core nodes on Linux</title><link>https://ma.ttias.be/limit-the-disk-space-consumed-by-bitcoin-core-nodes-on-linux/</link><pubDate>Mon, 25 Feb 2019 20:57:06 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/limit-the-disk-space-consumed-by-bitcoin-core-nodes-on-linux/</guid><description>&lt;p&gt;If you run a Bitcoin Core node, by default it will download the entire blockchain on startup and keep a list of every block &amp;amp; transaction. If you&amp;rsquo;re limited in diskspace, you can instruct the Bitcoin Core daemon to limit the amount of storage the blockchain will take up.&lt;/p&gt;</description></item><item><title>Run a Bitcoin Core full node on CentOS 7</title><link>https://ma.ttias.be/run-a-bitcoin-core-full-node-on-centos-7/</link><pubDate>Mon, 25 Feb 2019 20:56:13 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/run-a-bitcoin-core-full-node-on-centos-7/</guid><description>&lt;p&gt;It&amp;rsquo;s fairly simple to run a full bitcoin node on CentOS 7, if you want to compile one from source. Alternatively, you can run the &lt;code&gt;bitcoind&lt;/code&gt; daemon in a Docker container too. These steps will get your server ready to compile Bitcoin from source.&lt;/p&gt;</description></item><item><title>The convincing Bitcoin scam e-mail extorting you</title><link>https://ma.ttias.be/convincing-bitcoin-scam-e-mail-extorting/</link><pubDate>Wed, 17 Oct 2018 12:51:02 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/convincing-bitcoin-scam-e-mail-extorting/</guid><description>&lt;p&gt;A few months ago I received an e-mail that got me worried for a few seconds. It looked like this, and chances are you&amp;rsquo;ve seen it too.&lt;/p&gt;</description></item><item><title>A proposal for cryptocurrency addresses in DNS</title><link>https://ma.ttias.be/proposal-cryptocurrency-addresses-dns/</link><pubDate>Mon, 18 Sep 2017 19:43:08 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/proposal-cryptocurrency-addresses-dns/</guid><description>&lt;p&gt;By now it&amp;rsquo;s pretty clear that the idea of a _cryptocurrency _probably isn&amp;rsquo;t going away. It might not be Bitcoin or Litecoin, it might not have the same value as it does today, but the &lt;em&gt;concept&lt;/em&gt; of cryptocurrency is here to stay: digital money.&lt;/p&gt;</description></item><item><title>Podcast: The Ceremony, the birth of Zcash</title><link>https://ma.ttias.be/podcast-ceremony-birth-zcash/</link><pubDate>Wed, 19 Jul 2017 07:37:52 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/podcast-ceremony-birth-zcash/</guid><description>&lt;p&gt;This was an interesting &amp;ndash; an unexpected &amp;ndash; podcast from the the folks at &lt;a href="http://www.radiolab.org/" target="_blank" rel="noopener noreferrer"&gt;Radiolab&lt;/a&gt;
.&lt;/p&gt;</description></item><item><title>A Distributed Web</title><link>https://ma.ttias.be/a-distributed-web/</link><pubDate>Thu, 15 Oct 2015 21:06:45 +0000</pubDate><author>mattias@ma.ttias.be (Mattias Geniar)</author><guid>https://ma.ttias.be/a-distributed-web/</guid><description>&lt;p&gt;Networks evolve every couple of years. The internet is no different. We&amp;rsquo;ve gone from having mainframes to shifting towards a system that distributes load on commodity hardware on premise to &amp;ldquo;&lt;em&gt;the cloud&lt;/em&gt;&amp;rdquo;. In a couple of years, there&amp;rsquo;ll be something new.&lt;/p&gt;</description></item></channel></rss>