trezor-wallet VS bcoin

Compare trezor-wallet vs bcoin and see what are their differences.

trezor-wallet

:warning: OBSOLETE. DO NOT USE! Use https://github.com/trezor/trezor-suite instead (by trezor)

bcoin

Javascript bitcoin library for node.js and browsers (by bcoin-org)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
trezor-wallet bcoin
3 6
28 2,952
- 0.4%
0.0 6.2
over 2 years ago 3 months ago
JavaScript JavaScript
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

trezor-wallet

Posts with mentions or reviews of trezor-wallet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-26.
  • Need to update firmware, seed burned up in fire but still have pin
    1 project | /r/TREZOR | 9 May 2022
    Use an older release of trezor wallet and transfer everything off. If need be, you may need to download old versions of metamask and chrome too, depending on what assets you need to move. You could attempt to combine multiple erc20 tokens together in a single transaction to save gas if you have a bunch. https://github.com/trezor/trezor-wallet
  • Self-hosting wallet.trezor.io
    2 projects | /r/TREZOR | 26 Jan 2022
  • Stolen coins on trezor website
    1 project | /r/TREZOR | 12 Jan 2021
    Trezor wallet is also opensource ( https://github.com/trezor/trezor-wallet ). This is good, because independent security researchers can spot potential bugs and sescurity issues before production. But this also means it is easier for scammer to clone app, implement phishing "features" and deploy it to his own server.

bcoin

Posts with mentions or reviews of bcoin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-08.
  • What's your unpopular crypto opinion?
    2 projects | /r/CryptoCurrency | 8 Jul 2022
    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
    5 projects | news.ycombinator.com | 29 Jun 2022
  • Sent BCH to BTC wallet.
    1 project | /r/PurseIO | 1 Dec 2021
    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 ?
    6 projects | /r/Bitcoin | 16 Nov 2021
    bcoin
  • Mako – a full Bitcoin implementation in C
    14 projects | news.ycombinator.com | 15 Nov 2021
    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?
    2 projects | /r/Bitcoin | 26 Aug 2021
    Hey guys, Is there a way to run a bitcoin-core program (like https://github.com/bcoin-org/bcoin) without downloading the blockchain?

What are some alternatives?

When comparing trezor-wallet and bcoin you can also consider the following projects:

trezor-suite - :candy: Trezor Suite Monorepo

mako - Bitcoin node written in C