1 2014-05-20 00:01:38 brson has joined
2 2014-05-20 00:01:49 brson has quit (Client Quit)
3 2014-05-20 00:01:57 brson has joined
4 2014-05-20 00:04:11 ajweiss has quit (Ping timeout: 240 seconds)
5 2014-05-20 00:04:23 CoinHeavy has joined
6 2014-05-20 00:05:12 ajweiss has joined
7 2014-05-20 00:07:48 datagutt has quit (Ping timeout: 245 seconds)
8 2014-05-20 00:08:09 sabfer has quit (Remote host closed the connection)
9 2014-05-20 00:09:16 wallet42 has quit (Ping timeout: 252 seconds)
10 2014-05-20 00:10:12 ajweiss has quit (Ping timeout: 276 seconds)
11 2014-05-20 00:10:25 InsanelyADHD has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
12 2014-05-20 00:10:27 ajweiss has joined
13 2014-05-20 00:14:46 ajweiss has quit (Ping timeout: 252 seconds)
14 2014-05-20 00:15:05 zone117x has quit (Read error: Connection reset by peer)
15 2014-05-20 00:15:09 brson has quit (Ping timeout: 240 seconds)
16 2014-05-20 00:15:43 ajweiss has joined
17 2014-05-20 00:15:51 zone117x has joined
18 2014-05-20 00:15:55 rdymac has quit (Excess Flood)
19 2014-05-20 00:16:41 devthink has quit (Ping timeout: 240 seconds)
20 2014-05-20 00:16:52 digitalmagus8 has quit ()
21 2014-05-20 00:18:42 eristisk has quit (Remote host closed the connection)
22 2014-05-20 00:19:29 eristisk has joined
23 2014-05-20 00:19:54 ajweiss has quit (Ping timeout: 252 seconds)
24 2014-05-20 00:20:32 rdymac has joined
25 2014-05-20 00:21:00 ajweiss has joined
26 2014-05-20 00:22:28 codice has quit (Quit: leaving)
27 2014-05-20 00:25:09 ajweiss has quit (Ping timeout: 240 seconds)
28 2014-05-20 00:26:12 ajweiss has joined
29 2014-05-20 00:27:07 codice has joined
30 2014-05-20 00:30:32 Zarutian has quit (Ping timeout: 252 seconds)
31 2014-05-20 00:30:32 SirDefaced is now known as Gokuson
32 2014-05-20 00:30:32 ajweiss has quit (Ping timeout: 252 seconds)
33 2014-05-20 00:31:25 ajweiss has joined
34 2014-05-20 00:32:19 one_zero has joined
35 2014-05-20 00:35:06 btcxpert has joined
36 2014-05-20 00:35:35 mapppum has joined
37 2014-05-20 00:35:40 ajweiss has quit (Ping timeout: 252 seconds)
38 2014-05-20 00:35:40 CoinHeavy has quit (Ping timeout: 252 seconds)
39 2014-05-20 00:36:06 belcher has quit (Quit: goodnight)
40 2014-05-20 00:36:40 ajweiss has joined
41 2014-05-20 00:40:10 mapppum has quit (Ping timeout: 265 seconds)
42 2014-05-20 00:41:10 ajweiss has quit (Ping timeout: 252 seconds)
43 2014-05-20 00:41:56 ajweiss has joined
44 2014-05-20 00:44:52 wallet42 has joined
45 2014-05-20 00:44:55 karc has quit (Remote host closed the connection)
46 2014-05-20 00:46:00 ajweiss has quit (Ping timeout: 240 seconds)
47 2014-05-20 00:46:22 btcxpert has quit (Quit: btcxpert)
48 2014-05-20 00:46:29 karc has joined
49 2014-05-20 00:47:09 ajweiss has joined
50 2014-05-20 00:48:13 WishBoy- has quit (Remote host closed the connection)
51 2014-05-20 00:48:31 WishBoy has joined
52 2014-05-20 00:51:07 ajweiss has quit (Ping timeout: 240 seconds)
53 2014-05-20 00:52:16 shaileshg has joined
54 2014-05-20 00:52:22 <shaileshg> hey.. i just installed bitcoind and am getting this error "locale::facet::_S_create_c_locale name not valid"
55 2014-05-20 00:52:24 ajweiss has joined
56 2014-05-20 00:52:34 <shaileshg> instance of 'std::runtime_error'
57 2014-05-20 00:52:43 <shaileshg> can anyone suggest what to do to get over it
58 2014-05-20 00:52:48 <shaileshg> i know it is some locale problem
59 2014-05-20 00:52:57 <shaileshg> can't remember how i solved it last time
60 2014-05-20 00:53:05 <gwillen> shaileshg: do you know how to inspect your environment variables?
61 2014-05-20 00:53:16 <gwillen> shaileshg: see what your LOCALE and LC_* environment vars are set to, and try unsetting them
62 2014-05-20 00:53:19 <shaileshg> gwillen: no..
63 2014-05-20 00:53:26 <gwillen> shaileshg: what kind of system are you on?
64 2014-05-20 00:53:33 <shaileshg> ubuntu server
65 2014-05-20 00:53:41 <gwillen> run 'env'
66 2014-05-20 00:53:44 <gwillen> and look for the value of LOCALE
67 2014-05-20 00:53:47 <gwillen> or LC_whatever
68 2014-05-20 00:54:05 <Luke-Jr> mainly LANG
69 2014-05-20 00:54:26 <shaileshg> gwillen: i have LC_CTYPE=UTF-8
70 2014-05-20 00:54:36 <Luke-Jr> shaileshg: LANG is what you'd probably want to look for
71 2014-05-20 00:54:37 <shaileshg> LANG=C
72 2014-05-20 00:54:40 <Luke-Jr> hm
73 2014-05-20 00:54:42 <Luke-Jr> that's fine
74 2014-05-20 00:54:45 <shaileshg> Luke-Jr: ^
75 2014-05-20 00:54:58 <Luke-Jr> I'm not sure LC_CTYPE=UTF-8 is valid
76 2014-05-20 00:55:09 <shaileshg> how to unset it?
77 2014-05-20 00:55:17 <Luke-Jr> unset LC_CTYPE
78 2014-05-20 00:55:24 <Luke-Jr> how did you get it set to that in the first place? >_<
79 2014-05-20 00:55:38 <Luke-Jr> valid would be something like en_GB.utf8
80 2014-05-20 00:56:09 <gwillen> thanks Luke-Jr, I forgot about LANG
81 2014-05-20 00:56:24 <shaileshg> Luke-Jr: don't know. either it was there or got set up following some internet advice..
82 2014-05-20 00:57:05 ajweiss has quit (Ping timeout: 265 seconds)
83 2014-05-20 00:57:18 <shaileshg> Luke-Jr: thnks.. its working now :)
84 2014-05-20 00:57:22 <shaileshg> unset it
85 2014-05-20 00:57:36 ajweiss has joined
86 2014-05-20 00:59:43 <shaileshg> Luke-Jr: but there is a problem.. its set only in the current session.. i ssh'ed from other terminal and its complaining again.. how to unset it permanently?
87 2014-05-20 00:59:49 <shaileshg> *unset
88 2014-05-20 01:01:30 <gwillen> shaileshg: you will need to find in your startup files where it gets set
89 2014-05-20 01:01:39 <shaileshg> gwillen: hmm
90 2014-05-20 01:01:45 <gwillen> shaileshg: check in your home directory in .profile, .bash_profile, .bashrc
91 2014-05-20 01:01:50 <gwillen> see if it's set in any of those or anything like that
92 2014-05-20 01:01:57 ajweiss has quit (Ping timeout: 240 seconds)
93 2014-05-20 01:02:51 ajweiss has joined
94 2014-05-20 01:03:10 bbrian has quit (Ping timeout: 264 seconds)
95 2014-05-20 01:04:48 kmels has quit (Ping timeout: 276 seconds)
96 2014-05-20 01:07:45 weilu has quit (Remote host closed the connection)
97 2014-05-20 01:08:03 ajweiss has quit (Ping timeout: 276 seconds)
98 2014-05-20 01:08:04 ajweiss_ has joined
99 2014-05-20 01:12:24 ajweiss_ has quit (Ping timeout: 240 seconds)
100 2014-05-20 01:13:20 ajweiss has joined
101 2014-05-20 01:14:36 <shaileshg> gwillen: i m running this bitcoind client in testnet=1 mode
102 2014-05-20 01:14:46 <shaileshg> however, its not downloading the test blockchain
103 2014-05-20 01:14:59 <shaileshg> as bitcoind getblockcount is returning 0
104 2014-05-20 01:14:59 weilu has joined
105 2014-05-20 01:15:18 <gwillen> hm, I've never actually run on testnet, so I don't know anything about setting it up, sorry
106 2014-05-20 01:15:27 <gwillen> hopefully someone else will come by who knows more
107 2014-05-20 01:15:29 <shaileshg> gwillen: hmm
108 2014-05-20 01:17:31 shesek has joined
109 2014-05-20 01:17:36 ajweiss has quit (Ping timeout: 240 seconds)
110 2014-05-20 01:18:33 ajweiss has joined
111 2014-05-20 01:20:53 Lexa has quit (Remote host closed the connection)
112 2014-05-20 01:21:58 realazthat has quit (Quit: realazthat)
113 2014-05-20 01:22:47 AnoAnon has quit (Read error: Connection reset by peer)
114 2014-05-20 01:22:47 ajweiss has quit (Ping timeout: 240 seconds)
115 2014-05-20 01:23:46 ajweiss has joined
116 2014-05-20 01:24:18 maraoz has quit (Remote host closed the connection)
117 2014-05-20 01:25:54 <gmaxwell> shesek: sometimes it just takes a while to get connected to testnet... if you leave it be it will get going eventually.
118 2014-05-20 01:25:58 <gmaxwell> er shaileshg
119 2014-05-20 01:26:10 <gmaxwell> there just aren't that many working testnet nodes.
120 2014-05-20 01:26:20 <shaileshg> gmaxwell: oh.. okay
121 2014-05-20 01:26:43 <shaileshg> coz when i commented out testnet=1, it started syncing from mainnet
122 2014-05-20 01:26:59 <shaileshg> so, will wait till afternoon to see if testnet is working then
123 2014-05-20 01:27:03 <gmaxwell> sure mainnet will connect much faster generally.
124 2014-05-20 01:27:07 <shaileshg> right
125 2014-05-20 01:27:41 Lexa has joined
126 2014-05-20 01:27:57 ajweiss has quit (Ping timeout: 240 seconds)
127 2014-05-20 01:28:01 <shaileshg> but one more thing.. i am running bitcoind client on my local machine and its downloading blockchain from testnet, but client running on server is not doing so
128 2014-05-20 01:28:51 <shaileshg> gmaxwell: ^
129 2014-05-20 01:29:01 ajweiss has joined
130 2014-05-20 01:29:13 sabfer has joined
131 2014-05-20 01:33:11 ajweiss has quit (Ping timeout: 240 seconds)
132 2014-05-20 01:34:17 ajweiss has joined
133 2014-05-20 01:36:50 realzies has joined
134 2014-05-20 01:37:00 realzies has quit (Changing host)
135 2014-05-20 01:37:00 realzies has joined
136 2014-05-20 01:38:14 btcxpert has joined
137 2014-05-20 01:38:44 ajweiss has quit (Ping timeout: 252 seconds)
138 2014-05-20 01:39:30 ajweiss has joined
139 2014-05-20 01:44:27 ajweiss has quit (Ping timeout: 276 seconds)
140 2014-05-20 01:44:46 ajweiss has joined
141 2014-05-20 01:46:35 theorbtwo has joined
142 2014-05-20 01:48:15 mapppum has joined
143 2014-05-20 01:48:16 skinnkavaj has quit (Ping timeout: 255 seconds)
144 2014-05-20 01:48:39 ghtdak has joined
145 2014-05-20 01:48:48 ajweiss has quit (Ping timeout: 240 seconds)
146 2014-05-20 01:50:02 ajweiss has joined
147 2014-05-20 01:50:43 random_user has joined
148 2014-05-20 01:52:46 mapppum has quit (Ping timeout: 255 seconds)
149 2014-05-20 01:52:47 OneFixt_ is now known as OneFixt
150 2014-05-20 01:52:58 Application has quit (Ping timeout: 255 seconds)
151 2014-05-20 01:53:09 impulse has quit (Ping timeout: 240 seconds)
152 2014-05-20 01:53:39 wallet42 has quit (Quit: Leaving.)
153 2014-05-20 01:54:22 K1773R has joined
154 2014-05-20 01:54:51 ajweiss has quit (Ping timeout: 276 seconds)
155 2014-05-20 01:54:53 banghouse has quit (Remote host closed the connection)
156 2014-05-20 01:54:56 theorbtwo has left ()
157 2014-05-20 01:55:15 ajweiss has joined
158 2014-05-20 01:56:15 banghouse has joined
159 2014-05-20 01:59:31 ajweiss has quit (Ping timeout: 255 seconds)
160 2014-05-20 02:00:30 ajweiss has joined
161 2014-05-20 02:04:12 random_user has quit (Remote host closed the connection)
162 2014-05-20 02:04:45 ajweiss has quit (Ping timeout: 240 seconds)
163 2014-05-20 02:05:12 CheckDavid has quit (Quit: Connection closed for inactivity)
164 2014-05-20 02:05:13 bbrian has joined
165 2014-05-20 02:05:41 ajweiss has joined
166 2014-05-20 02:07:26 random_user has joined
167 2014-05-20 02:08:09 cbeams has joined
168 2014-05-20 02:08:13 random_user has quit (Remote host closed the connection)
169 2014-05-20 02:09:25 mrkent2 has joined
170 2014-05-20 02:09:46 random_user has joined
171 2014-05-20 02:09:48 Subo1977 has joined
172 2014-05-20 02:10:33 ajweiss has quit (Ping timeout: 265 seconds)
173 2014-05-20 02:10:55 ajweiss has joined
174 2014-05-20 02:13:49 eristisk has quit (Ping timeout: 272 seconds)
175 2014-05-20 02:14:08 gonedrk1 has quit (Quit: Leaving)
176 2014-05-20 02:14:27 Subo1977_ has quit (Ping timeout: 272 seconds)
177 2014-05-20 02:15:24 ajweiss has quit (Ping timeout: 252 seconds)
178 2014-05-20 02:16:07 ajweiss has joined
179 2014-05-20 02:16:15 Emcy_ has joined
180 2014-05-20 02:16:23 random_user has quit (Remote host closed the connection)
181 2014-05-20 02:16:50 cbeams has quit (Ping timeout: 265 seconds)
182 2014-05-20 02:17:16 random_user has joined
183 2014-05-20 02:17:34 Emcy has quit (Ping timeout: 264 seconds)
184 2014-05-20 02:20:11 ajweiss has quit (Ping timeout: 240 seconds)
185 2014-05-20 02:21:22 ajweiss has joined
186 2014-05-20 02:21:52 Emcy_ has quit (Read error: Connection reset by peer)
187 2014-05-20 02:25:31 ajweiss has quit (Ping timeout: 240 seconds)
188 2014-05-20 02:26:36 ajweiss has joined
189 2014-05-20 02:29:34 bbrian has quit (Ping timeout: 264 seconds)
190 2014-05-20 02:30:48 ajweiss has quit (Ping timeout: 252 seconds)
191 2014-05-20 02:30:57 btcxpert has quit (Quit: btcxpert)
192 2014-05-20 02:31:49 ajweiss has joined
193 2014-05-20 02:33:00 bbrian has joined
194 2014-05-20 02:33:53 erasmospunk has joined
195 2014-05-20 02:35:40 random_user has quit (Remote host closed the connection)
196 2014-05-20 02:36:10 ajweiss has quit (Ping timeout: 255 seconds)
197 2014-05-20 02:36:37 erasmospunk has quit (Remote host closed the connection)
198 2014-05-20 02:37:02 ajweiss has joined
199 2014-05-20 02:38:11 bbrian has quit (Ping timeout: 240 seconds)
200 2014-05-20 02:38:14 AtashiCon has quit (Quit: AtashiCon)
201 2014-05-20 02:38:33 eristisk has joined
202 2014-05-20 02:39:56 bkbk has joined
203 2014-05-20 02:40:42 mrkent2 has quit (Ping timeout: 252 seconds)
204 2014-05-20 02:41:29 ajweiss has quit (Ping timeout: 265 seconds)
205 2014-05-20 02:41:49 AtashiCon has joined
206 2014-05-20 02:42:15 ajweiss has joined
207 2014-05-20 02:45:07 impulse has joined
208 2014-05-20 02:46:18 random_user has joined
209 2014-05-20 02:46:21 ajweiss has quit (Ping timeout: 240 seconds)
210 2014-05-20 02:47:26 ajweiss has joined
211 2014-05-20 02:48:29 bbrian has joined
212 2014-05-20 02:50:47 ConvivialMatt has quit (Quit: ConvivialMatt)
213 2014-05-20 02:51:31 ajweiss has quit (Ping timeout: 240 seconds)
214 2014-05-20 02:52:39 ajweiss has joined
215 2014-05-20 02:52:45 bbrian has quit (Ping timeout: 240 seconds)
216 2014-05-20 02:55:14 Detritus has joined
217 2014-05-20 02:56:50 ajweiss has quit (Ping timeout: 252 seconds)
218 2014-05-20 02:57:52 ajweiss has joined
219 2014-05-20 02:58:57 omefire1 has joined
220 2014-05-20 02:59:04 rodarmor has joined
221 2014-05-20 02:59:16 cbeams has joined
222 2014-05-20 02:59:16 cbeams has quit (Changing host)
223 2014-05-20 02:59:16 cbeams has joined
224 2014-05-20 03:01:58 chainey has quit (Ping timeout: 264 seconds)
225 2014-05-20 03:02:00 ajweiss has quit (Ping timeout: 240 seconds)
226 2014-05-20 03:02:55 bbrian has joined
227 2014-05-20 03:03:04 ajweiss has joined
228 2014-05-20 03:07:09 bbrian has quit (Ping timeout: 240 seconds)
229 2014-05-20 03:07:28 ajweiss has quit (Ping timeout: 252 seconds)
230 2014-05-20 03:08:15 ajweiss has joined
231 2014-05-20 03:12:31 ajweiss has quit (Ping timeout: 240 seconds)
232 2014-05-20 03:13:29 ajweiss has joined
233 2014-05-20 03:14:27 MoALTz has joined
234 2014-05-20 03:15:36 MolokoDeck has quit (Ping timeout: 240 seconds)
235 2014-05-20 03:17:15 Raziel has quit (Ping timeout: 265 seconds)
236 2014-05-20 03:18:04 MoALTz_ has quit (Ping timeout: 258 seconds)
237 2014-05-20 03:18:42 ajweiss has quit (Ping timeout: 276 seconds)
238 2014-05-20 03:18:44 ajweiss_ has joined
239 2014-05-20 03:20:15 eoss has joined
240 2014-05-20 03:23:14 btcxpert has joined
241 2014-05-20 03:23:14 ajweiss_ has quit (Ping timeout: 252 seconds)
242 2014-05-20 03:24:00 ajweiss has joined
243 2014-05-20 03:24:06 nick__ has joined
244 2014-05-20 03:28:21 ajweiss has quit (Ping timeout: 240 seconds)
245 2014-05-20 03:29:13 ajweiss has joined
246 2014-05-20 03:30:59 pooler has quit (Read error: Connection timed out)
247 2014-05-20 03:32:54 pooler has joined
248 2014-05-20 03:33:11 ajweiss has quit (Ping timeout: 240 seconds)
249 2014-05-20 03:34:30 ajweiss has joined
250 2014-05-20 03:35:01 random_user has quit (Remote host closed the connection)
251 2014-05-20 03:38:48 ajweiss has quit (Ping timeout: 240 seconds)
252 2014-05-20 03:38:54 random_user has joined
253 2014-05-20 03:39:43 ajweiss has joined
254 2014-05-20 03:42:48 TheSeven has quit (Ping timeout: 245 seconds)
255 2014-05-20 03:44:16 TheSeven has joined
256 2014-05-20 03:44:34 ajweiss has quit (Ping timeout: 264 seconds)
257 2014-05-20 03:44:55 ajweiss has joined
258 2014-05-20 03:45:48 shaileshg has quit (Quit: Connection closed for inactivity)
259 2014-05-20 03:49:09 ajweiss has quit (Ping timeout: 240 seconds)
260 2014-05-20 03:49:47 mapppum has joined
261 2014-05-20 03:50:10 ajweiss has joined
262 2014-05-20 03:51:48 btcxpert has quit (Quit: btcxpert)
263 2014-05-20 03:53:22 toffoo has joined
264 2014-05-20 03:53:57 mapppum has quit (Ping timeout: 240 seconds)
265 2014-05-20 03:55:06 ajweiss has quit (Ping timeout: 276 seconds)
266 2014-05-20 03:55:16 cbeams has quit (Remote host closed the connection)
267 2014-05-20 03:55:24 ajweiss has joined
268 2014-05-20 03:55:43 cbeams has joined
269 2014-05-20 03:57:20 cbeams_ has joined
270 2014-05-20 03:57:20 cbeams has quit (Read error: Connection reset by peer)
271 2014-05-20 03:57:42 nick__ has quit (Ping timeout: 276 seconds)
272 2014-05-20 03:58:28 rodarmor has quit (Quit: rodarmor)
273 2014-05-20 03:59:31 ajweiss has quit (Ping timeout: 240 seconds)
274 2014-05-20 04:00:40 ajweiss has joined
275 2014-05-20 04:01:15 dii has quit (Quit: Page closed)
276 2014-05-20 04:01:23 paveljanik has joined
277 2014-05-20 04:02:06 random_user has quit (Remote host closed the connection)
278 2014-05-20 04:02:09 cbeams_ has quit (Ping timeout: 258 seconds)
279 2014-05-20 04:03:22 btcxpert has joined
280 2014-05-20 04:03:28 bkbk has quit ()
281 2014-05-20 04:03:47 random_user has joined
282 2014-05-20 04:04:51 ajweiss has quit (Ping timeout: 240 seconds)
283 2014-05-20 04:05:53 ajweiss has joined
284 2014-05-20 04:05:54 sabfer has quit (Read error: Connection reset by peer)
285 2014-05-20 04:06:56 sabfer has joined
286 2014-05-20 04:07:07 Apke has joined
287 2014-05-20 04:07:38 Apke has quit (Client Quit)
288 2014-05-20 04:09:05 gui77 has quit (Ping timeout: 272 seconds)
289 2014-05-20 04:10:13 ajweiss has quit (Ping timeout: 255 seconds)
290 2014-05-20 04:11:05 ajweiss has joined
291 2014-05-20 04:11:50 gui77 has joined
292 2014-05-20 04:13:41 random_user has quit (Remote host closed the connection)
293 2014-05-20 04:14:30 random_user has joined
294 2014-05-20 04:15:11 dzan has quit (Ping timeout: 240 seconds)
295 2014-05-20 04:15:25 ajweiss has quit (Ping timeout: 255 seconds)
296 2014-05-20 04:16:20 ajweiss has joined
297 2014-05-20 04:16:41 gui77 has quit (Ping timeout: 272 seconds)
298 2014-05-20 04:16:53 richcollins has joined
299 2014-05-20 04:17:46 Application has joined
300 2014-05-20 04:18:54 btcxpert has quit (Quit: btcxpert)
301 2014-05-20 04:20:15 coingenuity has joined
302 2014-05-20 04:20:21 ajweiss has quit (Ping timeout: 240 seconds)
303 2014-05-20 04:21:28 random_user has quit (Remote host closed the connection)
304 2014-05-20 04:21:36 ajweiss has joined
305 2014-05-20 04:22:15 random_user has joined
306 2014-05-20 04:23:12 RoboTedd_ has joined
307 2014-05-20 04:23:16 random_user has quit (Remote host closed the connection)
308 2014-05-20 04:24:59 random_user has joined
309 2014-05-20 04:25:35 random_user has quit (Remote host closed the connection)
310 2014-05-20 04:25:57 ajweiss has quit (Ping timeout: 240 seconds)
311 2014-05-20 04:26:47 ajweiss has joined
312 2014-05-20 04:26:52 RoboTeddy has quit (Ping timeout: 255 seconds)
313 2014-05-20 04:27:27 kmels has joined
314 2014-05-20 04:27:46 RoboTedd_ has quit (Ping timeout: 252 seconds)
315 2014-05-20 04:29:32 cbeams has joined
316 2014-05-20 04:30:44 sabfer has quit (Quit: Leaving...)
317 2014-05-20 04:31:22 ajweiss has quit (Ping timeout: 255 seconds)
318 2014-05-20 04:32:00 ajweiss has joined
319 2014-05-20 04:32:05 pierreatwork has joined
320 2014-05-20 04:32:53 zcopley_ has joined
321 2014-05-20 04:34:26 ericmuyser has joined
322 2014-05-20 04:36:08 cbeams has quit (Ping timeout: 255 seconds)
323 2014-05-20 04:36:40 nick__ has joined
324 2014-05-20 04:36:46 ajweiss has quit (Ping timeout: 264 seconds)
325 2014-05-20 04:37:15 ajweiss has joined
326 2014-05-20 04:38:20 ielo has joined
327 2014-05-20 04:41:03 random_user has joined
328 2014-05-20 04:41:36 ajweiss has quit (Ping timeout: 240 seconds)
329 2014-05-20 04:42:29 ajweiss has joined
330 2014-05-20 04:42:41 random_user has quit (Remote host closed the connection)
331 2014-05-20 04:43:51 ielo has quit (Ping timeout: 276 seconds)
332 2014-05-20 04:46:58 ajweiss has quit (Ping timeout: 264 seconds)
333 2014-05-20 04:47:46 ajweiss has joined
334 2014-05-20 04:52:28 ajweiss has quit (Ping timeout: 265 seconds)
335 2014-05-20 04:52:59 kermit has quit (Quit: Leaving.)
336 2014-05-20 04:53:01 ajweiss has joined
337 2014-05-20 04:53:08 btcxpert has joined
338 2014-05-20 04:53:19 papa2 has quit (Remote host closed the connection)
339 2014-05-20 04:53:24 banghouse has quit (Remote host closed the connection)
340 2014-05-20 04:53:35 kermit has joined
341 2014-05-20 04:53:54 papa2 has joined
342 2014-05-20 04:54:31 dzan has joined
343 2014-05-20 04:57:12 ajweiss has quit (Ping timeout: 240 seconds)
344 2014-05-20 04:58:14 ajweiss has joined
345 2014-05-20 05:02:27 SpicyShibe is now known as DaQatz
346 2014-05-20 05:03:21 ajweiss has quit (Ping timeout: 276 seconds)
347 2014-05-20 05:03:27 ajweiss has joined
348 2014-05-20 05:04:14 cadaver has joined
349 2014-05-20 05:04:25 wallet42 has joined
350 2014-05-20 05:06:19 DaQatz is now known as SpicyShibe
351 2014-05-20 05:07:31 ajweiss has quit (Ping timeout: 240 seconds)
352 2014-05-20 05:08:19 mapppum has joined
353 2014-05-20 05:08:39 ajweiss has joined
354 2014-05-20 05:10:22 nick__ has quit (Ping timeout: 264 seconds)
355 2014-05-20 05:11:28 kmels has quit (Ping timeout: 240 seconds)
356 2014-05-20 05:12:04 kmels has joined
357 2014-05-20 05:12:52 ajweiss has quit (Ping timeout: 252 seconds)
358 2014-05-20 05:13:53 ajweiss has joined
359 2014-05-20 05:14:20 richcollins has quit (Quit: richcollins)
360 2014-05-20 05:18:26 ajweiss has quit (Ping timeout: 258 seconds)
361 2014-05-20 05:19:05 ajweiss has joined
362 2014-05-20 05:20:46 ielo has joined
363 2014-05-20 05:20:57 ThomasV has joined
364 2014-05-20 05:23:25 ajweiss has quit (Ping timeout: 258 seconds)
365 2014-05-20 05:24:18 ajweiss has joined
366 2014-05-20 05:24:24 mrkent2 has joined
367 2014-05-20 05:25:18 richcollins has joined
368 2014-05-20 05:26:16 pierreatwork has quit (Ping timeout: 255 seconds)
369 2014-05-20 05:26:38 Chief_Panda has quit (Quit: Leaving)
370 2014-05-20 05:27:48 MoALTz_ has joined
371 2014-05-20 05:28:31 ajweiss has quit (Ping timeout: 240 seconds)
372 2014-05-20 05:29:29 ajweiss has joined
373 2014-05-20 05:30:35 MoALTz has quit (Ping timeout: 255 seconds)
374 2014-05-20 05:32:08 zcopley_ has quit (Quit: Computer has gone to sleep.)
375 2014-05-20 05:34:02 ajweiss has quit (Ping timeout: 265 seconds)
376 2014-05-20 05:34:45 ajweiss has joined
377 2014-05-20 05:38:48 ajweiss has quit (Ping timeout: 240 seconds)
378 2014-05-20 05:39:57 ajweiss has joined
379 2014-05-20 05:40:28 waxwing has quit (Ping timeout: 240 seconds)
380 2014-05-20 05:40:49 cbeams has joined
381 2014-05-20 05:43:22 shesek has quit (Ping timeout: 264 seconds)
382 2014-05-20 05:44:00 ajweiss has quit (Ping timeout: 240 seconds)
383 2014-05-20 05:45:12 ajweiss has joined
384 2014-05-20 05:49:31 mapppum has quit (Remote host closed the connection)
385 2014-05-20 05:49:33 ajweiss has quit (Ping timeout: 240 seconds)
386 2014-05-20 05:50:11 Coincidental has joined
387 2014-05-20 05:50:24 ajweiss has joined
388 2014-05-20 05:52:55 <wumpus> anyone with the boost locale problem at startup, cherry-pick 5248ff4 (pull #4174), it should solve it
389 2014-05-20 05:52:58 ghtdak has quit (Quit: Leaving.)
390 2014-05-20 05:54:31 ajweiss has quit (Ping timeout: 240 seconds)
391 2014-05-20 05:55:31 mrkent2 has quit (Ping timeout: 240 seconds)
392 2014-05-20 05:55:39 ajweiss has joined
393 2014-05-20 05:59:22 Namworld has quit ()
394 2014-05-20 06:00:10 ajweiss has quit (Ping timeout: 264 seconds)
395 2014-05-20 06:00:53 ajweiss has joined
396 2014-05-20 06:02:06 richcollins has quit (Quit: richcollins)
397 2014-05-20 06:05:18 ajweiss has quit (Ping timeout: 252 seconds)
398 2014-05-20 06:06:09 ajweiss has joined
399 2014-05-20 06:08:36 wallet42 has quit (Ping timeout: 252 seconds)
400 2014-05-20 06:10:21 ajweiss has quit (Ping timeout: 240 seconds)
401 2014-05-20 06:11:00 richcollins has joined
402 2014-05-20 06:11:19 richcollins has quit (Client Quit)
403 2014-05-20 06:11:21 ajweiss has joined
404 2014-05-20 06:12:22 Belxjander has joined
405 2014-05-20 06:12:40 eoss has quit (Read error: Connection reset by peer)
406 2014-05-20 06:15:33 ajweiss has quit (Ping timeout: 240 seconds)
407 2014-05-20 06:15:52 abossard_ has joined
408 2014-05-20 06:16:35 ajweiss has joined
409 2014-05-20 06:17:08 impulse has quit (Ping timeout: 255 seconds)
410 2014-05-20 06:20:20 kmels has quit (Ping timeout: 252 seconds)
411 2014-05-20 06:20:51 ajweiss has quit (Ping timeout: 240 seconds)
412 2014-05-20 06:21:12 cadaver has quit (Remote host closed the connection)
413 2014-05-20 06:21:50 ajweiss has joined
414 2014-05-20 06:22:14 MoALTz_ has quit (Quit: Leaving)
415 2014-05-20 06:23:13 mapppum has joined
416 2014-05-20 06:24:24 RBecker has quit (Ping timeout: 240 seconds)
417 2014-05-20 06:25:57 ajweiss has quit (Ping timeout: 240 seconds)
418 2014-05-20 06:25:58 paveljanik has quit (Ping timeout: 264 seconds)
419 2014-05-20 06:27:07 ajweiss has joined
420 2014-05-20 06:31:05 digitalmagus8 has joined
421 2014-05-20 06:31:12 ajweiss has quit (Ping timeout: 240 seconds)
422 2014-05-20 06:32:06 RBecker has joined
423 2014-05-20 06:32:20 ajweiss has joined
424 2014-05-20 06:33:34 ielo has quit (Ping timeout: 258 seconds)
425 2014-05-20 06:34:39 zoinky has quit (Quit: Leaving.)
426 2014-05-20 06:36:38 ajweiss has quit (Ping timeout: 258 seconds)
427 2014-05-20 06:36:46 HANTI is now known as hanti
428 2014-05-20 06:37:32 ajweiss has joined
429 2014-05-20 06:40:19 Chief_Panda has joined
430 2014-05-20 06:40:19 Chief_Panda has quit (Changing host)
431 2014-05-20 06:40:19 Chief_Panda has joined
432 2014-05-20 06:41:36 ajweiss has quit (Ping timeout: 240 seconds)
433 2014-05-20 06:42:26 cbeams has quit (Remote host closed the connection)
434 2014-05-20 06:42:47 ajweiss has joined
435 2014-05-20 06:44:55 Krellan_ has joined
436 2014-05-20 06:45:03 wfh has joined
437 2014-05-20 06:47:10 roidster has quit (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22.1/20131113180422])
438 2014-05-20 06:47:30 ajweiss has quit (Ping timeout: 265 seconds)
439 2014-05-20 06:48:01 ajweiss has joined
440 2014-05-20 06:48:07 lclc has joined
441 2014-05-20 06:48:41 impulse has joined
442 2014-05-20 06:48:50 cbeams has joined
443 2014-05-20 06:49:50 damethos has joined
444 2014-05-20 06:52:00 ajweiss has quit (Ping timeout: 240 seconds)
445 2014-05-20 06:52:36 kmels has joined
446 2014-05-20 06:53:16 ajweiss has joined
447 2014-05-20 06:54:22 banghouse has joined
448 2014-05-20 06:57:21 <michagogo> shaileshg: try running getconnectioncount
449 2014-05-20 06:57:30 <michagogo> Does it return more than 0?
450 2014-05-20 06:57:39 ajweiss has quit (Ping timeout: 265 seconds)
451 2014-05-20 06:58:22 go1111111 has quit (Ping timeout: 264 seconds)
452 2014-05-20 06:58:32 ajweiss has joined
453 2014-05-20 06:58:37 mapppum has quit (Remote host closed the connection)
454 2014-05-20 06:59:06 banghouse has quit (Ping timeout: 265 seconds)
455 2014-05-20 07:02:48 ajweiss has quit (Ping timeout: 240 seconds)
456 2014-05-20 07:03:44 ajweiss has joined
457 2014-05-20 07:03:54 davout has quit (Quit: kthxbye)
458 2014-05-20 07:04:24 ThomasV has quit (Ping timeout: 240 seconds)
459 2014-05-20 07:08:04 ajweiss has quit (Ping timeout: 258 seconds)
460 2014-05-20 07:08:59 ajweiss has joined
461 2014-05-20 07:09:13 cadaver has joined
462 2014-05-20 07:09:44 digitalmagus8 has quit (Ping timeout: 265 seconds)
463 2014-05-20 07:12:04 WishBoy has quit (Remote host closed the connection)
464 2014-05-20 07:13:11 ajweiss has quit (Ping timeout: 240 seconds)
465 2014-05-20 07:13:25 da2ce7_laptop has joined
466 2014-05-20 07:13:55 da2ce7_laptop has quit (Client Quit)
467 2014-05-20 07:14:14 ajweiss has joined
468 2014-05-20 07:14:27 gimmetime has joined
469 2014-05-20 07:17:46 ValicekB has quit ()
470 2014-05-20 07:18:21 ajweiss has quit (Ping timeout: 240 seconds)
471 2014-05-20 07:19:28 ajweiss has joined
472 2014-05-20 07:19:55 go1111111 has joined
473 2014-05-20 07:20:29 WishBoy has joined
474 2014-05-20 07:21:26 ValicekB has joined
475 2014-05-20 07:23:37 da2ce7_laptop has joined
476 2014-05-20 07:23:57 da2ce7_laptop has quit (Client Quit)
477 2014-05-20 07:24:14 ajweiss has quit (Ping timeout: 265 seconds)
478 2014-05-20 07:24:41 ajweiss has joined
479 2014-05-20 07:25:22 da2ce7_laptop has joined
480 2014-05-20 07:29:07 ajweiss has quit (Ping timeout: 255 seconds)
481 2014-05-20 07:29:57 ajweiss has joined
482 2014-05-20 07:31:03 btcxpert has quit (Quit: btcxpert)
483 2014-05-20 07:31:10 mapppum has joined
484 2014-05-20 07:31:33 zcopley_ has joined
485 2014-05-20 07:31:33 Coincidental has quit (Remote host closed the connection)
486 2014-05-20 07:32:57 paveljanik has joined
487 2014-05-20 07:33:01 benrcole has joined
488 2014-05-20 07:33:48 OneFixt_ has joined
489 2014-05-20 07:33:52 gjs278 has quit (Remote host closed the connection)
490 2014-05-20 07:34:08 ajweiss has quit (Ping timeout: 240 seconds)
491 2014-05-20 07:34:46 gjs278 has joined
492 2014-05-20 07:35:13 ajweiss has joined
493 2014-05-20 07:35:54 sheepman_ has joined
494 2014-05-20 07:36:04 Apexseals has joined
495 2014-05-20 07:38:10 abcor_ has joined
496 2014-05-20 07:38:21 jps_ has joined
497 2014-05-20 07:39:36 arubi has quit (Remote host closed the connection)
498 2014-05-20 07:39:43 ajweiss has quit (Ping timeout: 265 seconds)
499 2014-05-20 07:40:21 arubi has joined
500 2014-05-20 07:40:24 kostaz has joined
501 2014-05-20 07:40:28 ajweiss has joined
502 2014-05-20 07:40:37 jps_ is now known as jps
503 2014-05-20 07:40:37 sheepman_ is now known as sheepman
504 2014-05-20 07:40:56 aschildbach has joined
505 2014-05-20 07:41:44 JZavala has joined
506 2014-05-20 07:41:54 <aschildbach> petertodd: are you there?
507 2014-05-20 07:42:07 <kostaz> "BN_bin2bn("0", 1, &bn); cout << BN_bn2hex(&bn);" prints "30" - please help to understand.
508 2014-05-20 07:42:33 <kostaz> Can't find good example for OpenSSL BIGNUM out there...
509 2014-05-20 07:42:42 cagedwisdom has joined
510 2014-05-20 07:43:13 <sipa> kostaz: the digit 0 is the 48th character
511 2014-05-20 07:43:25 <sipa> which is 30 in hex
512 2014-05-20 07:43:41 <sipa> this is not programming 101 though
513 2014-05-20 07:44:04 <kostaz> well, zero is zero always...
514 2014-05-20 07:44:10 * Luke-Jr facepalms
515 2014-05-20 07:44:23 <Luke-Jr> kostaz: first visit ##C, then #openssl
516 2014-05-20 07:44:40 <kostaz> Thanks, Luke-Jr. Going there...
517 2014-05-20 07:44:51 kostaz has quit (Quit: leaving)
518 2014-05-20 07:45:08 ajweiss has quit (Ping timeout: 255 seconds)
519 2014-05-20 07:45:40 ajweiss has joined
520 2014-05-20 07:45:59 77CAAKHYH has joined
521 2014-05-20 07:50:21 ajweiss has quit (Ping timeout: 265 seconds)
522 2014-05-20 07:50:54 ajweiss has joined
523 2014-05-20 07:53:16 jordandotdev has joined
524 2014-05-20 07:54:20 tumak has quit (Read error: Operation timed out)
525 2014-05-20 07:54:26 tumak has joined
526 2014-05-20 07:55:40 ajweiss has quit (Ping timeout: 265 seconds)
527 2014-05-20 07:56:07 ajweiss has joined
528 2014-05-20 07:56:08 t7 has joined
529 2014-05-20 07:57:27 zcopley__ has joined
530 2014-05-20 07:59:57 zcopley_ has quit (Ping timeout: 240 seconds)
531 2014-05-20 08:00:48 ajweiss has quit (Ping timeout: 276 seconds)
532 2014-05-20 08:01:23 ajweiss has joined
533 2014-05-20 08:02:34 ericmuyser has quit (Remote host closed the connection)
534 2014-05-20 08:02:57 tarantillo_ has quit (Remote host closed the connection)
535 2014-05-20 08:03:15 tarantillo_ has joined
536 2014-05-20 08:03:56 impulse has quit (Read error: No route to host)
537 2014-05-20 08:05:33 weilu has quit (Remote host closed the connection)
538 2014-05-20 08:05:50 ajweiss has quit (Ping timeout: 255 seconds)
539 2014-05-20 08:06:35 ajweiss has joined
540 2014-05-20 08:07:23 adam3us has joined
541 2014-05-20 08:09:58 davout has joined
542 2014-05-20 08:10:51 ajweiss has quit (Ping timeout: 240 seconds)
543 2014-05-20 08:11:07 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
544 2014-05-20 08:11:24 minium has joined
545 2014-05-20 08:11:50 ajweiss has joined
546 2014-05-20 08:14:48 MolokoDeck has joined
547 2014-05-20 08:15:54 da2ce7_laptop has joined
548 2014-05-20 08:15:57 ajweiss has quit (Ping timeout: 240 seconds)
549 2014-05-20 08:17:07 ajweiss has joined
550 2014-05-20 08:18:42 JackH has joined
551 2014-05-20 08:20:27 graingert has joined
552 2014-05-20 08:20:31 graingert has quit (Remote host closed the connection)
553 2014-05-20 08:20:53 Guest34055 has joined
554 2014-05-20 08:21:08 ajweiss has quit (Ping timeout: 240 seconds)
555 2014-05-20 08:21:13 Eiii has quit ()
556 2014-05-20 08:21:56 damethos has quit (Quit: Bye)
557 2014-05-20 08:22:19 ajweiss has joined
558 2014-05-20 08:22:39 benrcole has quit (Quit: Leaving.)
559 2014-05-20 08:23:04 zcopley__ has quit (Quit: Computer has gone to sleep.)
560 2014-05-20 08:24:02 fanquake has joined
561 2014-05-20 08:24:08 go1111111 has quit (Ping timeout: 240 seconds)
562 2014-05-20 08:26:10 go1111111 has joined
563 2014-05-20 08:27:05 ajweiss has quit (Ping timeout: 265 seconds)
564 2014-05-20 08:27:08 jeffj has quit (Ping timeout: 240 seconds)
565 2014-05-20 08:27:25 jeffj has joined
566 2014-05-20 08:27:33 ajweiss has joined
567 2014-05-20 08:27:35 Chief_Panda has quit (Quit: Leaving)
568 2014-05-20 08:28:57 lclc has quit (Quit: Konversation terminated!)
569 2014-05-20 08:30:32 lclc has joined
570 2014-05-20 08:31:48 ajweiss has quit (Ping timeout: 240 seconds)
571 2014-05-20 08:32:48 ajweiss has joined
572 2014-05-20 08:36:22 arubi has quit (Ping timeout: 272 seconds)
573 2014-05-20 08:37:13 Hasimir has joined
574 2014-05-20 08:37:14 ajweiss has quit (Ping timeout: 265 seconds)
575 2014-05-20 08:37:34 arubi has joined
576 2014-05-20 08:38:01 ajweiss has joined
577 2014-05-20 08:42:08 ajweiss has quit (Ping timeout: 240 seconds)
578 2014-05-20 08:43:13 ajweiss has joined
579 2014-05-20 08:47:12 ajweiss has quit (Ping timeout: 240 seconds)
580 2014-05-20 08:47:18 Eagle[TM] has joined
581 2014-05-20 08:47:29 tjopper1 has joined
582 2014-05-20 08:48:27 ajweiss has joined
583 2014-05-20 08:49:05 d34th has left ("Leaving")
584 2014-05-20 08:52:18 impulse has joined
585 2014-05-20 08:53:06 gonedrk has joined
586 2014-05-20 08:53:06 ajweiss has quit (Ping timeout: 258 seconds)
587 2014-05-20 08:53:15 benrcole has joined
588 2014-05-20 08:53:17 lclc has quit (Ping timeout: 255 seconds)
589 2014-05-20 08:53:40 ajweiss has joined
590 2014-05-20 08:55:19 banghouse has joined
591 2014-05-20 08:56:54 rdymac has quit (Excess Flood)
592 2014-05-20 08:57:57 ajweiss has quit (Ping timeout: 240 seconds)
593 2014-05-20 08:58:00 benrcole has quit (Ping timeout: 276 seconds)
594 2014-05-20 08:58:55 torsthaldo has joined
595 2014-05-20 08:58:56 ajweiss has joined
596 2014-05-20 08:59:02 rdymac has joined
597 2014-05-20 08:59:07 aschildbach has quit (Ping timeout: 252 seconds)
598 2014-05-20 08:59:57 banghouse has quit (Ping timeout: 276 seconds)
599 2014-05-20 09:01:20 mkarrer has joined
600 2014-05-20 09:02:51 paveljanik has quit (Ping timeout: 265 seconds)
601 2014-05-20 09:03:09 ajweiss has quit (Ping timeout: 252 seconds)
602 2014-05-20 09:04:10 ajweiss has joined
603 2014-05-20 09:05:15 paveljanik has joined
604 2014-05-20 09:07:21 roconnor_ has joined
605 2014-05-20 09:07:29 roconnor has quit (Ping timeout: 255 seconds)
606 2014-05-20 09:08:11 ajweiss has quit (Ping timeout: 240 seconds)
607 2014-05-20 09:08:20 Guest34055 has quit (Quit: Ex-Chat)
608 2014-05-20 09:09:22 graingert has joined
609 2014-05-20 09:09:24 ajweiss has joined
610 2014-05-20 09:09:25 cadaver has quit (Quit: cadaver)
611 2014-05-20 09:09:27 arubi has quit (Quit: Leaving)
612 2014-05-20 09:13:49 ajweiss has quit (Ping timeout: 258 seconds)
613 2014-05-20 09:14:13 JZavala has quit (Ping timeout: 256 seconds)
614 2014-05-20 09:14:38 ajweiss has joined
615 2014-05-20 09:16:26 hearn has joined
616 2014-05-20 09:17:11 arubi has joined
617 2014-05-20 09:18:55 ajweiss has quit (Ping timeout: 252 seconds)
618 2014-05-20 09:19:51 ajweiss has joined
619 2014-05-20 09:22:14 lclc has joined
620 2014-05-20 09:23:03 Subo1977_ has joined
621 2014-05-20 09:23:38 Subo1977 has quit (Quit: No Ping reply in 180 seconds.)
622 2014-05-20 09:24:00 ajweiss has quit (Ping timeout: 240 seconds)
623 2014-05-20 09:25:04 ajweiss has joined
624 2014-05-20 09:29:31 ajweiss has quit (Ping timeout: 258 seconds)
625 2014-05-20 09:29:55 robonerd has quit (Ping timeout: 252 seconds)
626 2014-05-20 09:30:20 ajweiss has joined
627 2014-05-20 09:30:48 lclc has quit (Read error: Connection reset by peer)
628 2014-05-20 09:31:05 lclc has joined
629 2014-05-20 09:31:27 robonerd has joined
630 2014-05-20 09:31:43 c_k has joined
631 2014-05-20 09:33:52 <Diablo-D3> https://speakerdeck.com/ange/when-aes-equals-episode-v
632 2014-05-20 09:34:28 grubles has quit (Ping timeout: 240 seconds)
633 2014-05-20 09:34:40 lclc_ has joined
634 2014-05-20 09:34:41 ajweiss has quit (Ping timeout: 255 seconds)
635 2014-05-20 09:35:32 ajweiss has joined
636 2014-05-20 09:35:44 ThomasV has joined
637 2014-05-20 09:37:43 hanti is now known as HANTI
638 2014-05-20 09:38:11 lclc has quit (Ping timeout: 240 seconds)
639 2014-05-20 09:39:49 ajweiss has quit (Ping timeout: 252 seconds)
640 2014-05-20 09:40:33 mapppum has quit (Read error: Connection reset by peer)
641 2014-05-20 09:40:44 ajweiss has joined
642 2014-05-20 09:40:56 mapppum has joined
643 2014-05-20 09:41:11 tjopper1 has quit (Read error: Connection reset by peer)
644 2014-05-20 09:43:36 tjopper1 has joined
645 2014-05-20 09:44:51 ajweiss has quit (Ping timeout: 240 seconds)
646 2014-05-20 09:46:00 ajweiss has joined
647 2014-05-20 09:50:26 ajweiss has quit (Ping timeout: 255 seconds)
648 2014-05-20 09:51:15 ajweiss has joined
649 2014-05-20 09:51:36 xdotcomm_ has joined
650 2014-05-20 09:54:21 xdotcommer has quit (Ping timeout: 240 seconds)
651 2014-05-20 09:54:29 lclc_ has quit (Ping timeout: 252 seconds)
652 2014-05-20 09:54:36 benrcole has joined
653 2014-05-20 09:56:01 ajweiss has quit (Ping timeout: 265 seconds)
654 2014-05-20 09:56:30 ajweiss has joined
655 2014-05-20 09:58:51 benrcole has quit (Ping timeout: 240 seconds)
656 2014-05-20 10:00:47 ajweiss has quit (Ping timeout: 255 seconds)
657 2014-05-20 10:01:45 ajweiss has joined
658 2014-05-20 10:04:23 kmels has quit (Ping timeout: 264 seconds)
659 2014-05-20 10:04:29 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
660 2014-05-20 10:04:55 kmels has joined
661 2014-05-20 10:05:12 toffoo has quit ()
662 2014-05-20 10:05:59 ajweiss has quit (Ping timeout: 255 seconds)
663 2014-05-20 10:06:58 prepost has quit (Read error: Connection reset by peer)
664 2014-05-20 10:07:01 ajweiss has joined
665 2014-05-20 10:08:17 prepost has joined
666 2014-05-20 10:08:47 CheckDavid has joined
667 2014-05-20 10:11:04 paveljanik has quit (Quit: This computer has gone to sleep)
668 2014-05-20 10:11:21 ajweiss has quit (Ping timeout: 252 seconds)
669 2014-05-20 10:12:12 ajweiss has joined
670 2014-05-20 10:13:32 jaekwon has quit (Quit: Leaving.)
671 2014-05-20 10:13:40 BigBitz has quit (Quit: ZNC - http://znc.in)
672 2014-05-20 10:15:46 benten has joined
673 2014-05-20 10:16:21 ajweiss has quit (Ping timeout: 240 seconds)
674 2014-05-20 10:17:07 xenog has joined
675 2014-05-20 10:17:24 ajweiss has joined
676 2014-05-20 10:20:43 stonecoldpat has quit (Ping timeout: 245 seconds)
677 2014-05-20 10:21:09 _Noether_ has quit (Quit: Leaving.)
678 2014-05-20 10:22:03 ajweiss has quit (Ping timeout: 258 seconds)
679 2014-05-20 10:22:38 ajweiss has joined
680 2014-05-20 10:23:47 BigBitz has joined
681 2014-05-20 10:26:45 ajweiss has quit (Ping timeout: 240 seconds)
682 2014-05-20 10:27:54 ajweiss has joined
683 2014-05-20 10:29:50 Belxjander has quit (Read error: No route to host)
684 2014-05-20 10:30:02 skinnkavaj has joined
685 2014-05-20 10:31:54 ielo has joined
686 2014-05-20 10:32:17 ajweiss has quit (Ping timeout: 255 seconds)
687 2014-05-20 10:33:07 ajweiss has joined
688 2014-05-20 10:33:21 benrcole has joined
689 2014-05-20 10:33:29 benten has quit (Quit: no)
690 2014-05-20 10:34:13 llllllllll has joined
691 2014-05-20 10:34:48 hearn has quit (Quit: hearn)
692 2014-05-20 10:36:07 BigBitz has quit (Quit: ZNC - http://znc.in)
693 2014-05-20 10:37:12 ajweiss has quit (Ping timeout: 240 seconds)
694 2014-05-20 10:37:28 benrcole has quit (Ping timeout: 240 seconds)
695 2014-05-20 10:38:19 ajweiss has joined
696 2014-05-20 10:38:52 Belxjander has joined
697 2014-05-20 10:42:54 ajweiss has quit (Ping timeout: 265 seconds)
698 2014-05-20 10:43:30 ajweiss has joined
699 2014-05-20 10:45:02 BigBitz has joined
700 2014-05-20 10:45:18 Lexa has quit (Remote host closed the connection)
701 2014-05-20 10:46:49 iwilcox_ has joined
702 2014-05-20 10:47:07 tjopper1 has quit (Quit: Leaving.)
703 2014-05-20 10:48:01 ajweiss has quit (Ping timeout: 252 seconds)
704 2014-05-20 10:48:06 dignork has quit (Ping timeout: 272 seconds)
705 2014-05-20 10:48:13 Adlai` has joined
706 2014-05-20 10:48:42 ajweiss has joined
707 2014-05-20 10:48:44 adlai has quit (Ping timeout: 272 seconds)
708 2014-05-20 10:48:44 iwilcox has quit (Ping timeout: 272 seconds)
709 2014-05-20 10:48:44 gst_ has quit (Ping timeout: 272 seconds)
710 2014-05-20 10:49:50 benrcole has joined
711 2014-05-20 10:50:25 gst has joined
712 2014-05-20 10:50:29 Lexa has joined
713 2014-05-20 10:51:26 _Noether_ has joined
714 2014-05-20 10:53:06 ajweiss has quit (Ping timeout: 258 seconds)
715 2014-05-20 10:53:55 ajweiss has joined
716 2014-05-20 10:54:18 dignork has joined
717 2014-05-20 10:54:21 ThomasV has quit (Ping timeout: 276 seconds)
718 2014-05-20 10:55:05 <t7> wow
719 2014-05-20 10:56:52 shaileshg has joined
720 2014-05-20 10:58:11 ajweiss has quit (Ping timeout: 255 seconds)
721 2014-05-20 10:59:10 ajweiss has joined
722 2014-05-20 10:59:11 Raziel has joined
723 2014-05-20 10:59:57 fanquake has quit (Quit: fanquake)
724 2014-05-20 11:03:25 ajweiss has quit (Ping timeout: 252 seconds)
725 2014-05-20 11:03:47 Darwerft has joined
726 2014-05-20 11:04:26 ajweiss has joined
727 2014-05-20 11:06:23 hearn has joined
728 2014-05-20 11:07:38 jordandotdev has quit (Quit: Connection closed for inactivity)
729 2014-05-20 11:08:25 tjopper1 has joined
730 2014-05-20 11:08:32 ajweiss has quit (Ping timeout: 240 seconds)
731 2014-05-20 11:09:40 ajweiss has joined
732 2014-05-20 11:14:08 ajweiss has quit (Ping timeout: 255 seconds)
733 2014-05-20 11:14:53 ajweiss has joined
734 2014-05-20 11:16:02 cbeams has quit (Remote host closed the connection)
735 2014-05-20 11:16:26 cbeams has joined
736 2014-05-20 11:16:49 Burrito has joined
737 2014-05-20 11:18:09 erasmospunk has joined
738 2014-05-20 11:19:03 one_zero has quit ()
739 2014-05-20 11:19:35 da2ce7_laptop has joined
740 2014-05-20 11:19:42 ajweiss has quit (Ping timeout: 276 seconds)
741 2014-05-20 11:19:49 Burrito has quit (Client Quit)
742 2014-05-20 11:20:09 ajweiss has joined
743 2014-05-20 11:20:10 Burrito has joined
744 2014-05-20 11:21:01 cbeams has quit (Ping timeout: 252 seconds)
745 2014-05-20 11:22:02 aegis has joined
746 2014-05-20 11:22:36 lclc_ has joined
747 2014-05-20 11:23:33 cbeams has joined
748 2014-05-20 11:24:08 ajweiss has quit (Ping timeout: 240 seconds)
749 2014-05-20 11:25:11 ielo has quit (Ping timeout: 255 seconds)
750 2014-05-20 11:25:21 ajweiss has joined
751 2014-05-20 11:26:01 dfletcher has quit (Read error: Connection reset by peer)
752 2014-05-20 11:27:35 paveljanik has joined
753 2014-05-20 11:29:41 lclc_ has quit (Ping timeout: 255 seconds)
754 2014-05-20 11:29:49 ajweiss has quit (Ping timeout: 252 seconds)
755 2014-05-20 11:30:25 Hasimir- has joined
756 2014-05-20 11:30:35 ajweiss has joined
757 2014-05-20 11:31:23 Hasimir- has quit (Changing host)
758 2014-05-20 11:31:23 Hasimir- has joined
759 2014-05-20 11:31:41 Hasimir has quit (Disconnected by services)
760 2014-05-20 11:32:17 Hasimir- is now known as Hasimir
761 2014-05-20 11:33:22 kdomanski has joined
762 2014-05-20 11:34:57 ajweiss has quit (Ping timeout: 252 seconds)
763 2014-05-20 11:35:50 ajweiss has joined
764 2014-05-20 11:40:30 ajweiss has quit (Ping timeout: 276 seconds)
765 2014-05-20 11:40:53 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
766 2014-05-20 11:41:07 ajweiss has joined
767 2014-05-20 11:42:03 erasmospunk has quit (Remote host closed the connection)
768 2014-05-20 11:45:12 ajweiss has quit (Ping timeout: 240 seconds)
769 2014-05-20 11:45:49 tjopper1 has quit (Read error: Connection reset by peer)
770 2014-05-20 11:46:22 ajweiss has joined
771 2014-05-20 11:47:05 volante has joined
772 2014-05-20 11:48:35 arubi has quit (Remote host closed the connection)
773 2014-05-20 11:48:45 tjopper1 has joined
774 2014-05-20 11:49:14 arubi has joined
775 2014-05-20 11:49:26 <volante> in the bitcoin core source code there are ui files src/qt/forms/*.ui. what software do I use to edit these forms?
776 2014-05-20 11:49:50 <volante> im on debian
777 2014-05-20 11:50:02 Kaisyu has joined
778 2014-05-20 11:50:21 ajweiss has quit (Ping timeout: 240 seconds)
779 2014-05-20 11:50:22 <buZz> qt designer, iirc
780 2014-05-20 11:50:33 Kaisyu has left ()
781 2014-05-20 11:50:46 da2ce7_laptop has joined
782 2014-05-20 11:51:15 ConvivialMatt has joined
783 2014-05-20 11:51:35 ajweiss has joined
784 2014-05-20 11:51:35 lclc has joined
785 2014-05-20 11:51:49 Alina-malina has quit (Ping timeout: 252 seconds)
786 2014-05-20 11:52:14 <volante> ahh perfect, thanks
787 2014-05-20 11:55:29 prepost has quit (Ping timeout: 252 seconds)
788 2014-05-20 11:56:52 ajweiss has quit (Ping timeout: 276 seconds)
789 2014-05-20 11:56:52 ajweiss_ has joined
790 2014-05-20 11:57:08 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
791 2014-05-20 11:57:38 erasmospunk has joined
792 2014-05-20 11:57:47 agricocb has quit (Quit: Leaving.)
793 2014-05-20 12:01:13 ajweiss_ has quit (Ping timeout: 240 seconds)
794 2014-05-20 12:02:03 ajweiss has joined
795 2014-05-20 12:02:51 Alina-malina has joined
796 2014-05-20 12:03:30 JackH has quit (Quit: JackH)
797 2014-05-20 12:06:21 ajweiss has quit (Ping timeout: 240 seconds)
798 2014-05-20 12:06:43 <wumpus> qt creator will also work, you can open the contrib/bitcoin-qt.pro to get a list of resources and ui files
799 2014-05-20 12:07:16 ajweiss has joined
800 2014-05-20 12:09:15 banghouse has joined
801 2014-05-20 12:10:22 <volante> does anyone have the issue on linux where the debug window doesn't have a title bar or controls for closing it?
802 2014-05-20 12:10:25 benrcole has quit (Ping timeout: 276 seconds)
803 2014-05-20 12:11:18 <danielpbarron> "on linux" << which one??
804 2014-05-20 12:11:30 waxwing has joined
805 2014-05-20 12:11:33 ajweiss has quit (Ping timeout: 240 seconds)
806 2014-05-20 12:11:35 hearn has quit (Ping timeout: 264 seconds)
807 2014-05-20 12:12:30 ajweiss has joined
808 2014-05-20 12:14:39 <volante> debian
809 2014-05-20 12:15:12 paveljanik has quit (Ping timeout: 240 seconds)
810 2014-05-20 12:16:45 ajweiss has quit (Ping timeout: 240 seconds)
811 2014-05-20 12:17:39 maraoz has joined
812 2014-05-20 12:17:46 ajweiss has joined
813 2014-05-20 12:19:27 benrcole has joined
814 2014-05-20 12:20:22 <volante> here is what i mean: http://i.imgur.com/NJku1bJ.png
815 2014-05-20 12:20:29 <volante> there's no button to close the window
816 2014-05-20 12:22:02 ajweiss has quit (Ping timeout: 258 seconds)
817 2014-05-20 12:22:57 ajweiss has joined
818 2014-05-20 12:24:13 hearn has joined
819 2014-05-20 12:25:59 minium has quit (Ping timeout: 264 seconds)
820 2014-05-20 12:27:23 ajweiss has quit (Ping timeout: 252 seconds)
821 2014-05-20 12:28:10 ajweiss has joined
822 2014-05-20 12:30:51 <buZz> volante: do you have the problem in other windowmanagers aswell? or just this one?
823 2014-05-20 12:31:21 <buZz> also, which window manager is this?
824 2014-05-20 12:32:19 <buZz> oh, i think its gnome-shell?
825 2014-05-20 12:32:46 ajweiss has quit (Ping timeout: 258 seconds)
826 2014-05-20 12:33:08 <volante> im not sure, i'm just running whatever the default is for debian. i think it's just stock gnome
827 2014-05-20 12:33:17 <volante> i haven't tried another window manager
828 2014-05-20 12:33:23 ajweiss has joined
829 2014-05-20 12:33:33 <buZz> no, its gnome-shell
830 2014-05-20 12:33:36 <buZz> i have it hear
831 2014-05-20 12:33:42 <buZz> downloading qt thingy now
832 2014-05-20 12:33:45 <buZz> here*
833 2014-05-20 12:35:08 mr_burdell has quit (Remote host closed the connection)
834 2014-05-20 12:35:09 <buZz> ./bitcoin-qt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./bitcoin-qt)
835 2014-05-20 12:35:12 <buZz> pfff
836 2014-05-20 12:35:22 <buZz> why no static compiles!
837 2014-05-20 12:35:29 banghouse has quit (Remote host closed the connection)
838 2014-05-20 12:35:32 <buZz> sorry, no , i am not going to compile qt
839 2014-05-20 12:35:35 <arubi> for glibc?
840 2014-05-20 12:35:45 <arubi> your version is old
841 2014-05-20 12:36:33 jaakkos_ is now known as jaakkos
842 2014-05-20 12:36:37 jaakkos has quit (Changing host)
843 2014-05-20 12:36:37 jaakkos has joined
844 2014-05-20 12:37:45 ajweiss has quit (Ping timeout: 258 seconds)
845 2014-05-20 12:38:37 ajweiss has joined
846 2014-05-20 12:39:28 agricocb has joined
847 2014-05-20 12:41:15 agricocb has quit (Client Quit)
848 2014-05-20 12:41:15 minium has joined
849 2014-05-20 12:41:37 agricocb has joined
850 2014-05-20 12:42:45 ajweiss has quit (Ping timeout: 240 seconds)
851 2014-05-20 12:43:50 ajweiss has joined
852 2014-05-20 12:46:36 jgarzik is now known as home_jg
853 2014-05-20 12:46:42 ielo has joined
854 2014-05-20 12:48:01 ajweiss has quit (Ping timeout: 240 seconds)
855 2014-05-20 12:49:02 ajweiss has joined
856 2014-05-20 12:51:21 <berndj-blackout> volante, yes i've experienced that undismissable debug window thing; i can't remember how i got it to go away - i may have simply shut the client down entirely
857 2014-05-20 12:53:09 ajweiss has quit (Ping timeout: 240 seconds)
858 2014-05-20 12:53:39 ThomasV has joined
859 2014-05-20 12:54:15 ajweiss has joined
860 2014-05-20 12:56:30 <michagogo> 15:32:58 <buZz> sorry, no , i am not going to compile qt <-- there's no need to do that... Either just use your distro's Qt package or download the static binaries
861 2014-05-20 12:56:55 <volante> berndj-blackout: i can work around it by right-clicking which gives me an option to close it. it'd be nice to fix it though. i'm still learning about qt so ill see if i can figure it out.
862 2014-05-20 12:57:14 <michagogo> If you haven't already, file an issue
863 2014-05-20 12:57:24 <buZz> static versions arent on https://bitcoin.org/en/download
864 2014-05-20 12:57:26 <michagogo> (Or, if someone hasn't already)
865 2014-05-20 12:57:39 <michagogo> buZz: no, they aren't
866 2014-05-20 12:57:47 <buZz> so they dont exist
867 2014-05-20 12:57:50 <buZz> to the user
868 2014-05-20 12:57:54 <michagogo> If you look through the GH PRs, you can find a link
869 2014-05-20 12:57:56 <volante> michagogo: ill take a look at github and file an issue if theres not one. first i want to try to understand it a bit better though.
870 2014-05-20 12:58:00 <berndj-blackout> volante, is it a modal window?
871 2014-05-20 12:58:21 ajweiss has quit (Ping timeout: 240 seconds)
872 2014-05-20 12:58:40 <volante> erm im not even sure what that is. it's rpcconsole.ui
873 2014-05-20 12:58:44 <michagogo> buZz: yeah, they aren't in the release process yet
874 2014-05-20 12:59:11 <michagogo> Or, they weren't as of 0.9
875 2014-05-20 12:59:17 azariah has quit (Ping timeout: 252 seconds)
876 2014-05-20 12:59:20 <berndj-blackout> volante: a modal window is one that insists you interact with it and not the parent window
877 2014-05-20 12:59:30 Belxjander has quit (Max SendQ exceeded)
878 2014-05-20 12:59:30 ajweiss has joined
879 2014-05-20 12:59:50 <michagogo> In other words, you're locked out of the parent window until the modal closes
880 2014-05-20 12:59:52 <volante> berndj-blackout: oh, no, it lets me interact with the main window underneath it
881 2014-05-20 12:59:56 <michagogo> And I'm pretty sure it's not modal
882 2014-05-20 13:00:03 lclc_ has joined
883 2014-05-20 13:00:11 <michagogo> At least, it's definitey not on Windows
884 2014-05-20 13:00:16 <michagogo> Definitely*
885 2014-05-20 13:00:25 Belxjander has joined
886 2014-05-20 13:00:53 <berndj-blackout> it was a few months ago so i can't remember clearly, but i think my debug window was behaving modally
887 2014-05-20 13:01:19 <michagogo> berndj-blackout: maybe it changed at some point? *shrug*
888 2014-05-20 13:01:23 <berndj-blackout> but i feel like i'm adding noise here, not signal - ignore me :)
889 2014-05-20 13:02:02 <michagogo> But at least right now I know it's not modal
890 2014-05-20 13:02:08 <buZz> imho the entire QT interface is noise to bitcoins signal
891 2014-05-20 13:02:09 <buZz> but ok
892 2014-05-20 13:02:49 <michagogo> How so?
893 2014-05-20 13:03:04 minium has quit (Ping timeout: 265 seconds)
894 2014-05-20 13:03:44 ajweiss has quit (Ping timeout: 255 seconds)
895 2014-05-20 13:03:49 lclc has quit (Ping timeout: 258 seconds)
896 2014-05-20 13:04:39 <buZz> michagogo: this is coming from someone who believe xorg solely exists to run xterm
897 2014-05-20 13:04:42 ajweiss has joined
898 2014-05-20 13:04:45 <buZz> +s
899 2014-05-20 13:05:29 Belxjander has quit (Max SendQ exceeded)
900 2014-05-20 13:06:14 azariah has joined
901 2014-05-20 13:06:35 Belxjander has joined
902 2014-05-20 13:08:19 paveljanik has joined
903 2014-05-20 13:08:40 <michagogo> buZz: not entirely sure what that is
904 2014-05-20 13:09:21 ajweiss has quit (Ping timeout: 265 seconds)
905 2014-05-20 13:09:39 lclc_lclc has joined
906 2014-05-20 13:09:58 ajweiss has joined
907 2014-05-20 13:10:14 <buZz> ok
908 2014-05-20 13:11:04 crunk-juice has joined
909 2014-05-20 13:11:34 Belxjander has quit (Max SendQ exceeded)
910 2014-05-20 13:11:37 benrcole has quit (Ping timeout: 240 seconds)
911 2014-05-20 13:12:17 Belxjander has joined
912 2014-05-20 13:12:45 lclc_ has quit (Ping timeout: 240 seconds)
913 2014-05-20 13:13:05 lclc has joined
914 2014-05-20 13:14:07 volante is now known as volante_
915 2014-05-20 13:14:07 volante_ has quit (Quit: Leaving)
916 2014-05-20 13:14:12 ajweiss has quit (Ping timeout: 240 seconds)
917 2014-05-20 13:14:21 Zarutian has joined
918 2014-05-20 13:14:23 volante_ has joined
919 2014-05-20 13:14:37 karc_ has joined
920 2014-05-20 13:14:40 volante_ is now known as volante
921 2014-05-20 13:15:13 ajweiss has joined
922 2014-05-20 13:15:48 benrcole1 has joined
923 2014-05-20 13:15:51 karc has quit (Read error: Connection reset by peer)
924 2014-05-20 13:15:52 karc_ is now known as karc
925 2014-05-20 13:16:06 jgarzik has joined
926 2014-05-20 13:16:06 jgarzik has quit (Changing host)
927 2014-05-20 13:16:06 jgarzik has joined
928 2014-05-20 13:16:25 lclc_lclc has quit (Ping timeout: 240 seconds)
929 2014-05-20 13:16:29 crunk-ju_ has joined
930 2014-05-20 13:16:30 benrcole1 has quit (Read error: Connection reset by peer)
931 2014-05-20 13:16:50 volante has quit (Client Quit)
932 2014-05-20 13:17:08 lclc_ has joined
933 2014-05-20 13:17:17 Belxjander has quit (Max SendQ exceeded)
934 2014-05-20 13:17:34 skinnkavaj has quit (Changing host)
935 2014-05-20 13:17:34 skinnkavaj has joined
936 2014-05-20 13:17:57 paveljanik has quit (Quit: This computer has gone to sleep)
937 2014-05-20 13:18:22 volante_ has joined
938 2014-05-20 13:19:27 ajweiss has quit (Ping timeout: 252 seconds)
939 2014-05-20 13:19:52 lclc has quit (Ping timeout: 240 seconds)
940 2014-05-20 13:19:56 lclc_ has quit (Client Quit)
941 2014-05-20 13:20:28 ajweiss has joined
942 2014-05-20 13:20:57 lclc has joined
943 2014-05-20 13:21:16 benrcole has joined
944 2014-05-20 13:22:08 minium has joined
945 2014-05-20 13:22:48 mr_burdell has joined
946 2014-05-20 13:24:07 <helo> xorg solely exists to run marathons
947 2014-05-20 13:24:21 <helo> oh, this isn't -otc, apologies
948 2014-05-20 13:24:45 ajweiss has quit (Ping timeout: 240 seconds)
949 2014-05-20 13:25:24 da2ce7_laptop has joined
950 2014-05-20 13:25:41 ajweiss has joined
951 2014-05-20 13:25:46 kdomanski_ has joined
952 2014-05-20 13:25:48 shaileshg has quit (Quit: Connection closed for inactivity)
953 2014-05-20 13:26:32 iwilcox_ is now known as iwilcox
954 2014-05-20 13:27:40 WishBoy has quit (Remote host closed the connection)
955 2014-05-20 13:28:59 kdomanski has quit (Ping timeout: 252 seconds)
956 2014-05-20 13:29:08 azariah has quit (Ping timeout: 255 seconds)
957 2014-05-20 13:29:18 jgarzik has quit (Quit: Leaving)
958 2014-05-20 13:30:22 ajweiss has quit (Ping timeout: 276 seconds)
959 2014-05-20 13:30:47 <crunk-ju_> anyone know the IP & Port of the node that http://blockexplorer.com/testnet uses?
960 2014-05-20 13:30:55 ajweiss has joined
961 2014-05-20 13:33:13 da2ce7_2 has joined
962 2014-05-20 13:35:28 jgarzik has joined
963 2014-05-20 13:35:35 ajweiss has quit (Ping timeout: 264 seconds)
964 2014-05-20 13:36:10 ajweiss has joined
965 2014-05-20 13:36:17 azariah has joined
966 2014-05-20 13:36:22 MiningBuddy- has joined
967 2014-05-20 13:36:25 da2ce7_laptop has quit (Ping timeout: 265 seconds)
968 2014-05-20 13:36:26 Belxjander has joined
969 2014-05-20 13:40:17 MiningBuddy has quit (Ping timeout: 265 seconds)
970 2014-05-20 13:40:37 <helo> afaik it uses more than one
971 2014-05-20 13:40:43 azariah has quit (Ping timeout: 252 seconds)
972 2014-05-20 13:40:43 Belxjander has quit (Max SendQ exceeded)
973 2014-05-20 13:40:46 ajweiss has quit (Ping timeout: 265 seconds)
974 2014-05-20 13:41:26 ajweiss has joined
975 2014-05-20 13:42:08 Belxjander has joined
976 2014-05-20 13:43:08 Vitalik__ has quit (Ping timeout: 240 seconds)
977 2014-05-20 13:45:18 Belxjander has quit (Max SendQ exceeded)
978 2014-05-20 13:46:02 ajweiss has quit (Ping timeout: 255 seconds)
979 2014-05-20 13:46:19 Belxjander has joined
980 2014-05-20 13:46:38 ajweiss has joined
981 2014-05-20 13:48:18 azariah has joined
982 2014-05-20 13:50:29 <crunk-ju_> Is there a list of them anywhere?
983 2014-05-20 13:50:32 Belxjander has quit (Max SendQ exceeded)
984 2014-05-20 13:50:59 ajweiss has quit (Ping timeout: 255 seconds)
985 2014-05-20 13:51:01 roidster has joined
986 2014-05-20 13:51:43 <michagogo> crunk-ju_: do you mean, the node that is directly connected to the site?
987 2014-05-20 13:51:53 ajweiss has joined
988 2014-05-20 13:52:06 <michagogo> As in, the node that information needs to reach to go on the site?
989 2014-05-20 13:52:07 <crunk-ju_> I'm using bitcoinj and need some nodes to connect to on testnet.
990 2014-05-20 13:52:08 Belxjander has joined
991 2014-05-20 13:52:12 <michagogo> crunk-ju_: ahh
992 2014-05-20 13:52:24 <michagogo> In that case, I can tell you one one I know
993 2014-05-20 13:52:34 <michagogo> of*
994 2014-05-20 13:52:44 da2ce7_2 has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
995 2014-05-20 13:52:47 azariah has quit (Ping timeout: 255 seconds)
996 2014-05-20 13:52:52 <michagogo> cadoth.net should be up on testnet, ipv4 and ipv6
997 2014-05-20 13:53:32 weilu has joined
998 2014-05-20 13:53:48 ArthurNumba2 has quit (Ping timeout: 240 seconds)
999 2014-05-20 13:53:53 da2ce7_laptop has joined
1000 2014-05-20 13:54:10 bbrian has joined
1001 2014-05-20 13:54:32 hearn has quit (Quit: hearn)
1002 2014-05-20 13:54:49 _yoy_ has quit (Ping timeout: 240 seconds)
1003 2014-05-20 13:55:19 <crunk-ju_> is it the usual port?
1004 2014-05-20 13:56:01 hearn has joined
1005 2014-05-20 13:56:07 ajweiss has quit (Ping timeout: 252 seconds)
1006 2014-05-20 13:56:07 Darwerft has quit (Ping timeout: 252 seconds)
1007 2014-05-20 13:56:18 da2ce7_laptop has quit (Client Quit)
1008 2014-05-20 13:56:22 <hearn> crunk-ju_: do you know about regtest mode?
1009 2014-05-20 13:57:02 Belxjander has quit (Max SendQ exceeded)
1010 2014-05-20 13:57:09 ajweiss has joined
1011 2014-05-20 13:57:39 _yoy_ has joined
1012 2014-05-20 13:57:50 <crunk-ju_> i'm working on a mobile app. I don't have access to my node at the moment.
1013 2014-05-20 13:57:59 Belxjander has joined
1014 2014-05-20 13:58:25 <crunk-ju_> would anyone be interested in testing a new bitcoin android wallet?
1015 2014-05-20 13:59:08 <sipa> an SPV client?
1016 2014-05-20 13:59:28 <crunk-ju_> yes. It's security focused
1017 2014-05-20 13:59:54 <hearn> crunk-ju_: you should read this article: http://bitcoinj.github.io/testing#regression-test-mode
1018 2014-05-20 14:00:04 <hearn> crunk-ju_: it will make your work a LOT easier if you arenât waiting around for public testnet
1019 2014-05-20 14:00:17 <hearn> crunk-ju_: and yes iâd be interested to see it! btw there is also a #bitcoinj channel if you like
1020 2014-05-20 14:00:21 azariah has joined
1021 2014-05-20 14:00:52 <michagogo> crunk-ju_: yes, 18333 afaik
1022 2014-05-20 14:00:53 <crunk-ju_> awesome Mike!
1023 2014-05-20 14:01:26 <crunk-ju_> if you wan't me to send you an APK, just email me at bojan@bitcoinsecurityproject.org
1024 2014-05-20 14:01:37 ajweiss has quit (Ping timeout: 252 seconds)
1025 2014-05-20 14:01:41 <crunk-ju_> you can find out more about the wallet at AegisWallet.com
1026 2014-05-20 14:02:04 <crunk-ju_> will be open source and all that :)
1027 2014-05-20 14:02:23 ajweiss has joined
1028 2014-05-20 14:03:03 <SomeoneWeird> "bitcoinsecurityproject"
1029 2014-05-20 14:03:04 <SomeoneWeird> heh
1030 2014-05-20 14:04:19 Belxjander has quit (Max SendQ exceeded)
1031 2014-05-20 14:04:33 btcxpert has joined
1032 2014-05-20 14:04:56 azariah has quit (Ping timeout: 265 seconds)
1033 2014-05-20 14:05:10 * hearn looks at the website
1034 2014-05-20 14:05:12 <pierre`> crunk-ju_: lol @your website
1035 2014-05-20 14:05:14 Belxjander has joined
1036 2014-05-20 14:05:20 <crunk-ju_> work in progress :)
1037 2014-05-20 14:06:27 <hearn> security level, 110% :)
1038 2014-05-20 14:06:28 ajweiss has quit (Ping timeout: 240 seconds)
1039 2014-05-20 14:06:31 <hearn> taking it to eleven, great
1040 2014-05-20 14:06:34 <pierre`> if you want to to some security, i don't think the best solution is to put a provide articles with 3-4 very basic principes of common senses
1041 2014-05-20 14:06:53 Vitalik__ has joined
1042 2014-05-20 14:07:25 <pierre`> give missions to expert people who are working in this domain is the best solution, imho
1043 2014-05-20 14:07:33 <hearn> the UI looks nice
1044 2014-05-20 14:07:38 ajweiss has joined
1045 2014-05-20 14:07:52 <hearn> when do you think youâll release to beta?
1046 2014-05-20 14:08:07 <crunk-ju_> I hope to release it on the Play store in < 10 days
1047 2014-05-20 14:08:11 <hearn> btw - about the icon. some people (like me) canât easily see the difference between green and red
1048 2014-05-20 14:08:13 <crunk-ju_> just testing the heck out of it for now
1049 2014-05-20 14:08:24 <crunk-ju_> noted
1050 2014-05-20 14:08:33 <hearn> i donât think it matters much for your UI because the little paper aeroplane icon makes things clear anyway
1051 2014-05-20 14:08:36 <hearn> just an fyi
1052 2014-05-20 14:08:49 <hearn> nice, iâll try it out once itâs on the play store
1053 2014-05-20 14:08:55 <hearn> how have you found development?
1054 2014-05-20 14:09:03 <crunk-ju_> I've developed it myself
1055 2014-05-20 14:09:12 <hearn> are you on the bitcoinj list?
1056 2014-05-20 14:09:21 <crunk-ju_> nope.
1057 2014-05-20 14:09:57 <crunk-ju_> probably should be though.
1058 2014-05-20 14:10:15 <crunk-ju_> I've just had my nose buried in the code every spare moment I've had for the last couple of months.
1059 2014-05-20 14:10:17 Belxjander has quit (Max SendQ exceeded)
1060 2014-05-20 14:10:29 <hearn> yes please at least be on the announcements list
1061 2014-05-20 14:10:40 <hearn> you donât have to pay attention to dev/user chatter, but itâs important you at least stay up to date and keep an eye on things
1062 2014-05-20 14:10:46 <crunk-ju_> If you have an Android device, I'm trying to get this thing tested on as many devices as I can.
1063 2014-05-20 14:10:51 <hearn> i have a nexus 5
1064 2014-05-20 14:11:05 Belxjander has joined
1065 2014-05-20 14:11:08 <crunk-ju_> I keep an eye on the bitcoin j github repo
1066 2014-05-20 14:11:58 _yoy_ has quit (Ping timeout: 276 seconds)
1067 2014-05-20 14:12:03 ajweiss has quit (Ping timeout: 258 seconds)
1068 2014-05-20 14:12:16 <hearn> ok
1069 2014-05-20 14:12:16 <crunk-ju_> if you or anyone you know want to test the app while it's on testnet, just let me know. I'll probably post it on the forums tomorrow.
1070 2014-05-20 14:12:19 azariah has joined
1071 2014-05-20 14:12:54 ajweiss has joined
1072 2014-05-20 14:14:00 _yoy_ has joined
1073 2014-05-20 14:15:34 <crunk-ju_> if anyone attends the NYC bitdevs meetup, I'll be giving a demo tonight.
1074 2014-05-20 14:16:10 Belxjander has quit (Max SendQ exceeded)
1075 2014-05-20 14:16:32 azariah has quit (Ping timeout: 240 seconds)
1076 2014-05-20 14:16:37 <hearn> best of luck!
1077 2014-05-20 14:16:45 sabfer has joined
1078 2014-05-20 14:17:02 <hearn> do you have any top pain points in bitcoinj, that would be interesting for me to know about?
1079 2014-05-20 14:17:23 ajweiss has quit (Ping timeout: 252 seconds)
1080 2014-05-20 14:17:38 <crunk-ju_> not particularly. I haven't had many issues. Documentation is a pain tbh though.
1081 2014-05-20 14:18:07 ajweiss has joined
1082 2014-05-20 14:18:07 <crunk-ju_> but that's the case with most open source software...
1083 2014-05-20 14:18:15 <hearn> oh. and i wrote so much ⦠:)
1084 2014-05-20 14:18:22 <hearn> what docs would be helpful?
1085 2014-05-20 14:19:36 <crunk-ju_> well in my case, it was tougher using it on the mobile platform. Luckily Andreas has his open source wallet so that was a bit helpful.
1086 2014-05-20 14:20:09 gavinandresen has joined
1087 2014-05-20 14:20:17 <hearn> tougher in the sense of it being unclear how to integrate it with android?
1088 2014-05-20 14:20:29 <crunk-ju_> yes.
1089 2014-05-20 14:20:35 * michagogo waves to gavinandresen
1090 2014-05-20 14:21:02 <crunk-ju_> I also think it would be really cool to have a full example of creating a wallet, sending, receiving, and processing transactions.
1091 2014-05-20 14:21:30 <hearn> there is one for the desktop in wallet-template, in the source tree
1092 2014-05-20 14:21:31 <hearn> did you see that?
1093 2014-05-20 14:21:44 <hearn> also in the ForwardingService example app, in the getting started guide
1094 2014-05-20 14:21:53 <hearn> or do you mean, for android specifically
1095 2014-05-20 14:22:12 ajweiss has quit (Ping timeout: 240 seconds)
1096 2014-05-20 14:22:46 <crunk-ju_> was that published recently?
1097 2014-05-20 14:22:54 datagutt has joined
1098 2014-05-20 14:22:56 <hearn> was what published recently?
1099 2014-05-20 14:23:04 <crunk-ju_> the wallet-template
1100 2014-05-20 14:23:21 ajweiss has joined
1101 2014-05-20 14:23:43 <hearn> no
1102 2014-05-20 14:23:46 deerBE has quit (Remote host closed the connection)
1103 2014-05-20 14:23:48 <hearn> but itâs not really mentioned except in the source code
1104 2014-05-20 14:23:54 <hearn> thereâs no doc talking about it. i should write one.
1105 2014-05-20 14:24:05 <hearn> i mean it was mentioned in the release notes when it was first integrated
1106 2014-05-20 14:24:20 azariah has joined
1107 2014-05-20 14:24:24 ConvivialMatt has quit (Quit: ConvivialMatt)
1108 2014-05-20 14:24:56 <volante_> anyone know if laanwj comes on irc?
1109 2014-05-20 14:25:06 <sipa> yes, as wumpus
1110 2014-05-20 14:25:24 <crunk-ju_> I wonder if java web developers would benefit from a Struts or Spring example of a wallet.
1111 2014-05-20 14:25:34 <volante_> sipa: on great. thanks.
1112 2014-05-20 14:25:43 <hearn> web wallets have to work quite differently to client side wallets. the support for them in bitcoinj isnât as good
1113 2014-05-20 14:25:55 <hearn> browsers are very limited so you need a fully indexed block chain, which is a huge database
1114 2014-05-20 14:26:43 <hearn> however, writing an article showing off the wallet-template app is certainly possible and not too hard
1115 2014-05-20 14:27:31 btcxpert has quit (Quit: btcxpert)
1116 2014-05-20 14:27:39 ajweiss has quit (Ping timeout: 252 seconds)
1117 2014-05-20 14:28:26 da2ce7_laptop has joined
1118 2014-05-20 14:28:34 ajweiss has joined
1119 2014-05-20 14:28:45 azariah has quit (Ping timeout: 252 seconds)
1120 2014-05-20 14:31:11 <crunk-ju_> i agree
1121 2014-05-20 14:31:33 dims has joined
1122 2014-05-20 14:32:09 MiningBuddy has joined
1123 2014-05-20 14:32:25 <hearn> iâd like to put a nice carousel of screenshots of programs made with bitcoinj on the website at some point
1124 2014-05-20 14:32:28 <hearn> show off what people have made
1125 2014-05-20 14:32:32 <hearn> wish i had more time :)
1126 2014-05-20 14:32:46 ConvivialMatt has joined
1127 2014-05-20 14:32:49 <crunk-ju_> i hear you there
1128 2014-05-20 14:32:55 <crunk-ju_> i wish i could just work full time on bitcoin stuff
1129 2014-05-20 14:32:58 ajweiss has quit (Ping timeout: 265 seconds)
1130 2014-05-20 14:33:14 Azelphur has quit (Ping timeout: 252 seconds)
1131 2014-05-20 14:33:24 DougieBot5000 has joined
1132 2014-05-20 14:33:47 ajweiss has joined
1133 2014-05-20 14:34:32 rodarmor has joined
1134 2014-05-20 14:34:48 roboaunt has joined
1135 2014-05-20 14:35:12 MiningBuddy- has quit (Ping timeout: 240 seconds)
1136 2014-05-20 14:35:56 <crunk-ju_> have you seen many good Java implementations of Shamir secret sharing?
1137 2014-05-20 14:36:07 banghouse has joined
1138 2014-05-20 14:36:13 jiffe98 has joined
1139 2014-05-20 14:36:22 azariah has joined
1140 2014-05-20 14:36:33 Eiii has joined
1141 2014-05-20 14:36:40 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
1142 2014-05-20 14:37:21 Azelphur has joined
1143 2014-05-20 14:37:24 <hearn> crunk-ju_: never looked
1144 2014-05-20 14:38:17 ajweiss has quit (Ping timeout: 265 seconds)
1145 2014-05-20 14:39:00 ajweiss has joined
1146 2014-05-20 14:39:06 <crunk-ju_> i'm using one in my app. I'm going to have to get it reviewed by a couple more folks.
1147 2014-05-20 14:39:22 _Noether_ has left ()
1148 2014-05-20 14:39:57 roconnor_ has quit (Quit: Konversation terminated!)
1149 2014-05-20 14:40:56 banghouse has quit (Ping timeout: 255 seconds)
1150 2014-05-20 14:41:19 digitalmagus has joined
1151 2014-05-20 14:41:35 azariah has quit (Ping timeout: 264 seconds)
1152 2014-05-20 14:42:13 Gokuson has left ()
1153 2014-05-20 14:42:50 jordandotdev has joined
1154 2014-05-20 14:43:36 ajweiss has quit (Ping timeout: 265 seconds)
1155 2014-05-20 14:44:13 ajweiss has joined
1156 2014-05-20 14:44:15 <crunk-ju_> Are there any plans to add encryption of transactions and public addresses to the bitcoinj wallet object?
1157 2014-05-20 14:44:44 <hearn> for privacy? no plans at the moment though i think andreas and jim have both added this, so maybe they can be convinced to contribute it back
1158 2014-05-20 14:44:50 <hearn> on android though, it should not matter
1159 2014-05-20 14:44:55 <hearn> other apps canât read your wallet anyway
1160 2014-05-20 14:45:04 <crunk-ju_> i know, but if the device gets stolen or something
1161 2014-05-20 14:45:04 Eiii has joined
1162 2014-05-20 14:45:05 Eiii has quit (!NA@c-50-188-147-1.hsd1.or.comcast.net|Changing host)
1163 2014-05-20 14:45:05 Eiii has joined
1164 2014-05-20 14:45:27 <crunk-ju_> if my wallet is encrypted, i don't have to worry about the person seeing who I'm sending money to
1165 2014-05-20 14:45:38 Eiii has quit (Ping timeout: 255 seconds)
1166 2014-05-20 14:45:58 <hearn> people who are worried about that tend to put a screen lock on their phone, and modern phones have disk encryption too
1167 2014-05-20 14:46:03 <hearn> so iâm not sure itâs so useful on mobile.
1168 2014-05-20 14:46:27 <crunk-ju_> i guess i'm just paranoid.
1169 2014-05-20 14:46:29 MiningBuddy- has joined
1170 2014-05-20 14:47:28 <helo> even without encryption, it isn't easy to access an app's private data on a pattern-locked android phone
1171 2014-05-20 14:47:33 <hearn> well, your wallet does market itself as the most secure wallet ⦠so i can see why youâd want to do that
1172 2014-05-20 14:47:42 kmels has quit (Ping timeout: 258 seconds)
1173 2014-05-20 14:48:04 kmels has joined
1174 2014-05-20 14:48:35 <crunk-ju_> I came up with what i think is a pretty creative solution for people forgetting their passwords. I'd like to hear your opinion on it.
1175 2014-05-20 14:48:47 ajweiss has quit (Ping timeout: 264 seconds)
1176 2014-05-20 14:49:25 ajweiss has joined
1177 2014-05-20 14:49:41 MiningBuddy has quit (Ping timeout: 255 seconds)
1178 2014-05-20 14:50:24 <crunk-ju_> When someone first installs the app, an encryption key is created. Using Shamir Secret Sharing, I create 3 shares for that key. 2 of them are necessary to re-create the original value.
1179 2014-05-20 14:51:15 <crunk-ju_> One share, S1, is stored on the device, The other, S2, is encrypted using the user's password, and the third, S3, is sent to a server.
1180 2014-05-20 14:52:27 <crunk-ju_> in the event that the user forgets their password, they can get their wallet back by providing the share that's stored on the device. I can then recreate the keys using their S1 and the S3 that was sent to the server.
1181 2014-05-20 14:52:45 <helo> let the user choose what to do with each of the three passwords
1182 2014-05-20 14:52:52 <helo> *keys
1183 2014-05-20 14:52:55 <hearn> crunk-ju_: you mean after verifying their identity in some way?
1184 2014-05-20 14:52:59 <crunk-ju_> yes
1185 2014-05-20 14:53:05 <hearn> how do you do that?
1186 2014-05-20 14:53:13 <crunk-ju_> still trying to figure that part out...
1187 2014-05-20 14:53:16 * hearn knows from bitter experience that a âforgot passwordâ link rapidly turns into a giant project
1188 2014-05-20 14:53:21 <hearn> ahhh â¦
1189 2014-05-20 14:53:42 lclc_ has joined
1190 2014-05-20 14:53:44 ajweiss has quit (Ping timeout: 255 seconds)
1191 2014-05-20 14:53:50 <kjj> the traditional way to handle "forgot password" is to use the honor system
1192 2014-05-20 14:54:00 <crunk-ju_> hehe.
1193 2014-05-20 14:54:35 t7 has quit (Quit: home)
1194 2014-05-20 14:54:40 ajweiss has joined
1195 2014-05-20 14:54:45 <hearn> the google account recovery system requires an entire team of people and is a full blown knowledge quiz about the account, with heuristic risk analysis to detect fraudsters
1196 2014-05-20 14:55:18 <hearn> but yes itâs a neat idea
1197 2014-05-20 14:55:39 <hearn> unfortunately something else i know from experience is â¦. people often only realise they forgot their password when they lose their phone, buy a new one and have to set things back up
1198 2014-05-20 14:55:52 <hearn> still itâs better than what most wallets provide in this situation (nothing)
1199 2014-05-20 14:55:52 ConvivialMatt has quit (Quit: ConvivialMatt)
1200 2014-05-20 14:56:12 <crunk-ju_> and they don't have to trust me if they don't want to.
1201 2014-05-20 14:56:26 <crunk-ju_> because I only hold one share and they have the other 2.
1202 2014-05-20 14:56:28 _yoy_ has quit (Ping timeout: 240 seconds)
1203 2014-05-20 14:56:35 <hearn> yeah
1204 2014-05-20 14:56:37 <hearn> itâs neat
1205 2014-05-20 14:56:55 <crunk-ju_> I think the best part about it is the NFC encryption
1206 2014-05-20 14:57:01 <hearn> touch a tag to unlock the device?
1207 2014-05-20 14:57:05 <crunk-ju_> ya
1208 2014-05-20 14:57:17 <crunk-ju_> well, to decrypt the wallet
1209 2014-05-20 14:57:17 <hearn> yeah itâs pretty cool if you can get a tag that attaches to your belt or something
1210 2014-05-20 14:57:24 <crunk-ju_> i have one on my keychain
1211 2014-05-20 14:57:26 <hearn> i suggested it to andreas a while ago but it wasnât done yet
1212 2014-05-20 14:57:34 zoinky has joined
1213 2014-05-20 14:57:35 lclc has quit (Ping timeout: 255 seconds)
1214 2014-05-20 14:57:36 <hearn> iâm really happy to see more wallet competition
1215 2014-05-20 14:57:39 _yoy_ has joined
1216 2014-05-20 14:57:41 <hearn> i want there to be a thousand wallets :)
1217 2014-05-20 14:57:59 <crunk-ju_> in my app, the wallet is always encrypted, until you have to send a transaction or add more addresses.
1218 2014-05-20 14:58:27 <hearn> well, how does that work ⦠how do you show the user their accurate balance, if the wallet is encrypted?
1219 2014-05-20 14:58:27 <crunk-ju_> the idea is if your phone gets stolen, they can't take your money.
1220 2014-05-20 14:58:33 <hearn> private key encryption does that
1221 2014-05-20 14:58:36 <hearn> oh, never mind
1222 2014-05-20 14:58:40 <crunk-ju_> :)
1223 2014-05-20 14:58:44 <hearn> thatâs what you mean. not the earlier thing we were discussing
1224 2014-05-20 14:58:48 ajweiss has quit (Ping timeout: 240 seconds)
1225 2014-05-20 14:58:49 <crunk-ju_> yup
1226 2014-05-20 14:59:12 <crunk-ju_> but i would like to add functionality to encrypt everything.
1227 2014-05-20 14:59:38 <crunk-ju_> I am also adding security alerts. So for example, if the user's phone supports full disk encryption and they don't have it turned on, I'll recommend it.
1228 2014-05-20 14:59:55 ajweiss has joined
1229 2014-05-20 15:00:03 volante_ has quit (Quit: Leaving)
1230 2014-05-20 15:00:23 azariah has joined
1231 2014-05-20 15:00:37 <hearn> sounds good
1232 2014-05-20 15:00:47 <hearn> not sure if you can actually tell with the android API, but there might be a linux specific way to do that
1233 2014-05-20 15:01:20 aschildbach has joined
1234 2014-05-20 15:02:39 <crunk-ju_> I've done it before. I created an app for fun called Android Security Score
1235 2014-05-20 15:02:55 <crunk-ju_> where it just looks at various security settings on your phone and tells you which ones you don't have set.
1236 2014-05-20 15:03:08 <hearn> oh ok
1237 2014-05-20 15:03:16 <crunk-ju_> so for example, if you're using a patters VS a password, it gives you a lower score because patterns aren't as secure.
1238 2014-05-20 15:03:58 ajweiss has quit (Ping timeout: 240 seconds)
1239 2014-05-20 15:04:57 azariah has quit (Ping timeout: 258 seconds)
1240 2014-05-20 15:05:08 ajweiss has joined
1241 2014-05-20 15:05:38 Namworld has joined
1242 2014-05-20 15:08:10 <hearn> all sounds like youâll carve yourself a nice niche there
1243 2014-05-20 15:08:22 <hearn> iâm looking forward to you contributing back to bitcoinj once youâre a bit more established ;)
1244 2014-05-20 15:08:24 roboaunt has quit (Ping timeout: 258 seconds)
1245 2014-05-20 15:08:46 Subo1977_ has quit (Ping timeout: 240 seconds)
1246 2014-05-20 15:09:42 ajweiss has quit (Ping timeout: 265 seconds)
1247 2014-05-20 15:10:24 ajweiss has joined
1248 2014-05-20 15:10:45 Subo1977 has joined
1249 2014-05-20 15:10:59 gonedrk has quit (Ping timeout: 264 seconds)
1250 2014-05-20 15:11:32 MiningBuddy- is now known as MiningBuddy
1251 2014-05-20 15:11:33 MiningBuddy has quit (Changing host)
1252 2014-05-20 15:11:33 MiningBuddy has joined
1253 2014-05-20 15:11:39 <crunk-ju_> thanks! i wish there was enough time to do all the coding I want to.
1254 2014-05-20 15:11:46 tjopper2 has joined
1255 2014-05-20 15:12:24 azariah has joined
1256 2014-05-20 15:13:23 tjopper1 has quit (Ping timeout: 264 seconds)
1257 2014-05-20 15:13:32 bbrian has quit (Ping timeout: 255 seconds)
1258 2014-05-20 15:13:36 sabfer has quit (Remote host closed the connection)
1259 2014-05-20 15:14:36 sabfer has joined
1260 2014-05-20 15:14:45 ikbenwouter is now known as ichbinwalter
1261 2014-05-20 15:14:46 gonedrk has joined
1262 2014-05-20 15:15:01 ajweiss has quit (Ping timeout: 265 seconds)
1263 2014-05-20 15:15:08 jouke is now known as ikbenJouke
1264 2014-05-20 15:15:32 Coincidental has joined
1265 2014-05-20 15:15:36 ajweiss has joined
1266 2014-05-20 15:15:45 ikbenJouke is now known as Jouke
1267 2014-05-20 15:16:46 ichbinwalter is now known as ikbenwouter
1268 2014-05-20 15:16:48 Starduster_ has joined
1269 2014-05-20 15:16:59 azariah has quit (Ping timeout: 264 seconds)
1270 2014-05-20 15:18:07 HANTI is now known as hanti
1271 2014-05-20 15:18:50 sabfer has quit (Remote host closed the connection)
1272 2014-05-20 15:20:05 ajweiss has quit (Ping timeout: 252 seconds)
1273 2014-05-20 15:20:05 Starduster has quit (Ping timeout: 252 seconds)
1274 2014-05-20 15:20:49 ajweiss has joined
1275 2014-05-20 15:23:54 OneFixt_ is now known as OneFixt
1276 2014-05-20 15:24:25 azariah has joined
1277 2014-05-20 15:25:17 bkbk has joined
1278 2014-05-20 15:25:23 ajweiss has quit (Ping timeout: 264 seconds)
1279 2014-05-20 15:26:05 ajweiss has joined
1280 2014-05-20 15:27:32 rodarmor has quit (Quit: rodarmor)
1281 2014-05-20 15:27:43 JackH has joined
1282 2014-05-20 15:28:59 azariah has quit (Ping timeout: 264 seconds)
1283 2014-05-20 15:31:16 ajweiss has quit (Ping timeout: 276 seconds)
1284 2014-05-20 15:31:22 ajweiss_ has joined
1285 2014-05-20 15:32:29 WishBoy has joined
1286 2014-05-20 15:34:37 agricocb has quit (Remote host closed the connection)
1287 2014-05-20 15:35:23 digitalmagus has quit (Ping timeout: 255 seconds)
1288 2014-05-20 15:35:39 weilu has quit (Remote host closed the connection)
1289 2014-05-20 15:36:26 azariah has joined
1290 2014-05-20 15:36:28 ajweiss_ has quit (Ping timeout: 276 seconds)
1291 2014-05-20 15:36:34 ajweiss has joined
1292 2014-05-20 15:36:38 Emcy has joined
1293 2014-05-20 15:36:38 Emcy has quit (Changing host)
1294 2014-05-20 15:36:38 Emcy has joined
1295 2014-05-20 15:39:10 Skirmant has joined
1296 2014-05-20 15:40:22 cyrozap has quit (Ping timeout: 276 seconds)
1297 2014-05-20 15:40:47 azariah has quit (Ping timeout: 255 seconds)
1298 2014-05-20 15:40:59 ajweiss has quit (Ping timeout: 264 seconds)
1299 2014-05-20 15:41:47 ajweiss has joined
1300 2014-05-20 15:43:39 napedia has joined
1301 2014-05-20 15:43:47 sabfer has joined
1302 2014-05-20 15:45:14 abossard_ has quit (Remote host closed the connection)
1303 2014-05-20 15:46:21 ajweiss has quit (Ping timeout: 258 seconds)
1304 2014-05-20 15:47:03 ajweiss has joined
1305 2014-05-20 15:48:07 mE\Ta has joined
1306 2014-05-20 15:51:47 ajweiss has quit (Ping timeout: 264 seconds)
1307 2014-05-20 15:52:16 ajweiss has joined
1308 2014-05-20 15:53:10 minium has quit (Ping timeout: 240 seconds)
1309 2014-05-20 15:55:54 agricocb has joined
1310 2014-05-20 15:57:11 ajweiss has quit (Ping timeout: 264 seconds)
1311 2014-05-20 15:57:31 ajweiss has joined
1312 2014-05-20 15:58:41 ikbenwouter has quit (Quit: Leaving)
1313 2014-05-20 15:59:15 ikbenwouter has joined
1314 2014-05-20 15:59:40 dabura667 has joined
1315 2014-05-20 16:01:09 ericmuyser has joined
1316 2014-05-20 16:01:31 Starduster_ has quit (Ping timeout: 252 seconds)
1317 2014-05-20 16:01:56 ajweiss has quit (Ping timeout: 255 seconds)
1318 2014-05-20 16:02:48 ajweiss has joined
1319 2014-05-20 16:03:35 ConvivialMatt has joined
1320 2014-05-20 16:04:40 Belxjander has joined
1321 2014-05-20 16:05:35 joeykrim has quit (Ping timeout: 264 seconds)
1322 2014-05-20 16:07:10 ajweiss has quit (Ping timeout: 240 seconds)
1323 2014-05-20 16:07:59 ajweiss has joined
1324 2014-05-20 16:08:09 minium has joined
1325 2014-05-20 16:08:18 bbrian has joined
1326 2014-05-20 16:11:33 sabfer has quit (Remote host closed the connection)
1327 2014-05-20 16:12:12 ajweiss has quit (Ping timeout: 240 seconds)
1328 2014-05-20 16:12:40 Cryo has joined
1329 2014-05-20 16:12:40 Cryo has quit (Changing host)
1330 2014-05-20 16:12:40 Cryo has joined
1331 2014-05-20 16:12:48 tjopper2 has quit (Ping timeout: 240 seconds)
1332 2014-05-20 16:13:15 ajweiss has joined
1333 2014-05-20 16:13:43 lclc_ has quit (Quit: Konversation terminated!)
1334 2014-05-20 16:13:45 Chief_Panda has joined
1335 2014-05-20 16:13:45 Chief_Panda has quit (Changing host)
1336 2014-05-20 16:13:45 Chief_Panda has joined
1337 2014-05-20 16:13:55 tjopper1 has joined
1338 2014-05-20 16:14:02 w1zman has joined
1339 2014-05-20 16:14:31 sabfer has joined
1340 2014-05-20 16:15:27 minium has quit (Ping timeout: 252 seconds)
1341 2014-05-20 16:16:59 benrcole has quit (Quit: Leaving.)
1342 2014-05-20 16:17:41 ajweiss has quit (Ping timeout: 255 seconds)
1343 2014-05-20 16:18:31 ajweiss has joined
1344 2014-05-20 16:18:35 minium has joined
1345 2014-05-20 16:18:51 DougieBot5000 has quit (Read error: Connection reset by peer)
1346 2014-05-20 16:19:16 sabfer has quit (Remote host closed the connection)
1347 2014-05-20 16:20:01 prepost has joined
1348 2014-05-20 16:21:31 Guest43245 has quit (Quit: ZNC - http://znc.in)
1349 2014-05-20 16:21:41 hearn has quit (Quit: hearn)
1350 2014-05-20 16:21:57 DougieBot5000 has joined
1351 2014-05-20 16:22:46 ajweiss has quit (Ping timeout: 240 seconds)
1352 2014-05-20 16:23:43 ajweiss has joined
1353 2014-05-20 16:24:11 _yoy_ has quit (Ping timeout: 255 seconds)
1354 2014-05-20 16:24:19 paveljanik has joined
1355 2014-05-20 16:25:39 wallet42 has joined
1356 2014-05-20 16:26:14 _yoy_ has joined
1357 2014-05-20 16:27:28 MoALTz has joined
1358 2014-05-20 16:28:01 ajweiss has quit (Ping timeout: 240 seconds)
1359 2014-05-20 16:28:57 ajweiss has joined
1360 2014-05-20 16:29:36 tombtc has joined
1361 2014-05-20 16:29:43 da2ce7 has joined
1362 2014-05-20 16:29:54 clopez has quit (Ping timeout: 245 seconds)
1363 2014-05-20 16:30:10 joesmoe has quit (Quit: One of these days I'm gonna find this PEER guy and reset *his* connection.)
1364 2014-05-20 16:30:41 michagogo has joined
1365 2014-05-20 16:31:38 minium has quit (Ping timeout: 255 seconds)
1366 2014-05-20 16:31:45 clopez has joined
1367 2014-05-20 16:33:29 Starduster has joined
1368 2014-05-20 16:33:31 llllllllll has quit ()
1369 2014-05-20 16:33:34 wallet421 has joined
1370 2014-05-20 16:33:34 wallet42 has quit (Killed (verne.freenode.net (Nickname regained by services)))
1371 2014-05-20 16:33:34 wallet421 is now known as wallet42
1372 2014-05-20 16:33:48 ajweiss has quit (Ping timeout: 265 seconds)
1373 2014-05-20 16:34:00 OneFixt has quit (Remote host closed the connection)
1374 2014-05-20 16:34:10 ajweiss has joined
1375 2014-05-20 16:37:17 Guest73344 is now known as Kieraan
1376 2014-05-20 16:37:25 banghouse has joined
1377 2014-05-20 16:37:25 Kieraan has quit (Changing host)
1378 2014-05-20 16:37:25 Kieraan has joined
1379 2014-05-20 16:37:55 joesmoe has joined
1380 2014-05-20 16:37:57 ThomasV has quit (Quit: Quitte)
1381 2014-05-20 16:38:35 ajweiss has quit (Ping timeout: 255 seconds)
1382 2014-05-20 16:38:48 da2ce7 has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
1383 2014-05-20 16:39:22 ajweiss has joined
1384 2014-05-20 16:40:50 realzies has quit (Read error: Connection reset by peer)
1385 2014-05-20 16:42:01 banghouse has quit (Ping timeout: 265 seconds)
1386 2014-05-20 16:42:06 mpmcsweeney has joined
1387 2014-05-20 16:43:34 ajweiss has quit (Ping timeout: 240 seconds)
1388 2014-05-20 16:44:36 ajweiss has joined
1389 2014-05-20 16:44:41 tjopper1 has quit (Ping timeout: 255 seconds)
1390 2014-05-20 16:45:07 banghouse has joined
1391 2014-05-20 16:45:17 tjopper1 has joined
1392 2014-05-20 16:45:49 Eagle[TM] has quit (Ping timeout: 240 seconds)
1393 2014-05-20 16:47:50 benrcole has joined
1394 2014-05-20 16:47:55 Blackreign has joined
1395 2014-05-20 16:48:00 jaekwon has joined
1396 2014-05-20 16:48:26 minium has joined
1397 2014-05-20 16:48:45 wallet421 has joined
1398 2014-05-20 16:48:46 wallet42 is now known as Guest27167
1399 2014-05-20 16:48:46 Guest27167 has quit (Killed (card.freenode.net (Nickname regained by services)))
1400 2014-05-20 16:48:46 wallet421 is now known as wallet42
1401 2014-05-20 16:49:16 ajweiss has quit (Ping timeout: 265 seconds)
1402 2014-05-20 16:49:16 realazthat has joined
1403 2014-05-20 16:49:16 realazthat has quit (Changing host)
1404 2014-05-20 16:49:16 realazthat has joined
1405 2014-05-20 16:49:52 ajweiss has joined
1406 2014-05-20 16:50:07 posita has joined
1407 2014-05-20 16:50:52 posita has quit (Remote host closed the connection)
1408 2014-05-20 16:51:37 posita has joined
1409 2014-05-20 16:53:58 ajweiss has quit (Ping timeout: 240 seconds)
1410 2014-05-20 16:55:03 ajweiss has joined
1411 2014-05-20 16:55:15 OneFixt has joined
1412 2014-05-20 16:57:38 jordandotdev has quit (Quit: Connection closed for inactivity)
1413 2014-05-20 16:58:38 kermit has quit (Quit: Leaving.)
1414 2014-05-20 16:59:05 hearn has joined
1415 2014-05-20 16:59:28 jtimon has joined
1416 2014-05-20 16:59:35 ajweiss has quit (Ping timeout: 264 seconds)
1417 2014-05-20 17:00:16 ajweiss has joined
1418 2014-05-20 17:01:37 benrcole has quit (Ping timeout: 276 seconds)
1419 2014-05-20 17:02:04 aschildbach has quit (Remote host closed the connection)
1420 2014-05-20 17:02:42 crunk-juice has quit (Ping timeout: 240 seconds)
1421 2014-05-20 17:02:49 benrcole has joined
1422 2014-05-20 17:03:29 crunk-ju_ has quit (Ping timeout: 240 seconds)
1423 2014-05-20 17:03:43 GAit has joined
1424 2014-05-20 17:04:24 crunk-juice has joined
1425 2014-05-20 17:04:41 ajweiss has quit (Ping timeout: 255 seconds)
1426 2014-05-20 17:05:31 ajweiss has joined
1427 2014-05-20 17:06:24 Krellan has quit (Excess Flood)
1428 2014-05-20 17:06:25 tjopper1 has quit (Ping timeout: 240 seconds)
1429 2014-05-20 17:07:19 Krellan has joined
1430 2014-05-20 17:09:20 JackH has quit (Read error: Connection reset by peer)
1431 2014-05-20 17:09:53 ajweiss has quit (Ping timeout: 255 seconds)
1432 2014-05-20 17:09:54 kmels has quit (Ping timeout: 255 seconds)
1433 2014-05-20 17:10:47 ajweiss has joined
1434 2014-05-20 17:12:39 JackH has joined
1435 2014-05-20 17:12:56 VossArtesian has joined
1436 2014-05-20 17:13:19 minium has quit (Ping timeout: 276 seconds)
1437 2014-05-20 17:13:43 lclc has joined
1438 2014-05-20 17:15:55 ajweiss has quit (Ping timeout: 276 seconds)
1439 2014-05-20 17:16:02 ajweiss has joined
1440 2014-05-20 17:16:17 kermit has joined
1441 2014-05-20 17:16:44 zcopley_ has joined
1442 2014-05-20 17:17:07 lolstate has quit (Quit: lolstate)
1443 2014-05-20 17:17:16 krysits has joined
1444 2014-05-20 17:18:56 Gyps has joined
1445 2014-05-20 17:20:30 Krellan has quit (Excess Flood)
1446 2014-05-20 17:20:42 ajweiss has quit (Ping timeout: 255 seconds)
1447 2014-05-20 17:21:17 ajweiss has joined
1448 2014-05-20 17:21:17 Krellan has joined
1449 2014-05-20 17:22:20 brson has joined
1450 2014-05-20 17:24:56 cagedwisdom has quit (Remote host closed the connection)
1451 2014-05-20 17:25:39 ajweiss has quit (Ping timeout: 255 seconds)
1452 2014-05-20 17:26:12 <GAit> I am planning in using the memo field in the paymentprotocol/bip70 to both request instant confirmation and to provide a signature back as a proof. Any suggestion as to the encoding for both the request (which could be human readable) in the PaymentRequest and the Payment message reply (which could be encoded in some extensible structure or not) ?
1453 2014-05-20 17:26:16 jordandotdev has joined
1454 2014-05-20 17:26:19 Vitalik__ has quit (Ping timeout: 276 seconds)
1455 2014-05-20 17:26:33 ajweiss has joined
1456 2014-05-20 17:26:55 tris has quit (Quit: Leaving)
1457 2014-05-20 17:27:25 <sipa> GAit: there were some discussions about that before
1458 2014-05-20 17:27:34 minium has joined
1459 2014-05-20 17:27:36 <sipa> iirc, utf8, but i'm not sure
1460 2014-05-20 17:27:37 <GAit> sipa: i'm so sad i didn't manage to meet you at the conf
1461 2014-05-20 17:27:45 <sipa> right!
1462 2014-05-20 17:27:51 <sipa> where were you? :)
1463 2014-05-20 17:28:02 <GAit> i think i even harassed a dude that somehow kinda looked like you, but then again i never met you
1464 2014-05-20 17:28:24 <sipa> i was there thu-fri-sat :)
1465 2014-05-20 17:28:29 <GAit> i was going rounds mad, so many people to meet non stop
1466 2014-05-20 17:28:35 <sipa> yeah :p
1467 2014-05-20 17:28:40 <GAit> i was there 14-18 all day
1468 2014-05-20 17:29:02 sabfer has joined
1469 2014-05-20 17:29:32 prepost has quit (Ping timeout: 240 seconds)
1470 2014-05-20 17:29:54 <GAit> anyway, even if utf8, i could encode the signature in such a way that one could add data and not disrupt people that don't understand it, perhaps some versioning of the data structure or something
1471 2014-05-20 17:30:20 <GAit> some key value pair could work maybe
1472 2014-05-20 17:30:42 <Belxjander> GAit: ID+Length
1473 2014-05-20 17:30:55 <Belxjander> ID the data structure for initial base typing...
1474 2014-05-20 17:31:01 <Belxjander> and the length can double as versioning
1475 2014-05-20 17:31:03 ajweiss has quit (Ping timeout: 255 seconds)
1476 2014-05-20 17:31:33 <sipa> i think the idea of more formatting/structure suggestions are premature
1477 2014-05-20 17:31:47 ajweiss has joined
1478 2014-05-20 17:31:54 krysits has left ()
1479 2014-05-20 17:32:03 <GAit> we don't use it unless explicitly asked from the merchant which sets a flag in the memo field in the initial handshaking
1480 2014-05-20 17:32:11 <GAit> merchant or anyhow otherside
1481 2014-05-20 17:32:27 _yoy_ has quit (Ping timeout: 252 seconds)
1482 2014-05-20 17:32:58 <Belxjander> sipa: well I would only suggest consideration of IFF/RIFF "block" chunking whatever format is decided upon and having chunks based on "common data" elements all together
1483 2014-05-20 17:33:03 <GAit> would using json be too bad?
1484 2014-05-20 17:33:19 davout has quit (Quit: kthxbye)
1485 2014-05-20 17:33:45 Krellan_ has quit (Remote host closed the connection)
1486 2014-05-20 17:34:02 wallet42 has quit (Quit: Leaving.)
1487 2014-05-20 17:34:05 llllllllll has joined
1488 2014-05-20 17:34:29 <Belxjander> then any "extension"s can be chunk IDs that can be filtered into processing or filtered into ignored lists and either unknown/strip or unknown/ignore and known/process as three options
1489 2014-05-20 17:34:30 sabfer has quit (Read error: Connection reset by peer)
1490 2014-05-20 17:35:11 sabfer has joined
1491 2014-05-20 17:35:30 Grouver has joined
1492 2014-05-20 17:36:11 ajweiss has quit (Ping timeout: 255 seconds)
1493 2014-05-20 17:36:22 Krellan has quit (Excess Flood)
1494 2014-05-20 17:36:22 _yoy_ has joined
1495 2014-05-20 17:37:00 crunk-juice has quit (Remote host closed the connection)
1496 2014-05-20 17:37:01 ajweiss has joined
1497 2014-05-20 17:37:31 Krellan has joined
1498 2014-05-20 17:39:02 <gavinandresen> GAit : don't abuse the memo field for a signature, protocol buffers are easily extensible. Add another field (in whatever message makes sense).
1499 2014-05-20 17:39:03 brson has quit (Ping timeout: 252 seconds)
1500 2014-05-20 17:39:38 brson has joined
1501 2014-05-20 17:40:49 Vitalik__ has joined
1502 2014-05-20 17:41:52 crunk-juice has joined
1503 2014-05-20 17:41:55 ajweiss has quit (Ping timeout: 276 seconds)
1504 2014-05-20 17:42:12 ajweiss has joined
1505 2014-05-20 17:42:47 <GAit> gavinandresen: thanks! we didn't think of that.
1506 2014-05-20 17:43:39 <sipa> that makes sense if it's a private extension, where you control both client and server software
1507 2014-05-20 17:43:46 <sipa> otherwise it's asking for compatibility problems
1508 2014-05-20 17:45:07 belcher has joined
1509 2014-05-20 17:45:21 <gavinandresen> sipa: hmm? protocol buffers are designed so that if you don't understand an extension you just ignore it
1510 2014-05-20 17:45:44 crunk-juice has quit (Remote host closed the connection)
1511 2014-05-20 17:46:32 ajweiss has quit (Ping timeout: 255 seconds)
1512 2014-05-20 17:46:51 dfletcher has joined
1513 2014-05-20 17:46:54 <sipa> gavinandresen: right, sure
1514 2014-05-20 17:47:17 <sipa> gavinandresen: i mean, if correctness of your system relies on the field being present/processed, you can't just make it optional
1515 2014-05-20 17:47:28 ajweiss has joined
1516 2014-05-20 17:47:40 roconnor has joined
1517 2014-05-20 17:48:14 <gavinandresen> sipa: mmm. But encoding into the memo field would just be a hack that wouldn't help with that problem.
1518 2014-05-20 17:49:28 <hearn> sipa: you can just reject it/throw an error
1519 2014-05-20 17:49:34 <hearn> encoding machine readable stuff into the memo field is wrong wrong wrong
1520 2014-05-20 17:49:48 <hearn> i wonder if BIP70 should be clearer on this point? i thought it was obvious, given how protobufs worked, but ....
1521 2014-05-20 17:49:49 <sipa> agree
1522 2014-05-20 17:50:11 <sipa> but different people adding extensions without coordination won't work either
1523 2014-05-20 17:50:18 <hearn> thatâs why thereâs a process to coordinate :)
1524 2014-05-20 17:50:39 <sipa> right, but if it requires a new bip to add a field, it's not really a private extension anymore :)
1525 2014-05-20 17:50:44 <sipa> which is what i'm saying
1526 2014-05-20 17:51:07 <gavinandresen> "Implementations that need to extend messages in this specification shall use tags starting at 1000, and shall update the extensions page via pull-req to avoid conflicts with other extensions."
1527 2014-05-20 17:51:15 <gavinandresen> ⦠no need for a BIP
1528 2014-05-20 17:51:22 <gavinandresen> ⦠unless you want to inter-operate
1529 2014-05-20 17:51:44 <sipa> maybe add a suggestion that private extensions could use the unix timestamp as tag number :)
1530 2014-05-20 17:52:14 <gavinandresen> as long as you don't use 1,111 I'll be happy.
1531 2014-05-20 17:52:19 ajweiss has quit (Ping timeout: 276 seconds)
1532 2014-05-20 17:52:25 lolstate has joined
1533 2014-05-20 17:52:40 ajweiss has joined
1534 2014-05-20 17:53:12 crunk-juice has joined
1535 2014-05-20 17:53:38 <hearn> for the lighthouse extensions i was planning on writing a BIP and just using the next available tag numbers. i think the 1000+ tag numbers make sense for private extensions. for public extensions that are properly specified we may as well just use the regular numbers
1536 2014-05-20 17:53:48 kermit has quit (Quit: Leaving.)
1537 2014-05-20 17:53:56 <sipa> right, indeed
1538 2014-05-20 17:54:53 Vitalik__ has quit (Quit: Leaving)
1539 2014-05-20 17:55:57 Gnaf has joined
1540 2014-05-20 17:55:57 joeykrim has joined
1541 2014-05-20 17:56:01 graingert has quit (Ping timeout: 240 seconds)
1542 2014-05-20 17:57:22 zcopley_ has quit (Read error: Connection reset by peer)
1543 2014-05-20 17:57:25 HaltingState has joined
1544 2014-05-20 17:57:25 ajweiss has quit (Ping timeout: 265 seconds)
1545 2014-05-20 17:57:45 Application has quit (Remote host closed the connection)
1546 2014-05-20 17:57:54 ajweiss has joined
1547 2014-05-20 17:58:16 zcopley_ has joined
1548 2014-05-20 17:59:05 <hearn> Luke-Jr: any idea whatâs up with your DNS seed? seems the config is broken.
1549 2014-05-20 17:59:28 Krellan has quit (Excess Flood)
1550 2014-05-20 17:59:56 Krellan has joined
1551 2014-05-20 18:00:05 Zarutian has quit (Quit: Zarutian)
1552 2014-05-20 18:00:24 xenog has quit (Quit: Leaving.)
1553 2014-05-20 18:01:58 ajweiss has quit (Ping timeout: 240 seconds)
1554 2014-05-20 18:02:04 Gyps has quit (Quit: Gyps)
1555 2014-05-20 18:02:39 <michagogo> Maybe have a few ranges
1556 2014-05-20 18:02:51 <michagogo> One range for new extensions that come in through BIP
1557 2014-05-20 18:03:09 ajweiss has joined
1558 2014-05-20 18:03:32 <michagogo> One range for extensions that anyone can add to, with information about what it is
1559 2014-05-20 18:03:40 <michagogo> Just a "take it or leave it" kind of thing
1560 2014-05-20 18:04:11 <michagogo> One range for private extensions, where all you do is mention who you are and which numbers you're taking
1561 2014-05-20 18:04:35 <michagogo> And then a range that's completely unlisted, a "use at your own risk" kind of thing
1562 2014-05-20 18:05:06 <michagogo> So if you really want to do stuff that you don't want to share with anyone, you can use that 4th one
1563 2014-05-20 18:06:29 <hearn> seems overkill
1564 2014-05-20 18:06:58 kermit has joined
1565 2014-05-20 18:07:02 kermit has quit (Changing host)
1566 2014-05-20 18:07:02 kermit has joined
1567 2014-05-20 18:07:12 mappum has joined
1568 2014-05-20 18:07:17 SpicyShibe is now known as DaQatz
1569 2014-05-20 18:07:39 ajweiss has quit (Ping timeout: 252 seconds)
1570 2014-05-20 18:08:22 ajweiss has joined
1571 2014-05-20 18:08:22 Krellan has quit (Excess Flood)
1572 2014-05-20 18:08:43 Krellan has joined
1573 2014-05-20 18:09:05 DaQatz is now known as SpicyShibe
1574 2014-05-20 18:09:06 belcher has quit (Quit: Leaving)
1575 2014-05-20 18:12:47 ajweiss has quit (Ping timeout: 258 seconds)
1576 2014-05-20 18:13:34 ajweiss has joined
1577 2014-05-20 18:14:49 Zarutian has joined
1578 2014-05-20 18:15:28 mappum has quit (Remote host closed the connection)
1579 2014-05-20 18:15:35 btcxpert has joined
1580 2014-05-20 18:17:48 benrcole has quit (Quit: Leaving.)
1581 2014-05-20 18:17:55 ajweiss has quit (Ping timeout: 252 seconds)
1582 2014-05-20 18:18:49 ajweiss has joined
1583 2014-05-20 18:20:35 dims has quit (Ping timeout: 264 seconds)
1584 2014-05-20 18:23:03 ajweiss has quit (Ping timeout: 252 seconds)
1585 2014-05-20 18:24:00 WishBoy has quit (Ping timeout: 265 seconds)
1586 2014-05-20 18:24:02 ajweiss has joined
1587 2014-05-20 18:26:01 Lexa has quit (Ping timeout: 272 seconds)
1588 2014-05-20 18:26:13 lolstate has quit (Quit: lolstate)
1589 2014-05-20 18:26:26 belcher has joined
1590 2014-05-20 18:26:33 prepost has joined
1591 2014-05-20 18:26:45 belcher has quit (Read error: Connection reset by peer)
1592 2014-05-20 18:27:16 dabura667 has quit (Quit: Leaving)
1593 2014-05-20 18:28:23 ajweiss has quit (Ping timeout: 255 seconds)
1594 2014-05-20 18:29:19 ajweiss has joined
1595 2014-05-20 18:30:25 Lexa has joined
1596 2014-05-20 18:32:47 Grouver has quit (Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...)
1597 2014-05-20 18:32:47 <jgarzik> new .NET reference implementation of bitcoin, unknown quality. https://github.com/NicolasDorier/NBitcoin
1598 2014-05-20 18:33:07 <michagogo> "new reference implementation"?
1599 2014-05-20 18:33:37 ajweiss has quit (Ping timeout: 240 seconds)
1600 2014-05-20 18:34:07 maaku has joined
1601 2014-05-20 18:34:34 ajweiss has joined
1602 2014-05-20 18:37:01 <hearn> an impressively large quantity of code
1603 2014-05-20 18:37:13 <hearn> although a notable lack of comments
1604 2014-05-20 18:37:28 Zarutian has quit (Quit: Zarutian)
1605 2014-05-20 18:38:46 <sipa> the script implementation looks to follow the core code very closely in structure
1606 2014-05-20 18:38:59 ajweiss has quit (Ping timeout: 265 seconds)
1607 2014-05-20 18:39:50 ajweiss has joined
1608 2014-05-20 18:44:13 ajweiss has quit (Ping timeout: 258 seconds)
1609 2014-05-20 18:44:52 mrkent2 has joined
1610 2014-05-20 18:45:04 ajweiss has joined
1611 2014-05-20 18:46:05 dims has joined
1612 2014-05-20 18:46:29 santoscork has joined
1613 2014-05-20 18:47:54 MaxSan has joined
1614 2014-05-20 18:49:09 ajweiss has quit (Ping timeout: 240 seconds)
1615 2014-05-20 18:49:22 Emzy has joined
1616 2014-05-20 18:50:14 llllllllll has quit (Read error: Connection reset by peer)
1617 2014-05-20 18:50:17 ajweiss has joined
1618 2014-05-20 18:50:35 brson has quit (Ping timeout: 264 seconds)
1619 2014-05-20 18:51:11 Gnaf has quit (Ping timeout: 264 seconds)
1620 2014-05-20 18:51:23 llllllllll has joined
1621 2014-05-20 18:52:07 mrkent2 has quit (Ping timeout: 276 seconds)
1622 2014-05-20 18:52:42 zcopley_ is now known as zcopley
1623 2014-05-20 18:54:56 ajweiss has quit (Ping timeout: 265 seconds)
1624 2014-05-20 18:55:30 ajweiss has joined
1625 2014-05-20 18:57:16 viajero has joined
1626 2014-05-20 18:58:17 btcxpert has quit (Quit: btcxpert)
1627 2014-05-20 18:59:52 hearn has quit (Quit: hearn)
1628 2014-05-20 19:00:08 pierreatwork has joined
1629 2014-05-20 19:00:15 ajweiss has quit (Ping timeout: 265 seconds)
1630 2014-05-20 19:00:41 ajweiss has joined
1631 2014-05-20 19:00:42 benrcole has joined
1632 2014-05-20 19:01:33 _Noether_ has joined
1633 2014-05-20 19:04:39 kinlo has quit (Read error: Connection reset by peer)
1634 2014-05-20 19:05:18 erasmospunk has quit (Remote host closed the connection)
1635 2014-05-20 19:05:35 ajweiss has quit (Ping timeout: 264 seconds)
1636 2014-05-20 19:05:53 ajweiss has joined
1637 2014-05-20 19:05:53 mappum has joined
1638 2014-05-20 19:06:27 dims has quit (Ping timeout: 255 seconds)
1639 2014-05-20 19:07:07 Application has joined
1640 2014-05-20 19:08:35 mrkent2 has joined
1641 2014-05-20 19:10:58 ajweiss has quit (Ping timeout: 276 seconds)
1642 2014-05-20 19:11:09 ajweiss has joined
1643 2014-05-20 19:12:31 benrcole has quit (Quit: Leaving.)
1644 2014-05-20 19:13:51 Belxjander has quit (Max SendQ exceeded)
1645 2014-05-20 19:15:43 ajweiss has quit (Ping timeout: 265 seconds)
1646 2014-05-20 19:16:09 archrs has quit (Ping timeout: 245 seconds)
1647 2014-05-20 19:16:24 ajweiss has joined
1648 2014-05-20 19:16:24 xenog has joined
1649 2014-05-20 19:17:40 daybyter has joined
1650 2014-05-20 19:18:04 davout has joined
1651 2014-05-20 19:19:33 archrs has joined
1652 2014-05-20 19:21:11 ajweiss has quit (Ping timeout: 264 seconds)
1653 2014-05-20 19:21:38 ajweiss has joined
1654 2014-05-20 19:25:08 jtimon_ has joined
1655 2014-05-20 19:25:43 bitaco has joined
1656 2014-05-20 19:25:51 kinlo has joined
1657 2014-05-20 19:25:56 bitaco has quit (Read error: Connection reset by peer)
1658 2014-05-20 19:26:15 ajweiss has quit (Ping timeout: 255 seconds)
1659 2014-05-20 19:26:23 jtimon has quit (Ping timeout: 258 seconds)
1660 2014-05-20 19:26:49 ajweiss has joined
1661 2014-05-20 19:28:03 johndoe1111 has quit (Read error: Connection reset by peer)
1662 2014-05-20 19:28:20 minium has quit (Ping timeout: 252 seconds)
1663 2014-05-20 19:28:38 johndoe1111 has joined
1664 2014-05-20 19:29:00 artifexd has quit (Ping timeout: 264 seconds)
1665 2014-05-20 19:29:56 <Diablo-D3> https://weev.livejournal.com/405848.html?nojs=1
1666 2014-05-20 19:30:52 ajweiss has quit (Ping timeout: 240 seconds)
1667 2014-05-20 19:31:28 artifexd has joined
1668 2014-05-20 19:31:30 bitspill has joined
1669 2014-05-20 19:31:38 pierreatwork has quit (Ping timeout: 252 seconds)
1670 2014-05-20 19:31:51 bitaco has joined
1671 2014-05-20 19:32:06 ajweiss has joined
1672 2014-05-20 19:34:15 Krellan_ has joined
1673 2014-05-20 19:34:20 denisx has joined
1674 2014-05-20 19:35:42 Belxjander has joined
1675 2014-05-20 19:36:21 bitaco has quit (Ping timeout: 258 seconds)
1676 2014-05-20 19:36:24 ajweiss has quit (Ping timeout: 252 seconds)
1677 2014-05-20 19:36:50 richcollins has joined
1678 2014-05-20 19:37:07 mrkent2 has quit (Ping timeout: 252 seconds)
1679 2014-05-20 19:37:19 ajweiss has joined
1680 2014-05-20 19:38:48 Belxjander has quit (Max SendQ exceeded)
1681 2014-05-20 19:40:05 Belxjander has joined
1682 2014-05-20 19:40:13 Vitalik__ has joined
1683 2014-05-20 19:41:32 ajweiss has quit (Ping timeout: 240 seconds)
1684 2014-05-20 19:42:24 bitaco has joined
1685 2014-05-20 19:42:34 ajweiss has joined
1686 2014-05-20 19:43:15 Belxjander has quit (Max SendQ exceeded)
1687 2014-05-20 19:44:21 Belxjander has joined
1688 2014-05-20 19:45:19 <sabfer> si
1689 2014-05-20 19:46:08 sabfer has left ("Leaving...")
1690 2014-05-20 19:46:46 bitaco has quit (Ping timeout: 240 seconds)
1691 2014-05-20 19:46:49 ajweiss has quit (Ping timeout: 240 seconds)
1692 2014-05-20 19:47:49 ajweiss has joined
1693 2014-05-20 19:48:09 <sipa> pa
1694 2014-05-20 19:48:40 Belxjander has quit (Max SendQ exceeded)
1695 2014-05-20 19:48:40 bitaco has joined
1696 2014-05-20 19:49:47 erasmospunk has joined
1697 2014-05-20 19:52:06 ajweiss has quit (Ping timeout: 255 seconds)
1698 2014-05-20 19:52:23 crunk-ju_ has joined
1699 2014-05-20 19:53:02 RoboTeddy has joined
1700 2014-05-20 19:53:05 ajweiss has joined
1701 2014-05-20 19:53:43 benrcole has joined
1702 2014-05-20 19:54:01 crunk-ju_ has quit (Remote host closed the connection)
1703 2014-05-20 19:54:11 hexagon54 has joined
1704 2014-05-20 19:54:38 crunk-ju_ has joined
1705 2014-05-20 19:55:41 gavinandresen has quit (Quit: gavinandresen)
1706 2014-05-20 19:55:49 crunk-juice has quit (Ping timeout: 276 seconds)
1707 2014-05-20 19:57:04 hexagon53 has joined
1708 2014-05-20 19:57:09 pierreatwork has joined
1709 2014-05-20 19:57:46 ajweiss has quit (Ping timeout: 265 seconds)
1710 2014-05-20 19:58:17 ajweiss has joined
1711 2014-05-20 19:58:25 hexagon54 has quit (Remote host closed the connection)
1712 2014-05-20 19:58:26 quijibo has quit (Ping timeout: 258 seconds)
1713 2014-05-20 20:00:08 the_2nd has joined
1714 2014-05-20 20:01:02 xenog has quit (Quit: Leaving.)
1715 2014-05-20 20:02:10 xenog has joined
1716 2014-05-20 20:02:12 sabfer has joined
1717 2014-05-20 20:02:29 ajweiss has quit (Ping timeout: 240 seconds)
1718 2014-05-20 20:02:36 jordandotdev has quit (Ping timeout: 264 seconds)
1719 2014-05-20 20:03:33 ajweiss has joined
1720 2014-05-20 20:03:34 Lunixia has joined
1721 2014-05-20 20:03:47 quijibo has joined
1722 2014-05-20 20:04:33 yubrew has joined
1723 2014-05-20 20:04:45 jordandotdev has joined
1724 2014-05-20 20:04:57 wallet42 has joined
1725 2014-05-20 20:06:18 saizai has quit (Quit: saizai)
1726 2014-05-20 20:07:47 chichov has joined
1727 2014-05-20 20:07:49 ajweiss has quit (Ping timeout: 240 seconds)
1728 2014-05-20 20:08:50 ajweiss has joined
1729 2014-05-20 20:09:54 Graet has joined
1730 2014-05-20 20:10:53 dims has joined
1731 2014-05-20 20:11:58 Belxjander has joined
1732 2014-05-20 20:12:54 jaekwon1 has joined
1733 2014-05-20 20:13:03 ajweiss has quit (Ping timeout: 252 seconds)
1734 2014-05-20 20:14:02 ajweiss has joined
1735 2014-05-20 20:15:10 jaekwon has quit (Ping timeout: 240 seconds)
1736 2014-05-20 20:16:04 saizai has joined
1737 2014-05-20 20:17:14 Belxjander has quit (Max SendQ exceeded)
1738 2014-05-20 20:18:37 Belxjander has joined
1739 2014-05-20 20:19:13 ajweiss has quit (Ping timeout: 276 seconds)
1740 2014-05-20 20:19:18 ajweiss_ has joined
1741 2014-05-20 20:19:37 pierreatwork has quit (Ping timeout: 240 seconds)
1742 2014-05-20 20:19:54 zzyzx has joined
1743 2014-05-20 20:20:02 roidster has quit (Ping timeout: 252 seconds)
1744 2014-05-20 20:20:12 zzyzx is now known as roidster
1745 2014-05-20 20:20:21 the_2nd has quit (Remote host closed the connection)
1746 2014-05-20 20:20:43 roidster is now known as Guest89031
1747 2014-05-20 20:22:52 JZavala has joined
1748 2014-05-20 20:23:32 ajweiss_ has quit (Ping timeout: 240 seconds)
1749 2014-05-20 20:23:49 Belxjander has quit (Max SendQ exceeded)
1750 2014-05-20 20:24:33 ajweiss has joined
1751 2014-05-20 20:24:51 Belxjander has joined
1752 2014-05-20 20:25:39 Apexseals has quit (Ping timeout: 255 seconds)
1753 2014-05-20 20:26:57 boldsoon has joined
1754 2014-05-20 20:28:32 ajweiss has quit (Ping timeout: 240 seconds)
1755 2014-05-20 20:28:40 <richcollins> has anyone figured how to connect to testnet3?
1756 2014-05-20 20:28:47 <richcollins> dns seeds are down?
1757 2014-05-20 20:29:46 mappum has quit (Remote host closed the connection)
1758 2014-05-20 20:29:48 ajweiss has joined
1759 2014-05-20 20:30:01 eristisk has quit (Remote host closed the connection)
1760 2014-05-20 20:30:03 Belxjander has quit (Max SendQ exceeded)
1761 2014-05-20 20:30:38 eristisk has joined
1762 2014-05-20 20:30:54 saizai has quit (Quit: saizai)
1763 2014-05-20 20:31:50 <helo> richcollins: cadoth.net
1764 2014-05-20 20:32:15 <helo> richcollins: i.e. addnode cadoth.net
1765 2014-05-20 20:33:10 richcollins has quit (Ping timeout: 240 seconds)
1766 2014-05-20 20:33:17 erasmospunk has quit (Remote host closed the connection)
1767 2014-05-20 20:33:51 richcollins has joined
1768 2014-05-20 20:33:58 ajweiss has quit (Ping timeout: 252 seconds)
1769 2014-05-20 20:34:09 pierreatwork has joined
1770 2014-05-20 20:34:42 brson has joined
1771 2014-05-20 20:34:59 BGL has joined
1772 2014-05-20 20:35:02 ajweiss has joined
1773 2014-05-20 20:39:44 lclc has quit (Quit: Konversation terminated!)
1774 2014-05-20 20:39:56 crunk-juice has joined
1775 2014-05-20 20:40:01 ajweiss has quit (Ping timeout: 276 seconds)
1776 2014-05-20 20:40:17 ajweiss has joined
1777 2014-05-20 20:41:53 tombtc has quit (Quit: Wychodzi)
1778 2014-05-20 20:43:12 crunk-ju_ has quit (Ping timeout: 255 seconds)
1779 2014-05-20 20:44:25 ajweiss has quit (Ping timeout: 240 seconds)
1780 2014-05-20 20:44:46 ahf has quit (Ping timeout: 240 seconds)
1781 2014-05-20 20:45:32 ajweiss has joined
1782 2014-05-20 20:46:40 crunk-juice has quit (Remote host closed the connection)
1783 2014-05-20 20:47:06 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1784 2014-05-20 20:47:28 btcxpert has joined
1785 2014-05-20 20:49:32 ajweiss has quit (Ping timeout: 240 seconds)
1786 2014-05-20 20:49:33 paveljanik has quit (Quit: This computer has gone to sleep)
1787 2014-05-20 20:50:00 Belxjander has joined
1788 2014-05-20 20:50:42 spinza has quit (Read error: Connection reset by peer)
1789 2014-05-20 20:50:46 ajweiss has joined
1790 2014-05-20 20:51:37 sabfer has quit (Remote host closed the connection)
1791 2014-05-20 20:54:00 Aido has quit (Quit: leaving)
1792 2014-05-20 20:55:06 Belxjander has quit (Max SendQ exceeded)
1793 2014-05-20 20:55:17 <BlueMatt> did anyone bother filing a bug for different curves in the web crypto bugzilla
1794 2014-05-20 20:55:37 ajweiss has quit (Ping timeout: 276 seconds)
1795 2014-05-20 20:55:58 ajweiss has joined
1796 2014-05-20 20:56:33 Belxjander has joined
1797 2014-05-20 20:58:12 chichov has quit (Ping timeout: 265 seconds)
1798 2014-05-20 20:58:36 erasmospunk has joined
1799 2014-05-20 21:00:18 ajweiss has quit (Ping timeout: 255 seconds)
1800 2014-05-20 21:01:13 ajweiss has joined
1801 2014-05-20 21:01:26 spinza has joined
1802 2014-05-20 21:02:44 Belxjander has quit (Max SendQ exceeded)
1803 2014-05-20 21:02:58 beachandbytes has joined
1804 2014-05-20 21:03:52 posita has quit (Quit: Leaving.)
1805 2014-05-20 21:04:27 posita has joined
1806 2014-05-20 21:04:38 _Noether_ has left ()
1807 2014-05-20 21:05:29 Lunixia has quit ()
1808 2014-05-20 21:05:42 ajweiss has quit (Ping timeout: 255 seconds)
1809 2014-05-20 21:05:49 Coincidental has quit (Read error: Connection reset by peer)
1810 2014-05-20 21:06:26 ajweiss has joined
1811 2014-05-20 21:08:14 Coincidental has joined
1812 2014-05-20 21:08:27 hellome has joined
1813 2014-05-20 21:10:38 maraoz has quit (Ping timeout: 252 seconds)
1814 2014-05-20 21:11:13 ajweiss has quit (Ping timeout: 276 seconds)
1815 2014-05-20 21:11:42 ajweiss has joined
1816 2014-05-20 21:14:25 use_zfs_yo has quit (Ping timeout: 240 seconds)
1817 2014-05-20 21:15:37 use_zfs_yo has joined
1818 2014-05-20 21:16:08 ajweiss has quit (Ping timeout: 252 seconds)
1819 2014-05-20 21:16:09 Applicat_ has joined
1820 2014-05-20 21:16:16 Aido has joined
1821 2014-05-20 21:16:24 mappum has joined
1822 2014-05-20 21:16:36 Aido has quit (Client Quit)
1823 2014-05-20 21:16:56 ajweiss has joined
1824 2014-05-20 21:17:09 pierreatwork has quit (Ping timeout: 255 seconds)
1825 2014-05-20 21:17:28 benrcole has quit (Quit: Leaving.)
1826 2014-05-20 21:17:36 Application has quit (Ping timeout: 264 seconds)
1827 2014-05-20 21:18:32 yubrew has quit (Remote host closed the connection)
1828 2014-05-20 21:19:06 _Noether_ has joined
1829 2014-05-20 21:19:54 Aido has joined
1830 2014-05-20 21:20:10 Aido has quit (Client Quit)
1831 2014-05-20 21:20:19 Guest89031 is now known as roidster
1832 2014-05-20 21:20:41 ferroh has quit (Quit: This computer has gone to sleep)
1833 2014-05-20 21:20:54 Gyps has joined
1834 2014-05-20 21:21:10 ajweiss has quit (Ping timeout: 240 seconds)
1835 2014-05-20 21:21:48 WishBoy has joined
1836 2014-05-20 21:22:07 boldsoon has quit (Quit: boldsoon)
1837 2014-05-20 21:22:10 ajweiss has joined
1838 2014-05-20 21:22:19 Belxjander has joined
1839 2014-05-20 21:22:32 bitaco has quit (Ping timeout: 258 seconds)
1840 2014-05-20 21:24:14 Gnaf has joined
1841 2014-05-20 21:24:16 <JackH> what happens if a large number of transactions stay within the network without being included in the block? say 100 million very very small transactions that never get included (due to miners not accepting them)
1842 2014-05-20 21:24:17 Gnaf has quit (Changing host)
1843 2014-05-20 21:24:17 Gnaf has joined
1844 2014-05-20 21:26:30 Belxjander has quit (Max SendQ exceeded)
1845 2014-05-20 21:26:43 ajweiss has quit (Ping timeout: 265 seconds)
1846 2014-05-20 21:27:24 Belxjander has joined
1847 2014-05-20 21:27:27 ajweiss has joined
1848 2014-05-20 21:27:27 richcollins has quit (Quit: richcollins)
1849 2014-05-20 21:27:36 Aido has joined
1850 2014-05-20 21:27:57 <arubi> JackH, the way I see it, any transaction relayed by the network and not yet in a block, is in the memory pool
1851 2014-05-20 21:28:38 tombtc has joined
1852 2014-05-20 21:28:47 <arubi> what are the rules enforced on a tx one it's in the mempool? I'm not sure.. interesting question..
1853 2014-05-20 21:28:55 <arubi> s/one/once
1854 2014-05-20 21:29:46 <JackH> from my understanding the transactions still get relayed, included or not included in blocks
1855 2014-05-20 21:30:24 <arubi> there's a limit though, once a tx is in the mempool, there's no reason to relay it to any more nodes
1856 2014-05-20 21:31:06 <JackH> ah so there is a relay limit? on the bitcoind?
1857 2014-05-20 21:31:14 Aido has quit (Client Quit)
1858 2014-05-20 21:31:41 cbeams has quit (Remote host closed the connection)
1859 2014-05-20 21:32:02 ajweiss has quit (Ping timeout: 265 seconds)
1860 2014-05-20 21:32:05 <arubi> I'm not saying there's a limit because I'm not sure, but if a tx is already in the pool, why should a node relay it to other nodes?
1861 2014-05-20 21:32:10 cbeams has joined
1862 2014-05-20 21:32:42 ajweiss has joined
1863 2014-05-20 21:32:46 <arubi> miners already know about it and can decide for themselves if it's valid or not.
1864 2014-05-20 21:33:33 <jgarzik> JackH, there are of course relay limits, otherwise you could easily DoS the network
1865 2014-05-20 21:33:44 sabfer has joined
1866 2014-05-20 21:33:53 Belxjander has quit (Max SendQ exceeded)
1867 2014-05-20 21:34:34 <JackH> but the memory pool also has limits I assume
1868 2014-05-20 21:35:44 <arubi> 656 tx's in mempool right now
1869 2014-05-20 21:36:03 <arubi> is there a limit? never though of that
1870 2014-05-20 21:36:24 <JackH> well hopefully there is not
1871 2014-05-20 21:36:44 cbeams has quit (Ping timeout: 258 seconds)
1872 2014-05-20 21:36:44 <JackH> otherwise someone could as I said spam it with million of junk transactions and block any new transactions
1873 2014-05-20 21:36:46 ajweiss has quit (Ping timeout: 240 seconds)
1874 2014-05-20 21:37:31 <arubi> right, but invalids will be cleared once in 10 minutes on average? right?
1875 2014-05-20 21:37:55 ajweiss has joined
1876 2014-05-20 21:38:11 <JackH> that doesnt make sense, since some transactions take days to get included, thus they must be staying idle in the mempool
1877 2014-05-20 21:38:59 <sipa> there is no limit on the mempool
1878 2014-05-20 21:39:01 Krellan_ has quit ()
1879 2014-05-20 21:39:14 <sipa> but every transaction in it requires unspent outputs being consumed
1880 2014-05-20 21:39:27 <arubi> are invalid tx's cleared from mempool over time sipa?
1881 2014-05-20 21:39:38 <sipa> invalid transactions don't enter the mempool
1882 2014-05-20 21:39:40 <JackH> so how is mempool handled by the clients? say I spam with 100 million transactions?
1883 2014-05-20 21:39:50 <jgarzik> arubi, invalid TXs never enter mempool in first place
1884 2014-05-20 21:39:50 <sipa> then you need 100 million unspent outputs
1885 2014-05-20 21:40:09 <jgarzik> with associated fees
1886 2014-05-20 21:40:14 <arubi> I see, nodes only relay valids
1887 2014-05-20 21:40:18 <sipa> the relay policies make it quite hard to blow up the mempool without spending high amounts of fees
1888 2014-05-20 21:40:35 Krellan_ has joined
1889 2014-05-20 21:40:36 <arubi> that's smart
1890 2014-05-20 21:40:54 <JackH> wait, why fees? if I send you 0.0000001 btc and I do that to another 99 million people, what prevents the mempool from getting clogged up?
1891 2014-05-20 21:41:00 <arubi> so "light clients" with no blockchain do not relay txs on the network?
1892 2014-05-20 21:41:14 <jgarzik> arubi, they can if they wish
1893 2014-05-20 21:41:25 <jgarzik> JackH, fees
1894 2014-05-20 21:41:25 <sipa> JackH: you can't send me 0.00000001 BTC without sending a few hundred satoshi fee with it
1895 2014-05-20 21:41:32 <arubi> but the can's know if it's valid or not jgarzik ?
1896 2014-05-20 21:41:59 <sipa> they can't
1897 2014-05-20 21:42:07 <sipa> and they don't relay
1898 2014-05-20 21:42:08 <JackH> hmm, was this correction made in 0.8?
1899 2014-05-20 21:42:08 <arubi> yea, sorry for the typos
1900 2014-05-20 21:42:11 <JackH> or 9?
1901 2014-05-20 21:42:12 <arubi> oh
1902 2014-05-20 21:42:16 <sipa> JackH: 0.3 or so
1903 2014-05-20 21:42:21 ajweiss has quit (Ping timeout: 255 seconds)
1904 2014-05-20 21:42:22 <JackH> oh...
1905 2014-05-20 21:42:26 <JackH> something I missed there
1906 2014-05-20 21:42:33 <JackH> I thought sending 1 satoshi was possible
1907 2014-05-20 21:42:38 <sipa> it is valid
1908 2014-05-20 21:42:47 <sipa> but such a transaction won't be relayed
1909 2014-05-20 21:42:53 <sipa> or accepted in the mempool
1910 2014-05-20 21:42:56 <sipa> it would be considered spam
1911 2014-05-20 21:43:04 benrcole has joined
1912 2014-05-20 21:43:07 <sipa> it's valid inside a block though
1913 2014-05-20 21:43:09 jtimon_ has quit (Ping timeout: 265 seconds)
1914 2014-05-20 21:43:09 ajweiss has joined
1915 2014-05-20 21:43:21 <JackH> yeah well, thats different
1916 2014-05-20 21:43:35 <JackH> alright, just wanted to know. guess I skipped the lesson of mempool spamming
1917 2014-05-20 21:44:24 benrcole1 has joined
1918 2014-05-20 21:44:44 <JackH> I wish there was a super thorough transaction explanation somewhere, taking everything into account, from tx to fees to spam, to mempool etc
1919 2014-05-20 21:45:04 <JackH> information seems a bit spread, and most explanations miss out on certain points
1920 2014-05-20 21:45:29 benrcole2 has joined
1921 2014-05-20 21:45:34 Coincidental has quit (Ping timeout: 240 seconds)
1922 2014-05-20 21:45:37 <jgarzik> SWINTL - Say What I Need To Learn. We all want the doc that gives precisely that, and no more :)
1923 2014-05-20 21:45:38 <sipa> well, basically, there is a fee per byte of blockchain space
1924 2014-05-20 21:45:47 <jgarzik> readers version of DWIM
1925 2014-05-20 21:45:50 <sipa> with some exceptions
1926 2014-05-20 21:46:08 <JackH> haha jgarzik
1927 2014-05-20 21:46:11 <sipa> of course, not all nodes agree on what that fee is exactly, and wallet implementations overshoot
1928 2014-05-20 21:46:15 <JackH> yeah gods handbook, k, thx
1929 2014-05-20 21:46:53 owowo has quit (Read error: Connection reset by peer)
1930 2014-05-20 21:47:18 benrcole has quit (Ping timeout: 252 seconds)
1931 2014-05-20 21:47:37 Krellan_ has quit (Ping timeout: 240 seconds)
1932 2014-05-20 21:47:45 ajweiss has quit (Ping timeout: 255 seconds)
1933 2014-05-20 21:47:46 <JackH> I found explaining bitcoin to people outside the tech industry today to be quite difficult
1934 2014-05-20 21:47:52 Krellan_ has joined
1935 2014-05-20 21:48:05 Coincidental has joined
1936 2014-05-20 21:48:09 <JackH> I lost myself into details, came out short on some issues and in general felt like lacking to explain it fully
1937 2014-05-20 21:48:24 ajweiss has joined
1938 2014-05-20 21:48:46 benrcole1 has quit (Ping timeout: 252 seconds)
1939 2014-05-20 21:49:12 <jgarzik> JackH, "register of ownership" -> "digital cash"
1940 2014-05-20 21:49:21 mr_burdell has quit (Ping timeout: 255 seconds)
1941 2014-05-20 21:49:23 <JackH> you cant start like that
1942 2014-05-20 21:49:36 <JackH> you also cant be hard on - this was a bank btw.
1943 2014-05-20 21:49:52 benrcole2 has quit (Ping timeout: 252 seconds)
1944 2014-05-20 21:50:11 <JackH> I think that I will stay away from the whole mining/block-chain from now on though
1945 2014-05-20 21:50:22 <JackH> its just impossible to cram it into a conversation
1946 2014-05-20 21:50:59 <JackH> has to be explained as if you explain it to children, but then one has to skip the obvious benefits of it
1947 2014-05-20 21:51:20 <JackH> quite frustrating
1948 2014-05-20 21:52:16 cbeams has joined
1949 2014-05-20 21:52:16 cbeams has quit (Changing host)
1950 2014-05-20 21:52:16 cbeams has joined
1951 2014-05-20 21:52:26 bkbk has quit ()
1952 2014-05-20 21:52:32 Application has joined
1953 2014-05-20 21:52:48 ajweiss has quit (Ping timeout: 252 seconds)
1954 2014-05-20 21:53:37 ajweiss has joined
1955 2014-05-20 21:55:22 Applicat_ has quit (Ping timeout: 252 seconds)
1956 2014-05-20 21:55:59 JackH has quit (Read error: Connection reset by peer)
1957 2014-05-20 21:56:26 Coincide_ has joined
1958 2014-05-20 21:56:50 roidster has quit (Ping timeout: 252 seconds)
1959 2014-05-20 21:57:10 Coincidental has quit (Ping timeout: 240 seconds)
1960 2014-05-20 21:58:06 ajweiss has quit (Ping timeout: 255 seconds)
1961 2014-05-20 21:58:19 <coryfields> warren: ping
1962 2014-05-20 21:58:51 ajweiss has joined
1963 2014-05-20 22:01:00 MiningBuddy- has joined
1964 2014-05-20 22:03:52 Vitalik_ has joined
1965 2014-05-20 22:03:52 jtimon has joined
1966 2014-05-20 22:03:52 ajweiss has quit (Ping timeout: 276 seconds)
1967 2014-05-20 22:03:56 robonerd has quit (Ping timeout: 265 seconds)
1968 2014-05-20 22:03:58 MiningBuddy has quit (Ping timeout: 240 seconds)
1969 2014-05-20 22:04:06 ajweiss has joined
1970 2014-05-20 22:04:36 robonerd has joined
1971 2014-05-20 22:04:36 robonerd has quit (Changing host)
1972 2014-05-20 22:04:36 robonerd has joined
1973 2014-05-20 22:05:22 Skirmant has quit (Quit: (ã-Ï-) zzz..)
1974 2014-05-20 22:07:28 Vitalik__ has quit (Ping timeout: 252 seconds)
1975 2014-05-20 22:08:13 ajweiss has quit (Ping timeout: 240 seconds)
1976 2014-05-20 22:08:51 kermit has quit (Quit: Leaving.)
1977 2014-05-20 22:08:58 owowo has joined
1978 2014-05-20 22:09:13 bbrian has quit (Ping timeout: 240 seconds)
1979 2014-05-20 22:09:20 davout has quit (Read error: Connection reset by peer)
1980 2014-05-20 22:09:21 cbeams has quit (Remote host closed the connection)
1981 2014-05-20 22:09:22 ajweiss has joined
1982 2014-05-20 22:09:54 kermit has joined
1983 2014-05-20 22:10:31 <warren> coryfields: hey
1984 2014-05-20 22:11:01 viajero has left ()
1985 2014-05-20 22:11:01 <coryfields> warren: got a few min to do some builds and compare hashes?
1986 2014-05-20 22:11:07 <warren> coryfields: yes
1987 2014-05-20 22:11:22 <coryfields> ok, give me a few min to push some changes
1988 2014-05-20 22:11:29 <warren> coryfields: any idea what extraneous thing might be leaking into the build?
1989 2014-05-20 22:11:31 viajero has joined
1990 2014-05-20 22:12:15 <coryfields> warren: no, but i need the interim tarballs to track it down
1991 2014-05-20 22:12:43 <warren> coryfields: all the intermediate deps are identical to yours
1992 2014-05-20 22:12:51 <coryfields> and we need to be sure we're building from the exact same bitcoin commit
1993 2014-05-20 22:12:51 <warren> only the end bitcoin-qt.dmg is different
1994 2014-05-20 22:13:02 <warren> coryfields: did you read my ticket? I was very detailed there
1995 2014-05-20 22:13:28 <warren> coryfields: I provide build logs, binaries, hashes and the alternate base image that exhibits the problem
1996 2014-05-20 22:13:41 <coryfields> warren: i don't see the commit you built from, though
1997 2014-05-20 22:13:43 viajero has quit (Read error: Connection reset by peer)
1998 2014-05-20 22:13:58 <warren> coryfields: https://github.com/bitcoin/bitcoin/pull/4189
1999 2014-05-20 22:14:00 ajweiss has quit (Ping timeout: 264 seconds)
2000 2014-05-20 22:14:04 <warren> it's all in here
2001 2014-05-20 22:14:38 ajweiss has joined
2002 2014-05-20 22:15:05 <warren> it's deterministic when using the same base image ...
2003 2014-05-20 22:15:14 <warren> but extraneous things in the base image shouldn't affect the output
2004 2014-05-20 22:15:50 viajero has joined
2005 2014-05-20 22:16:43 HaltingState has quit (Quit: Leaving)
2006 2014-05-20 22:17:00 so has quit (Ping timeout: 264 seconds)
2007 2014-05-20 22:17:36 <coryfields> warren: could you please just help me out a bit and tell me what commit you built from? I'd rather not trawl through logs and disk images just to find it
2008 2014-05-20 22:18:20 <warren> coryfields: dude, the last commit hash in 4189
2009 2014-05-20 22:18:30 <warren> 0173fa15c4301cbd3079944023ac7c5c0c37a5a7
2010 2014-05-20 22:19:07 <warren> coryfields: in your bitcoin/.git/config add this:
2011 2014-05-20 22:19:08 <warren> [remote "origin"]
2012 2014-05-20 22:19:08 <warren> url = git://github.com/bitcoin/bitcoin.git
2013 2014-05-20 22:19:09 <warren> fetch = +refs/heads/*:refs/remotes/origin/*
2014 2014-05-20 22:19:09 <warren> fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
2015 2014-05-20 22:19:11 <warren> git fetch origin
2016 2014-05-20 22:19:15 ajweiss has quit (Ping timeout: 255 seconds)
2017 2014-05-20 22:19:19 <warren> git checkout origin/pr/4189
2018 2014-05-20 22:19:51 ajweiss has joined
2019 2014-05-20 22:19:56 Application has quit (Ping timeout: 252 seconds)
2020 2014-05-20 22:20:14 <warren> this is very handy because it lets you easily checkout any PR
2021 2014-05-20 22:20:48 <coryfields> warren: give me some credit. I wanted to verify that you were building from the committed descriptors. During my dev process, I don't do that, so it's easy to make mistakes that way.
2022 2014-05-20 22:21:11 digitalmagus has joined
2023 2014-05-20 22:21:26 <lianj> warren: git remote rename origin github
2024 2014-05-20 22:22:57 owowo has quit (Ping timeout: 252 seconds)
2025 2014-05-20 22:23:07 mpmcsweeney has quit (Remote host closed the connection)
2026 2014-05-20 22:23:38 <warren> coryfields: Sorry, I thought it was strongly implied that I used the tip of that PR.
2027 2014-05-20 22:23:48 erasmospunk has quit (Remote host closed the connection)
2028 2014-05-20 22:24:20 ajweiss has quit (Ping timeout: 252 seconds)
2029 2014-05-20 22:24:32 <warren> lianj: good point
2030 2014-05-20 22:24:44 <coryfields> warren: no. each commit to bitcoin will change the dmg's hash. so it doesn't make sense to build from the tip when testing for determinism. rather, it's much easier to use uncommitted descriptors
2031 2014-05-20 22:25:05 ajweiss has joined
2032 2014-05-20 22:25:11 erasmospunk has joined
2033 2014-05-20 22:25:33 tombtc has quit (Quit: Wychodzi)
2034 2014-05-20 22:25:34 Application has joined
2035 2014-05-20 22:25:40 <warren> coryfields: we're clear now. The point I made in 4189 is there's at least two problems.
2036 2014-05-20 22:25:50 <warren> the win upgrade to qt-5.2.1 is fine though
2037 2014-05-20 22:27:19 <coryfields> ok
2038 2014-05-20 22:27:33 brson_ has joined
2039 2014-05-20 22:28:03 brson has quit (Ping timeout: 255 seconds)
2040 2014-05-20 22:29:13 ajweiss has quit (Ping timeout: 240 seconds)
2041 2014-05-20 22:29:14 bkbk has joined
2042 2014-05-20 22:30:19 ajweiss has joined
2043 2014-05-20 22:30:35 bitwyre has joined
2044 2014-05-20 22:31:12 santoscork has quit (Quit: Quiet while I make like a cat)
2045 2014-05-20 22:33:08 <coryfields> warren: rebuilding qt now
2046 2014-05-20 22:33:33 <coryfields> warren: i'll pm you when finished to avoid flooding here
2047 2014-05-20 22:33:36 erasmospunk has quit (Remote host closed the connection)
2048 2014-05-20 22:33:58 erasmospunk has joined
2049 2014-05-20 22:34:48 ajweiss has quit (Ping timeout: 255 seconds)
2050 2014-05-20 22:35:31 ajweiss has joined
2051 2014-05-20 22:36:09 jgarzik has quit (Quit: This computer has gone to sleep)
2052 2014-05-20 22:38:29 dims has quit (Ping timeout: 240 seconds)
2053 2014-05-20 22:38:42 Aido has joined
2054 2014-05-20 22:39:12 ValicekB has quit (Ping timeout: 264 seconds)
2055 2014-05-20 22:39:17 Se[V]eN has joined
2056 2014-05-20 22:39:34 ajweiss has quit (Ping timeout: 240 seconds)
2057 2014-05-20 22:40:12 cbeams has joined
2058 2014-05-20 22:40:45 ajweiss has joined
2059 2014-05-20 22:43:16 Guest6857 is now known as anarchystar
2060 2014-05-20 22:43:29 anarchystar has quit (Changing host)
2061 2014-05-20 22:43:29 anarchystar has joined
2062 2014-05-20 22:43:29 anarchystar has quit (Changing host)
2063 2014-05-20 22:43:29 anarchystar has joined
2064 2014-05-20 22:43:51 ValicekB has joined
2065 2014-05-20 22:44:12 ielo has quit (Ping timeout: 258 seconds)
2066 2014-05-20 22:44:25 roidster has joined
2067 2014-05-20 22:44:49 ajweiss has quit (Ping timeout: 240 seconds)
2068 2014-05-20 22:45:55 ferroh has joined
2069 2014-05-20 22:45:59 ajweiss has joined
2070 2014-05-20 22:46:40 <Burrito> anyone running a testnet node that a #bitcoin -er can connect to?
2071 2014-05-20 22:47:34 cbeams has quit (Ping timeout: 240 seconds)
2072 2014-05-20 22:48:25 erasmospunk has quit (Remote host closed the connection)
2073 2014-05-20 22:48:40 <Burrito> nvm, think I found one
2074 2014-05-20 22:49:06 <dhill> Burrito: 54.243.211.176:18333
2075 2014-05-20 22:50:01 ajweiss has quit (Ping timeout: 240 seconds)
2076 2014-05-20 22:51:10 ajweiss has joined
2077 2014-05-20 22:53:30 <dhill> anyone know what Dain is?
2078 2014-05-20 22:53:48 yubrew has joined
2079 2014-05-20 22:55:42 ajweiss has quit (Ping timeout: 255 seconds)
2080 2014-05-20 22:56:23 ajweiss has joined
2081 2014-05-20 22:56:27 cagedwisdom has joined
2082 2014-05-20 22:57:35 erasmospunk has joined
2083 2014-05-20 22:58:24 yubrew has quit (Ping timeout: 255 seconds)
2084 2014-05-20 23:00:04 richcollins has joined
2085 2014-05-20 23:00:54 ajweiss has quit (Ping timeout: 255 seconds)
2086 2014-05-20 23:01:39 ajweiss has joined
2087 2014-05-20 23:02:49 Aido has quit (Quit: leaving)
2088 2014-05-20 23:03:56 agricocb has quit (Ping timeout: 252 seconds)
2089 2014-05-20 23:06:17 ajweiss has quit (Ping timeout: 265 seconds)
2090 2014-05-20 23:06:54 ajweiss has joined
2091 2014-05-20 23:07:14 crunk-juice has joined
2092 2014-05-20 23:07:31 owowo has joined
2093 2014-05-20 23:10:51 posita has quit (Quit: Leaving.)
2094 2014-05-20 23:11:14 ajweiss has quit (Ping timeout: 240 seconds)
2095 2014-05-20 23:12:05 ajweiss has joined
2096 2014-05-20 23:12:52 daybyter has quit (Quit: Konversation terminated!)
2097 2014-05-20 23:14:34 DougieBot5000 has quit (Quit: Leaving)
2098 2014-05-20 23:16:38 CryptoBuck has quit ()
2099 2014-05-20 23:17:00 ajweiss has quit (Ping timeout: 264 seconds)
2100 2014-05-20 23:17:19 Aido has joined
2101 2014-05-20 23:17:21 ajweiss has joined
2102 2014-05-20 23:18:17 VossArtesian_ has joined
2103 2014-05-20 23:19:46 Aido has quit (Client Quit)
2104 2014-05-20 23:21:09 VossArtesian has quit (Ping timeout: 240 seconds)
2105 2014-05-20 23:21:48 ajweiss has quit (Ping timeout: 255 seconds)
2106 2014-05-20 23:21:48 Aido has joined
2107 2014-05-20 23:21:51 richcollins has quit (Quit: richcollins)
2108 2014-05-20 23:22:31 saivann has quit (Ping timeout: 276 seconds)
2109 2014-05-20 23:22:33 ajweiss has joined
2110 2014-05-20 23:23:28 Aido has quit (Client Quit)
2111 2014-05-20 23:25:44 mpmcsweeney has joined
2112 2014-05-20 23:26:19 Aido has joined
2113 2014-05-20 23:26:35 denisx has quit (Quit: denisx)
2114 2014-05-20 23:27:43 ajweiss has quit (Ping timeout: 276 seconds)
2115 2014-05-20 23:27:48 ajweiss_ has joined
2116 2014-05-20 23:29:44 mpmcsweeney has quit (Remote host closed the connection)
2117 2014-05-20 23:29:51 Aido has quit (Client Quit)
2118 2014-05-20 23:30:11 Aido has joined
2119 2014-05-20 23:31:58 ajweiss_ has quit (Ping timeout: 240 seconds)
2120 2014-05-20 23:32:29 Aido has quit (Client Quit)
2121 2014-05-20 23:32:49 Aido has joined
2122 2014-05-20 23:33:04 ajweiss has joined
2123 2014-05-20 23:33:36 erasmospunk has quit (Remote host closed the connection)
2124 2014-05-20 23:34:52 saivann has joined
2125 2014-05-20 23:35:42 Aido has quit (Client Quit)
2126 2014-05-20 23:36:33 sahlhoff has joined
2127 2014-05-20 23:37:09 ajweiss has quit (Ping timeout: 240 seconds)
2128 2014-05-20 23:37:28 so has joined
2129 2014-05-20 23:38:17 ajweiss has joined
2130 2014-05-20 23:40:43 Azelphur has quit (Ping timeout: 276 seconds)
2131 2014-05-20 23:42:57 ajweiss has quit (Ping timeout: 255 seconds)
2132 2014-05-20 23:43:30 ajweiss has joined
2133 2014-05-20 23:43:58 benrcole has joined
2134 2014-05-20 23:44:42 Insti has joined
2135 2014-05-20 23:45:18 Aido has joined
2136 2014-05-20 23:45:25 one_zero has joined
2137 2014-05-20 23:47:28 llllllllll has quit (Remote host closed the connection)
2138 2014-05-20 23:47:35 mrkent2 has joined
2139 2014-05-20 23:47:47 yubrew has joined
2140 2014-05-20 23:47:49 Azelphur has joined
2141 2014-05-20 23:48:12 ajweiss has quit (Ping timeout: 264 seconds)
2142 2014-05-20 23:48:43 ajweiss has joined
2143 2014-05-20 23:49:08 roconnor_ has joined
2144 2014-05-20 23:49:12 roconnor has quit (Read error: Connection reset by peer)
2145 2014-05-20 23:50:16 brson_ has quit (Ping timeout: 265 seconds)
2146 2014-05-20 23:52:02 yubrew has quit (Ping timeout: 240 seconds)
2147 2014-05-20 23:52:49 brson has joined
2148 2014-05-20 23:53:04 ajweiss has quit (Ping timeout: 252 seconds)
2149 2014-05-20 23:53:57 ajweiss has joined
2150 2014-05-20 23:54:29 xenog has quit (Ping timeout: 240 seconds)
2151 2014-05-20 23:54:40 OneMiner has quit (Quit: Leaving)
2152 2014-05-20 23:55:26 <ryan-c> Burrito: Hey, I will try to have that reed solomon code updated on github this weekend.
2153 2014-05-20 23:55:53 <Burrito> ryan-c, thanks :)
2154 2014-05-20 23:56:07 nick___ has joined
2155 2014-05-20 23:56:11 Adlai` is now known as Adlai
2156 2014-05-20 23:56:15 <Burrito> I thought about reminding you today and yesterday, but I have no reason I can't wait until the weekend
2157 2014-05-20 23:56:23 <ryan-c> anyone know of a way to receive a stream of unconfirmed transactions without relying on something like blockchain.info?
2158 2014-05-20 23:56:29 posita has joined
2159 2014-05-20 23:57:19 <ryan-c> can bitcore be made to do that?
2160 2014-05-20 23:57:37 OneMiner has joined
2161 2014-05-20 23:58:14 ferroh has quit (Quit: This computer has gone to sleep)
2162 2014-05-20 23:58:34 ajweiss has quit (Ping timeout: 258 seconds)
2163 2014-05-20 23:58:55 torsthaldo has quit (Quit: Leaving.)
2164 2014-05-20 23:59:06 <ryan-c> or bitcoinjs-server?
2165 2014-05-20 23:59:14 ajweiss has joined
2166 2014-05-20 23:59:21 Burrito has quit (Quit: Leaving)