Add cross-links between Bitcoin/cryptocurrency cheatsheet pages
· 1 year ago
218d859a4aaa7ac81047af0beb4b504fd373ee72
Parent:
77b6c902c
- bitcoin-exchanges-cards.html: Link to self-custody guide and wallet guide
- bitcoin-whitepaper.html: Link to practical wallet security guide
- bitcoin-wallet.html: Link to exchanges & crypto cards guide
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
3 files changed +11 −5
- bitcoin-exchanges-cards.html +4 −4
- bitcoin-wallet.html +5 −0
- bitcoin-whitepaper.html +2 −1
Diff
--- a/bitcoin-exchanges-cards.html +++ b/bitcoin-exchanges-cards.html @@ -352,9 +352,9 @@ Key Reminder: "Not Your Keys, Not Your Coins." </strong> While exchanges & cards offer convenience, true ownership means controlling your private keys ( - <span class="term"> + <a href="bitcoin-self-custody-guide.html" class="term" rel="noopener noreferrer" target="_blank"> Self-Custody - </span> + </a> ). Platforms listed here are primarily <span class="term"> custodial @@ -510,7 +510,7 @@ </strong> Can you withdraw *actual Bitcoin* (not just fiat)? How fast? What are the fees & limits? <strong class="critical"> - Crucial for self-custody. + Crucial for <a href="bitcoin-self-custody-guide.html" rel="noopener noreferrer" target="_blank">self-custody</a>. </strong> </li> <li> @@ -878,7 +878,7 @@ </h5> <div class="card-content-wrapper"> <strong class="rule"> - Rule #1: Exchange is for EXCHANGING, Not Storage. Withdraw Bitcoin to your own wallet (Self-Custody) regularly and promptly after buying. + Rule #1: Exchange is for EXCHANGING, Not Storage. Withdraw Bitcoin to <a href="bitcoin-wallet.html" rel="noopener noreferrer" target="_blank">your own wallet</a> (Self-Custody) regularly and promptly after buying. <span class="critical"> "Not Your Keys, Not Your Coins!" </span> --- a/bitcoin-wallet.html +++ b/bitcoin-wallet.html @@ -3362,6 +3362,11 @@ David Veksler Substack Archive </a> </li> + <li> + <a href="bitcoin-exchanges-cards.html" rel="noopener noreferrer" target="_blank"> + Bitcoin Exchanges & Crypto Cards Guide + </a> + </li> <li> <a href="https://cheatsheets.davidveksler.com" rel="noopener noreferrer" target="_blank"> More Cheatsheets --- a/bitcoin-whitepaper.html +++ b/bitcoin-whitepaper.html @@ -759,7 +759,7 @@ function calculate_reward(<span class="var">height</span>) { <h5><i class="bi bi-link-45deg"></i> Foundational & Developer Resources</h5> <!-- Title Updated --> <div class="card-content-wrapper"> <p class="summary"> - Links to the original paper and essential developer resources. + Links to the original paper, essential developer resources, and practical Bitcoin tools. </p> <button aria-controls="collapseResourcesWp" aria-expanded="false" class="btn btn-sm details-toggle" data-bs-target="#collapseResourcesWp" data-bs-toggle="collapse" type="button"> View Links <i class="bi bi-chevron-down"></i> @@ -774,6 +774,7 @@ function calculate_reward(<span class="var">height</span>) { <li><i class="bi bi-book-fill"></i> Bitcoin Wiki: <a href="https://en.bitcoin.it/wiki/Main_Page" rel="noopener noreferrer" target="_blank">en.bitcoin.it/wiki</a></li> <li><i class="bi bi-github"></i> Bitcoin Core Source: <a href="https://github.com/bitcoin/bitcoin" rel="noopener noreferrer" target="_blank">github.com/bitcoin/bitcoin</a></li> <li><i class="bi bi-card-list"></i> BIPs Repository: <a href="https://github.com/bitcoin/bips" rel="noopener noreferrer" target="_blank">github.com/bitcoin/bips</a></li> +<li><i class="bi bi-wallet"></i> Bitcoin Wallet Guide: <a href="bitcoin-wallet.html" rel="noopener noreferrer" target="_blank">Practical Wallet Security</a></li> </ul> <h6>Cited Precursors/Concepts:</h6> <ul><li>Hashcash Paper</li><li>B-money Paper</li><li>Timestamping (Haber/Stornetta Refs [3,4])</li><li>Merkle Trees (Merkle Ref [7])</li></ul>