mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
* Config - remove unused keys * Remove aliases * Script - minor updates * Remove bitcoin papers * Delete all but a couple example events * Update all QE BIP links to reflect current reop location * One more BIP link update
32 lines
907 B
HTML
32 lines
907 B
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: bitcoin-paper
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<p>{% translate description %}
|
|
|
|
{% comment %}
|
|
NOTE: before adding a new file, follow these steps:
|
|
|
|
1. Make sure it has been uploaded in ODT form to
|
|
https://github.com/saivann/bitcoinwhitepaper
|
|
|
|
2. Ask a site maintainer to generate the PDF format from the ODT format.
|
|
|
|
3. Scan the PDF using VirusTotal.com and post a link to the scan report
|
|
on GitHub (this provides a sha256sum of the file, so it can be
|
|
verified that the file was scanned).
|
|
|
|
The files should be listed in this order: English orginial first; then
|
|
UTF-8 alphabetical order
|
|
{% endcomment %}
|
|
<ul>
|
|
<li><b><a href="/bitcoin.pdf">English original</a></b></li>
|
|
</ul>
|
|
|
|
<p>{% translate submit_new_translation %}</p>
|