Skip to content

Commit 9dd5bcf

Browse files
authored
Add donate page to handbook (ordinals#1499)
1 parent b112ba4 commit 9dd5bcf

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

contrib/initialize-opendime

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
4+
5+
until [ -f /Volumes/OPENDIME/README.txt ]; do
6+
sleep 1
7+
done
8+
9+
dd if=/dev/urandom of=/Volumes/OPENDIME/entro.bin bs=1024 count=256
10+
11+
until [ -f /Volumes/OPENDIME/address.txt ]; do
12+
sleep 1
13+
done
14+
15+
cat /Volumes/OPENDIME/address.txt | tr -d '\r\n'

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Inscriptions](inscriptions.md)
66
- [FAQ](faq.md)
77
- [Contributing](contributing.md)
8+
- [Donate](donate.md)
89
- [Guides](guides.md)
910
- [Explorer](guides/explorer.md)
1011
- [Inscriptions](guides/inscriptions.md)

docs/src/donate.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Donate
2+
======
3+
4+
Ordinals is an open-source project by me, Casey Rodarmor, in development since
5+
early 2022. I have been assisted by a ragtag band of contributors, bitcoiners,
6+
and degenerates, including two paid apprentices. All project costs have been
7+
paid out of pocket by me, and I have not raised outside funds, and may never.
8+
9+
If you so desire, consider a donation. Donations of bitcoin are appreciated,
10+
but donations of rare, exotic, and inscribed sats are especially treasured.
11+
12+
Donations are not tax-deductible, refundable, or earmarked for any specific
13+
purpose. They are personal gifts to me, made out of love, support,
14+
encouragement, or in the vain hope that if I get enough bitcoin I'll stop doing
15+
all this and go away.
16+
17+
Donations may be sold, lost, given away, or held until death. Donations of
18+
bitcoin are likely to be spent on rare and exotic sats and making whole-block
19+
inscriptions.
20+
21+
Ordinals and inscriptions are a love letter to Bitcoin, the Internet,
22+
programming, and the World Wide Web. Money is nice, but that's not why I'm
23+
doing it. Don't worry if you can't donate. Merely using this strange, evolving
24+
creation is thanks enough. I love having you along for the ride, wherever it
25+
may take us.
26+
27+
I have in my possession [21
28+
opendimes](https://www.youtube.com/watch?v=bLOlsa6K5TI) whose addresses are
29+
below.
30+
31+
Pick one that speaks to you, and send to it what you will.
32+
33+
Love,
34+
Casey
35+
36+
1. `13aG4o1cEKVLzuLdwKrmmP65o6WKh8t4L3`
37+
2. `1FrhgVqWF7aSM9945BRsrEqQZFEM3kZXQJ`
38+
3. `17VUfVjYJiaLkmCvwaGFBcBQ3riJMnk1hc`
39+
4. `1PH3WNHvdU9yprpHgymWigJzEsF2L6sX7L`
40+
5. `1Jt7P4Ct1tJsfZshQjubda1qkPF5tNWeEr`
41+
6. `1QSXSyudincb7ioV53zzAfdpAxTUMwtKR`
42+
7. `1MGREYM262PJsYryLnBYsXuzgpdn8hasBV`
43+
8. `1JhEZFSb4URMgPcQtqtfsLpJrxv6AZKjVX`
44+
9. `1Ch9iYY7VD39sLXHud6tWJr37G9s4GYcub`
45+
10. `13N4aVWdPLcwg5g1kbLav3gfqZvh94vcfW`
46+
11. `1DwgGvPJp4znPQ7nWYJ4VibwmtVU2aVnCg`
47+
12. `1M7ePCREnnLQ5PxN3m1JpHQ4rkBqhUtWb5`
48+
13. `1DqSs5biPYXTNHQGcnq7wz2q4aFpLUKUvo`
49+
14. `18Ruktk8pJzKyjqdY6FxAEsXvspG9nyyXS`
50+
15. `1FFfiZZc2GFnumNdQuwgvdHUDVDnWFXu53`
51+
16. `17FCXKzeGswkNG3LyU9eRGx7dcZoXPiYm3`
52+
17. `1FBZwVAU73c6gzAxrmb2WhojUaUutcQpxc`
53+
18. `1LYk7YCnSsVDKV6GdN9qUjNoFzQ5CU8EfP`
54+
19. `1LjKhEw6yRDX4Szk4ahDXq4RMnGPSUBXPA`
55+
20. `1QHhEm7EycvmeGY6qp1M4canXMh7XP4oHv`
56+
21. `14RkYZw1d2W3AyfqQge83GmWAaynhPUDtN`

0 commit comments

Comments
 (0)