BitShares Forum

Main => General Discussion => Topic started by: BitsharesLabs on April 27, 2020, 02:09:25 am

Title: How to send blind transactions?
Post by: BitsharesLabs on April 27, 2020, 02:09:25 am
Is there a way to send blind transactions?

Where is the implementation of TITAN?


Quote
With TITAN (Transfer Invisibly to Any Name) we have provided one layer of protection: generating a unique address for every transfer. Unlike Bitcoin, BitShares uses named accounts which makes it easier to remember and share your account name. TITAN only keeps your transaction history private, with no link to your account name, to 3rd parties. The parties to the transaction know the balance address and account name are linked. - Bytemaster's blog 12/23/2014 (https://bytemaster.github.io/article/2014/12/23/How-to-Maintain-Privacy-with-BitShares/)
Title: Re: How to send blind transactions?
Post by: sschiessl on April 27, 2020, 04:47:10 am
Is there a way to send blind transactions?

Where is the implementation of TITAN?


Quote
With TITAN (Transfer Invisibly to Any Name) we have provided one layer of protection: generating a unique address for every transfer. Unlike Bitcoin, BitShares uses named accounts which makes it easier to remember and share your account name. TITAN only keeps your transaction history private, with no link to your account name, to 3rd parties. The parties to the transaction know the balance address and account name are linked. - Bytemaster's blog 12/23/2014 (https://bytemaster.github.io/article/2014/12/23/How-to-Maintain-Privacy-with-BitShares/)

Blind transfers are possible, not implemented in UI. I think DEEX had an implementation.
Title: Re: How to send blind transactions?
Post by: BitsharesLabs on April 27, 2020, 07:03:45 am
Thank Stefan. Would be great if that is on the UI. I believe the option for now is via the CLI?
Title: Re: How to send blind transactions?
Post by: xeroc on April 27, 2020, 07:19:23 am
TITAN was a concept of bitshares 1.
Title: Re: How to send blind transactions?
Post by: BitsharesLabs on April 27, 2020, 07:36:25 am
Can one use the Command Line Interface to do a blind transfer?
Title: Re: How to send blind transactions?
Post by: abit on April 27, 2020, 01:48:56 pm
Can one use the Command Line Interface to do a blind transfer?
https://github.com/bitshares/bitshares-core/wiki/StealthTransfers
Title: Re: How to send blind transactions?
Post by: BitsharesLabs on April 27, 2020, 02:38:52 pm
Can one use the Command Line Interface to do a blind transfer?
https://github.com/bitshares/bitshares-core/wiki/StealthTransfers

Thanks abit