1 2017-03-07T00:20:02  <ruid> what is the proper way to only remake a certain binary in bitcoin?
  2 2017-03-07T00:20:51  <praxeology> ruid? you mean when compiling w/ make?
  3 2017-03-07T00:22:10  <ruid> praxeology, yes, is the default to do a clobber, or an incremental?
  4 2017-03-07T00:22:27  * ruid is admittedly too lazy to read through the makefile 
  5 2017-03-07T00:23:53  <praxeology> um, when you run make, it only compiles for the architecture target you are doing AFAIK, and then it also only re-compiles the files you change or the files that depend on those changes
  6 2017-03-07T00:25:32  <praxeology> So right now when I change the file I am working on, it recompiles the .o for that file, then like 6 executables and a .a
  7 2017-03-07T00:25:47  <ruid> ok.  That is not always the case.  Make can imply clean > all depending on how the target is defined
  8 2017-03-07T00:26:26  <ruid> thank you
  9 2017-03-07T00:32:44  <praxeology> Where is the segwit witness data stored?  Given that it is not part of a block...  If I load a segwit block from disk, and I iterate and read through all of the transactions, does it give me the witness data too?
 10 2017-03-07T00:33:32  <praxeology> If I make a new "CCoins" with a segwit tx, does the witness data get stored in the "CCoins"?
 11 2017-03-07T00:37:03  <praxeology> or wait... the witness data is proof that the spending of an output is permitted...  never mind I think I just answered my question
 12 2017-03-07T00:37:29  <praxeology> CCoins doesn't store witness data, never did, and won't after segwit either
 13 2017-03-07T00:39:18  <praxeology> I still wonder where/how the witness data is stored though.  Guess I can look another day unless somebody knows off the top of their head
 14 2017-03-07T00:40:04  *** deadalnix has quit IRC
 15 2017-03-07T00:44:09  *** instagibbs has joined #bitcoin-dev
 16 2017-03-07T00:54:42  *** fatalhalt has joined #bitcoin-dev
 17 2017-03-07T00:59:16  *** abpa has quit IRC
 18 2017-03-07T01:01:15  *** ginseng has quit IRC
 19 2017-03-07T01:02:13  *** kristofferR has quit IRC
 20 2017-03-07T01:05:12  *** kristofferR has joined #bitcoin-dev
 21 2017-03-07T01:05:48  *** kristofferR has quit IRC
 22 2017-03-07T01:13:07  *** kristofferR has joined #bitcoin-dev
 23 2017-03-07T01:26:27  *** ruid has quit IRC
 24 2017-03-07T01:26:39  *** iv3c has joined #bitcoin-dev
 25 2017-03-07T01:36:34  *** Chris_Stewart_5 has quit IRC
 26 2017-03-07T01:41:18  *** blueness has quit IRC
 27 2017-03-07T01:47:31  *** chjj has quit IRC
 28 2017-03-07T01:57:46  *** blueness has joined #bitcoin-dev
 29 2017-03-07T02:00:58  *** chjj has joined #bitcoin-dev
 30 2017-03-07T02:03:41  *** blueness has joined #bitcoin-dev
 31 2017-03-07T02:14:22  *** ruid has joined #bitcoin-dev
 32 2017-03-07T02:19:51  *** chjj has quit IRC
 33 2017-03-07T02:24:46  *** Giszmo has quit IRC
 34 2017-03-07T02:25:10  *** blueness has quit IRC
 35 2017-03-07T02:33:05  *** chjj has joined #bitcoin-dev
 36 2017-03-07T02:44:05  *** HostFat_ has joined #bitcoin-dev
 37 2017-03-07T02:45:28  *** HostFat has quit IRC
 38 2017-03-07T03:05:08  *** jtimon has quit IRC
 39 2017-03-07T03:10:42  *** ruid has quit IRC
 40 2017-03-07T03:30:09  *** NewLiberty_ has joined #bitcoin-dev
 41 2017-03-07T03:54:52  *** Subo1977 has joined #bitcoin-dev
 42 2017-03-07T03:59:20  *** Delta_ has quit IRC
 43 2017-03-07T04:02:22  *** mnk has quit IRC
 44 2017-03-07T04:12:31  *** azuchi has joined #bitcoin-dev
 45 2017-03-07T04:13:38  *** ThomasV has joined #bitcoin-dev
 46 2017-03-07T04:14:58  *** McLovinMcLovin_ has quit IRC
 47 2017-03-07T04:34:21  *** blueness has joined #bitcoin-dev
 48 2017-03-07T04:49:22  *** NewLiberty_ has quit IRC
 49 2017-03-07T04:54:40  *** O01eg has quit IRC
 50 2017-03-07T04:54:56  *** rusty has joined #bitcoin-dev
 51 2017-03-07T04:55:34  <rusty> OK, dumb q.  In regtest mode, I want to test a zero-fee tx.  Is there a way to avoid "insufficient priority" ?
 52 2017-03-07T04:57:10  <achow101> try setting minrelaytxfee to 0 in your bitcoin.conf
 53 2017-03-07T04:58:43  <rusty> achow101: Error: Invalid amount for -minrelaytxfee=<amount>: '0'
 54 2017-03-07T05:01:14  <achow101> huh. didn't know that that wasn't allowed
 55 2017-03-07T05:01:51  <rusty> Yeah, me neither.  That's why I wondered if I was missing something...
 56 2017-03-07T05:02:39  *** Fr4n has quit IRC
 57 2017-03-07T05:02:40  <praxeology> zero fee tx are pretty much blocked now to prevent spam
 58 2017-03-07T05:02:56  <achow101> but regtest...
 59 2017-03-07T05:06:42  *** Xanather has joined #bitcoin-dev
 60 2017-03-07T05:07:22  <rusty> OK, I'll file a bug.
 61 2017-03-07T05:11:05  *** [7] has quit IRC
 62 2017-03-07T05:11:14  *** TheSeven has joined #bitcoin-dev
 63 2017-03-07T05:13:01  <rusty> Let me first upgrade from version v0.13.99.0-9346f84 :)
 64 2017-03-07T05:13:31  *** iv3c has quit IRC
 65 2017-03-07T05:13:52  *** anon616 has left #bitcoin-dev
 66 2017-03-07T05:14:05  *** anon616 has joined #bitcoin-dev
 67 2017-03-07T05:14:31  *** Fr4n has joined #bitcoin-dev
 68 2017-03-07T05:14:32  <achow101> just remove the check for 0 https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L1010 and don't forget to put it back when you go to mainnet :)
 69 2017-03-07T05:15:21  <rusty> achow101: well, this is to test the lightning test vectors, so would be nice if everyone could run it without hacking bitcoind :(
 70 2017-03-07T05:26:27  *** adiabat has quit IRC
 71 2017-03-07T05:30:29  *** adiabat has joined #bitcoin-dev
 72 2017-03-07T06:07:59  *** janko33 has joined #bitcoin-dev
 73 2017-03-07T06:14:24  *** ThomasV has quit IRC
 74 2017-03-07T06:38:16  *** propumpkin has joined #bitcoin-dev
 75 2017-03-07T06:39:48  *** copumpkin has quit IRC
 76 2017-03-07T06:41:46  *** rusty has quit IRC
 77 2017-03-07T06:46:25  *** ThomasV has joined #bitcoin-dev
 78 2017-03-07T06:57:18  *** treehug88 has quit IRC
 79 2017-03-07T07:13:09  *** ongolaBoy has joined #bitcoin-dev
 80 2017-03-07T07:28:56  *** phantomcircuit has quit IRC
 81 2017-03-07T07:29:09  *** phantomcircuit has joined #bitcoin-dev
 82 2017-03-07T07:31:35  *** RainMan28 is now known as RainMan28-[away]
 83 2017-03-07T07:48:24  *** BashCo has quit IRC
 84 2017-03-07T07:49:08  *** BashCo has joined #bitcoin-dev
 85 2017-03-07T07:53:36  *** BashCo has quit IRC
 86 2017-03-07T07:57:05  *** so has quit IRC
 87 2017-03-07T07:57:16  *** so has joined #bitcoin-dev
 88 2017-03-07T08:03:46  *** RainMan28-[away] is now known as RainMan28
 89 2017-03-07T08:04:58  *** Kexkey_ has quit IRC
 90 2017-03-07T08:08:38  *** BashCo has joined #bitcoin-dev
 91 2017-03-07T08:31:10  *** Grouver has joined #bitcoin-dev
 92 2017-03-07T08:44:43  *** wasi has quit IRC
 93 2017-03-07T08:46:56  *** wasi has joined #bitcoin-dev
 94 2017-03-07T09:10:52  *** paveljanik has quit IRC
 95 2017-03-07T09:17:46  *** ThomasV has quit IRC
 96 2017-03-07T09:20:50  *** ongolaBoy has quit IRC
 97 2017-03-07T09:22:31  *** ongolaBoy has joined #bitcoin-dev
 98 2017-03-07T09:22:52  *** DougieBot5000_ has joined #bitcoin-dev
 99 2017-03-07T09:26:03  *** PRab has quit IRC
100 2017-03-07T09:26:10  *** DougieBot5000 has quit IRC
101 2017-03-07T09:32:44  *** NewLiberty_ has joined #bitcoin-dev
102 2017-03-07T09:33:26  *** Joseph__ has joined #bitcoin-dev
103 2017-03-07T09:37:04  *** NewLiberty_ has quit IRC
104 2017-03-07T09:40:35  *** NewLiberty_ has joined #bitcoin-dev
105 2017-03-07T09:44:04  *** Joseph__ has quit IRC
106 2017-03-07T09:51:46  *** azuchi has quit IRC
107 2017-03-07T09:53:56  *** Joseph__ has joined #bitcoin-dev
108 2017-03-07T09:57:43  *** NewLiberty_ has quit IRC
109 2017-03-07T10:02:20  *** blueness has quit IRC
110 2017-03-07T10:05:13  *** blueness has joined #bitcoin-dev
111 2017-03-07T10:18:50  *** blueness has quit IRC
112 2017-03-07T10:21:49  *** blueness has joined #bitcoin-dev
113 2017-03-07T10:29:26  *** NewLiberty_ has joined #bitcoin-dev
114 2017-03-07T10:32:40  *** bit7 has joined #bitcoin-dev
115 2017-03-07T10:33:10  <bit7> can some kind soul please help me with a small section of C# Bitcoin Nbitcoin code ? :)
116 2017-03-07T10:33:22  *** Joseph__ has quit IRC
117 2017-03-07T10:45:19  *** NewLiberty_ has quit IRC
118 2017-03-07T10:45:53  *** NewLiberty has joined #bitcoin-dev
119 2017-03-07T10:47:08  *** ongolaBoy has quit IRC
120 2017-03-07T10:48:42  *** NewLiberty_ has joined #bitcoin-dev
121 2017-03-07T10:48:48  *** ongolaBoy has joined #bitcoin-dev
122 2017-03-07T10:50:55  *** NewLiberty has quit IRC
123 2017-03-07T11:08:46  *** To7 has quit IRC
124 2017-03-07T11:48:01  *** kristofferR has quit IRC
125 2017-03-07T12:06:49  *** blueness has quit IRC
126 2017-03-07T12:08:49  *** bit7 has quit IRC
127 2017-03-07T12:09:00  *** BashCo_ has joined #bitcoin-dev
128 2017-03-07T12:12:18  *** BashCo has quit IRC
129 2017-03-07T12:30:33  *** leakypat has joined #bitcoin-dev
130 2017-03-07T12:34:56  *** leakypat has quit IRC
131 2017-03-07T12:53:25  *** agricocb has quit IRC
132 2017-03-07T13:17:17  *** Chris_Stewart_5 has joined #bitcoin-dev
133 2017-03-07T13:29:47  *** jtimon has joined #bitcoin-dev
134 2017-03-07T13:48:23  *** airbreather_ is now known as airbreather
135 2017-03-07T13:50:49  *** iv3c has joined #bitcoin-dev
136 2017-03-07T13:59:42  *** NewLiberty has joined #bitcoin-dev
137 2017-03-07T14:02:27  *** NewLiberty_ has quit IRC
138 2017-03-07T14:07:48  *** Giszmo has joined #bitcoin-dev
139 2017-03-07T14:16:30  *** slsdhl has joined #bitcoin-dev
140 2017-03-07T14:28:02  *** agricocb has joined #bitcoin-dev
141 2017-03-07T14:29:50  *** To7 has joined #bitcoin-dev
142 2017-03-07T14:32:07  *** agricocb has quit IRC
143 2017-03-07T14:34:53  *** slsdhl has quit IRC
144 2017-03-07T14:36:34  *** slsdhl has joined #bitcoin-dev
145 2017-03-07T15:01:34  *** O01eg has joined #bitcoin-dev
146 2017-03-07T15:03:29  *** ongolaBoy has quit IRC
147 2017-03-07T15:15:38  *** kristofferR has joined #bitcoin-dev
148 2017-03-07T15:19:53  *** bugs_ has joined #bitcoin-dev
149 2017-03-07T15:30:27  *** Kexkey has joined #bitcoin-dev
150 2017-03-07T15:57:42  *** kristofferR has quit IRC
151 2017-03-07T16:02:12  *** NewLiberty has quit IRC
152 2017-03-07T16:02:39  *** kristofferR has joined #bitcoin-dev
153 2017-03-07T16:17:14  *** NewLiberty has joined #bitcoin-dev
154 2017-03-07T16:42:56  *** kristofferR has quit IRC
155 2017-03-07T16:44:46  *** Kexkey has quit IRC
156 2017-03-07T16:45:45  *** BashCo_ has quit IRC
157 2017-03-07T16:46:23  *** BashCo has joined #bitcoin-dev
158 2017-03-07T16:48:16  *** NewLiberty has quit IRC
159 2017-03-07T16:50:57  *** abpa has joined #bitcoin-dev
160 2017-03-07T16:51:12  *** BashCo has quit IRC
161 2017-03-07T16:54:44  *** kristofferR has joined #bitcoin-dev
162 2017-03-07T16:57:26  *** NewLiberty has joined #bitcoin-dev
163 2017-03-07T16:58:35  *** slsdhl has quit IRC
164 2017-03-07T17:01:05  *** Xanather has quit IRC
165 2017-03-07T17:01:45  *** propumpkin is now known as copumpkin
166 2017-03-07T17:07:05  *** BashCo has joined #bitcoin-dev
167 2017-03-07T17:17:55  *** Grouver has quit IRC
168 2017-03-07T17:26:36  *** tromp_ has joined #bitcoin-dev
169 2017-03-07T17:33:36  *** NewLiberty has quit IRC
170 2017-03-07T17:34:02  *** NewLiberty has joined #bitcoin-dev
171 2017-03-07T17:42:20  *** JackH has quit IRC
172 2017-03-07T17:55:51  *** JackH has joined #bitcoin-dev
173 2017-03-07T18:00:57  *** paveljanik has joined #bitcoin-dev
174 2017-03-07T18:03:32  *** JackH has quit IRC
175 2017-03-07T18:16:35  *** jtimon has quit IRC
176 2017-03-07T18:20:27  *** NewLiberty_ has joined #bitcoin-dev
177 2017-03-07T18:23:28  *** NewLiberty has quit IRC
178 2017-03-07T18:24:36  *** NewLiberty_ has quit IRC
179 2017-03-07T18:25:22  *** NewLiberty_ has joined #bitcoin-dev
180 2017-03-07T18:31:19  *** treehug88 has joined #bitcoin-dev
181 2017-03-07T18:40:31  *** NewLiberty has joined #bitcoin-dev
182 2017-03-07T18:41:16  *** NewLiberty_ has quit IRC
183 2017-03-07T18:43:00  *** NewLiberty has quit IRC
184 2017-03-07T18:43:26  *** NewLiberty has joined #bitcoin-dev
185 2017-03-07T18:47:11  <RainMan28> Attempting to send bitcoin using bitcoin core 0.13.2 to a valid (and previously used) address. Getting the error message that it is an invalid address.
186 2017-03-07T18:52:10  *** NewLiberty has quit IRC
187 2017-03-07T18:56:10  *** rusty has joined #bitcoin-dev
188 2017-03-07T19:11:23  *** JackH has joined #bitcoin-dev
189 2017-03-07T19:15:00  *** Fr4n has quit IRC
190 2017-03-07T19:17:17  *** jtimon has joined #bitcoin-dev
191 2017-03-07T19:21:25  *** slsdhl has joined #bitcoin-dev
192 2017-03-07T19:28:25  *** Fr4n has joined #bitcoin-dev
193 2017-03-07T19:29:18  *** coin_trader has joined #bitcoin-dev
194 2017-03-07T19:43:21  <coin_trader> question on coin-UTXO selection .... example: i send bitcoins to wallet in these sizes: 1, 1, 1, 2, 2, 2, 10 -- if i then go to send 7, i should get a transaction that is just one or two inputs and 2 outputs. but i am instead seeing behavior where it wants to group together many of the smaller chunks which makes an inefficient & large byte size transaction.... i am seeing
195 2017-03-07T19:43:21  <coin_trader> behavior where it will group 5-6 inputs when the node has viable and ready-to-spend outputs larger that would make same transaction with 1 input and 2 outputs or 2 inputs and 2 outputs...
196 2017-03-07T19:43:42  <coin_trader> this did not happen in previous versions of core - i'm running 13.2 and have been noticing this type of behavior more and more...
197 2017-03-07T20:16:02  *** aalex has joined #bitcoin-dev
198 2017-03-07T20:31:48  *** aalex_ has joined #bitcoin-dev
199 2017-03-07T20:32:30  *** rusty has quit IRC
200 2017-03-07T20:32:36  *** bsm117532 has quit IRC
201 2017-03-07T20:35:43  *** aalex has quit IRC
202 2017-03-07T20:44:22  *** aalex has joined #bitcoin-dev
203 2017-03-07T20:45:44  *** aalex__ has joined #bitcoin-dev
204 2017-03-07T20:47:35  *** aalex_ has quit IRC
205 2017-03-07T20:49:08  *** aalex has quit IRC
206 2017-03-07T20:56:14  *** bsm117532 has joined #bitcoin-dev
207 2017-03-07T21:01:13  *** kristofferR has quit IRC
208 2017-03-07T21:03:44  *** e4xit_ has joined #bitcoin-dev
209 2017-03-07T21:05:22  <praxeology> Detailed description of my proposed Balances Commitment Data Structure: "http://pastebin.com/fRFaJ1Q4".  Feedback welcomed!
210 2017-03-07T21:06:31  <praxeology> Balances <-> UTXO set
211 2017-03-07T21:11:33  <luke-jr>  * [new tag]         v0.14.0.knots20170307 -> v0.14.0.knots20170307
212 2017-03-07T21:25:18  *** abpa has quit IRC
213 2017-03-07T21:26:51  *** abpa has joined #bitcoin-dev
214 2017-03-07T21:27:30  *** janko33 has quit IRC
215 2017-03-07T21:27:45  *** gielbier has quit IRC
216 2017-03-07T21:29:13  *** crudel has quit IRC
217 2017-03-07T21:31:22  *** blueness has joined #bitcoin-dev
218 2017-03-07T21:46:49  *** bsm117532 has quit IRC
219 2017-03-07T21:52:46  *** tripleslash has quit IRC
220 2017-03-07T22:07:20  *** tripleslash has joined #bitcoin-dev
221 2017-03-07T22:29:39  *** abpa has quit IRC
222 2017-03-07T22:38:07  *** kristofferR has joined #bitcoin-dev
223 2017-03-07T22:44:07  *** abpa has joined #bitcoin-dev
224 2017-03-07T22:44:37  *** Beef has quit IRC
225 2017-03-07T22:46:27  *** Beef has joined #bitcoin-dev
226 2017-03-07T22:51:56  *** bugs_ has quit IRC
227 2017-03-07T23:01:32  *** wasi has quit IRC
228 2017-03-07T23:01:42  *** agricocb has joined #bitcoin-dev
229 2017-03-07T23:01:43  *** iv3c has quit IRC
230 2017-03-07T23:01:57  *** wasi has joined #bitcoin-dev
231 2017-03-07T23:02:04  *** agricocb has quit IRC
232 2017-03-07T23:07:01  *** kristofferR has quit IRC
233 2017-03-07T23:08:53  *** agricocb has joined #bitcoin-dev
234 2017-03-07T23:12:46  *** agricocb has joined #bitcoin-dev
235 2017-03-07T23:18:22  *** Elglobo has quit IRC
236 2017-03-07T23:19:13  *** Elglobo has joined #bitcoin-dev
237 2017-03-07T23:24:11  *** Elglobo has quit IRC
238 2017-03-07T23:24:52  *** iv3c has joined #bitcoin-dev
239 2017-03-07T23:25:02  *** Elglobo has joined #bitcoin-dev
240 2017-03-07T23:26:03  *** droark has quit IRC
241 2017-03-07T23:26:19  *** arubi has quit IRC
242 2017-03-07T23:27:29  *** arubi has joined #bitcoin-dev
243 2017-03-07T23:45:18  *** tripleslash has quit IRC
244 2017-03-07T23:50:28  *** Chris_Stewart_5 has quit IRC
245 2017-03-07T23:51:48  *** blueness has quit IRC
246 2017-03-07T23:58:33  *** iv3c has quit IRC