Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 772AFACB for ; Fri, 17 Jul 2015 02:57:52 +0000 (UTC) X-Greylist: delayed 00:31:43 by SQLgrey-1.7.6 Received: from bitcoin.co.th (support.bitcoin.co.th [162.213.249.178]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id BFF59150 for ; Fri, 17 Jul 2015 02:57:51 +0000 (UTC) Received: from node-n84.pool-101-108.dynamic.totbb.net ([101.108.117.148]:19727 helo=[192.168.1.174]) by server1.advancedstyle.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZFvLh-0000z6-6W for bitcoin-dev@lists.linuxfoundation.org; Thu, 16 Jul 2015 22:26:05 -0400 Message-ID: <55A867B9.202@bitcoin.co.th> Date: Fri, 17 Jul 2015 09:26:01 +0700 From: "David Barnes | Bitcoin Co. Ltd." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: bitcoin-dev@lists.linuxfoundation.org Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.advancedstyle.com X-AntiAbuse: Original Domain - lists.linuxfoundation.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bitcoin.co.th X-Get-Message-Sender-Via: server1.advancedstyle.com: authenticated_id: david.barnes@bitcoin.co.th X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [bitcoin-dev] BIP0074 Draft (Dynamic Rate Lookup) X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 02:57:52 -0000 Please take a look at my BIP0074 draft proposal (this is my first one so may be incorrectly formatted) https://github.com/bitcoincoltd/bips/blob/master/bip-0074.mediawiki This proposal will make it possible for a simpler form of Bitcoin payment at physical shop locations. Currently when making a Bitcoin payment at a shop the merchant needs to have an app of some kind so that they can calculate the amount of bitcoins you need to pay them to cover your purchase (of for example: $9.99). The problem is that many employees are not properly trained on the Bitcoin app, or the owner is the one with the app and he is often not there. When visiting "Bitcoin Accepting" estabishments you will often run into this problem. The businesses often don't get enough Bitcoin business to warrant training sessions or dedicate hardware to run the app= =2E A simpler way to accept payments would be for the merchant to have a fixed QR code, and no app at all. However a printed QR code can't calculate any exchange rates, and so it would be up to the customer to choose how much to pay. This can be result in some problems as the customer may be using their default wallet exchange rates, or their preferred international exchange. While the merchant may be actually using a local exchange or service to exchange the coins to local currency, and there may be some discrepancy between what the customer thinks the rate should be and what the merchant thinks the rate should be. Enter BIP0074, so that the merchant can specify which exchange rates they are using, and the customer and then look up the rates from this source and pay according to these rates. David Barnes