Skip to content

Commit

Permalink
Merge pull request #239 from cd2357/patch-2
Browse files Browse the repository at this point in the history
Update Fun with bounty P2SH addresses from 2013
  • Loading branch information
janoside committed Oct 9, 2020
2 parents a4e85a0 + e1e3c2e commit 1dfd9d1
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion app/coins/btc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -556,4 +601,4 @@ module.exports = {

return eras[index];
}
};
};

0 comments on commit 1dfd9d1

Please sign in to comment.