Skip to content

BitcoinKinetics/counterparty-cli

 
 

Repository files navigation

Latest Version Supported Python versions License Slack Status

Description

counterparty-cli is a command line interface for counterparty-lib.

Requirements

  • Patched Bitcoin Core with the following options set:

     rpcuser=bitcoinrpc
     rpcpassword=<password>
     txindex=1
     server=1
     addrindex=1
     rpcthreads=1000
     rpctimeout=300
     minrelaytxfee=0.00005
     limitfreerelay=0
    

Installation

Linux and Mac OS X

$ git clone https://github.com/CounterpartyXCP/counterparty-cli.git
$ cd counterparty-cli
$ pip3 install -r requirements.txt
$ python3 setup.py install

Windows

Download and decompress standalone binaries.

Usage

  • $ counterparty-server --help

  • $ counterparty-client --help

Further Reading

About

Counterparty Protocol Command‐Line Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%