Browse Source

"Fun" tx for the send from Satoshi to Hal

master
Dan Janosik 5 years ago
parent
commit
41c15bc6b5
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 8
      app/coins/btc.js

8
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",

Loading…
Cancel
Save