Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VnUNs-0001PQ-Ad for bitcoin-development@lists.sourceforge.net; Mon, 02 Dec 2013 14:22:00 +0000 X-ACL-Warn: Received: from mail-wi0-f181.google.com ([209.85.212.181]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1VnUNr-00058A-Ba for bitcoin-development@lists.sourceforge.net; Mon, 02 Dec 2013 14:22:00 +0000 Received: by mail-wi0-f181.google.com with SMTP id hq4so4861692wib.14 for ; Mon, 02 Dec 2013 06:21:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=rpQ/fRKLPkCSo1nCNOH3AlPGRXuAt9mMgSiW8HjyrII=; b=i4JTofWUCP0RL9NOl//uE0QC+RksUcLyDTG0QPE6WinuheteURl18jCo/VLe3csGqc bVXPzdMeiYhNdXdA6o8JjxWa6kHXsaCphIBBs5jLAh4x4XSMPcnoiQelNG7SOXeA50mq VnbUCH76KGXzrlaOEQ6sBVgW5oWl600soKaGoPc8A5hYF639blF07yMZg2oAlqTOzdZx nfzzZ6uopBOou6yHM/rUZs36RNdAbeq97E46Yu0Iqq0difATpfDyxONZMevIFv3nT9XQ c47G+vSxxV4vtAvSyWGdQdjjqXCrAV8I5DD1ExkXf+2sRM9vMI01xR0CXO0cp7SAwq3r J+UA== X-Gm-Message-State: ALoCoQkm2Of3ARgTV3TuVVJxvaTWiSYDXMFWuvZ9b2Sgv/4+a4vCaTo060mF0bBo1Cf7hN5c/zvj X-Received: by 10.195.13.234 with SMTP id fb10mr2110980wjd.50.1385992500838; Mon, 02 Dec 2013 05:55:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.195.18.40 with HTTP; Mon, 2 Dec 2013 05:54:30 -0800 (PST) X-Originating-IP: [124.171.135.157] In-Reply-To: <39921E12-B411-4430-9D56-04F53906B109@plan99.net> References: <5E4597E4-C1C7-4536-8CF0-82EDD7715DAB@plan99.net> <39921E12-B411-4430-9D56-04F53906B109@plan99.net> From: Patrick Mead Date: Tue, 3 Dec 2013 00:24:30 +1030 Message-ID: To: bitcoin-development@lists.sourceforge.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: plan99.net] X-Headers-End: 1VnUNr-00058A-Ba Subject: Re: [Bitcoin-development] Floating fees and SPV clients 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, 02 Dec 2013 14:22:00 -0000 First time posting to this mailing list so feel free to ignore me if this is a stupid idea. On Mon, Dec 2, 2013 at 3:49 AM, Mike Hearn wrote: > > We need to get away from the notion of senders attaching fees anyway. Thi= s is the wrong > way around because it=E2=80=99s the recipient who cares about double spen= ding risk, not the sender. > It seems to me that a common problem currently revolves around accepting transactions in retail scenarios, such as paying for a sandwich from Subway. A solution could be to give the vendor responsibility for setting the fee, which means they can choose the trade-off that works best for them in terms of fee size vs. speed of processing. Idea: Add a "fee" parameter to the payment URI specification. When processing the transaction, the customer's UI should show only the total price, including both the transfer amount and the fee. The vendor only accepts the transaction if the customer uses the right amount and fee. If the fee is too small (for example, the user might be using an older wallet and has selected a fee of zero), the vendor can issue a refund transaction immediately and tell the user to try again. Pros: - could easily be implemented immediately - old wallets would still be supported by just manually entering the fee as users do now - no greater risk of double spending on either side - maintains the distributed nature of the system - relies on humans to judge the fee (who are much less likely to spiral infinitely upwards) - flexible enough to support varying sizes of transaction and varying degrees of security Cons - requires the vendor to have sufficient understanding of Bitcoin to make the trade-off - doesn't solve the problem of selecting a fee for transactions between individuals/laymen - doesn't solve fee selection for automated transactions such as mixing/de/refragmentation Thoughts?