Skip to main content

The Swiss Army Knife of the Bitcoin protocol.

Project description

python-omnicorelib

This python library provides an interface to the bitcoind fork omnicore.

This library provides an easy interface to the bitcoin data structures and protocol. The approach is low-level and "ground up", with a focus on providing tools to manipulate the internals of how Bitcoin works.

"The Swiss Army Knife of the Bitcoin protocol." - Wladimir J. van der Laan

Requirements

sudo apt-get install libssl-dev

The RPC interface, omnicore.rpc, is designed to work with Bitcoin Core v0.16.0. Older versions may work but there do exist some incompatibilities.

Structure

Everything consensus critical is found in the modules under bitcoin.core. This rule is followed pretty strictly, for instance chain parameters are split into consensus critical and non-consensus-critical.

omnicore.core            - Basic core definitions, datastructures, and
                          (context-independent) validation
omnicore.core.key        - ECC pubkeys
omnicore.core.script     - Scripts and opcodes
omnicore.core.scripteval - Script evaluation/verification
omnicore.core.serialize  - Serialization

In the future the bitcoin.core may use the Satoshi sourcecode directly as a library. Non-consensus critical modules include the following:

omnicore          - Chain selection
omnicore.base58   - Base58 encoding
omnicore.bloom    - Bloom filters (incomplete)
omnicore.net      - Network communication (in flux)
omnicore.messages - Network messages (in flux)
omnicore.rpc      - Bitcoin Core RPC interface support
omnicore.wallet   - Wallet-related code, currently Bitcoin address and
                   private key support

Effort has been made to follow the Satoshi source relatively closely, for instance Python code and classes that duplicate the functionality of corresponding Satoshi C++ code uses the same naming conventions: CTransaction, CBlockHeader, nValue etc. Otherwise Python naming conventions are followed.

Mutable vs. Immutable objects

Like the Bitcoin Core codebase CTransaction is immutable and CMutableTransaction is mutable; unlike the Bitcoin Core codebase this distinction also applies to COutPoint, CTxIn, CTxOut, and CBlock.

Endianness Gotchas

Rather confusingly Bitcoin Core shows transaction and block hashes as little-endian hex rather than the big-endian the rest of the world uses for SHA256. python-bitcoinlib provides the convenience functions x() and lx() in bitcoin.core to convert from big-endian and little-endian hex to raw bytes to accomodate this. In addition see b2x() and b2lx() for conversion from bytes to big/little-endian hex.

Module import style

While not always good style, it's often convenient for quick scripts if import * can be used. To support that all the modules have __all__ defined appropriately.

Example Code

See examples/ directory. For instance this example creates a transaction spending a pay-to-script-hash transaction output:

$ PYTHONPATH=. examples/spend-pay-to-script-hash-txout.py
<hex-encoded transaction>

Selecting the chain to use

Do the following:

import omnicore
omnicore.SelectParams(NAME)

Where NAME is one of 'testnet', 'mainnet', or 'regtest'. The chain currently selected is a global variable that changes behavior everywhere, just like in the Satoshi codebase.

Unit tests

Under bitcoin/tests using test data from Bitcoin Core. To run them:

python3 -m unittest discover

Alternately, if Tox (see https://tox.readthedocs.org/) is available on your system, you can run unit tests for multiple Python versions:

./runtests.sh

HTML coverage reports can then be found in the htmlcov/ subdirectory.

Documentation

Sphinx documentation is in the "doc" subdirectory. Run "make help" from there to see how to build. You will need the Python "sphinx" package installed.

Currently this is just API documentation generated from the code and docstrings. Higher level written docs would be useful, perhaps starting with much of this README. Pages are written in reStructuredText and linked from index.rst.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-omnicorelib-0.0.1.tar.gz (88.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

python_omnicorelib-0.0.1-py3.8.egg (237.7 kB view details)

Uploaded Egg

python_omnicorelib-0.0.1-py3-none-any.whl (202.5 kB view details)

Uploaded Python 3

File details

Details for the file python-omnicorelib-0.0.1.tar.gz.

File metadata

  • Download URL: python-omnicorelib-0.0.1.tar.gz
  • Upload date:
  • Size: 88.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for python-omnicorelib-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3c79d5559444984969ecdf986dde794a322290015b4008430f1437caa3a762ff
MD5 3650c84be1cedd0946c9c28ba171c7e1
BLAKE2b-256 f381d20c52c4187ebd8a911ba9f946029d53b34c9a6c1cd3430592998dc86f86

See more details on using hashes here.

File details

Details for the file python_omnicorelib-0.0.1-py3.8.egg.

File metadata

  • Download URL: python_omnicorelib-0.0.1-py3.8.egg
  • Upload date:
  • Size: 237.7 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for python_omnicorelib-0.0.1-py3.8.egg
Algorithm Hash digest
SHA256 658d673bfdac22428ef747243d6e951ba498168a86911a528d8c94a20d8bf8c0
MD5 42c581f099ce5459776e1aa7a6349ea4
BLAKE2b-256 9633e8350d59161a2e611d49a45ac592bb876adc8afc8642f7498dbdc5dc5400

See more details on using hashes here.

File details

Details for the file python_omnicorelib-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: python_omnicorelib-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 202.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for python_omnicorelib-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f4ae59c2b7f182ecc62d8b137e4ca56eae15cb420ec892ece037e893123e5b35
MD5 c32676f893d3870b5736751cbbc6afd4
BLAKE2b-256 9bf94478a579e93eeac1d5a3489c5c4f7a372f387b32080a14e710b90cac47ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page