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
70
71
72
73
74
75
76
77
78
79
|
Return-Path: <dkbryant@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 6F548B13
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 15 Jul 2015 08:26:25 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com
[209.85.223.175])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id EA7CA7C
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 15 Jul 2015 08:26:24 +0000 (UTC)
Received: by iecuq6 with SMTP id uq6so28525243iec.2
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 15 Jul 2015 01:26:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:reply-to:in-reply-to:references:date:message-id
:subject:from:to:content-type;
bh=TCQCA0jBHj/aDSdeC3eD6aSM7zDpcM8/1eiv/0WNBTU=;
b=H5Oz9QxYJaL9tUyxF7x51hgAnQemjvanDNRUEjIHfAPZuQkhF+igXlw0eo2IXwMH6+
gTLVcyYAU2F+jk9PzXuRdTOEqtLB6nnsptmjiIQoOkjYsyh8R5T2KusSN3Ml04jo7aI/
TY87HJoOPYxHO304e7ZLv46Ed87+lq98x5rnKtFUxYN9xpo3aiZE6+DSiyEv1IUIEX5J
K4BLmkcIhbPKW67gAFnJuo55Xli4tvqzIh8aUfWSCZjNhpsomOxZzH6bgTPoKb0yiQHD
FYDsLcpB3w/TI6sqSlT8TMPEFj2o5+RvlOf/bgNdxyJMxMnjoXLmaW27+F8AObabzm0B
UBdQ==
MIME-Version: 1.0
X-Received: by 10.107.32.73 with SMTP id g70mr3684451iog.23.1436948784398;
Wed, 15 Jul 2015 01:26:24 -0700 (PDT)
Received: by 10.107.17.212 with HTTP; Wed, 15 Jul 2015 01:26:24 -0700 (PDT)
Reply-To: DKBryant@gmail.com
In-Reply-To: <CAAUFj11AM3eCX=GDn6384qCi8yKX1jMDF-Jaw2SGemm_HSis9A@mail.gmail.com>
References: <CAAUFj10D37A1kfqFNPWz6bOMYSFXQbecJ+RxxOnw6HtwUg70mg@mail.gmail.com>
<CAOG=w-swH-_cD00Xy5yCN7LebeQSh-oG0gXFM6LxNSDwQZ64Tw@mail.gmail.com>
<20150703215658.GC5916@muck>
<CAAUFj11AM3eCX=GDn6384qCi8yKX1jMDF-Jaw2SGemm_HSis9A@mail.gmail.com>
Date: Wed, 15 Jul 2015 03:26:24 -0500
Message-ID: <CAAUFj13BywG8jB=bXDSx15Zdj4QS8ebfd7bTvUxtxC1yL_rFSQ@mail.gmail.com>
From: Dan Bryant <dkbryant@gmail.com>
To: bitcoin-dev@lists.linuxfoundation.org
Content-Type: text/plain; charset=UTF-8
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] REQ BIP # / Discuss - Sweep incoming unconfirmed
transactions with a bounty.
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: Wed, 15 Jul 2015 08:26:25 -0000
Offering a bounty for this feature
Specifically...
Anyone who can put a CPFP transaction creation feature into any wallet
featured on the bitcoin homepage (ref1) can claim this bounty. The
funds are being raised by donation. The funds will be dispersed from
the following address when the bounty is claimed:
3FEUByMeaxrNmBCVYjvsnhyAjiUdat5i7M
Currently there isn't much in there, but I welcome angels to fill the bucket.
Here's proof that the multisig address is not 1 of 1:
https://bitcointalk.org/index.php?topic=1122956.0
Bounty announce: https://bitcointalk.org/index.php?topic=1123464.0
ref1: https://bitcoin.org/en/choose-your-wallet
|