Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1W4Agb-00068z-L9 for bitcoin-development@lists.sourceforge.net; Fri, 17 Jan 2014 14:46:17 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of petertodd.org designates 62.13.149.81 as permitted sender) client-ip=62.13.149.81; envelope-from=pete@petertodd.org; helo=outmail149081.authsmtp.net; Received: from outmail149081.authsmtp.net ([62.13.149.81]) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1W4AgZ-0003yL-Aw for bitcoin-development@lists.sourceforge.net; Fri, 17 Jan 2014 14:46:17 +0000 Received: from mail-c235.authsmtp.com (mail-c235.authsmtp.com [62.13.128.235]) by punt18.authsmtp.com (8.14.2/8.14.2/) with ESMTP id s0HEk9H9084345; Fri, 17 Jan 2014 14:46:09 GMT Received: from petertodd.org (petertodd.org [174.129.28.249]) (authenticated bits=128) by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id s0HEk22K023407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 17 Jan 2014 14:46:05 GMT Date: Fri, 17 Jan 2014 09:46:02 -0500 From: Peter Todd To: Mike Hearn Message-ID: <20140117144601.GA8614@petertodd.org> References: <20140114225321.GT38964@giles.gnomon.org.uk> <20140116212805.GA4421@petertodd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Server-Quench: 17e286ee-7f86-11e3-b802-002590a15da7 X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCd2Yg0TA1ZNQRgX IjsJECJaVQIpKltL GxAVKBZePFsRUQkR aQdMdwUUElQaAgsB AmIbWlBeVFt7WWY7 ag1VcwRfa1RMVxto VEFWR1pVCwQmQhx5 c0UcUGJydQZCeHk+ Z0ZlW3YVXUMvd057 FxtJEjsOY3phaTUc TRJQdwFJcANIexZF O1F6ACIKLwdSbGoL NQ4vNDcwO3BTJTpY RgYVKF8UXXNDJSIx ThQeHX0GEUEfSj4o IgdO X-Authentic-SMTP: 61633532353630.1023:706 X-AuthFastPath: 0 (Was 255) X-AuthSMTP-Origin: 174.129.28.249/587 X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Spam-Score: -1.5 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_PASS SPF: sender matches SPF record X-Headers-End: 1W4AgZ-0003yL-Aw Cc: "bitcoin-development@lists.sourceforge.net" Subject: Re: [Bitcoin-development] Stealth Addresses X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 14:46:17 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 17, 2014 at 10:15:40AM +0100, Mike Hearn wrote: > I must say, this shed is mighty fine looking. It'd be a great place to > store our bikes. But, what colour should we paint it? I think we should paint it this colour: They had uncovered what seemed to be the side of a large coloured globule embedded in the substance. The colour, which resembled some of the bands in the meteor's strange spectrum, was almost impossible to describe; and it was only by analogy that they called it colour at all. Its texture was glossy, and upon tapping it appeared to promise both brittle ness and hollowness. One of the professors gave it a smart blow with a hammer, and it burst with a nervous little pop. Nothing was emitted, and all trace of the thing vanished with the puncturing. It left behind a hollow spherical space about three inches across, and all thought it probable that others would be discovered as the enclosing substance wasted away. I think it really gets to the core of my feelings about this naming discussion. > How about we split the difference and go with "privacy address"? As Peter > notes, that's what people actually like and want. The problem with stealth > is it's got strong connotations with American military hardware and perha= ps > thieves sneaking around in the night: >=20 > https://www.google.com/search?tbm=3Disch&q=3Dstealth WOW! AWESOME KICK-ASS PICS! Come to think of it, I could have called it "incognito addresses" - a term nice enough that Google and Firefox use it in their browsers - but what's done is done and any further discussion about this is just going to confuse the public. Remember that in the long run all this stuff will be hidden behind payment protocols anyway, and users *won't even know* that under the hood a stealth address is being used, making the name just a technical detail. For now though, lets use the good PR and get some early adopters on board. However, the term 'incognito' probably would be a good one to use within wallet software itself to describe what it's doing when the user clicks the "I want my transactions to be private" setting - there are after all fundemental bandwidth-privacy trade-offs in the threat model supposed by both prefix and bloom filters. In this instance the term isn't going to go away. Anyway, back to work: For the actual address format I strongly think we need to ensure that it can be upgrading in a backwards compatible way. This means we have to be able to add new fields - for instance if Gregory's ideas for different ways of doing the SPV-bait came to fruition. Given that "addresses" aren't something that should stay user-visible forever, thoughts on just making the actual data a protocol buffers object? Second question: Any performance figures yet on how efficient scanning the blockchain for matching transactions actually is? I'd like to get an idea soon for both desktop and smartphone wallets so we can figure out what kind of trade-offs users might be forced into in terms of prefix length. --=20 'peter'[:-1]@petertodd.org 0000000000000001c9b372ed519ecc6d41c10b42a7457d1ca5acd560a535596b --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBCAAGBQJS2UIpAAoJEBmcgzuo5/CFFoYIAMqfbkKEI3ljDJ7yejY86Yle 35+eGiSgzjZ/qjA+5Nq/66rLiGsXaJ3jNZypWI5n8338aX70P25MjKfz4jS6Xt4y e21SC3RbMQynfCjihk/ZMJhY9sw7MUnwdq9wqWncJ6AQMjC6VMbWuicLc9HFccuc kj8a+MDVUix/M/cuXzlYrWncii7jgSoWHnhJty3rzZu7rlzP1pTXofWmlE6LMUyb kQRGJoF/OsMIjkVU5p9drpyc5UY1UU8D8wm3MFt5Y0VMJ0wAWsO/iBFUma9vqwmZ SZQ3aS4qA15VQd8WIUjYZQpaHIBBMw8ofSdmIkcqnxxaxlG770tr27bWN8cg1b8= =hStk -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--