summaryrefslogtreecommitdiff
path: root/35/67cd02ae22e6857872d84b8c3ccc1b8900891f
blob: b94ff7d734b4065f22b5af53ef39965f6171993d (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Return-Path: <michabailey@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 135D73C8
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 30 Jul 2015 23:01:41 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
	[209.85.212.181])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7FD90E0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 30 Jul 2015 23:01:40 +0000 (UTC)
Received: by wicgb10 with SMTP id gb10so10652880wic.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 30 Jul 2015 16:01:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=7wYxRPPIw6eFGmBWTYDq51IY0w5vh49zCOqpJEzSidE=;
	b=pe/4+2EZFS8x8JbWfV2mWdwLWttMkrYaNNOHAkX0B08fi1nsJDGtmw9KAeGPRNW3Dd
	+cDm+9bpjyqkILK/UmVjc3Sy+uKljT0DGcLZfNmauO1CX+FDOCiDWd1GyuxlfKmgTUxS
	U25nxv0SuVFxnJo1rwNseDDJk+vOOVrESlr2m2qrMmzYFCSm0kvUcbBAMfMG+OP8/rk6
	M5SY8/6pJZdhGV/mZ0OrsIpY10MVelW2cUvbnBkk44+HX6VqKVItlWl1YuDDTnPyDD42
	q+YXgnMNSm2AmMWscVUe4Pq+1XdZeJ5jLMsMLGw8yAFXi/PQPdV1RQLhbq3nq1znEAPg
	y0BA==
X-Received: by 10.180.39.163 with SMTP id q3mr267888wik.82.1438297299135; Thu,
	30 Jul 2015 16:01:39 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.32.132 with HTTP; Thu, 30 Jul 2015 16:00:59 -0700 (PDT)
In-Reply-To: <6DA19C0F-EFBD-4C38-B2FD-1DD0A40F11D4@coincadence.com>
References: <mailman.3587.1438280185.1480.bitcoin-dev@lists.linuxfoundation.org>
	<6DA19C0F-EFBD-4C38-B2FD-1DD0A40F11D4@coincadence.com>
From: Micha Bailey <michabailey@gmail.com>
Date: Fri, 31 Jul 2015 02:00:59 +0300
Message-ID: <CAAmoQf2mZrytwT7ptpSG-vK-yqEXrZGUb6TRrTYPADmk5Q9nGg@mail.gmail.com>
To: Ian Treibick <ian@coincadence.com>
Content-Type: multipart/alternative; boundary=001a11c3544a98b264051c1faffc
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,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
Cc: bitcoin-dev@lists.linuxfoundation.org
Subject: Re: [bitcoin-dev] LockUnspent not working, bug?
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: Thu, 30 Jul 2015 23:01:41 -0000

--001a11c3544a98b264051c1faffc
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

RTFM: `help lockunspent`. The boolean parameter is whether or not the UTXO
should be available.

On Thu, Jul 30, 2015 at 11:43 PM, Ian Treibick via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:

> My first post to the list, not sure this is the right place, let me know
> if it is better to open an issue on GitHub.
>
> This is occurring on OS X with Satoshi 0.11.0, the TXID and vout belong t=
o
> the wallet:
>
> command: lockunspent true "[ { \"txid\":
> \"fd697746c67f68a206bb7377fd40f35d146cc5821883e4c4b6cbf82b48e62a13\",
> \"vout\": 1 } ]"
> output: true
> command: listlockunspent
> Output:=EF=BF=BC
> [
> ]
>
> Additionally after locking the TX with lockunspent I am able to spend it
> from the wallet.
>
> Cheers,
>
> Ian
>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
>

--001a11c3544a98b264051c1faffc
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">RTFM: `help lockunspent`. The boolean parameter is whether=
 or not the UTXO should be available.</div><div class=3D"gmail_extra"><br><=
div class=3D"gmail_quote">On Thu, Jul 30, 2015 at 11:43 PM, Ian Treibick vi=
a bitcoin-dev <span dir=3D"ltr">&lt;<a href=3D"mailto:bitcoin-dev@lists.lin=
uxfoundation.org" target=3D"_blank">bitcoin-dev@lists.linuxfoundation.org</=
a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0=
 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My first post to the=
 list, not sure this is the right place, let me know if it is better to ope=
n an issue on GitHub.<br>
<br>
This is occurring on OS X with Satoshi 0.11.0, the TXID and vout belong to =
the wallet:<br>
<br>
command: lockunspent true &quot;[ { \&quot;txid\&quot;: \&quot;fd697746c67f=
68a206bb7377fd40f35d146cc5821883e4c4b6cbf82b48e62a13\&quot;, \&quot;vout\&q=
uot;: 1 } ]&quot;<br>
output: true<br>
command: listlockunspent<br>
Output:=EF=BF=BC<br>
[<br>
]<br>
<br>
Additionally after locking the TX with lockunspent I am able to spend it fr=
om the wallet.<br>
<br>
Cheers,<br>
<br>
Ian<br>
<br>_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.=
linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
<br></blockquote></div><br></div>

--001a11c3544a98b264051c1faffc--