All Projects → bcoin-org → Bcoin

bcoin-org / Bcoin

Licence: other
Javascript bitcoin library for node.js and browsers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bcoin

Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-92.3%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-96.8%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-98.17%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Odyn
A prototype anonymous proof-of-work blockchain
Stars: ✭ 13 (-99.5%)
Mutual labels:  bitcoin, cryptocurrency, mining
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-94.63%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-99.5%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Airgap Wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
Stars: ✭ 78 (-97.03%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-98.02%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-94.7%)
Mutual labels:  bitcoin, cryptocurrency, mining
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-94.82%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (-66.78%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (-93.3%)
Mutual labels:  bitcoin, cryptocurrency, mining
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (-64.84%)
Mutual labels:  bitcoin, cryptocurrency, mining
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-98.55%)
Mutual labels:  bitcoin, wallet, mining
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+32.15%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Beancounter
Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets.
Stars: ✭ 109 (-95.85%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-93.71%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-93.14%)
Mutual labels:  bitcoin, cryptocurrency, wallet
Cryptoview
Elegant portfolio management for multi-exchange traders
Stars: ✭ 206 (-92.15%)
Mutual labels:  bitcoin, cryptocurrency
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (-93.03%)
Mutual labels:  bitcoin, wallet

Bcoin

Build Status Coverage Status

Bcoin is an alternative implementation of the Bitcoin protocol, written in JavaScript and C/C++ for Node.js.

Bcoin is well tested and aware of all known consensus rules. It is currently used in production as the consensus backend and wallet system for purse.io.

Uses

  • Full Node
  • SPV Node
  • Wallet Backend
  • Mining Backend (getblocktemplate support)
  • Layer 2 Backend (lightning)
  • General Purpose Bitcoin Library

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

Install

$ git clone git://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm rebuild
$ ./bin/bcoin

See the Getting started guide for more in-depth installation instructions, including verifying releases. If you're upgrading, see the latest changes via the Changelog.

Documentation

Support

Join us on freenode in the #bcoin channel.

Disclaimer

Bcoin 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).

See LICENSE for more info.

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].