Post
Topic
Board Wallet software
Merits 4 from 2 users
Re: Unstoppable wallet {User experiences}
by
taufik123
on 21/07/2023, 09:06:40 UTC
⭐ Merited by Pmalek (2) ,JayJuanGee (2)
-snip-
I was interested in trying the wallet due to some USDT I have on Tron, but they don't support that network at all. The only way to know for sure is to install the client and try to find and enable the assets from the list. If it doesn't work, they don't support it.
Now for the latest update, you can use the Tron Network in Unstoppable Wallet.
It is already fully Integrated
Code:
TRON SUPPORT

In this release, we finally introduced full support for Tron blockchain. This has been one of the most requested features on our Githab and couldn't be postponed any further.

Unstoppable wallet users are now able to:

- store/send/receive TRX cryptocurrency
- import Tron wallets from other wallet apps
- store/send/receive tokens issued on the Tron blockchain

Expect native TRX staking ability in the coming releases. We might also integrate DEX swap for Tron assets if there is a significant demand for the feature.

Source: https://github.com/horizontalsystems/unstoppable-wallet-android/releases/tag/0.33.0

Did anyone try the timelock of this wallet? The lock can be cancelled or not?
I never tried timelock feature on Unstoppable wallet, and I couldn't find more information anywhere on their website.
My suggestion is to contact their support team, unless you are willing to experiment yourself with real coins.
Note that TimeLock in Unstoppable is Experimental feature and maximum amount is limited to 0.5 BTC.
This is indeed an experimental feature in Unstoppable Wallet.
and this Time Lock feature is also part of horizontalsystems Project for Bitcoin Kit.

Quote
hodler is a plugin to bitcoincore, that makes it possible to lock bitcoins until some time in the future. It relies on CHECKSEQUENCEVERIFY and Relative time-locks. It may be used with other forks of Bitcoin that support them. UnstooppableWallet opts in this plugin and enables it for Bitcoin as an experimental feature.

How it works
Quote
To lock funds we create P2SH output where redeem script has OP_CSV OpCode that ensures that the input has a proper Sequence Number(nSequence) field and that it enables a relative time-lock.

Source: https://github.com/horizontalsystems/bitcoin-kit-android/tree/master#hodler