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 are two different wallets giving me different addresses with the same mnemonic?

I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper generated the same address, while wallet.ton.org produced a different address when I used the same mnemonic phrase. Can anyone explain why this is happening?


This question was imported from Telegram Chat: https://t.me/tondev_eng/2753

Votes Newest

Answers


The reason for the different addresses generated by TonHub, TonKeeper, and wallet.ton.org when using the same mnemonic phrase is because the address depends on the wallet contract version being used.

It is important to note that v4 of the wallet contract allows for the installation of plugins, which could potentially introduce security vulnerabilities if used improperly. If you do not require the advanced features provided by v4, it is recommended that you use v3 instead.

Additionally, it is important to exercise caution when using web wallets, as they can be vulnerable to attacks. Recently, there have been reports of a site called wallet-ton.org that appeared to be a web wallet, but was actually designed to steal passwords and empty user accounts. Web wallets are considered "hot wallets" and should be used with caution. It is recommended that web wallets include better security features to protect users from potential attacks.

2
2
Posted one year ago
8K Views
1 Answer
one year ago
one year ago
Tags