diff options
author | Roy Badami <roy@gnomon.org.uk> | 2013-07-31 09:45:39 +0100 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2013-07-31 09:25:28 +0000 |
commit | 585088a58707fbfe03069c41defdb5f80a396c0e (patch) | |
tree | c527c70071c8ee95fd309bf49fc05a553f5ef391 | |
parent | 3f6342468766b95d2b8f5dcb5e4b26579a27c9f5 (diff) | |
download | pi-bitcoindev-585088a58707fbfe03069c41defdb5f80a396c0e.tar.gz pi-bitcoindev-585088a58707fbfe03069c41defdb5f80a396c0e.zip |
Re: [Bitcoin-development] Payment Protocol: BIP 70, 71, 72
-rw-r--r-- | da/b0bdf917f917c2e91d64b1f45803282fc1431c | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/da/b0bdf917f917c2e91d64b1f45803282fc1431c b/da/b0bdf917f917c2e91d64b1f45803282fc1431c new file mode 100644 index 000000000..953bcf34b --- /dev/null +++ b/da/b0bdf917f917c2e91d64b1f45803282fc1431c @@ -0,0 +1,77 @@ +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 <roy@gnomon.org.uk>) id 1V4Seu-0000PQ-QL + for bitcoin-development@lists.sourceforge.net; + Wed, 31 Jul 2013 09:25:28 +0000 +Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gnomon.org.uk + designates 93.93.131.22 as permitted sender) + client-ip=93.93.131.22; envelope-from=roy@gnomon.org.uk; + helo=darla.gnomon.org.uk; +Received: from darla.gnomon.org.uk ([93.93.131.22]) + by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) + (Exim 4.76) id 1V4Ses-00028b-Rq + for bitcoin-development@lists.sourceforge.net; + Wed, 31 Jul 2013 09:25:28 +0000 +Received: from darla.gnomon.org.uk (localhost.gnomon.org.uk [127.0.0.1]) + by darla.gnomon.org.uk (8.14.3/8.14.3) with ESMTP id r6V8jdAh029094 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); + Wed, 31 Jul 2013 09:45:44 +0100 (BST) + (envelope-from roy@darla.gnomon.org.uk) +X-Virus-Status: Clean +X-Virus-Scanned: clamav-milter 0.95.3 at darla.gnomon.org.uk +Received: (from roy@localhost) + by darla.gnomon.org.uk (8.14.3/8.14.1/Submit) id r6V8jdRt029093; + Wed, 31 Jul 2013 09:45:39 +0100 (BST) (envelope-from roy) +Date: Wed, 31 Jul 2013 09:45:39 +0100 +From: Roy Badami <roy@gnomon.org.uk> +To: Gavin Andresen <gavinandresen@gmail.com> +Message-ID: <20130731084538.GL16713@giles.gnomon.org.uk> +References: <CABsx9T0Ly67ZNJhoRQk0L9Q0-ucq3e=24b5Tg6GRKspRKKtP-g@mail.gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <CABsx9T0Ly67ZNJhoRQk0L9Q0-ucq3e=24b5Tg6GRKspRKKtP-g@mail.gmail.com> +User-Agent: Mutt/1.5.20 (2009-06-14) +X-Spam-Score: -3.0 (---) +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_HELO_PASS SPF: HELO matches SPF record + -0.0 SPF_PASS SPF: sender matches SPF record + -1.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay + domain +X-Headers-End: 1V4Ses-00028b-Rq +Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] Payment Protocol: BIP 70, 71, 72 +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Wed, 31 Jul 2013 09:25:28 -0000 + +On Wed, Jul 31, 2013 at 04:28:25PM +1000, Gavin Andresen wrote: +> I've turned the preliminary payment protocol spec into three BIPs: +> +> https://en.bitcoin.it/wiki/BIP_0070 : Network protocol / messages +> https://en.bitcoin.it/wiki/BIP_0071 : MIME types for the messages +> https://en.bitcoin.it/wiki/BIP_0072 : bitcoin: URI extension + + +Is it envisaged to be possible/sensible to have a URI that is *only* a +payment request? i.e. something like the following (although I'm not +sure this is a valid URI): + +bitcoin:?request=https%3A%2F%2Fmerchant.com%2Fpay.php%3Fh%3D2a8628fc2fbe + +roy + + |