1 2017-02-27T00:23:22  *** pirosb3 has joined #bitcoin-dev
  2 2017-02-27T00:23:54  <pirosb3> Hi, I'm having problems spending a OP_CHECKLOCKTIMEVERIFY transaction on testnet
  3 2017-02-27T00:25:24  <pirosb3> upon creating a redeem transaction for a7681326607bbb94026fca9f21563b2c1418c22b8e39638f7910e338915ead46 (testnet), adding a locktime, changing the sequence to 0, I get "64: non-final" from bitcoin CLI
  4 2017-02-27T00:26:34  <pirosb3> This is my TX: https://gist.github.com/PirosB3/004745633f31d19c608c94be57315c10
  5 2017-02-27T00:36:25  <achow101> pirosb3: for one thing, your transaction version number is 0. it needs to be at least 1, I think 2 for OP_CLTV to work
  6 2017-02-27T00:36:48  <pirosb3> oh interesting! I thought version was not used..
  7 2017-02-27T00:36:52  <achow101> also, this transaction won't be accepted by nodes until after the locktime has passed
  8 2017-02-27T00:37:01  <pirosb3> I'll change that immediately and give it a go
  9 2017-02-27T00:37:04  <pirosb3> Thanks!
 10 2017-02-27T00:37:07  <pirosb3> will update
 11 2017-02-27T00:37:32  *** Chris_Stewart_5 has quit IRC
 12 2017-02-27T00:39:50  <pirosb3> achow101: I undated version to 2, but it's still erroring in the same way. Here is the decoded tx: https://gist.github.com/PirosB3/004745633f31d19c608c94be57315c10
 13 2017-02-27T00:40:56  *** oneeman has joined #bitcoin-dev
 14 2017-02-27T00:41:05  <achow101> the locktime has not passed yet. locktime now uses median time past, which is the median time of the last 11 blocks
 15 2017-02-27T00:41:27  <achow101> if you do getblockchaininfo, you can see what the current median time is
 16 2017-02-27T00:42:32  <pirosb3> median past time? O_O that's what it was!!
 17 2017-02-27T00:42:36  <pirosb3> ok, let me add that value inside
 18 2017-02-27T00:42:55  <pirosb3> thanks
 19 2017-02-27T00:59:44  *** chjj has quit IRC
 20 2017-02-27T01:05:01  *** belcher has quit IRC
 21 2017-02-27T01:08:31  <pirosb3> cool, achow101 now I'm getting "64 non-manatory-script-verify-flag"
 22 2017-02-27T01:08:55  <pirosb3> is this an error with my script? is there any detail I can extract on to where it failed?
 23 2017-02-27T01:12:37  *** mnk has joined #bitcoin-dev
 24 2017-02-27T01:19:03  <achow101> it's nonstandard
 25 2017-02-27T01:19:32  <achow101> IIRC op_cltv is still technically a non-standard script
 26 2017-02-27T01:21:13  *** oneeman has quit IRC
 27 2017-02-27T01:24:25  *** pirosb3 has quit IRC
 28 2017-02-27T01:30:19  *** danielpyrathon has joined #bitcoin-dev
 29 2017-02-27T01:30:23  *** belcher has joined #bitcoin-dev
 30 2017-02-27T01:31:15  <danielpyrathon> achow101: when you say it's nonstandard, does that mean I cannot submit transactions with CLTV in them? doesn't the blockchain support them atm?
 31 2017-02-27T01:32:27  <achow101> danielpyrathon: they are valid, just won't be relayed as well
 32 2017-02-27T01:32:58  <achow101> most nodes don't accept nonstandard transactions
 33 2017-02-27T01:33:42  <danielpyrathon> really?
 34 2017-02-27T01:36:20  <danielpyrathon> achow101: could it be my signature not being valid?
 35 2017-02-27T01:37:08  <danielpyrathon> if most nodes don't accept CLTV, then why was my first transaction (using OP_CHECKLOCKTIMEVERIFY) relayed?
 36 2017-02-27T02:21:40  *** Fr4n has quit IRC
 37 2017-02-27T02:35:04  *** Fr4n has joined #bitcoin-dev
 38 2017-02-27T02:45:28  *** danielpyrathon has quit IRC
 39 2017-02-27T02:55:10  *** JackH has quit IRC
 40 2017-02-27T03:05:51  *** Subo1977 has joined #bitcoin-dev
 41 2017-02-27T03:10:07  *** Delta_ has quit IRC
 42 2017-02-27T03:14:40  *** EagleTM has quit IRC
 43 2017-02-27T03:16:18  *** ThomasV has joined #bitcoin-dev
 44 2017-02-27T03:41:56  *** iv3c has quit IRC
 45 2017-02-27T03:58:16  *** janko33 has joined #bitcoin-dev
 46 2017-02-27T04:02:16  *** justan0theruser has quit IRC
 47 2017-02-27T04:02:24  *** justanotheruser has joined #bitcoin-dev
 48 2017-02-27T04:04:17  *** CheckDavid has quit IRC
 49 2017-02-27T04:55:55  *** copumpkin has quit IRC
 50 2017-02-27T05:04:24  *** chjj has joined #bitcoin-dev
 51 2017-02-27T05:13:33  *** Burrito has joined #bitcoin-dev
 52 2017-02-27T05:23:14  *** Giszmo has quit IRC
 53 2017-02-27T05:29:06  *** Cory has joined #bitcoin-dev
 54 2017-02-27T05:36:44  *** Belkaar has quit IRC
 55 2017-02-27T05:38:21  *** Belkaar has joined #bitcoin-dev
 56 2017-02-27T05:46:17  *** TheSeven has quit IRC
 57 2017-02-27T05:46:36  *** TheSeven has joined #bitcoin-dev
 58 2017-02-27T05:47:32  *** justan0theruser has joined #bitcoin-dev
 59 2017-02-27T05:49:38  *** McLovinMcLovin_ has joined #bitcoin-dev
 60 2017-02-27T05:49:48  *** justanotheruser has quit IRC
 61 2017-02-27T05:52:28  *** McLovinMcLovin has quit IRC
 62 2017-02-27T06:06:30  *** paveljanik has quit IRC
 63 2017-02-27T06:07:02  *** ThomasV has quit IRC
 64 2017-02-27T06:13:27  *** janko33 has quit IRC
 65 2017-02-27T07:11:47  *** ThomasV has joined #bitcoin-dev
 66 2017-02-27T07:25:38  *** blueness has quit IRC
 67 2017-02-27T07:35:28  *** blueness has joined #bitcoin-dev
 68 2017-02-27T07:41:40  *** BashCo_ has quit IRC
 69 2017-02-27T07:44:13  *** ongolaBoy has joined #bitcoin-dev
 70 2017-02-27T08:04:40  *** BashCo has joined #bitcoin-dev
 71 2017-02-27T08:09:21  *** gielbier has joined #bitcoin-dev
 72 2017-02-27T08:11:15  *** gielbier has quit IRC
 73 2017-02-27T08:35:53  *** cannon-c has joined #bitcoin-dev
 74 2017-02-27T08:49:25  *** paveljanik has joined #bitcoin-dev
 75 2017-02-27T08:51:14  *** moli_ has quit IRC
 76 2017-02-27T09:06:22  *** blueness has quit IRC
 77 2017-02-27T09:13:55  *** afk11 has quit IRC
 78 2017-02-27T09:14:19  *** arubi has quit IRC
 79 2017-02-27T09:14:43  *** wasi has quit IRC
 80 2017-02-27T09:15:14  *** blueness has joined #bitcoin-dev
 81 2017-02-27T09:22:47  *** JackH has joined #bitcoin-dev
 82 2017-02-27T09:27:18  *** wasi has joined #bitcoin-dev
 83 2017-02-27T09:27:31  *** afk11 has joined #bitcoin-dev
 84 2017-02-27T09:27:45  *** arubi has joined #bitcoin-dev
 85 2017-02-27T09:33:45  *** Guyver2 has joined #bitcoin-dev
 86 2017-02-27T09:35:09  *** paveljanik has quit IRC
 87 2017-02-27T09:53:40  *** cannon-c has quit IRC
 88 2017-02-27T10:01:03  *** wasi has quit IRC
 89 2017-02-27T10:01:22  *** wasi has joined #bitcoin-dev
 90 2017-02-27T10:01:52  *** ThomasV has quit IRC
 91 2017-02-27T10:23:58  *** blueness has joined #bitcoin-dev
 92 2017-02-27T10:53:27  *** chjj has quit IRC
 93 2017-02-27T10:54:33  *** ThomasV has joined #bitcoin-dev
 94 2017-02-27T11:29:37  *** chjj has joined #bitcoin-dev
 95 2017-02-27T11:39:50  *** ThomasV has quit IRC
 96 2017-02-27T11:43:04  *** moli_ has joined #bitcoin-dev
 97 2017-02-27T11:50:46  *** blueness has quit IRC
 98 2017-02-27T12:05:06  *** BashCo_ has joined #bitcoin-dev
 99 2017-02-27T12:07:40  *** BashCo has quit IRC
