Skip to content
forked from bcoin-org/bcash

Implementation of Bitcoin SV protocol in node.js

License

Notifications You must be signed in to change notification settings

Daniel600/bcoinsv

 
 

Repository files navigation

BcoinSV

CircleCi Status Coverage Status

BcoinSV is an alternative implementation of the bitcoin SV protocol, written in node.js.

BcoinSV is undergoing development and testing and is in alpha stage. BcoinSV is a fork of [bcash][bcash] and has the same RPC API.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend (bip44 derivation)
  • Mining Backend (getblocktemplate support)
  • General Purpose Bitcoin Library

Try it in the browser: https://bcoin.io/browser/

Install

$ git clone git://github.com/brentongunning/bcoinsv.git
$ cd bcoinsv
$ npm install
$ ./bin/bcoinsv

See the Beginner's Guide for more in-depth installation instructions.

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

BcoinSV does not guarantee you against theft or lost funds due to bugs, mishaps, or your own incompetence. You and you alone are responsible for securing your money.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

  • Copyright (c) 2014-2015, Fedor Indutny (MIT License).
  • Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
  • Copyright (c) 2018, bcash developers.

See LICENSE for more info.

About

Implementation of Bitcoin SV protocol in node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%