diff options
author | Mike Hearn <mike@plan99.net> | 2015-02-23 17:59:34 +0100 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2015-02-23 16:59:42 +0000 |
commit | f80d53c7801a71fe3f727dae6370bd94bd91594d (patch) | |
tree | 2d2d825dedda9e799d8d9d6fac3f04eb29279946 | |
parent | 741fecd5af18e6e1c7364865a7b344dd5e34cbfd (diff) | |
download | pi-bitcoindev-f80d53c7801a71fe3f727dae6370bd94bd91594d.tar.gz pi-bitcoindev-f80d53c7801a71fe3f727dae6370bd94bd91594d.zip |
Re: [Bitcoin-development] Bitcoin at POS using BIP70, NFC and offline payments - implementer feedback
-rw-r--r-- | e8/5ad67eab591af359cabd80a3220e8352b2302c | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/e8/5ad67eab591af359cabd80a3220e8352b2302c b/e8/5ad67eab591af359cabd80a3220e8352b2302c new file mode 100644 index 000000000..47e617819 --- /dev/null +++ b/e8/5ad67eab591af359cabd80a3220e8352b2302c @@ -0,0 +1,87 @@ +Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] + helo=mx.sourceforge.net) + by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <mh.in.england@gmail.com>) id 1YPwMA-0004fJ-0n + for bitcoin-development@lists.sourceforge.net; + Mon, 23 Feb 2015 16:59:42 +0000 +Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com + designates 209.85.212.180 as permitted sender) + client-ip=209.85.212.180; envelope-from=mh.in.england@gmail.com; + helo=mail-wi0-f180.google.com; +Received: from mail-wi0-f180.google.com ([209.85.212.180]) + by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1YPwM8-0006EU-Tz + for bitcoin-development@lists.sourceforge.net; + Mon, 23 Feb 2015 16:59:42 +0000 +Received: by mail-wi0-f180.google.com with SMTP id h11so19049479wiw.1 + for <bitcoin-development@lists.sourceforge.net>; + Mon, 23 Feb 2015 08:59:34 -0800 (PST) +MIME-Version: 1.0 +X-Received: by 10.194.93.134 with SMTP id cu6mr23548531wjb.79.1424710774877; + Mon, 23 Feb 2015 08:59:34 -0800 (PST) +Sender: mh.in.england@gmail.com +Received: by 10.194.188.11 with HTTP; Mon, 23 Feb 2015 08:59:34 -0800 (PST) +In-Reply-To: <20150223150937.GA7987@odo.localdomain> +References: <20150222190839.GA18527@odo.localdomain> + <54EA5A1C.2020701@AndySchroder.com> + <20150223150937.GA7987@odo.localdomain> +Date: Mon, 23 Feb 2015 17:59:34 +0100 +X-Google-Sender-Auth: Mt8yJDMMgWywtPWy6yKxuukHPsg +Message-ID: <CANEZrP0qHMFpDUbmkqxHhXVee32+wAcYWV4O6=u5qCtRsAem0A@mail.gmail.com> +From: Mike Hearn <mike@plan99.net> +To: Jan Vornberger <jan@uos.de> +Content-Type: multipart/alternative; boundary=047d7bb7092ca4f4d5050fc45312 +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: 1YPwM8-0006EU-Tz +Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] Bitcoin at POS using BIP70, + NFC and offline payments - implementer feedback +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: Mon, 23 Feb 2015 16:59:42 -0000 + +--047d7bb7092ca4f4d5050fc45312 +Content-Type: text/plain; charset=UTF-8 + +> +> At the moment I'm also modifying BitPay's memo field to contain 'ack', as +> Andreas' wallet otherwise reports a failure if I transmit the original via +> Bluetooth. :-) +> + +Huh? + +--047d7bb7092ca4f4d5050fc45312 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote"><blo= +ckquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #c= +cc solid;padding-left:1ex">At the moment I'm also=C2=A0modifying BitPay= +'s memo field to contain 'ack', as Andreas' wallet=C2=A0oth= +erwise reports a failure if I transmit the original via Bluetooth. :-)<br><= +/blockquote><div><br></div><div>Huh?</div></div></div></div> + +--047d7bb7092ca4f4d5050fc45312-- + + |