public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] feature: Enhance privacy by change obfuscation
@ 2018-03-18  1:34 Damian Williamson
  2018-03-18  5:50 ` Evan Klitzke
  0 siblings, 1 reply; 5+ messages in thread
From: Damian Williamson @ 2018-03-18  1:34 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

Application: Bitcoin Core

Feature: Enhanced privacy by change obfuscation

Operation: Provide a user selectable 'Enhanced privacy' option for transaction creation, when true the transaction randomly distributes change across up to twenty output addresses (minimum five?), provided each output is not dust.

Suggestions: Perhaps limit the total random number of addresses to distribute to by change amount. Optionally: If necessary, additional inputs can be selected if available to increase change although consider if this may eventually result in a decrease in obfuscation in some cases when the outputs are spent.

Issues: Transaction cost will be higher for the initial spend with the change due to increased outputs and, possibly for later spending the change depending on the future spend amount(s) and the number of inputs required.

Argument: If transaction linkage is possible, it is still possible with the obfuscated change but, it is far more difficult to guess what was retained by the owner of the originating utxo's unless the new change outputs are spent together in the same transaction.


Regards,

Damian Williamson

[-- Attachment #2: Type: text/html, Size: 1798 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation
  2018-03-18  1:34 [bitcoin-dev] feature: Enhance privacy by change obfuscation Damian Williamson
@ 2018-03-18  5:50 ` Evan Klitzke
  2018-03-18  7:07   ` Damian Williamson
  2018-03-18 18:59   ` Eric Voskuil
  0 siblings, 2 replies; 5+ messages in thread
From: Evan Klitzke @ 2018-03-18  5:50 UTC (permalink / raw)
  To: Damian Williamson, Bitcoin Protocol Discussion


Damian Williamson via bitcoin-dev 
<bitcoin-dev@lists•linuxfoundation.org> writes:
> Operation: Provide a user selectable 'Enhanced privacy' option for
> transaction creation, when true the transaction randomly distributes
> change across up to twenty output addresses (minimum five?), provided
> each output is not dust.

This would be really expensive for the network due to the bloat in UTXO
size, a cost everyone has to pay for. Not to mention the fact that it
doesn't really seem that private, as the wallet is likely going to have
to rejoin those inputs in future transactions (and the user will have to
pay a high transaction fee as a result).

--
Evan Klitzke
https://eklitzke.org/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation
  2018-03-18  5:50 ` Evan Klitzke
@ 2018-03-18  7:07   ` Damian Williamson
  2018-03-18 18:59   ` Eric Voskuil
  1 sibling, 0 replies; 5+ messages in thread
From: Damian Williamson @ 2018-03-18  7:07 UTC (permalink / raw)
  To: Evan Klitzke, bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]

Alright, but even if two (or more) of the change outputs were linked in a future transaction, no-one can tell if they are still linked to your wallet or not unless there is also an additional re-used address on the new transaction input side that has also been previously linked to one of the inputs on the transaction creating the change.


Yes, I understand the additional cost but still thought it worthy of consideration.


Regards,

Damian Williamson

________________________________
From: Evan Klitzke <evan@eklitzke•org>
Sent: Sunday, 18 March 2018 4:50:34 PM
To: Damian Williamson; Bitcoin Protocol Discussion
Subject: Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation


Damian Williamson via bitcoin-dev
<bitcoin-dev@lists•linuxfoundation.org> writes:
> Operation: Provide a user selectable 'Enhanced privacy' option for
> transaction creation, when true the transaction randomly distributes
> change across up to twenty output addresses (minimum five?), provided
> each output is not dust.

This would be really expensive for the network due to the bloat in UTXO
size, a cost everyone has to pay for. Not to mention the fact that it
doesn't really seem that private, as the wallet is likely going to have
to rejoin those inputs in future transactions (and the user will have to
pay a high transaction fee as a result).

--
Evan Klitzke
https://eklitzke.org/

[-- Attachment #2: Type: text/html, Size: 2511 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation
  2018-03-18  5:50 ` Evan Klitzke
  2018-03-18  7:07   ` Damian Williamson
@ 2018-03-18 18:59   ` Eric Voskuil
  2018-04-01 14:37     ` Damian Williamson
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Voskuil @ 2018-03-18 18:59 UTC (permalink / raw)
  To: Evan Klitzke, Bitcoin Protocol Discussion

> This would be really expensive for the network due to the bloat in UTXO size, a cost everyone has to pay for.

Without commenting on the merits of this proposal, I’d just like to correct this common misperception. There is no necessary additional cost to the network from the count of unspent outputs. This perception arises from an implementation detail of particular node software. There is no requirement for redundant indexing of unspent outputs.

e

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation
  2018-03-18 18:59   ` Eric Voskuil
@ 2018-04-01 14:37     ` Damian Williamson
  0 siblings, 0 replies; 5+ messages in thread
From: Damian Williamson @ 2018-04-01 14:37 UTC (permalink / raw)
  To: Eric Voskuil, Evan Klitzke, Bitcoin Protocol Discussion

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

I note that Electrum v3.0.6 has an option to use multiple change addresses. It is off by default.


Regards,

Damian Williamson

________________________________
From: Eric Voskuil <eric@voskuil•org>
Sent: Monday, 19 March 2018 5:59:28 AM
To: Evan Klitzke; Bitcoin Protocol Discussion
Cc: Damian Williamson
Subject: Re: [bitcoin-dev] feature: Enhance privacy by change obfuscation

> This would be really expensive for the network due to the bloat in UTXO size, a cost everyone has to pay for.

Without commenting on the merits of this proposal, I’d just like to correct this common misperception. There is no necessary additional cost to the network from the count of unspent outputs. This perception arises from an implementation detail of particular node software. There is no requirement for redundant indexing of unspent outputs.

e

[-- Attachment #2: Type: text/html, Size: 1768 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-01 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-18  1:34 [bitcoin-dev] feature: Enhance privacy by change obfuscation Damian Williamson
2018-03-18  5:50 ` Evan Klitzke
2018-03-18  7:07   ` Damian Williamson
2018-03-18 18:59   ` Eric Voskuil
2018-04-01 14:37     ` Damian Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox