Browse Source

Fun: recent old coins moving that caused uproar

(good example for seeing the new feature where very old spends are highlighted)
master
Dan Janosik 5 years ago
parent
commit
d51bc35342
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 10
      app/coins/btc.js

10
app/coins/btc.js

@ -458,6 +458,16 @@ module.exports = {
txid: "eeea72f5c9fe07178013eac84c3705443321d5453befd7591f52d22ac39b3963",
summary: "500+ million USD transferred for < 1 USD fee (2020 prices)."
},
{
type: "tx",
date: "2020-05-20",
chain: "main",
txid: "cb1440c787d8a46977886405a34da89939e1b04907f567bf182ef27ce53a8d71",
summary: "Very old coins (mined ~1 month after genesis) move unexpectedly, causing uproar",
alertBodyHtml: "On May 5, 2020, 50 BTC mined on Feb 9, 2009 (~1 month after Satoshi mined the Genesis block), moved unexpectedly after being dormant for 11+ years. Some observers wondered if they were coins from Satoshi's stash (they likely <a href='https://twitter.com/zackvoell/status/1263120133054255104'>were not</a>) and got excited.",
referenceUrl: "https://twitter.com/WhalePanda/status/1263120678380867586"
},
// testnet

Loading…
Cancel
Save