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

Add legendary sat location hints #208

Merged
merged 7 commits into from
Apr 17, 2022
Merged
Changes from 1 commit
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
Next Next commit
Add legendary sat location hints
  • Loading branch information
casey committed Apr 16, 2022
commit f2b7cca19ecdf98c93a6fe04ec7e2d4d61be4540
30 changes: 28 additions & 2 deletions docs/bounties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ <h2>Rules</h2>

<p>Questions? Tweet them at <a href="https://twitter.com/rodarmor">@rodarmor</a>.</p>
</section>

<section>
<h2>Discussion</h2>
<h2>Hints</h2>

<ul>
<li>There are no ordinal wallets or transaction construction libraries. However, <a href="https://github.com/casey/ord/blob/master/bip.mediawiki">ordinal theory</a> is extremely simple. A clever hacker should be able to write code to manipulate ordinals in no time.</li>
Expand All @@ -119,7 +120,32 @@ <h2>Discussion</h2>

<li>For more information about ordinals, check out the <a href="/">main page</a> for an overview, or the <a href="https://github.com/casey/ord/blob/master/bip.mediawiki">BIP</a> for the technical details.</li>

<li>Ordinal theory was lost to the sands of time, and is only now being rediscovered. You can help by researching rare ordinals.</li>
<li>Satoshi was the oridinal developer of ordinal theory. However, he knew that others would consider it heretical and dangerous, so he hid his knowledge, and it was lost to the sands of time. This potent theory is only now being rediscovered. You can help by researching rare ordinals.</li>

<li>The three legendary ordinals mined so far are:
<table>
<tr>
<th>Reward Era</th>
<th>Block</th>
<th>Ordinal</th>
</tr>
<tr>
<th>25 BTC</th>
<th>210,000</th>
<th>1,050,000,000,000,000</th>
</tr>
<tr>
<th>12.5 BTC</th>
<th>420,000</th>
<th>1,575,000,000,000,000</th>
</tr>
<tr>
<th>6.25 BTC</th>
<th>630,000</th>
<th>1,837,500,000,000,000</th>
</tr>
</table>
</li>
</ul>
</section>

Expand Down