Skip to content

Commit

Permalink
new fun items; updated miners; new quote;
Browse files Browse the repository at this point in the history
special thanks to the prolific Jameson Lopp for all of his work "mining" bitcoin's history for valuable info
  • Loading branch information
janoside committed Nov 13, 2023
1 parent 4710ef5 commit ead2d63
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/coins/btcFun.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,24 @@ module.exports = {
alertBodyHtml: "This is the first send to a P2WPKH output and occurred in the <a href='./block-height/481824'>first SegWit-supporting block</a>.",
referenceUrl: "https://unchained.com/blog/bitcoin-address-types-compared/"
},
{
type: "address",
chain: "main",
date: "2011-06-14",
address: "1HB5XMLmzFVj8ALj6mfBsbifRoD4miY36v",
summary: "WikiLeaks began collecting public donations at this address on June 14, 2011. They collected over 4,000 BTC.",
referenceUrl: "https://blog.lopp.net/annals-bitcoin-twitter-history/"
},
{
type: "tx",
date: "2009-04-18",
chain: "main",
txid: "6a679898780f5d99f0ffa12573b855e0dc470956406eb8b82690b688fa19200f",
blockHeight: 11408,
summary: "One of very few transactions sent by Satoshi, this was sent to Mike Hearn.",
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/"
},



Expand Down
7 changes: 7 additions & 0 deletions app/coins/btcQuotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,13 @@ module.exports = {
speaker: "Naval Ravikant",
url: "https://x.com/SimplyBitcoinTV/status/1721580708538552674",
date: "2023-11-06"
},
{
// 93
text: "Bitcoin is a path-dependent, one-time invention; its critical breakthrough is the discovery of absolute scarcity—a monetary property never before (and never again) achievable by mankind.",
speaker: "Robert Breedlove",
url: "https://x.com/Swan/status/1723049733420097996",
date: "2023-11-10"
}
/*{
text: "Bitcoin is a technological tour de force.",
Expand Down
9 changes: 9 additions & 0 deletions public/txt/mining-pools-configs/BTC/0.json

Large diffs are not rendered by default.

0 comments on commit ead2d63

Please sign in to comment.