Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Why do I get an error when entering a BIP39 generated seed phrase?

Why do wallets Tonhub, Tonkeeper and TON Wallet give an error when entering a seed phrase generated by the open source service https://iancoleman.io/bip39/?
OpenMask accepts a seed. Wouldn't the restrictions in Tonhub, Tonkeeper and TON Wallet be a deterministic vulnerability?

  
  

Russian version of question:
Почему кошельки Tonhub, Tonkeeper and TON Wallet
вадают ошибку при вводе сид фразы сгенерированной
в сервисе с открытым кодом https://iancoleman.io/bip39/?
В то время как в OpenMask принимает сид.
Не являются ли ограничения в Tonhub, Tonkeeper and TON Wallet
детерминированной уязвимостью?

Jeremy   one year ago Report
Votes Newest

Answers


TON has a separate way of checking whether mnemonic is valid and deriving keys from mnemonic words, that is not compatible with BIP-39.
https://github.com/toncenter/tonweb-mnemonic/blob/a338a00d4ca0ed833431e0e49e4cfad766ac713c/src/functions/common.ts#L21

  
  
Posted one year ago
2K Views
2 Answers
one year ago
3 days ago
Tags