Skip to content

gitter-badger/metronotesd

Repository files navigation

Build Status Build Status Coverage Status Latest Version License Gitter chat

Description

metronotes-lib is the reference implementation of the Metronotes Protocol.

Requirements

  • Patched Bitcoin Core with the following options set:

     rpcuser=bitcoinrpc
     rpcpassword=<password>
     server=1
     txindex=1
     addrindex=1
     rpcthreads=1000
     rpctimeout=300
    

Installation

$ git clone https://github.com/Metronotes/metronotesd.git
$ cd metronotesd
$ python3 setup.py install

Usage

$ python3
>>> from metronoteslib import server
>>> db = server.initialise(<options>)
>>> server.start_all(db)

Further Reading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published