Weekly Head Voices #110: Satoshi.

This update contains carefully selected thought bubbles from the time span between Earth date Wednesday July 20 and Sunday July 24, 2016.

Actually, the majority of this post is taken up by my Poor Man’s Bitcoin Explanation. If you’re not a nerd and/or you don’t have any interest in fabulous new virtual currencies that manage to work around a whole constellation of systems and rules put in place by governments the world over (STICK IT TO THE MAN BY THE POWER OF MATH!!), just skip over the next section.

Bitcoin in 10 minutes

I finally got around to studying the math behind bitcoin.

If you more or less know what a hash is (the hash is as a short string, e.g. 32 characters, than can be calculated from a file of arbitrary size; if even one byte in the file changes, the hash will be completely different; read more on wikipedia, or ask me in the comments) and you more or less know how the public and private keys in asymmetric cryptography work (you can encrypt (encode) something with the public key, ONLY its matching secret private key can decode it; you can SIGN any file with a secret private key, the authenticity of that signature can be proven by anyone with matching public key; read more on wikipedia, or ask in the comments!) you can more or less understand bitcoin in particular and cryptocurrency in particular.

Let’s say you were to generate a completely random private key, you can then use a well-known procedure to derive its matching public key. By applying two successive hash functions to that public key, you have a bitcoin address!

If I were to owe you money, you could then give me that bitcoin address.

I could then pay you back by writing a specially crafted message called a bitcoin transaction, in which I describe that I am transferring some bitcoins TO the address that you gave me FROM another bitcoin address (henceforth the source address), of which I have the matching secret private key.

In that message, I cryptographically sign the input part, a modified version of the whole transaction, including source and destination address, with the (secret) private key matching that source address. The signature mathematically proves that I own the bitcoins I am about to transfer, and it mathematically locks in the whole transaction, so that the destination addresses also can’t be changed. I generally also allocate a very small amount (by leaving money unaccounted for) as a transaction fee. We’ll see why in a minute.

I broadcast the signed transaction to the bitcoin network, where it eventually gets picked up by one or more of the bitcoin miners. Miners batch together a number of transactions into a block, together with a hash of the last successfully mined block, and a piece of random data called the nonce. They then proceed to continuously hash the block, changing the nonce every time so that the hash changes, until the first few digits of the hash are zeroes.

Based on the nature of cryptographic hashes, this will statistically take a very long time. One could get lucky and get the correct hash early, but generally it requires a whole lot of number crunching, which means kilowatts, which means actual money. The special hash resulting from this number crunching is called the proof of work.

When a miner has hit the jackpot, they broadcast the block to the network, which recognises that it’s the next valid block by checking the hash, and then, in a peer to peer fashion, irreversibly records this as the next block in the globally shared block chain. The successful miner receives 12.5 bitcoins (currently worth about 7500 EURO; thank you Wayne Kitching for the correction in the comments! — on July 9 of this year, this reward was halved, for the previous period it was 25 BTC per block) as well as all of the included per-transaction fees.

Now you probably understand why so many people are mining so enthusiastically. (No, you can’t really participate anymore with your home PC like you could in the early days; you have to acquire a large room full of bitcoin mining ASICs, circuitry that has been purpose-designed for one thing: bitcoin mining, to make any kind of impact. On the other hand, if you play the lottery, you might as well fire up your PC.)

You could now go and print out your private key (or its QR code) and the matching bitcoin address (actually you only need the private key, the public key and address can be derived from it) and then destroy all of your computers. Whenever you need to send that bitcoin somewhere, you simply type in the private key or rather scan the QR code, and then repeat the process of creating a bitcoin transaction, using your private key.

The money is never actually stored anywhere, only transactions encoding the movement of money from one random virtual address to another are. The block-chain is mathematically unbreakable and unforgeable.

I find the relative simplicity of the whole thing utter genius: A usable and versatile currency backed by hard math. YEAH!

Further reading

The two sources that helped me the most were Bitcoin transactions, metaphorically (Part 1) and Bitcoin transactions, technically (Part 2), both on the What does the quant say? blog.

Hmmm, that blog title unfortunately reminds me of this:

The end of the internet

Last night I realised why it feels like there’s so much less happening on the internet these days. I seem to be able to go bed with the feeling that I’ve finished reading the internet. In other words, my usual hard-to-break cycle of reddit-inoreader-google+(yes I still use it!)-hackernews-twitter-facebook-reddit-argh-go-to-bed-reddit-reddit/r/emacs-reddit/r/strange-new-programming-language-ARGH-ARGH ARGH twitter ends at a more or less normal time, because the potentially dopamine-inducing-but-mostly-not-because-disappointing items stop flooding in.

In any case, I had completely forgotten that the Northern Hemisphere (hi there everyone! enjoy your vacation! WINTER IS COMING.) is currently on vacation, whilst down South we’re all wondering if the internet is broken again.

Gruffalo

