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
How big is the dictionary for seed phrase generation?

I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin the process is known as "BIP39" and its dictionary is well known, it consists of 2048 words: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

But I could not find information regarding TON. Is the same BIP39 dictionary used for TON wallets or is there a custom TON dictionary? How many words are in that dictionary?


This question was imported from Telegram Chat: https://t.me/tondev/88178

Votes Newest

Answers

17K Views
1 Answer
one year ago
one year ago
Tags