Skip to content

Commit

Permalink
halving #4 day
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Apr 22, 2024
1 parent f7c25f1 commit adb8071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/coins/btcHolidays.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ module.exports = {
name: "First Transaction Day",
date: "2009-01-12",
desc: "On this day in 2009, Satoshi transferred BTC via <a href='./tx/f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16'>the first ever (non-coinbase) transaction</a>. The recipient of that historic transaction is none other than Hal Finney."
},
{
name: "Halving #4 Day",
date: "2024-04-20",
desc: "On this day in 2024, just after midnight UTC, the fourth \"Halving\" cut the subsidy from 6.25 BTC to 3.125 BTC."
}
]
};

0 comments on commit adb8071

Please sign in to comment.