From 41c15bc6b51a0c62f5098c7cf6b792638856ed00 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 13 Mar 2020 13:31:02 -0400 Subject: [PATCH] "Fun" tx for the send from Satoshi to Hal --- app/coins/btc.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/coins/btc.js b/app/coins/btc.js index 9bb605a..a03d07c 100644 --- a/app/coins/btc.js +++ b/app/coins/btc.js @@ -263,6 +263,14 @@ module.exports = { alertBodyHtml: "This block comes 9 days after the genesis block and is the first to contain a transfer of bitcoin. Before this block all blocks contained only coinbase transactions which mint new bitcoin.", referenceUrl: "https://bitcointalk.org/index.php?topic=91806.msg1012234#msg1012234" }, + { + type: "tx", + date: "2009-01-12", + chain: "main", + txid: "f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16", + summary: "The first transfer of bitcoin.", + alertBodyHtml: "This transaction is the first instance of the transfer of bitcoin from one person to another. It also has the added distinction of being (one of?) the only known transfers of bitcoin from Satoshi Nakamoto, in this case sending bitcoin to Hal Finney as a test." + }, { type: "blockheight", date: "2017-08-25",