Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id C410589E for ; Mon, 26 Oct 2015 12:12:04 +0000 (UTC) X-Greylist: delayed 13:23:47 by SQLgrey-1.7.6 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 6351E118 for ; Mon, 26 Oct 2015 12:12:04 +0000 (UTC) Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 50C29C5A49 for ; Mon, 26 Oct 2015 13:12:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id I5Hc8e71uWAT for ; Mon, 26 Oct 2015 13:12:01 +0100 (CET) X-Originating-IP: 109.151.248.172 Received: from Williams-Air.home (host109-151-248-172.range109-151.btcentralplus.com [109.151.248.172]) (Authenticated sender: email@willwhite.uk) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 9D6EAC5A54 for ; Mon, 26 Oct 2015 13:12:00 +0100 (CET) From: Will White To: bitcoin-dev@lists.linuxfoundation.org Message-ID: <562E1893.2070209@willwhite.uk> Date: Mon, 26 Oct 2015 12:12:03 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Tue, 27 Oct 2015 00:10:24 +0000 Subject: [bitcoin-dev] Bitcoin URI for multiple addresses without using URLs 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: Mon, 26 Oct 2015 12:12:04 -0000 Dear bitcoin-dev, I'm making a website to tell my bitcoin wallet program to donate to more than one address at a time. BIP71 needs me to include a URL to do this, and then the wallet has to find out the information from the URL. I'd prefer to just send my wallet a URI with all the information it needs to make the donations. Please would you tell me if this idea is BIP-able? Will