Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Xy1eU-0007CK-5o for bitcoin-development@lists.sourceforge.net; Mon, 08 Dec 2014 16:59:14 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.212.179 as permitted sender) client-ip=209.85.212.179; envelope-from=mh.in.england@gmail.com; helo=mail-wi0-f179.google.com; Received: from mail-wi0-f179.google.com ([209.85.212.179]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Xy1eS-00053N-PW for bitcoin-development@lists.sourceforge.net; Mon, 08 Dec 2014 16:59:14 +0000 Received: by mail-wi0-f179.google.com with SMTP id ex7so5419134wid.6 for ; Mon, 08 Dec 2014 08:59:06 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.76.239 with SMTP id n15mr18338522wiw.66.1418057946735; Mon, 08 Dec 2014 08:59:06 -0800 (PST) Sender: mh.in.england@gmail.com Received: by 10.194.188.9 with HTTP; Mon, 8 Dec 2014 08:59:06 -0800 (PST) In-Reply-To: <20141208161514.6C492E1B59B@quidecco.de> References: <54760A50.201@riseup.net> <20141127020947.A13D2E19A09@quidecco.de> <20141208161514.6C492E1B59B@quidecco.de> Date: Mon, 8 Dec 2014 17:59:06 +0100 X-Google-Sender-Auth: bMlElvLdJH88xR6T6o4gpx2uc08 Message-ID: From: Mike Hearn To: Isidor Zeuner Content-Type: multipart/alternative; boundary=f46d043749b32faa800509b7586e X-Spam-Score: -0.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 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (mh.in.england[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1Xy1eS-00053N-PW Cc: Bitcoin Development Subject: Re: [Bitcoin-development] Deanonymisation of clients in Bitcoin P2P network paper 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: Mon, 08 Dec 2014 16:59:14 -0000 --f46d043749b32faa800509b7586e Content-Type: text/plain; charset=UTF-8 > > Finally, distributors of consumer wallets can use this research in > order to distribute their wallet with policies which may be less prone > to Tor-specific attacks. Or leave this out altogether if their > audience has different expectations for connecting to Bitcoin. > Sure. I guess there will be wallets for all kinds of people in future, sharing a common core that they can customise (this is certainly the vision and general direction for bitcoinj, and it's working out OK). To clarify, my comments above were for mainstream granny-focused wallets. Wallets designed for crypto geeks can and should expose all the knobs to let people run wild. One possible direction to go is to use Tor for writing to the network and use general link encryption and better Bloom filtering for reading it. Thus new transactions would pop out of Tor exits, but there isn't much they can do that's malicious there except mutate them or block them entirely. If you insert the same transaction into the P2P network via say 10 randomly chosen exits, the worst a malicious mutator can do is race the real transaction and that's no different to a malicious P2P node. Even in a world where an attacker has DoS-banned a lot of nodes and now controls your TX submission path entirely, it's hard to see how it helps them. The nice thing about the above approach is that it solves the latency problems. Startup speed is really an issue for reading from the network: just syncing the block chain is already enough of a speed hit without adding consensus sync as well. But if you're syncing the block chain via the clearnet you can connect to Tor in parallel so that by the time the user has scanned a QR code, verified the details on the screen and then pressed the Pay button, you have a warm connection and can upload the TX through that. It reduces the level of startup time optimisation needed, although Tor consensus download is still too slow even to race a QR code scan at the moment. I think tuning the consensus caching process and switching to a fresh one on the fly might be the way to go. When BIP70 is in use, you wouldn't write the tx to the network yourself but you could download the PaymentRequest and upload the Payment message via an SSLd Tor connection to the merchant. Then malicious exits can only DoS you but not do anything else so there's no need for multiple exit paths simultaneously. --f46d043749b32faa800509b7586e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Finally, distributors of consumer wallets can us= e this research in
order to distribute their wallet with policies which may be less prone
to Tor-specific attacks. Or leave this out altogether if their
audience has different expectations for connecting to Bitcoin.

Sure. I guess there will be wallets for all kinds o= f people in future, sharing a common core that they can customise (this is = certainly the vision and general direction for bitcoinj, and it's worki= ng out OK).

To clarify, my comments above were for= mainstream granny-focused wallets. Wallets designed for crypto geeks can a= nd should expose all the knobs to let people run wild.
=C2=A0
One possible direction to go is to use Tor for writing to the networ= k and use general link encryption and better Bloom filtering for reading it= . Thus new transactions would pop out of Tor exits, but there isn't muc= h they can do that's malicious there except mutate them or block them e= ntirely. If you insert the same transaction into the P2P network via say 10= randomly chosen exits, the worst a malicious mutator can do is race the re= al transaction and that's no different to a malicious P2P node. Even in= a world where an attacker has DoS-banned a lot of nodes and now controls y= our TX submission path entirely, it's hard to see how it helps them.

The nice thing about the above approach is that it s= olves the latency problems. Startup speed is really an issue for reading fr= om the network: just syncing the block chain is already enough of a speed h= it without adding consensus sync as well. But if you're syncing the blo= ck chain via the clearnet you can connect to Tor in parallel so that by the= time the user has scanned a QR code, verified the details on the screen an= d then pressed the Pay button, you have a warm connection and can upload th= e TX through that. It reduces the level of startup time optimisation needed= , although Tor consensus download is still too slow even to race a QR code = scan at the moment. I think tuning the consensus caching process and switch= ing to a fresh one on the fly might be the way to go.

<= div>When BIP70 is in use, you wouldn't write the tx to the network your= self but you could download the PaymentRequest and upload the Payment messa= ge via an SSLd Tor connection to the merchant. Then malicious exits can onl= y DoS you but not do anything else so there's no need for multiple exit= paths simultaneously.


=
--f46d043749b32faa800509b7586e--