diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-09-23 18:21:04 +0200 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2011-09-23 16:21:19 +0000 |
commit | 84c565ea713a8fe5178dfd2d2b2a8dfea1300db0 (patch) | |
tree | 34728a7f84922a905fd86d7238b4bffff9b44045 | |
parent | 168e13bd6700a2fa44739a14bc720d90490d6d91 (diff) | |
download | pi-bitcoindev-84c565ea713a8fe5178dfd2d2b2a8dfea1300db0.tar.gz pi-bitcoindev-84c565ea713a8fe5178dfd2d2b2a8dfea1300db0.zip |
[Bitcoin-development] Beyond IP transactions: towards a bitcoin payment protocol
-rw-r--r-- | 3d/84c4f430af77086249f3910a7888081d342d9e | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/3d/84c4f430af77086249f3910a7888081d342d9e b/3d/84c4f430af77086249f3910a7888081d342d9e new file mode 100644 index 000000000..70b70ee04 --- /dev/null +++ b/3d/84c4f430af77086249f3910a7888081d342d9e @@ -0,0 +1,85 @@ +Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] + helo=mx.sourceforge.net) + by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <sipa@ulyssis.org>) id 1R78V5-00082R-IJ + for bitcoin-development@lists.sourceforge.net; + Fri, 23 Sep 2011 16:21:19 +0000 +X-ACL-Warn: +Received: from rhcavuit01.kulnet.kuleuven.be ([134.58.240.129] + helo=cavuit01.kulnet.kuleuven.be) + by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.76) + id 1R78V2-0002ng-Jf for bitcoin-development@lists.sourceforge.net; + Fri, 23 Sep 2011 16:21:19 +0000 +X-KULeuven-Envelope-From: sipa@ulyssis.org +X-Spam-Status: not spam, SpamAssassin (not cached, score=-48.798, required 5, + autolearn=disabled, DKIM_ADSP_CUSTOM_MED 0.00, + FREEMAIL_FROM 0.00, KUL_SMTPS -50.00, NML_ADSP_CUSTOM_MED 1.20) +X-KULeuven-Scanned: Found to be clean +X-KULeuven-ID: 3EFB213802B.A86F0 +X-KULeuven-Information: Katholieke Universiteit Leuven +Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be + [134.58.240.75]) + by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id 3EFB213802B + for <bitcoin-development@lists.sourceforge.net>; + Fri, 23 Sep 2011 18:21:04 +0200 (CEST) +Received: from smtp.ulyssis.org (mail.ulyssis.student.kuleuven.be + [193.190.253.235]) + by smtps02.kuleuven.be (Postfix) with ESMTP id 254BFF3862 + for <bitcoin-development@lists.sourceforge.net>; + Fri, 23 Sep 2011 18:21:04 +0200 (CEST) +Received: from wop.ulyssis.org (wop.intern.ulyssis.org [192.168.0.182]) + by smtp.ulyssis.org (Postfix) with ESMTP id A533B1000F + for <bitcoin-development@lists.sourceforge.net>; + Fri, 23 Sep 2011 18:26:04 +0200 (CEST) +Received: by wop.ulyssis.org (Postfix, from userid 615) + id 12F7387C1AC; Fri, 23 Sep 2011 18:21:04 +0200 (CEST) +Date: Fri, 23 Sep 2011 18:21:04 +0200 +X-Kuleuven: This mail passed the K.U.Leuven mailcluster +From: Pieter Wuille <pieter.wuille@gmail.com> +To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Message-ID: <20110923162102.GA13532@ulyssis.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +X-PGP-Key: http://sipa.ulyssis.org/pubkey.asc +User-Agent: Mutt/1.5.20 (2009-06-14) +X-Spam-Score: 1.2 (+) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider + (pieter.wuille[at]gmail.com) + 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is + CUSTOM_MED 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, + and not from a mailing list + 0.0 AWL AWL: From: address is in the auto white-list +X-Headers-End: 1R78V2-0002ng-Jf +Subject: [Bitcoin-development] Beyond IP transactions: towards a bitcoin + payment protocol +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: Fri, 23 Sep 2011 16:21:19 -0000 + +Hello everyone, + +here is an idea i've bean writing up: https://gist.github.com/1237788 + +I hope it can start some discussion about moving away from static bitcoin addresses +as descriptions for transactions. I suppose it's a candidate for a BIP/BEPS/BFC/..., +but as things don't seem to have been decided completely about those, I put it in a +Gist. + +Please, comment. + +-- +Pieter + + |