1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Some more markup changes

This commit is contained in:
Chris Pappas 2014-10-07 13:22:44 -04:00
parent e8a36642dc
commit 86ba01ae9e
6 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
[appendix]
== Appendix - Bitcoin Improvement Proposals
Bitcoin Improvement Proposals are design documents providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment.

View File

@ -1,3 +1,4 @@
[appendix]
== Appendix - pycoin, ku and tx.
The Python library +pycoin+ (http://github.com/richardkiss/pycoin), originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with non-standard transactions.

View File

@ -1,5 +1,5 @@
[[tx_script_ops]]
[appendix]
== Appendix: Transaction Script Language Operators, Constants and Symbols
[[tx_script_ops_table_pushdata]]

View File

@ -1,4 +1,5 @@
[[appdx_sx]]
[appendix]
== Appendix: Available commands with sx tools
----

View File

@ -1,7 +1,8 @@
[[appdx01]]
[appendix]
== Appendix: Bitcoin financial services
[[appdx01]]
This appendix describes the main financial services offered in the bitcoin economy, comparing them to traditional financial services that are already familiar to consumers. It's not a list of sites or companies, as that would go stale immediately. Instead it is a list of service primitives with examples of existing implementations. For example, an escrow
service would be described as an archetype, by analogy to a real-estate escrow, showing the unique characteristics, use case and need for escrow in the bitcoin world. The escrow service archetype would be followed by two or three examples of well implemented actual escrow services, each demonstrating a capability unique to bitcoin.

View File

@ -116,7 +116,7 @@ Bitcoin uses a specific elliptic curve and set of mathematical constants, as def
[latexmath]
++++
\begin{equation}
{y^2 = (x^3 \+ 7)} \text{over} (\mathbb{F}_p)
{y^2 = (x^3 + 7)} \text{over} (\mathbb{F}_p)
\end{equation}
++++
or