100 2017-02-27T12:09:49  *** blueness has joined #bitcoin-dev
101 2017-02-27T12:14:03  *** blueness has quit IRC
102 2017-02-27T12:19:53  *** blueness has joined #bitcoin-dev
103 2017-02-27T12:28:29  *** Fr4n has quit IRC
104 2017-02-27T12:29:53  *** Fr4n has joined #bitcoin-dev
105 2017-02-27T12:36:15  *** barry95 has quit IRC
106 2017-02-27T12:37:01  *** d9b4bef9 has quit IRC
107 2017-02-27T12:38:15  *** d9b4bef9 has joined #bitcoin-dev
108 2017-02-27T12:46:17  *** chr15m has joined #bitcoin-dev
109 2017-02-27T12:54:23  *** Fr4n has quit IRC
110 2017-02-27T12:55:00  *** Fr4n has joined #bitcoin-dev
111 2017-02-27T12:59:37  *** Joseph__ has quit IRC
112 2017-02-27T13:09:55  *** copumpkin has joined #bitcoin-dev
113 2017-02-27T13:10:24  *** CheckDavid has joined #bitcoin-dev
114 2017-02-27T13:10:33  *** ThomasV has joined #bitcoin-dev
115 2017-02-27T13:13:05  *** kristofferR has joined #bitcoin-dev
116 2017-02-27T13:30:44  *** iv3c has joined #bitcoin-dev
117 2017-02-27T13:31:07  *** moli_ has quit IRC
118 2017-02-27T13:32:55  *** moli_ has joined #bitcoin-dev
119 2017-02-27T13:46:42  *** agricocb has quit IRC
120 2017-02-27T13:51:55  *** Chris_Stewart_5 has joined #bitcoin-dev
121 2017-02-27T13:58:57  *** moli_ has quit IRC
122 2017-02-27T14:03:32  *** moli_ has joined #bitcoin-dev
123 2017-02-27T14:04:56  *** agricocb has joined #bitcoin-dev
124 2017-02-27T14:19:07  *** kristofferR has quit IRC
125 2017-02-27T14:22:28  *** kristofferR has joined #bitcoin-dev
126 2017-02-27T14:31:59  *** kristofferR has quit IRC
127 2017-02-27T14:37:36  *** ThomasV has quit IRC
128 2017-02-27T14:39:41  *** kristofferR has joined #bitcoin-dev
129 2017-02-27T14:48:35  *** blueness has quit IRC
130 2017-02-27T14:50:43  *** bugs_ has joined #bitcoin-dev
131 2017-02-27T14:51:50  *** kristofferR has quit IRC
132 2017-02-27T14:54:08  *** NewLiberty has joined #bitcoin-dev
133 2017-02-27T14:59:14  *** kristofferR has joined #bitcoin-dev
134 2017-02-27T15:02:06  *** NewLiberty has quit IRC
135 2017-02-27T15:05:02  *** XMG has joined #bitcoin-dev
136 2017-02-27T15:07:28  <XMG> Hey, i have trouble with bitcoind. I'm running bitcoind on my localhost and generated me a wallet with addresses. I paid to these addresses, but i didnt get a balance. I dumped privkey and imported to my "normal" wallet. There I have the ballance (also in the blockchain). Does anyone know this iussue and can help me?
137 2017-02-27T15:10:05  <kinlo> XMG: that's not a question for -dev, go to #bitcoin
138 2017-02-27T15:10:59  <XMG> Ok thanks!
139 2017-02-27T15:21:18  *** Giszmo has joined #bitcoin-dev
140 2017-02-27T15:24:47  *** adiabat has quit IRC
141 2017-02-27T15:34:52  *** zeroxdeimos has joined #bitcoin-dev
142 2017-02-27T15:36:57  *** agricocb has quit IRC
143 2017-02-27T15:41:45  *** gielbier has joined #bitcoin-dev
144 2017-02-27T15:41:53  *** mol has joined #bitcoin-dev
145 2017-02-27T15:42:41  <gielbier> Am i correct in assuming that the current number of transactions displayed by bitcoin-cores debug window. Isn't counting replaced transaction with opt in rbf?
146 2017-02-27T15:42:49  <gielbier> mempool transaction
147 2017-02-27T15:42:51  <gielbier> s
148 2017-02-27T15:45:16  *** moli_ has quit IRC
149 2017-02-27T15:50:02  *** eenoch_ is now known as eenoch
150 2017-02-27T15:54:15  *** agricocb has joined #bitcoin-dev
151 2017-02-27T15:55:56  *** adiabat has joined #bitcoin-dev
152 2017-02-27T15:58:43  *** agricocb has quit IRC
153 2017-02-27T15:59:33  *** agricocb has joined #bitcoin-dev
154 2017-02-27T16:03:06  *** abpa has joined #bitcoin-dev
155 2017-02-27T16:03:40  *** ingenius has joined #bitcoin-dev
156 2017-02-27T16:04:57  *** abpa has quit IRC
157 2017-02-27T16:07:11  *** zeroxdeimos has left #bitcoin-dev
158 2017-02-27T16:20:38  *** ThomasV has joined #bitcoin-dev
159 2017-02-27T16:23:09  *** zeroxdeimos has joined #bitcoin-dev
160 2017-02-27T16:27:22  *** zeroxdeimos has left #bitcoin-dev
161 2017-02-27T16:32:31  *** paveljanik has joined #bitcoin-dev
162 2017-02-27T16:38:22  *** Burrito has quit IRC
163 2017-02-27T16:45:28  *** zeroxdeimos has joined #bitcoin-dev
164 2017-02-27T16:51:43  *** abpa has joined #bitcoin-dev
165 2017-02-27T17:01:57  *** janko33 has joined #bitcoin-dev
166 2017-02-27T17:12:13  *** Giszmo has quit IRC
167 2017-02-27T17:12:44  *** XMG has quit IRC
168 2017-02-27T17:27:55  *** Giszmo has joined #bitcoin-dev
169 2017-02-27T17:36:16  *** droark has quit IRC
170 2017-02-27T17:37:30  *** ThomasV has quit IRC
171 2017-02-27T17:40:15  *** adiabat has quit IRC
172 2017-02-27T17:58:01  *** zeroxdeimos has left #bitcoin-dev
173 2017-02-27T17:58:17  *** BashCo_ has quit IRC
174 2017-02-27T18:07:48  *** mnk has quit IRC
175 2017-02-27T18:13:43  *** NewLiberty has joined #bitcoin-dev
176 2017-02-27T18:29:28  *** kristofferR has quit IRC
177 2017-02-27T18:36:02  *** kristofferR has joined #bitcoin-dev
178 2017-02-27T18:38:52  *** lightningbot has joined #bitcoin-dev
179 2017-02-27T18:43:30  *** justan0theruser has quit IRC
180 2017-02-27T18:56:42  *** justan0theruser has joined #bitcoin-dev
181 2017-02-27T19:21:55  *** jujumax has joined #bitcoin-dev
182 2017-02-27T19:30:13  *** jujumax has quit IRC
183 2017-02-27T19:44:07  *** twistedline has quit IRC
184 2017-02-27T19:52:08  *** kristofferR has quit IRC
185 2017-02-27T19:54:26  *** kristofferR has joined #bitcoin-dev
186 2017-02-27T20:16:12  *** twistedline has joined #bitcoin-dev
187 2017-02-27T20:36:24  *** BashCo has joined #bitcoin-dev
188 2017-02-27T20:41:11  *** Ahmed90 has joined #bitcoin-dev
189 2017-02-27T20:48:40  *** agricocb has quit IRC
190 2017-02-27T20:49:57  *** ongolaBoy has quit IRC
191 2017-02-27T21:23:25  *** ThomasV has joined #bitcoin-dev
192 2017-02-27T21:23:31  *** wasi has quit IRC
193 2017-02-27T21:23:51  *** blueness has joined #bitcoin-dev
194 2017-02-27T21:28:57  *** jtimon has joined #bitcoin-dev
195 2017-02-27T21:32:42  *** wasi has joined #bitcoin-dev
196 2017-02-27T21:51:49  *** copumpkin has quit IRC
197 2017-02-27T21:58:00  *** blueness has quit IRC
198 2017-02-27T22:14:56  *** iv3c has quit IRC
199 2017-02-27T22:30:14  *** droark has joined #bitcoin-dev
200 2017-02-27T22:31:02  *** Ahmed90 has quit IRC
201 2017-02-27T22:36:23  *** Guyver2 has quit IRC
202 2017-02-27T22:44:09  *** ThomasV has quit IRC
203 2017-02-27T22:54:34  *** blueness has joined #bitcoin-dev
204 2017-02-27T23:09:09  *** bugs_ has quit IRC
205 2017-02-27T23:36:33  *** mnk has joined #bitcoin-dev
206 2017-02-27T23:39:13  *** agricocb has joined #bitcoin-dev