Skip to content

Commit e696a2c

Browse files
committed
restore functora blog
1 parent fe1a204 commit e696a2c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

pub/functora-hakyll/blog/2025-09-16-bitcoin-seed-security.markdown renamed to pub/functora-hakyll/blog/2025-09-18-bitcoin-seed-security.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Titanium is the ideal material, but it can be expensive, and purchasing it from
9292

9393
Use the angle grinder or snips to cut the sheet metal into a rectangle about the size of a credit card. Use the hammer and letter stamps to imprint the first four letters of each word in your seed phrase, in order from the 1st to the 24th word. You only need to back up the first four letters of each word because the BIP39 wordlist is designed so that the first four letters of every word are unique. This makes it easy to reconstruct the full word later, since the BIP39 wordlist is publicly available.
9494

95-
If you are precise and stamp only four letters per word, you should be able to fit the entire seed phrase onto a single credit card sized piece of sheet metal. After stamping, smooth any remaining sharp edges with the angle grinder or metal file. You can then coat the backup plate with a few layers of paint to prevent corrosion, especially if you are using regular (non-stainless) steel.
95+
If you are precise and stamp only four letters per word, you should be able to fit the entire seed phrase onto a single credit card sized piece of sheet metal, especially if you use both sides. After stamping, smooth any remaining sharp edges with the angle grinder or metal file. You can then coat the backup plate with a few layers of paint to prevent corrosion, especially if you are using regular (non-stainless) steel.
9696

9797
Store your steel backup plate in a secure location that only you can access. The same surveillance countermeasures discussed in the previous steps apply here.
9898

9999
### Conclusion
100100

101-
You have created the strongest, highest-entropy analog seed possible and secured it with a durable backup. You are now ready to take your first steps in interacting with the Bitcoin blockchain. This is just the beginning of your journey toward financial sovereignty. In upcoming articles, I will cover more essential concepts and best practices for Bitcoin. See you soon, sovereign!
101+
You have created a strong, pure analog high-entropy seed and secured it with a durable backup. You are ready to take your first steps in interacting with the Bitcoin blockchain. This is just the beginning of your journey toward financial sovereignty. In upcoming articles, I will explore more essential concepts and best practices for using Bitcoin. See you soon, sovereign!
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: blog
3+
title: Blog
4+
color: white
5+
fontawesome: "fas fa-feather"
6+
---
7+
8+
<ul class="no-bullet">
9+
$for(posts)$
10+
<li>
11+
<div class="full"><a href="$url$">$title$</a></div>
12+
<div class="full"><small>$date$</small></div>
13+
</li>
14+
$endfor$
15+
</ul>

pub/functora-hakyll/index/2015-08-05-contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: contact
33
title: Contact
4-
color: white
4+
color: black
55
fontawesome: "fas fa-envelope"
66
pairs:
77
- <a href="mailto:[email protected]">[email protected]</a>

pub/functora-hakyll/templates/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h2 class="racing-font">Fn</h2>
5454
<a class="pseudo button" href="/about.html">About</a>
5555
<a class="pseudo button" href="/skills.html">Skills</a>
5656
<a class="pseudo button" href="/code.html">Code</a>
57+
<a class="pseudo button" href="/blog.html">Blog</a>
5758
<a class="pseudo button" href="/contact.html">Contact</a>
5859
<a
5960
class="pseudo button"

0 commit comments

Comments
 (0)