summaryrefslogtreecommitdiff
path: root/27/bab509027f90e41470a0929a903251504ef755
blob: 8b9a7bdb6c1bbcc7278f78ef84194e6e81affe98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Return-Path: <email@willwhite.uk>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id C410589E
	for <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 26 Oct 2015 13:12:00 +0100 (CET)
From: Will White <email@willwhite.uk>
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 <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=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