Trezor Recovery Issue

This page summarizes the projects mentioned and recommended in the original post on /r/TREZOR

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • bips

    Bitcoin Improvement Proposals

  • The wallet will be recovered if the seed is valid. The seed is valid if the checksum match. The checksum matches for many seeds, it's not super unlikely to randomly select such a seed that is valid. It's just not very likely and that's usually good enough - i.e. when you type your seed and make one mistake, you quite likely get error. You can see how likely it is here - https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki - it depends on how long is your seed - 12 words is 128 bits of entropy and checksum there is 4 bits - meaning 1 in 16 is valid. 24 words is 256 bits of entropy and there checksum is 8 bits - meaning 1 in 256 is valid. So if your mnemonic was just 12 words then you get 1 in 16 chance that you randomly select correct seed and it will be accepted and recovery will succeed.

  • trezor-suite

    :candy: Trezor Suite Monorepo

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts