All Projects → bitcoinjs → regtest-server

bitcoinjs / regtest-server

Licence: BSD-3-Clause License
A regtest server for bitcoinjs-lib testing

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to regtest-server

bip38
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
Stars: ✭ 163 (+918.75%)
Mutual labels:  bitcoinjs
bitcoin-stack
Docker setup for Bitcoin, Elements/Liquid, LND, C-Lightning, Eclair, & Electrs in regtest mode
Stars: ✭ 66 (+312.5%)
Mutual labels:  regtest
indexd
An external bitcoind index management service module
Stars: ✭ 50 (+212.5%)
Mutual labels:  bitcoinjs
consensusj
Cryptocurrency components for JVM & Android (JSON client & server support, services, DSL, CLI)
Stars: ✭ 76 (+375%)
Mutual labels:  regtest
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (+93.75%)
Mutual labels:  bitcoinjs
Bitcoinjs Lib
A javascript Bitcoin library for node.js and browsers.
Stars: ✭ 4,418 (+27512.5%)
Mutual labels:  bitcoinjs

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].