A few mornings ago I had that wonderful guess-what’s-the-most-dangerous-animal-on-the-planet conversation with my six year old (Genetic Offspring Unit #2). It started with her explaining how afraid she was of certain insects (not all of ’em interestingly enough), at which point I, enthusiastically assisted by GOU #1 (with whom I had a similar conversation some years ago), started the guessing game with her.

It was fabulous seeing her widening eyes when, after guessing tigers, and elephants, and sharks, and whales, we guided her to the correct answer.

Perspective shift.

I did (and do) my best to contextualise as well as possible the fact that we humans are the most scary beings on the planet.

LLAP

Spock, from the original Star Trek TV series which fortunately also aired in South Africa (must have been late 70s to early 80s), made a huge impact on me as a young boy, probably at role model level.

So when I saw the trailer of “For the Love of Spock”, a forthcoming documentary about Leonard Nimoy, the actor who really was Spock for almost 50 years, and who very unfortunately died in 2015, I was not able to remain completely tearless.

Live long and prosper!

Contents

7 Comments

Wayne Kitching

My name is Wayne and I am a bitcoin addict! Day-trading took up an inordinate amount of my time the last few months, with very little to show. Fortunately I've kicked the habit, but it is a bit like an amplified version of your description of reading the internet, with the dopamine and stuff. Throw in a large chunk of FOMO and some real money, then you'll get an idea of what it is like.

I have a small correction to your otherwise-insightful article: After the recent Halvening (http://thehalvening.com/) the block rewared is only 12.5 bitcoins and not 25 anymore, which was a bigger non-event than Y2K, probably for similar reasons. (e.g. predictability and preparedness)

Hi Wayne, LTNS!

Thank you very much for that correction! I deliberately did not write about the general principle of the reward halving (the section is long enough as it is), but I completely missed that there was a recent halving. I just checked: July 9. I'll update the text of the article with due credit.

(personally I have a super small little bit of bitcoin just to experiment. I just find the whole mechanism of it super interesting!)

Thanks again! Charl

For those who need a bit of a non-technical intro to bitcoin before reading above post for the fifth time (I even had to read twice, and I know how it works ); I generically refer to the digital apples by coindesk. http://www.coindesk.com/bitcoin-explained-five-year-old/

I wonder how real the problem of quantum computing is to bitcoin. it is definitely fascinating, but I'm more interested in the blockchain technology than bitcoin itself. I played with bitcoin, but also ethereum (until the DAO problem destroyed everything). The blockchain could be used for so many other cases than virtual currency.

Yo Bastijn, thank you for keeping me on my toes man, and thanks for the link!

We (well I) need to draw pictures to make the explanation in this post better. I'll put it on my when-the-kids-have-moved-out todo list. :)

On the topic of Ethereum: Don't you think it still has great potential even in spite of the DAO hack? A colleague here at S3 recently explained to me that the Ethereum block chain's script language is much more expressive, so I can stuff all kinds of things into its transactions.

Are you guys (you yourself and of course the big P) planning to roll out private block chains in the health context, or ride on top of something like Ethereum?

Ethereum itself is still interesting although chances of the slightly less big P nowadays riding it are virtually zero. I like the smart contracts but the hack also showed it's main problem, smart implies complex, implies human error. Not ideal when code is the only true law, there are no illegal actions or exploits, just interpreting the code and acting upon it. One mistake might cost you your company. The problem with Ethereum is now that they can't fix it anymore. The hack was legal, a hard fork is proposed to undo it thereby destroying the ideal of anarchy and chaos so loved by its early investors. If you watch closely to the vote to hard fork (about 50%, weighted vote) it's only a few % deciding the vote being the major losers in the hack. This is also a problem with bitcoin, 90something percent is in the hands of 3 key players.

No, it is much more likely that a different proposal comes up with similarities to the hyper ledger project (https://www.hyperledger.org/). Where the network is controlled and adding a node to the network is only accepted under either majority vote or allowed by a controlling entity. In other words, the node network consist only trusted nodes. The functionality of the blockchain is mainly used for its auditing ability and possibly a health coin of some sort (stage 2?). First tests are already made (remember the first NL conference I shared a picture of?), and look promising. But there are also many issues to resolve first. One important one is how to be sure offline actions, I.e. Real life actions, are in sync with what the blockchain tells us. Money transactions is one thing, taking pills, which requires a real life action, is another thing entirely (or e.G. A pharmacy registering you picked up your pills). Another thing is the blockchain is not meant to share actual data blobs. Could we send along your entire medical record as a transaction? Probably not, and we shouldn't. But if we register only the place the data is stored, or moved to, what prevents malicious users to change the contents of the link. So that becomes a problem as well. We cannot send you GBs of data with the transaction, but we can't just link to a pacs or isite location either.

Many questions, many years to come. Let's see what it can bring us.

Forgot to add that we officially announced our blockchain lab (Note that yours truly is not part of it and does not speak on their behalf). The official public entity to publicly announce our efforts in the technology. I believe we/they officially even search for new partners. You can get some generic ideas at an interview with Arno laeven, head of the lab https://youtu.be/WxSfJ838HQA and a panel discussion with Dutch blockchain pioneers https://youtu.be/bU7OfvYMf8.

Dawie

Just in case you felt like some light entertainment after all that serious bitcoin talk (disclosure - my wife does the awkward laugh in the vid) https://youtu.be/spWoP5vQKNc I've got a few Redfury's going spare for anyone wanting to play at mining. *check with your utility bill payer before converting kw to btc