From 5a12e1a8fd79a73b428d2a1295de13379aa20786 Mon Sep 17 00:00:00 2001 From: cd2357 <15956136+cd2357@users.noreply.github.com> Date: Fri, 9 Oct 2020 18:23:49 +0200 Subject: [PATCH] Update Fun with bounty P2SH addresses from 2013 --- app/coins/btc.js | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/app/coins/btc.js b/app/coins/btc.js index e5ae211..8ee8891 100644 --- a/app/coins/btc.js +++ b/app/coins/btc.js @@ -300,6 +300,51 @@ module.exports = { alertBodyHtml: "In this first-known BTC-to-fiat transaction, 5,050 BTC were exchanged for 5.02 USD, at an effective exchange rate of ~0.001 USD/BTC.", referenceUrl: "https://twitter.com/marttimalmi/status/423455561703624704" }, + { + type:"address", + date:"2013-09-13", + chain: "main", + address:"37k7toV1Nv4DfmQbmZ8KuZDQCYK9x5KpzP", + summary:"SHA1 collision bounty", + alertBodyHtml:"On September 13, 2013 a P2SH address was setup which allowed anyone who found a SHA1 collision to construct a transaction that could spend from this address.", + referenceUrl:"https://bitcointalk.org/index.php?topic=293382.0" + }, + { + type:"address", + date:"2013-09-13", + chain: "main", + address:"35Snmmy3uhaer2gTboc81ayCip4m9DT4ko", + summary:"SHA256 collision bounty", + alertBodyHtml:"On September 13, 2013 a P2SH address was setup which allowed anyone who found a SHA256 collision to construct a transaction that could spend from this address.", + referenceUrl:"https://bitcointalk.org/index.php?topic=293382.0" + }, + { + type:"address", + date:"2013-09-13", + chain: "main", + address:"3KyiQEGqqdb4nqfhUzGKN6KPhXmQsLNpay", + summary:"RIPEMD160 collision bounty", + alertBodyHtml:"On September 13, 2013 a P2SH address was setup which allowed anyone who found a RIPEMD160 collision to construct a transaction that could spend from this address.", + referenceUrl:"https://bitcointalk.org/index.php?topic=293382.0" + }, + { + type:"address", + date:"2013-09-13", + chain: "main", + address:"39VXyuoc6SXYKp9TcAhoiN1mb4ns6z3Yu6", + summary:"RIPEMD160(SHA256()) collision bounty", + alertBodyHtml:"On September 13, 2013 a P2SH address was setup which allowed anyone who found a RIPEMD160(SHA256()) collision to construct a transaction that could spend from this address.", + referenceUrl:"https://bitcointalk.org/index.php?topic=293382.0" + }, + { + type:"address", + date:"2013-09-13", + chain: "main", + address:"3DUQQvz4t57Jy7jxE86kyFcNpKtURNf1VW", + summary:"SHA256(SHA256()) collision bounty", + alertBodyHtml:"On September 13, 2013 a P2SH address was setup which allowed anyone who found a SHA256(SHA256()) collision to construct a transaction that could spend from this address.", + referenceUrl:"https://bitcointalk.org/index.php?topic=293382.0" + }, { type: "blockheight", date: "2017-08-24", @@ -556,4 +601,4 @@ module.exports = { return eras[index]; } -}; \ No newline at end of file +};