bitcoinjs / regtest-server

A regtest server for bitcoinjs-lib testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regtest-server

This is a functioning express HTTP API written using indexd.

  • Requires a running bitcoind node
    • with -txindex, and
    • ZMQ (-zmqpubhashtx=tcp://127.0.0.1:30001 -zmqpubhashblock=tcp://127.0.0.1:30001)
  • Change -rpcworkqueue from 16 to 32 for increased throughput (in typical scenarios)

About

A regtest server for bitcoinjs-lib testing

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 84.1%Language:Dockerfile 9.6%Language:Shell 6.3%