SaaSHub helps you find the best software and product alternatives Learn more →
Bcoin Alternatives
Similar projects and alternatives to bcoin
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
cloc
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
-
-
parity-ethereum
Discontinued The fast, light, and robust client for Ethereum-like networks. (by openethereum)
-
Mako
THIS IS NOT THE OFFICIAL REPO - PLEASE SUBMIT PRs ETC AT: http://github.com/sqlalchemy/mako (by zzzeek)
-
-
-
trezor-wallet
Discontinued :warning: OBSOLETE. DO NOT USE! Use https://github.com/trezor/trezor-suite instead
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bcoin discussion
bcoin reviews and mentions
-
What's your unpopular crypto opinion?
You can just submit your changes to the Bitcoin core repo https://github.com/bitcoin/bitcoin or you can fork it and create your own version. You can even just use/change one of the alternative implementations: https://github.com/bcoin-org/bcoin
- Bitcoin is the only coin the SEC Chair will call a commodity
-
Sent BCH to BTC wallet.
I'm not sure what you mean by "truly separate", but our hot wallets are indeed separate wallets, both running on top on bcoin.io
-
Who controls Bitcoin ?
bcoin
-
Mako – a full Bitcoin implementation in C
My first bitcoin reimplementation was written in node.js and called bcoin[1]. So this is my second time reimplementing the bitcoin protocol, albeit in a very different language.
Bcoin was frequently used as a reference along with bitcoin core v0.8.0-v0.11.0 when I felt like double checking consensus functions (among other things).
As an aside, I personally think bitcoin core v0.8.0 is the best version of core if you want to learn bitcoin from it. It's a lot more straightforward than later versions. I personally don't enjoy reading any version beyond v0.11.0.
This is also the reason mako doesn't support taproot yet. That code is very new and isn't present in upstream bcoin. I could try to implement it from the BIPs alone, but I won't know what intricacies are present in the actual bitcoin core code until I actually read it.
[1] https://github.com/bcoin-org/bcoin
-
Is there a way to run a bitcoin-core program without downloading the blockchain?
Hey guys, Is there a way to run a bitcoin-core program (like https://github.com/bcoin-org/bcoin) without downloading the blockchain?
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Mar 2025
Stats
bcoin-org/bcoin is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of bcoin is JavaScript.