Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Bitcoin Fun item: Large transaction fee #622

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/coins/btcFun.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,16 @@ module.exports = {
alertBodyHtml: "This transaction, sent from Satoshi Nakamoto to Mike Hearn is one of very few transactions originating from Satoshi. Jameson Lopp has also convincingly refuted that Hal Finney and Satoshi Nakamoto are the same person using blockchain and external evidence, including this particular transaction.",
referenceUrl: "https://blog.lopp.net/hal-finney-was-not-satoshi-nakamoto/"
},
{
type: "tx",
date: "2023-11-23",
chain: "main",
txid: "b5a2af5845a8d3796308ff9840e567b14cf6bb158ff26c999e6f9a1f5448f9aa",
blockHeight: 818087,
summary: "High (76,050,000 sat/vB) transaction fee",
alertBodyHtml: "This user accidentally paid ~83 BTC ($3.1M at the time) for this transaction. This is one of the highest in Bitcoin's history.",
referenceUrl: "https://cointelegraph.com/news/bitcoin-user-pays-3-1m-in-transition-fee-for-one-139-btc-transfer"
},



Expand Down