1 2014-01-03 00:00:57 <nightlingo> wow that's exactly what I was looking for ! thanks a lot guys :)
2 2014-01-03 00:00:58 Darkezio has joined
3 2014-01-03 00:01:05 <phantomcircuit> sipa, listtransactions doesn't seem to get slower for a fixed number of transactions regardless of how many total tx's there are in a wallet
4 2014-01-03 00:01:28 <phantomcircuit> so personally i much prefer just polling with a reasonably large number
5 2014-01-03 00:02:04 <phantomcircuit> but all of this is not on topic here
6 2014-01-03 00:02:18 jakov_ has quit (Max SendQ exceeded)
7 2014-01-03 00:03:02 jakov_ has joined
8 2014-01-03 00:05:48 DougieBot5000 has quit (Quit: Leaving)
9 2014-01-03 00:06:39 <nightlingo> phantomcircuit: I was checking the code you sent me. there, the last 1000 transactions are fetched each time (using listtransactions). Do you think there is a chance that too many transactions occur before the next cycle ? that would cause it to miss some transactions
10 2014-01-03 00:07:04 <phantomcircuit> nightlingo, if you get > 1000 actions per second then yeah it's an issue
11 2014-01-03 00:07:07 <phantomcircuit> but uh
12 2014-01-03 00:07:11 <phantomcircuit> yeah right
13 2014-01-03 00:07:17 <sipa> bitcoin doesn't do more than 7 per second anyway
14 2014-01-03 00:08:05 <nightlingo> listtransactions lists transactions relevant only to addresses contained to the bitcoind wallet?
15 2014-01-03 00:08:23 <phantomcircuit> yeah
16 2014-01-03 00:08:24 <sipa> yes
17 2014-01-03 00:08:27 <nightlingo> oh cool
18 2014-01-03 00:09:21 MT`BNC has left ()
19 2014-01-03 00:09:29 MagicalTux has joined
20 2014-01-03 00:12:20 agnostic98 has quit (Remote host closed the connection)
21 2014-01-03 00:12:54 agnostic98 has joined
22 2014-01-03 00:14:04 Zarutian has quit (Ping timeout: 240 seconds)
23 2014-01-03 00:14:55 dkog has joined
24 2014-01-03 00:15:05 dkog has quit (Client Quit)
25 2014-01-03 00:17:36 Zarutian has joined
26 2014-01-03 00:17:40 agnostic98 has quit (Ping timeout: 264 seconds)
27 2014-01-03 00:18:45 agnostic98 has joined
28 2014-01-03 00:20:52 Zarutian has quit (Client Quit)
29 2014-01-03 00:22:05 one_zero has joined
30 2014-01-03 00:22:49 xiangfu has quit (Ping timeout: 252 seconds)
31 2014-01-03 00:27:04 Anduck- has joined
32 2014-01-03 00:27:19 yubrew has joined
33 2014-01-03 00:28:26 Anduck has quit (Ping timeout: 246 seconds)
34 2014-01-03 00:29:03 Anduck- is now known as Anduck
35 2014-01-03 00:29:35 bedouin has joined
36 2014-01-03 00:29:49 AusBitBank has joined
37 2014-01-03 00:31:28 mappum has joined
38 2014-01-03 00:31:35 yubrew has quit (Ping timeout: 246 seconds)
39 2014-01-03 00:32:33 <zapsoda> Is their a way to trigger wallet notify after a certain number of confirms? I got it to trigger a php file which increments the total recieved in the database (For the order with a matching input address) but because that file is triggered when the transaction is first added (i think) coins dont have to be confirmed before they are added to the database
40 2014-01-03 00:32:50 <sipa> no
41 2014-01-03 00:32:59 JZavala has joined
42 2014-01-03 00:33:01 <zapsoda> Damn
43 2014-01-03 00:33:06 <sipa> it notifies when a transaction is first seen, and when it first confirms
44 2014-01-03 00:33:10 <sipa> (which may coincide)
45 2014-01-03 00:33:54 <nightlingo> is there a way to know which address sent coins to an address that belongs to my wallet ?
46 2014-01-03 00:34:18 <sipa> bitcoin transactions do not have a 'from' address
47 2014-01-03 00:34:20 <CodeShark> nightlingo: that information is not generally useful
48 2014-01-03 00:34:35 <nightlingo> aaah ok thanks
49 2014-01-03 00:34:49 zcopley has joined
50 2014-01-03 00:35:01 <sipa> if you need to distinguish multiple senders, give them a different payment address
51 2014-01-03 00:35:03 <zapsoda> So incrementing the database value for recieved (by the amount sent in the transaction) wont help since its going to trigger the script twice somtimes?
52 2014-01-03 00:35:14 <sipa> yes, you need to actually check
53 2014-01-03 00:35:36 agnostic98 has quit (Remote host closed the connection)
54 2014-01-03 00:36:56 <nightlingo> I was just trying to see how exchanges, wallets, and gambling games manage their deposits system. I thought the simplest solution would be: 1. create a temporary address and give it to the user. 2. the user deposits to that address. 3. the coins are transfered from that address to a central address where all the coins reside. But this would produce many transaction fees
55 2014-01-03 00:37:26 <CodeShark> nightlingo: step 3 is unnecessary
56 2014-01-03 00:37:31 ssshhh has joined
57 2014-01-03 00:37:41 <nightlingo> CodeShark: it would mean easier management
58 2014-01-03 00:37:43 <CodeShark> step 3 would be done in batch, if anything
59 2014-01-03 00:37:56 <CodeShark> you wouldn't create a separate transaction for each transfer
60 2014-01-03 00:38:02 ssshhh has left ("Leaving")
61 2014-01-03 00:38:02 <CodeShark> you'd send multiple at once
62 2014-01-03 00:38:13 Neozonz has quit (Discx2!~Neozonz@unaffiliated/neozonz|Ping timeout: 252 seconds)
63 2014-01-03 00:38:15 <sipa> nightlingo: why would it be easier to manage?
64 2014-01-03 00:38:23 <sipa> it's maybe easier for you to think about now
65 2014-01-03 00:38:25 <CodeShark> and storing all your coins at a single address makes it easier for others to know how much you have
66 2014-01-03 00:38:33 Kozuch has joined
67 2014-01-03 00:38:36 <CodeShark> so if you care about your own privacy, you might not want to do that
68 2014-01-03 00:38:46 <sipa> but if you abstract from the idea that addresses hold balances, and accept that coins are held jointly by everything in the wallet, there is no problem
69 2014-01-03 00:38:48 <nightlingo> sipa: because instead of keeping track of all the possible temporary addresses per user, you only keep a deposit number per user
70 2014-01-03 00:39:05 <sipa> nightlingo: and why requires that moving the coins?
71 2014-01-03 00:39:05 <CodeShark> all addresses in bitcoin, in principle, are temporary
72 2014-01-03 00:39:12 <sipa> yes, you'll have a counter per user
73 2014-01-03 00:39:33 <sipa> but it can be completely independent from which address the coins are assigned to
74 2014-01-03 00:39:41 <sipa> you just know that the sum is always right
75 2014-01-03 00:40:05 <sipa> stop thinking of addresses as things that hold a balance
76 2014-01-03 00:40:12 <sipa> just see the wallet as a bunch of coins
77 2014-01-03 00:40:33 <nightlingo> sipa: hmmm
78 2014-01-03 00:40:43 K_a__ has quit (Ping timeout: 246 seconds)
79 2014-01-03 00:40:48 <nightlingo> sipa: yeah that makes sense :)
80 2014-01-03 00:41:03 sodoku_ has quit (Ping timeout: 240 seconds)
81 2014-01-03 00:41:03 <sipa> you count everything that enters the wallet (=confirms) and count everything that leaves (transactions you create)
82 2014-01-03 00:41:13 <sipa> the sum is how much you have available
83 2014-01-03 00:41:18 ahmedbodi_ has quit (Ping timeout: 240 seconds)
84 2014-01-03 00:41:19 jordandotdev has quit (Ping timeout: 245 seconds)
85 2014-01-03 00:41:19 <sipa> keep that sum now per-user, and you're done
86 2014-01-03 00:41:37 sodoku_ has joined
87 2014-01-03 00:41:42 <nightlingo> sipa: and I don't even need accounts for that right?
88 2014-01-03 00:41:55 <sipa> ironically, that's exactly what accounts do
89 2014-01-03 00:42:03 <sipa> but you can implement it better yourself
90 2014-01-03 00:42:05 bedouin has quit (Ping timeout: 240 seconds)
91 2014-01-03 00:42:09 <sipa> bitcoind is just not the right place for it
92 2014-01-03 00:42:15 <CodeShark> but don't use the built-in account system in bitcoind!
93 2014-01-03 00:42:16 hexafraction has quit (Ping timeout: 264 seconds)
94 2014-01-03 00:42:25 <CodeShark> it's not the right place for it at all
95 2014-01-03 00:42:31 <nightlingo> CodeShark: o yes I've heard bad things about it :)
96 2014-01-03 00:42:40 K_a__ has joined
97 2014-01-03 00:42:44 <CodeShark> later on you want to change wallets, you're screwed
98 2014-01-03 00:42:46 <nightlingo> sipa: and I should use getnewaddress for creating those temporary deposit addresses ?
99 2014-01-03 00:42:51 <sipa> yes
100 2014-01-03 00:43:00 <PRab> Is the built-in account system so bad that it should be considered depreciated?
101 2014-01-03 00:43:01 <sipa> well, if you want to use bitcoind's wallet
102 2014-01-03 00:43:11 <sipa> PRab: i think many still rely on it, actually
103 2014-01-03 00:43:18 <sipa> but i wouldn't encourage using it
104 2014-01-03 00:43:24 <nightlingo> CodeShark: that, and also, they are very slow when the number of transactions X number of accounts increases beyond the thousands
105 2014-01-03 00:43:38 <sipa> nightlingo: that's absolutely irrelevant
106 2014-01-03 00:43:47 <sipa> oh,
107 2014-01-03 00:43:50 <sipa> sorry, i misread!
108 2014-01-03 00:44:09 <sipa> all that matters is the number of transactions
109 2014-01-03 00:44:14 <CodeShark> well, the bitcoind wallet generally is not super scalable,,,
110 2014-01-03 00:44:15 <gribble> Error: "," is not a valid command.
111 2014-01-03 00:44:20 <CodeShark> well, the bitcoind wallet generally is not super scalable...
112 2014-01-03 00:44:28 <nightlingo> sipa: so bitcoind is good enough for a scalable system as long as we don't use their accounts system?
113 2014-01-03 00:44:30 <CodeShark> sorry, gribble,
114 2014-01-03 00:44:34 <CodeShark> ,,
115 2014-01-03 00:44:35 hexafraction_ has joined
116 2014-01-03 00:44:36 <sipa> nightlingo: accounts are irrelevant
117 2014-01-03 00:44:40 mitz has quit (Ping timeout: 264 seconds)
118 2014-01-03 00:44:40 jordandotdev has joined
119 2014-01-03 00:44:42 <sipa> the number of transactions is all that counts
120 2014-01-03 00:44:59 <nightlingo> sipa: so if we have lots of transactions it will still become slow ?
121 2014-01-03 00:45:03 <sipa> the reason for not using accounts has nothing to do with performance
122 2014-01-03 00:45:06 <sipa> yes
123 2014-01-03 00:45:15 <nightlingo> duck...
124 2014-01-03 00:45:27 <CodeShark> goose
125 2014-01-03 00:45:29 <sipa> do you really expect to hit 100k transactions soon? :)
126 2014-01-03 00:46:02 <nightlingo> sipa: well not so soon to be honest :)
127 2014-01-03 00:47:07 <nightlingo> sipa: so, you think those exchanges don't use bitcoind at all ?
128 2014-01-03 00:47:26 <sipa> mtgox doesn't, they have their own wallet implementation
129 2014-01-03 00:47:33 <sipa> unsure about others
130 2014-01-03 00:48:34 <nightlingo> sipa: I guess the time-consuming operation for bitcoind would be the "getbalance" operation right?
131 2014-01-03 00:49:03 <nightlingo> sipa: "listtransactions" should be fast enough... ?
132 2014-01-03 00:49:05 drayah has quit (Ping timeout: 246 seconds)
133 2014-01-03 00:49:08 bedouin has joined
134 2014-01-03 00:49:13 platinuum_ has joined
135 2014-01-03 00:49:14 <sipa> they're both exactly the same speed
136 2014-01-03 00:49:25 <sipa> as they both iterate all transactions
137 2014-01-03 00:49:56 <sipa> (with the exception that listtransaction needs to send back much more data)
138 2014-01-03 00:50:07 <nightlingo> sipa: why would "listtransactions * 1000" iterate all transactions. This is just the last 1000 transactions
139 2014-01-03 00:50:08 juice has quit (rbi!~juicerbi@93-125-204-85.dsl.alice.nl|)
140 2014-01-03 00:50:40 ahmedbodi_ has joined
141 2014-01-03 00:51:59 Blackreign has quit ()
142 2014-01-03 00:52:12 CheckDavid has joined
143 2014-01-03 00:53:24 platinuum_ is now known as platinuum
144 2014-01-03 00:53:43 Raziel has quit (Ping timeout: 245 seconds)
145 2014-01-03 00:54:25 wild_bill has quit (Quit: Do fish get thirsty?)
146 2014-01-03 00:54:42 drayah has joined
147 2014-01-03 00:56:03 ovidiusoft has quit (Quit: Ex-Chat)
148 2014-01-03 00:56:51 jtimon has quit (Ping timeout: 245 seconds)
149 2014-01-03 00:58:29 berndj has quit (Ping timeout: 240 seconds)
150 2014-01-03 00:59:22 berndj has joined
151 2014-01-03 00:59:29 mitz has joined
152 2014-01-03 00:59:41 Application has quit (Ping timeout: 240 seconds)
153 2014-01-03 01:00:21 hexafraction_ has quit (Changing host)
154 2014-01-03 01:00:22 hexafraction_ has joined
155 2014-01-03 01:00:22 hexafraction_ has quit (Changing host)
156 2014-01-03 01:00:22 hexafraction_ has joined
157 2014-01-03 01:00:30 hexafraction_ is now known as hexafraction
158 2014-01-03 01:01:36 prepost has joined
159 2014-01-03 01:02:53 roconnor_ has joined
160 2014-01-03 01:05:16 melik has quit (Ping timeout: 240 seconds)
161 2014-01-03 01:06:43 <sipa> nightlingo: because they're not indexed by time, internally
162 2014-01-03 01:07:03 <sipa> and neither are they indexed by account or address
163 2014-01-03 01:07:32 <nightlingo> sipa: what about -blocknotify?
164 2014-01-03 01:07:43 <sipa> yes, what about it?
165 2014-01-03 01:08:13 <nightlingo> sipa: if we simply checked only the newest changed block, for transactions ? wouldnt it be more efficient?
166 2014-01-03 01:08:33 <sipa> yes, but then you have to implement an entire wallet yourself
167 2014-01-03 01:08:48 mappum has quit (Remote host closed the connection)
168 2014-01-03 01:08:51 <sipa> ah
169 2014-01-03 01:09:20 <sipa> you mean using bitcoind's wallet for sending and keeping track of total balance, but use blocknotify to keep your internal database up to date
170 2014-01-03 01:09:29 <nightlingo> sipa: yes
171 2014-01-03 01:09:31 <sipa> that may work, if you're not interested in unconfirmed transactions
172 2014-01-03 01:09:40 <sipa> also, make sure you can handle reorganizations
173 2014-01-03 01:09:46 jcrubino has joined
174 2014-01-03 01:09:46 <nightlingo> sipa: you could only do this when the block has >=6 confirmations
175 2014-01-03 01:10:19 <jcrubino> whats news today bitcoin?
176 2014-01-03 01:10:21 <nightlingo> sipa: a reorganization is what?
177 2014-01-03 01:10:49 <sipa> nightlingo: you may want to read up about bitcoin's internals before trying to build a database interacting with it
178 2014-01-03 01:11:02 <sipa> a reorganization is a switch from one fork to another
179 2014-01-03 01:11:13 <jcrubino> the bitcoind db is full featured
180 2014-01-03 01:11:27 <sipa> jcrubino: ?
181 2014-01-03 01:11:28 <nightlingo> sipa: thanks
182 2014-01-03 01:11:52 <sipa> nightlingo: which means the number of confirmations on a transactions may decrease (and even go back to zero)
183 2014-01-03 01:12:41 <CodeShark> point is there is no solid high-level API for payment processing that's part of bitcoind :)
184 2014-01-03 01:12:57 <nightlingo> CodeShark: yeah that's a point
185 2014-01-03 01:12:57 <CodeShark> if you want something solid you have to build it yourself
186 2014-01-03 01:13:30 <CodeShark> I'll have a set of tools ready soon
187 2014-01-03 01:13:44 <CodeShark> for general consumption :)
188 2014-01-03 01:13:49 damethos has quit (Quit: Bye)
189 2014-01-03 01:14:01 Royal_Soda has joined
190 2014-01-03 01:14:54 <nightlingo> can't wait to consume them :)
191 2014-01-03 01:16:25 jegz has joined
192 2014-01-03 01:20:39 penumbra has joined
193 2014-01-03 01:21:35 yubrew has joined
194 2014-01-03 01:23:35 MolokoBot has joined
195 2014-01-03 01:23:51 MolokoBot is now known as MolokoDesk
196 2014-01-03 01:24:43 TD has joined
197 2014-01-03 01:25:44 yubrew has quit (Ping timeout: 240 seconds)
198 2014-01-03 01:25:57 hexafraction is now known as hexxie_away
199 2014-01-03 01:27:42 nsh has joined
200 2014-01-03 01:29:36 Burrito has joined
201 2014-01-03 01:30:06 da2ce7_laptop has joined
202 2014-01-03 01:31:54 gruvfunk has quit (Quit: Leaving)
203 2014-01-03 01:40:12 paxtoncamaro91 has joined
204 2014-01-03 01:41:00 nessence has quit ()
205 2014-01-03 01:42:01 saulimus has quit (Quit: saulimus)
206 2014-01-03 01:43:19 nessence has joined
207 2014-01-03 01:43:28 c0rw1n has joined
208 2014-01-03 01:44:28 jegz has quit (Ping timeout: 240 seconds)
209 2014-01-03 01:44:45 jegz has joined
210 2014-01-03 01:48:19 n0n0 has joined
211 2014-01-03 01:49:52 rdymac has quit (Excess Flood)
212 2014-01-03 01:50:28 pigeons is now known as pigeons`
213 2014-01-03 01:50:33 Urushiol has quit (Ping timeout: 246 seconds)
214 2014-01-03 01:50:41 raad2871 has joined
215 2014-01-03 01:50:52 pigeons` is now known as pigeons
216 2014-01-03 01:51:22 asoltys has quit (Ping timeout: 252 seconds)
217 2014-01-03 01:51:46 rdymac has joined
218 2014-01-03 01:52:05 peper has quit (Ping timeout: 246 seconds)
219 2014-01-03 01:52:33 raad2871 has quit (Quit: Leaving)
220 2014-01-03 01:52:35 dub has quit (Ping timeout: 272 seconds)
221 2014-01-03 01:53:12 postpre has joined
222 2014-01-03 01:53:44 mack25 has quit (Quit: Cya)
223 2014-01-03 01:53:44 damethos has joined
224 2014-01-03 01:53:45 prepost has quit (Ping timeout: 240 seconds)
225 2014-01-03 01:55:27 squeakytoy has joined
226 2014-01-03 01:57:27 sois has joined
227 2014-01-03 01:58:30 Urushiol has joined
228 2014-01-03 01:58:40 MolokoDeck has joined
229 2014-01-03 01:59:03 Neskia has joined
230 2014-01-03 01:59:05 jegz has quit (Ping timeout: 246 seconds)
231 2014-01-03 01:59:24 Namworld has joined
232 2014-01-03 01:59:47 MolokoDesk has quit (Read error: Connection reset by peer)
233 2014-01-03 02:00:13 T19EL has quit (Ping timeout: 260 seconds)
234 2014-01-03 02:00:53 Nesetalis has quit (Ping timeout: 240 seconds)
235 2014-01-03 02:01:09 T19EL has joined
236 2014-01-03 02:01:41 Jewish_James has quit (Ping timeout: 240 seconds)
237 2014-01-03 02:02:05 Anduck has quit (Ping timeout: 240 seconds)
238 2014-01-03 02:02:35 c0rw1n has quit (Ping timeout: 246 seconds)
239 2014-01-03 02:02:39 Jewish_James has joined
240 2014-01-03 02:05:28 caktux has joined
241 2014-01-03 02:07:08 RoboTeddy has quit (Ping timeout: 246 seconds)
242 2014-01-03 02:07:14 dub has joined
243 2014-01-03 02:07:29 mack25 has joined
244 2014-01-03 02:07:30 darkezio3630 has joined
245 2014-01-03 02:07:33 peper has joined
246 2014-01-03 02:08:34 asoltys has joined
247 2014-01-03 02:09:57 agnostic98 has joined
248 2014-01-03 02:10:04 Neskia has quit (Read error: No buffer space available)
249 2014-01-03 02:10:17 Darkezio has quit (Ping timeout: 246 seconds)
250 2014-01-03 02:10:21 Nesetalis has joined
251 2014-01-03 02:10:47 smash_ has joined
252 2014-01-03 02:12:16 c0rw1n has joined
253 2014-01-03 02:13:44 Application has joined
254 2014-01-03 02:15:00 Applicat_ has joined
255 2014-01-03 02:15:42 yubrew has joined
256 2014-01-03 02:16:53 dub has quit (Ping timeout: 240 seconds)
257 2014-01-03 02:16:56 asoltys has quit (Ping timeout: 246 seconds)
258 2014-01-03 02:17:50 asoltys has joined
259 2014-01-03 02:17:53 dub has joined
260 2014-01-03 02:18:16 Application has quit (Ping timeout: 264 seconds)
261 2014-01-03 02:19:46 yubrew has quit (Ping timeout: 240 seconds)
262 2014-01-03 02:21:11 raad2871 has joined
263 2014-01-03 02:21:52 squeakytoy has quit (Ping timeout: 264 seconds)
264 2014-01-03 02:23:25 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
265 2014-01-03 02:26:06 fanquake has joined
266 2014-01-03 02:26:54 squeakytoy has joined
267 2014-01-03 02:26:57 SerajewelKS has quit (Ping timeout: 246 seconds)
268 2014-01-03 02:28:10 Burrito has quit (Read error: Operation timed out)
269 2014-01-03 02:29:47 asa1024 has quit (Ping timeout: 265 seconds)
270 2014-01-03 02:30:06 rlifchitz has quit (Ping timeout: 246 seconds)
271 2014-01-03 02:30:39 Altoidnerd has joined
272 2014-01-03 02:31:46 davecol has quit ()
273 2014-01-03 02:35:22 Altoidnerd has quit (Ping timeout: 272 seconds)
274 2014-01-03 02:36:27 C4colo has quit (Excess Flood)
275 2014-01-03 02:40:27 rlifchitz has joined
276 2014-01-03 02:40:46 TD has quit (Quit: TD)
277 2014-01-03 02:40:48 Ld4432 has joined
278 2014-01-03 02:42:55 rdymac has quit (Excess Flood)
279 2014-01-03 02:43:15 da2ce7_laptop has joined
280 2014-01-03 02:44:46 rdymac has joined
281 2014-01-03 02:47:21 imsaguy has quit (Ping timeout: 260 seconds)
282 2014-01-03 02:47:44 Kozuch has quit (Ping timeout: 246 seconds)
283 2014-01-03 02:48:06 copumpkin has joined
284 2014-01-03 02:49:07 gwb3_ has joined
285 2014-01-03 02:49:16 tesserajk has quit (Quit: tesserajk)
286 2014-01-03 02:50:30 imsaguy has joined
287 2014-01-03 02:53:06 <nightlingo> regarding orphaned blocks: a high enough confirmations number is the way to make sure a block is not orphaned ?
288 2014-01-03 02:55:16 <nessence> why does the btc client do so much to conceal addresses?
289 2014-01-03 02:57:01 squeakytoy has quit (Read error: Operation timed out)
290 2014-01-03 02:57:38 squeakytoy2 has joined
291 2014-01-03 02:58:00 <nessence> nightlingo: blocks are orphaned because their difficulty, or difficulty of the chain behind it, is too low
292 2014-01-03 02:58:47 copumpkin has quit (Ping timeout: 240 seconds)
293 2014-01-03 02:59:07 squeakytoy2 has quit (Max SendQ exceeded)
294 2014-01-03 03:00:08 <nightlingo> nessence: so, how to protect from it? say, my wallet received some coins. I see those by executing "listtransactions". then, I update my local database. but then, the block in which that transaction happened gets orphaned. what happens now ?
295 2014-01-03 03:02:05 Starduster has quit (Ping timeout: 246 seconds)
296 2014-01-03 03:02:12 <nessence> if I'm not mistaken, the transaction must be relayed again... if it's not picked up and incorporated into another block. not sure if it's automatic. it can take a long time if txfee is real low (or nothing)
297 2014-01-03 03:02:29 n0n0 has quit (Ping timeout: 240 seconds)
298 2014-01-03 03:03:15 <nightlingo> nessence: I see
299 2014-01-03 03:05:05 <sipa> nessence: it is automatic
300 2014-01-03 03:05:18 <sipa> and bitcoind's wallet will rebroadcast if necessary
301 2014-01-03 03:05:53 <sipa> nightlingo: however your database must be able to deal with cinfirmations decreasing
302 2014-01-03 03:06:01 <nightlingo> sipa: so in that case if we had already recorded that transaction in our local database we're screwed
303 2014-01-03 03:06:23 <nessence> I can't imagine a transaction getting 'lost'. but could take a *LONG* time if fee is 0. only some miners add those transactions so you're waiting on those miners to solve a block
304 2014-01-03 03:06:32 <nessence> ... that isn't orphaned
305 2014-01-03 03:06:41 copumpkin has joined
306 2014-01-03 03:06:48 <sipa> nightlingo: just deal with it
307 2014-01-03 03:06:53 CheckDavid has quit (Ping timeout: 260 seconds)
308 2014-01-03 03:07:00 <sipa> remove it again, or mark it as reverted
309 2014-01-03 03:07:06 smash_ has quit (Remote host closed the connection)
310 2014-01-03 03:07:33 C4colo has joined
311 2014-01-03 03:07:34 <nightlingo> sipa: but what if the user has spent the coins already?
312 2014-01-03 03:07:51 <nessence> nightlingo: it's similar to a credit card. you get verifications from several peers... but it's not final until, spec-wise 24hrs (120 blocks). some say that 25 blocks (~4.16 hrs) is enough time
313 2014-01-03 03:08:01 <sipa> well then you have a problem, and it's a risk you have to take
314 2014-01-03 03:08:20 sois has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
315 2014-01-03 03:08:20 <sipa> but if you only accept coins at sufficient confirmations, the odds become very low quickly
316 2014-01-03 03:08:21 <nightlingo> isn't there a way to be sure that a transaction is OK to transfer to local DB ?
317 2014-01-03 03:08:29 <ne0futur> nightlingo: you allowed him to spend the coins before have 6 confirmations ? you chose to have that problem
318 2014-01-03 03:09:01 <nightlingo> ne0futur: that's what I'm asking. do 6 confirmations minimize that risk ?
319 2014-01-03 03:09:13 <ne0futur> ys its the basic way to deal with this problem
320 2014-01-03 03:09:24 <nightlingo> let me rephrase: in order to deal with the orphaned blocks problem I only have to increase the necessary confirmations ?
321 2014-01-03 03:09:30 <nightlingo> ok
322 2014-01-03 03:09:30 <ne0futur> most serious bitcoin businesses will wait for 6 confs
323 2014-01-03 03:09:43 <sipa> there is no magic number, and whatever you choose, you have to be able to deal with reorganizations
324 2014-01-03 03:09:54 <ne0futur> possibly 4 confs could be nearly enough, but anyway 0 conf is a big risk
325 2014-01-03 03:10:00 yubrew has joined
326 2014-01-03 03:10:07 <nightlingo> ne0futur: I was planning on using 6
327 2014-01-03 03:10:11 <sipa> that is independnet from making sure that your financial risk is minimal
328 2014-01-03 03:10:24 <ne0futur> yup no magic number, for a 100 million dollars worth transaction, i would wait for at least 100 confs ;)
329 2014-01-03 03:10:42 <nightlingo> sipa: don't confirmations deal with the reorganizations problem as well ?
330 2014-01-03 03:10:51 <ne0futur> for a 100 dollars worth tx, from a trustd friend, 0 conf is ok here
331 2014-01-03 03:10:59 <sipa> reorgs of 30 and more have happened
332 2014-01-03 03:11:17 gwb3_ has quit (Quit: adios)
333 2014-01-03 03:11:28 <sipa> your database software has to be able to deal with that
334 2014-01-03 03:11:46 <sipa> fix that first, and then you can start thinking about what policy you need to orevent losses
335 2014-01-03 03:11:47 <nightlingo> sipa: it's not a bout the database. it's about the general logic.
336 2014-01-03 03:12:02 <sipa> the database and its associated logic, i meam
337 2014-01-03 03:12:07 Nesetalis has quit (Read error: Connection reset by peer)
338 2014-01-03 03:12:25 Nesetalis has joined
339 2014-01-03 03:12:30 <sipa> if your software cannot deal with reorganizations (like many have in the past, it will break
340 2014-01-03 03:12:36 <nightlingo> sipa: fixing the database is the least. the problem is what happens if the user uses these coins which in future will be part of a reorganization
341 2014-01-03 03:13:05 <sipa> well obviously you subtract reorganized coins from their balance
342 2014-01-03 03:13:09 <nightlingo> sipa: example: an e-shop, where the user buys digital goods
343 2014-01-03 03:13:38 <sipa> if you wait 6 confirmations, you will likely not ever suffer monetary loss as a result from reorgs
344 2014-01-03 03:13:52 <nightlingo> sipa: what happens if at 6 confirmations, the digital good is sent to the consumer, and at 30 confirmations, reorganization occurs
345 2014-01-03 03:14:07 yubrew has quit (Ping timeout: 240 seconds)
346 2014-01-03 03:14:15 <sipa> in almost all cases, the transaction will cinfirm again
347 2014-01-03 03:14:32 <nightlingo> ok
348 2014-01-03 03:14:40 mitz has quit (Ping timeout: 264 seconds)
349 2014-01-03 03:14:45 <nightlingo> thanks!
350 2014-01-03 03:14:49 Subo1977 has joined
351 2014-01-03 03:15:00 <nightlingo> too much information to digest :)
352 2014-01-03 03:16:05 Ld4432 has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
353 2014-01-03 03:17:23 Subo1977_ has quit (Ping timeout: 240 seconds)
354 2014-01-03 03:18:43 Ld4432 has joined
355 2014-01-03 03:18:44 c0rw1n has quit (Ping timeout: 240 seconds)
356 2014-01-03 03:18:56 Krellan_ has quit (Read error: Operation timed out)
357 2014-01-03 03:19:22 Coincidental has quit (Remote host closed the connection)
358 2014-01-03 03:19:39 Ld4432 has quit (Client Quit)
359 2014-01-03 03:19:41 brson has quit (Quit: leaving)
360 2014-01-03 03:21:18 melvster has quit (Ping timeout: 240 seconds)
361 2014-01-03 03:24:08 Ld4432 has joined
362 2014-01-03 03:24:54 cadaver has joined
363 2014-01-03 03:26:42 <nessence> nightlingo: your biggest concern is the first ~2-3 blocks. and you get confirmations faster. because even if there's a reorg, unless the person who double-spent had control over the reorg, it's unlikely you won't get the funds
364 2014-01-03 03:27:10 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
365 2014-01-03 03:27:14 <nightlingo> nessence: aaah I see
366 2014-01-03 03:27:41 <nightlingo> nessence: that's reassuring :)
367 2014-01-03 03:27:46 Pullphinger has joined
368 2014-01-03 03:28:04 <nessence> nightlingo: the concern is if they xfer 1btc to themselves 2 seconds before they pay you. both transactions get picked up and confirmed separately, but one of the blocks will get orphaned. hard to tell which. supposedly, from what gmaxwell said, it's unlikely to be a problem after 25 blocks (~5hrs)
369 2014-01-03 03:28:22 Ld4432 has quit (Client Quit)
370 2014-01-03 03:29:37 <nightlingo> nessence: I hate reorgs :/
371 2014-01-03 03:29:42 mitz has joined
372 2014-01-03 03:29:56 <nightlingo> nessence: how is the mac client going by the way ?
373 2014-01-03 03:30:46 ahbritto has joined
374 2014-01-03 03:31:06 C4colo has quit (Ping timeout: 272 seconds)
375 2014-01-03 03:31:42 ConvivialMatt has joined
376 2014-01-03 03:31:44 <nessence> slow. bills to pay, and sadly, mom was in hospital this week
377 2014-01-03 03:32:19 <nessence> helped someone else get their qt client going though. so that's promising
378 2014-01-03 03:32:29 <nessence> and got bitcoin building locally with only a few lines and homebrew
379 2014-01-03 03:32:32 <nightlingo> nessence: ooh that sucks man.. I wish the best
380 2014-01-03 03:33:26 <nessence> yeah, she's okay now.
381 2014-01-03 03:33:36 <nightlingo> cool
382 2014-01-03 03:35:04 <nightlingo> nessence: what language do you usually work in ?
383 2014-01-03 03:35:40 gjs278 has quit (Quit: Konversation terminated!)
384 2014-01-03 03:36:19 CheckDavid has joined
385 2014-01-03 03:36:51 elgrecoFL has quit (Excess Flood)
386 2014-01-03 03:39:29 elgrecoFL has joined
387 2014-01-03 03:40:09 <nessence> I like working in c, obj-c, and recently c++
388 2014-01-03 03:41:31 copumpkin has joined
389 2014-01-03 03:42:33 <nightlingo> cool
390 2014-01-03 03:45:41 xiangfu has joined
391 2014-01-03 03:48:27 Coincidental has joined
392 2014-01-03 03:48:55 da2ce7_laptop has quit (Quit: Textual IRC Client: www.textualapp.com)
393 2014-01-03 03:50:37 da2ce7_laptop has joined
394 2014-01-03 03:52:50 jcrubino has quit (Ping timeout: 246 seconds)
395 2014-01-03 03:54:05 xiangfu has quit (Ping timeout: 240 seconds)
396 2014-01-03 03:55:17 xiangfu has joined
397 2014-01-03 03:56:45 dvide has joined
398 2014-01-03 03:58:48 OneFixt has joined
399 2014-01-03 03:59:29 askmike has quit (Ping timeout: 240 seconds)
400 2014-01-03 03:59:45 jakov_ has quit (Quit: Leaving)
401 2014-01-03 04:00:03 jcrubino has joined
402 2014-01-03 04:02:40 Coincidental has quit (Remote host closed the connection)
403 2014-01-03 04:04:13 yubrew has joined
404 2014-01-03 04:08:29 yubrew has quit (Ping timeout: 240 seconds)
405 2014-01-03 04:11:10 mE\Ta has joined
406 2014-01-03 04:13:58 Namworld has quit ()
407 2014-01-03 04:16:21 Coincidental has joined
408 2014-01-03 04:18:53 [7] has quit (Read error: Operation timed out)
409 2014-01-03 04:18:54 squeakytoy has joined
410 2014-01-03 04:19:17 squeakytoy has quit (Max SendQ exceeded)
411 2014-01-03 04:20:40 TheSeven has joined
412 2014-01-03 04:21:04 squeakytoy has joined
413 2014-01-03 04:25:15 h3ron has joined
414 2014-01-03 04:26:13 ConvivialMatt has quit (Quit: ConvivialMatt)
415 2014-01-03 04:34:32 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
416 2014-01-03 04:36:16 CheckDavid has quit (Ping timeout: 264 seconds)
417 2014-01-03 04:36:27 MobPhone has quit (Ping timeout: 246 seconds)
418 2014-01-03 04:49:32 damethos has quit (Ping timeout: 246 seconds)
419 2014-01-03 04:57:47 Muis has quit (Ping timeout: 272 seconds)
420 2014-01-03 04:58:19 yubrew has joined
421 2014-01-03 05:00:08 Muis has joined
422 2014-01-03 05:02:29 yubrew has quit (Ping timeout: 240 seconds)
423 2014-01-03 05:02:59 wallet421 has joined
424 2014-01-03 05:02:59 squeakytoy has quit (Read error: Connection reset by peer)
425 2014-01-03 05:03:24 squeakytoy has joined
426 2014-01-03 05:03:52 hmmma has quit (Ping timeout: 264 seconds)
427 2014-01-03 05:05:17 wallet42 has quit (Ping timeout: 240 seconds)
428 2014-01-03 05:08:11 cadaver has quit (Ping timeout: 240 seconds)
429 2014-01-03 05:09:00 mattco has quit (Ping timeout: 246 seconds)
430 2014-01-03 05:10:19 BW^- has joined
431 2014-01-03 05:11:13 penumbra has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
432 2014-01-03 05:16:04 viperhr has joined
433 2014-01-03 05:16:17 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
434 2014-01-03 05:16:18 kalamazoo has quit ()
435 2014-01-03 05:17:56 rm__ has joined
436 2014-01-03 05:19:31 SerajewelKS has joined
437 2014-01-03 05:19:57 viperhr1 has quit (Ping timeout: 272 seconds)
438 2014-01-03 05:22:28 da2ce7_laptop has joined
439 2014-01-03 05:26:11 BGL has quit (Read error: Connection reset by peer)
440 2014-01-03 05:26:23 darkee has quit (Ping timeout: 240 seconds)
441 2014-01-03 05:26:24 super3_ has joined
442 2014-01-03 05:26:29 markz_ has joined
443 2014-01-03 05:26:35 spirals_ has joined
444 2014-01-03 05:26:44 Liquid has joined
445 2014-01-03 05:27:03 rfree has quit (Ping timeout: 240 seconds)
446 2014-01-03 05:27:49 Jamesz has joined
447 2014-01-03 05:28:13 rfree has joined
448 2014-01-03 05:29:12 JZavala has quit (Ping timeout: 240 seconds)
449 2014-01-03 05:29:12 dvide has quit (Ping timeout: 240 seconds)
450 2014-01-03 05:29:13 BW^- has quit (Ping timeout: 240 seconds)
451 2014-01-03 05:29:13 Liquid__ has quit (Ping timeout: 240 seconds)
452 2014-01-03 05:29:13 caktux has quit (Ping timeout: 240 seconds)
453 2014-01-03 05:29:13 Raccoon has quit (Read error: Operation timed out)
454 2014-01-03 05:29:13 super3 has quit (Ping timeout: 240 seconds)
455 2014-01-03 05:29:13 spirals has quit (Ping timeout: 240 seconds)
456 2014-01-03 05:29:13 Liquid is now known as Guest28187
457 2014-01-03 05:29:14 MagicalTux has quit (Ping timeout: 260 seconds)
458 2014-01-03 05:29:17 GMP has quit (Ping timeout: 260 seconds)
459 2014-01-03 05:29:29 markz_ has left ()
460 2014-01-03 05:29:31 Liquid__ has joined
461 2014-01-03 05:30:01 darkee has joined
462 2014-01-03 05:30:04 MagicalTux has joined
463 2014-01-03 05:30:40 Raccoon has joined
464 2014-01-03 05:30:58 mitz has quit (Remote host closed the connection)
465 2014-01-03 05:31:12 Guest28187 has quit (Ping timeout: 240 seconds)
466 2014-01-03 05:32:05 mhanne has quit (Ping timeout: 260 seconds)
467 2014-01-03 05:32:23 cypher has quit (Ping timeout: 240 seconds)
468 2014-01-03 05:32:44 Lexa has quit (Remote host closed the connection)
469 2014-01-03 05:33:23 KillYourTV has quit (Ping timeout: 240 seconds)
470 2014-01-03 05:33:31 postpre has quit (Remote host closed the connection)
471 2014-01-03 05:33:36 mitz_ has joined
472 2014-01-03 05:33:44 caktux has joined
473 2014-01-03 05:33:44 postpre has joined
474 2014-01-03 05:33:54 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
475 2014-01-03 05:34:03 owowo has quit (Ping timeout: 240 seconds)
476 2014-01-03 05:35:02 KillYourTV has joined
477 2014-01-03 05:37:35 mhanne has joined
478 2014-01-03 05:37:41 mitz_ has quit (Remote host closed the connection)
479 2014-01-03 05:37:41 justanotheruser has quit (Ping timeout: 260 seconds)
480 2014-01-03 05:37:47 penumbra has joined
481 2014-01-03 05:37:48 justanotheruser has joined
482 2014-01-03 05:37:55 melvster has joined
483 2014-01-03 05:38:19 gjs278 has joined
484 2014-01-03 05:39:40 owowo has joined
485 2014-01-03 05:41:32 mitz_ has joined
486 2014-01-03 05:41:58 justanotheruser1 has joined
487 2014-01-03 05:42:07 justanotheruser1 has quit (Changing host)
488 2014-01-03 05:42:07 justanotheruser1 has joined
489 2014-01-03 05:42:16 justanotheruser has quit (Ping timeout: 264 seconds)
490 2014-01-03 05:44:21 justanotheruser1 is now known as justanotheruser
491 2014-01-03 05:46:33 Diablo-D3 has quit (Ping timeout: 272 seconds)
492 2014-01-03 05:49:37 BGL has joined
493 2014-01-03 05:49:43 t3st3r has quit (Ping timeout: 240 seconds)
494 2014-01-03 05:50:10 t3st3r has joined
495 2014-01-03 05:51:43 penumbra has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
496 2014-01-03 05:52:02 squeakytoy has quit (Read error: Connection reset by peer)
497 2014-01-03 05:52:28 postpre has quit (Read error: No buffer space available)
498 2014-01-03 05:52:29 yubrew has joined
499 2014-01-03 05:52:36 postpre has joined
500 2014-01-03 05:52:56 nsh has quit (Read error: Operation timed out)
501 2014-01-03 05:53:47 prepost has joined
502 2014-01-03 05:56:44 yubrew has quit (Ping timeout: 246 seconds)
503 2014-01-03 05:58:28 postpre has quit (Ping timeout: 264 seconds)
504 2014-01-03 06:00:39 squeakytoy has joined
505 2014-01-03 06:01:31 nightlingo is now known as nightlingo_away
506 2014-01-03 06:04:11 patcon has joined
507 2014-01-03 06:06:42 nsh has joined
508 2014-01-03 06:07:14 nightlingo_away has quit (Ping timeout: 246 seconds)
509 2014-01-03 06:07:50 variousnefarious has quit (Quit: No Ping reply in 180 seconds.)
510 2014-01-03 06:10:14 MobiusL has quit (Quit: Ex-Chat)
511 2014-01-03 06:11:15 drayah has quit (Read error: Connection reset by peer)
512 2014-01-03 06:11:23 variousnefarious has joined
513 2014-01-03 06:12:13 roconnor_ has quit (Remote host closed the connection)
514 2014-01-03 06:12:38 drayah has joined
515 2014-01-03 06:14:06 abrkn\\ has joined
516 2014-01-03 06:14:47 paracyst has quit (Ping timeout: 245 seconds)
517 2014-01-03 06:15:07 smash_ has joined
518 2014-01-03 06:15:12 cysm has quit (Ping timeout: 245 seconds)
519 2014-01-03 06:16:05 rm__ has quit (Ping timeout: 240 seconds)
520 2014-01-03 06:18:26 patcon has quit (Ping timeout: 246 seconds)
521 2014-01-03 06:19:38 Lexa has joined
522 2014-01-03 06:21:19 cysm has joined
523 2014-01-03 06:21:20 pwny_express has joined
524 2014-01-03 06:21:57 pwny_express has quit (Client Quit)
525 2014-01-03 06:23:02 gnnr has joined
526 2014-01-03 06:23:26 gnnr is now known as Guest97643
527 2014-01-03 06:23:36 ThomasV has joined
528 2014-01-03 06:23:41 mitz_ has quit (Ping timeout: 246 seconds)
529 2014-01-03 06:23:49 Guest97643 has left ()
530 2014-01-03 06:24:25 drayah has quit (Remote host closed the connection)
531 2014-01-03 06:25:34 melvster has quit (Read error: Operation timed out)
532 2014-01-03 06:27:17 soylentbomb has quit (Quit: leaving)
533 2014-01-03 06:28:52 MobiusL has joined
534 2014-01-03 06:30:11 random_cat has joined
535 2014-01-03 06:31:23 Nesetalis has quit (Ping timeout: 246 seconds)
536 2014-01-03 06:33:19 variousnefarious has quit (Quit: No Ping reply in 180 seconds.)
537 2014-01-03 06:36:23 squeakytoy2 has joined
538 2014-01-03 06:36:38 squeakytoy has quit (Ping timeout: 246 seconds)
539 2014-01-03 06:36:57 variousnefarious has joined
540 2014-01-03 06:37:03 melvster has joined
541 2014-01-03 06:38:04 nsh has quit (Ping timeout: 264 seconds)
542 2014-01-03 06:38:42 darkezio3630 has left ()
543 2014-01-03 06:39:00 mitz_ has joined
544 2014-01-03 06:41:37 wrabbit has quit (Ping timeout: 260 seconds)
545 2014-01-03 06:42:45 wrabbit has joined
546 2014-01-03 06:46:21 variousnefarious has quit (Quit: No Ping reply in 180 seconds.)
547 2014-01-03 06:46:39 yubrew has joined
548 2014-01-03 06:47:08 mack25 has quit (Ping timeout: 246 seconds)
549 2014-01-03 06:47:29 wrabbit has quit (Ping timeout: 246 seconds)
550 2014-01-03 06:48:30 wrabbit has joined
551 2014-01-03 06:50:59 yubrew has quit (Ping timeout: 246 seconds)
552 2014-01-03 06:53:01 variousnefarious has joined
553 2014-01-03 06:53:30 squeakytoy has joined
554 2014-01-03 06:54:35 squeakytoy2 has quit (Read error: Operation timed out)
555 2014-01-03 06:54:36 penumbra has joined
556 2014-01-03 06:55:08 Primestunna has joined
557 2014-01-03 06:58:00 rm__ has joined
558 2014-01-03 06:59:55 variousnefarious has quit (Quit: No Ping reply in 180 seconds.)
559 2014-01-03 07:00:26 wrabbit has quit (Ping timeout: 246 seconds)
560 2014-01-03 07:01:43 wrabbit has joined
561 2014-01-03 07:01:52 cysm has quit (Ping timeout: 245 seconds)
562 2014-01-03 07:02:40 rm__ has quit (Ping timeout: 264 seconds)
563 2014-01-03 07:03:58 variousnefarious has joined
564 2014-01-03 07:06:02 wrabbit has quit (Ping timeout: 246 seconds)
565 2014-01-03 07:07:17 wrabbit has joined
566 2014-01-03 07:08:05 smash_ has quit (Remote host closed the connection)
567 2014-01-03 07:12:07 ralphtheninja has joined
568 2014-01-03 07:12:24 wrabbit has quit (Remote host closed the connection)
569 2014-01-03 07:12:35 optimator has quit (Remote host closed the connection)
570 2014-01-03 07:12:53 optimator has joined
571 2014-01-03 07:12:53 optimator has quit (Changing host)
572 2014-01-03 07:12:53 optimator has joined
573 2014-01-03 07:13:06 wrabbit has joined
574 2014-01-03 07:13:23 wallet421 has quit (Quit: Leaving.)
575 2014-01-03 07:15:55 TheSeven has quit (Ping timeout: 240 seconds)
576 2014-01-03 07:16:54 rastapopuloto has joined
577 2014-01-03 07:17:15 roconnor has quit (Ping timeout: 240 seconds)
578 2014-01-03 07:17:33 roconnor has joined
579 2014-01-03 07:18:12 Prattler has quit (Read error: Connection timed out)
580 2014-01-03 07:19:29 Prattler has joined
581 2014-01-03 07:20:33 rastapopuloto has quit (Client Quit)
582 2014-01-03 07:20:44 wrabbit has quit (Ping timeout: 246 seconds)
583 2014-01-03 07:21:22 variousnefarious has quit (Quit: No Ping reply in 180 seconds.)
584 2014-01-03 07:21:49 wrabbit has joined
585 2014-01-03 07:23:07 mappum has joined
586 2014-01-03 07:26:41 wrabbit has quit (Ping timeout: 246 seconds)
587 2014-01-03 07:27:27 wrabbit has joined
588 2014-01-03 07:27:38 nessence has quit (Remote host closed the connection)
589 2014-01-03 07:28:06 nessence has joined
590 2014-01-03 07:28:12 Jewish_James has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
591 2014-01-03 07:28:17 rm__ has joined
592 2014-01-03 07:28:33 Jewish_James has joined
593 2014-01-03 07:29:06 jtcwang has joined
594 2014-01-03 07:30:15 ralphtheninja has quit (Quit: leaving)
595 2014-01-03 07:31:57 sida has joined
596 2014-01-03 07:32:25 <sida> Hey does anyone know how transaction propogation is estimated? Is this something that bitcoind is able to do? Example: https://blockchain.info/inv/e249700db1bea42a68392283ff5a167c629ebd05996373b1bac1270408b27320
597 2014-01-03 07:32:35 wrabbit has quit (Remote host closed the connection)
598 2014-01-03 07:33:05 wrabbit has joined
599 2014-01-03 07:33:20 n0n0 has joined
600 2014-01-03 07:33:39 variousnefarious has joined
601 2014-01-03 07:34:23 rastapopuloto has joined
602 2014-01-03 07:35:17 rm__ has quit (Ping timeout: 240 seconds)
603 2014-01-03 07:35:41 waxwing has quit (Ping timeout: 260 seconds)
604 2014-01-03 07:36:06 VinceSamios has joined
605 2014-01-03 07:36:16 <ne0futur> sida: https://en.bitcoin.it/wiki/Network#Standard_relaying https://en.bitcoin.it/wiki/Protocol_specification
606 2014-01-03 07:36:24 <ne0futur> aftr that its just geoip
607 2014-01-03 07:36:35 <justanotheruser> sida: blockchain.info only can tell how propogated it is because of how many nodes its connected to
608 2014-01-03 07:36:51 <justanotheruser> you can only tell it is sent to the 8 you sent it to in the first place
609 2014-01-03 07:36:53 Eiii has quit (Read error: Connection reset by peer)
610 2014-01-03 07:37:31 <sida> ahh I see.
611 2014-01-03 07:37:54 <sida> I am propogating some transactions. Is there a way that I can track the propogation of that transaction through bitcoind?
612 2014-01-03 07:37:56 wallet42 has joined
613 2014-01-03 07:38:02 <sida> I don't see a method in the client API call list
614 2014-01-03 07:38:04 wrabbit has quit (Ping timeout: 264 seconds)
615 2014-01-03 07:38:34 n0n0 has quit (Max SendQ exceeded)
616 2014-01-03 07:38:35 wrabbit has joined
617 2014-01-03 07:38:39 <justanotheruser> sida: no for the reasons I just stated. blockchain.info is connected to 1000 peers, so it can see in order which peers forward the transaction (hash) to them
618 2014-01-03 07:39:43 wallet42 has quit (Client Quit)
619 2014-01-03 07:39:58 <sida> umm Sorry dumb question but how are they able to do that? Do they track it in the logs or?
620 2014-01-03 07:40:20 <sida> Like if I wanted to do track propogation from my node. Where would I be able to find that information on my server?
621 2014-01-03 07:40:26 <sida> Really appreciate it :P
622 2014-01-03 07:40:59 n0n0 has joined
623 2014-01-03 07:41:06 yubrew has joined
624 2014-01-03 07:41:41 ThomasV has quit (Ping timeout: 240 seconds)
625 2014-01-03 07:42:11 Primestunna has quit (Quit: Primestunna)
626 2014-01-03 07:42:27 <justanotheruser> sida: you could change the number of peers you connect to and modify your client so it alerts you when someone tries to send you a specific transaction
627 2014-01-03 07:43:08 wrabbit has quit (Ping timeout: 246 seconds)
628 2014-01-03 07:43:59 McKay` is now known as McKay
629 2014-01-03 07:44:07 <sida> @justanotheruser oh I see. When I relay the transaction to my peers, and if they consider it valid then they will relay it back to me. And then I know that they have relayed it?
630 2014-01-03 07:44:29 <justanotheruser> sida: they will not relay it back.
631 2014-01-03 07:44:55 <sida> justanotheruser: oh, wait so how do I know that they have considered it valid?
632 2014-01-03 07:45:06 <sida> anjustanotheruser: and then passed it on?
633 2014-01-03 07:45:52 yubrew has quit (Ping timeout: 264 seconds)
634 2014-01-03 07:46:09 <justanotheruser> sida: you don't know that they passed it on. You hope one of the eight did
635 2014-01-03 07:46:15 <justanotheruser> https://en.bitcoin.it/wiki/Node#Standard_relaying
636 2014-01-03 07:47:39 Coincidental has quit (Remote host closed the connection)
637 2014-01-03 07:48:03 <justanotheruser> You probably could modify it so you connect to 200 peers and only relay it to 8, then watch the 192 peers you didn't send it to for propogation. Once one of the 192 peers has the transaction they will ask you if you have if
638 2014-01-03 07:48:06 <justanotheruser> *have it
639 2014-01-03 07:48:53 abrkn\\ has quit (Ping timeout: 272 seconds)
640 2014-01-03 07:49:05 <sida> justanotheruser: ahh I see. Maybe this is how blockchain info does it. They probably run multiple nodes. One relays one listens maybe
641 2014-01-03 07:49:19 wrabbit has joined
642 2014-01-03 07:49:30 <sida> justanotheruser: Is this something that I set in my bitcoin.conf ? Sorry, really noobie quesitons
643 2014-01-03 07:49:38 <justanotheruser> sida: I believe that is how they do it
644 2014-01-03 07:50:18 <justanotheruser> sida: You can set how many peers you connect to in the conf file, but you won't connect to all of them if it is too high unless you have a lot of bandwidth
645 2014-01-03 07:51:24 <sida> yeah I found that's the case. I set 100 but only connect to 40 or so
646 2014-01-03 07:52:09 wallet42 has joined
647 2014-01-03 07:52:20 <sida> justanotheruser: so I am still stuck at the part of how do I monitor and know whether a peer has asked me for information
648 2014-01-03 07:52:35 <sida> justanotheruser: Should I tail -f the logs ? or something?
649 2014-01-03 07:53:33 <justanotheruser> you could use -alertnotify I believe
650 2014-01-03 07:53:39 <justanotheruser> (but that might be for the alert network)
651 2014-01-03 07:53:55 wallet42 has quit (Client Quit)
652 2014-01-03 07:54:57 <justanotheruser> Ignore those last two statements
653 2014-01-03 07:55:10 <sida> oh ahah ok
654 2014-01-03 07:55:14 <sida> I am readying through the api list
655 2014-01-03 07:55:19 <sida> -alertnotify=<cmd> Execute command when a relevant alert is received (%s in cmd is replaced by message)
656 2014-01-03 07:56:04 <justanotheruser> yes
657 2014-01-03 07:56:25 <sida> seems to be different from inv
658 2014-01-03 07:56:32 <justanotheruser> -debugnet looks somewhat promising. That might tell you about the inv messages you are receiving
659 2014-01-03 07:56:59 paracyst has joined
660 2014-01-03 07:57:04 <justanotheruser> sida: yes, I believe alertnotify is actually for telling you when the devs issue an alert
661 2014-01-03 07:57:15 <sida> I found something
662 2014-01-03 07:57:24 <sida> I am doing tail -f .bitcoin/debug.log
663 2014-01-03 07:57:31 <sida> 2014-01-03 07:52:56 received getdata for: tx b89b6c15db5ff9985d11f70e955076d4d88081cf0abaf911470ae5df1f91c7be
664 2014-01-03 07:57:35 <ne0futur> sida: http://cointext.com/bitcoin-and-ip-address-privacy/
665 2014-01-03 07:58:43 <sida> ne0futur: Good article. I am reading through it. This is really interesting
666 2014-01-03 07:58:49 agnostic98 has quit (Remote host closed the connection)
667 2014-01-03 07:59:12 <sida> justanotheruser: by the way, I was going to say, if I tail -f debug.log I can basically count the number of times I receive a request for getdata
668 2014-01-03 07:59:17 mitz_ has quit (Remote host closed the connection)
669 2014-01-03 08:00:23 <justanotheruser> sida: do you have -debugnet on/
670 2014-01-03 08:02:04 <sida> No actually
671 2014-01-03 08:02:15 <sida> I am about to
672 2014-01-03 08:02:22 <sida> I didn't want to lose the nodes that I am connected to
673 2014-01-03 08:03:20 <sida> I am doing it now
674 2014-01-03 08:04:24 Coincidental has joined
675 2014-01-03 08:04:37 <sida> actually, I don't see anymore logs than before after turnning -debugnet
676 2014-01-03 08:05:42 CryptoBuck has quit (Ping timeout: 265 seconds)
677 2014-01-03 08:06:43 <justanotheruser> sida: you could use bitcoin on a specific port and save all the data from that stream to be parsed
678 2014-01-03 08:07:20 <sida> instead of 8333?
679 2014-01-03 08:07:40 jn7n has joined
680 2014-01-03 08:08:43 <justanotheruser> sida: no, just log 8333, you don't need to change
681 2014-01-03 08:12:49 <sida> I am looking at tcpdump
682 2014-01-03 08:14:27 <sida> justanotheruser: I am doing this: sudo tcpdump -l port 8333
683 2014-01-03 08:14:40 <sida> can't really see anything
684 2014-01-03 08:15:03 <sida> Just really verbose, noisy logs
685 2014-01-03 08:15:26 <justanotheruser> sida: No raw dats?
686 2014-01-03 08:15:29 <justanotheruser> *data
687 2014-01-03 08:16:07 <justanotheruser> Modifying your bitcoin client may be an easier option
688 2014-01-03 08:16:35 <sida> not familiar with tcpdump still trying to get raw data
689 2014-01-03 08:17:26 xiangfu has quit (Ping timeout: 246 seconds)
690 2014-01-03 08:17:27 <justanotheruser> I'm not really sure. There may be an easier way to do this, I haven't used bitcoind to find transaction messages from peers
691 2014-01-03 08:17:33 <justanotheruser> *specific peers
692 2014-01-03 08:17:51 <sida> What do you use?
693 2014-01-03 08:18:02 <sida> I might just go with that?
694 2014-01-03 08:20:30 <justanotheruser> sida: I haven't used any program to try to track network propogation, if I attempted it I either would do so through modifying bitcoind or monitoring my traffic.
695 2014-01-03 08:20:47 cysm has joined
696 2014-01-03 08:20:48 Brutalis has joined
697 2014-01-03 08:21:00 <sida> I see
698 2014-01-03 08:21:03 jcorgan has left ()
699 2014-01-03 08:21:06 <sida> Thank you for your help
700 2014-01-03 08:21:15 Kozuch has joined
701 2014-01-03 08:21:19 <sida> I guess I can just use blockchain.info's API
702 2014-01-03 08:21:20 <sida> https://blockchain.info/inv/e249700db1bea42a68392283ff5a167c629ebd05996373b1bac1270408b27320?format=json
703 2014-01-03 08:21:44 <sida> Although I still want to trace my own network propagation, that sounded like a fun project
704 2014-01-03 08:24:45 <justanotheruser> sida: yeah, it is interesting. All you would need to do is make an event happen (print "<IP> send inv for <tx>") every time someone sends an inv for a certain transaction
705 2014-01-03 08:27:35 sida has quit (Quit: Page closed)
706 2014-01-03 08:29:14 brisque has joined
707 2014-01-03 08:29:53 agnostic98 has joined
708 2014-01-03 08:30:45 <Zoop_> happy b-day bitcoin and fellow bitcoiners!
709 2014-01-03 08:31:40 CodeShark has quit ()
710 2014-01-03 08:32:25 rm_ has joined
711 2014-01-03 08:33:14 Eagle[TM] has joined
712 2014-01-03 08:35:04 agnostic98 has quit (Ping timeout: 264 seconds)
713 2014-01-03 08:35:39 ThomasV has joined
714 2014-01-03 08:35:44 penumbra has quit (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
715 2014-01-03 08:36:41 rm_ has quit (Ping timeout: 246 seconds)
716 2014-01-03 08:41:29 hmmma has joined
717 2014-01-03 08:46:42 rastapopuloto has left ()
718 2014-01-03 08:47:49 CryptoBuck has joined
719 2014-01-03 08:48:03 CodeShark has joined
720 2014-01-03 08:48:38 hmmma has quit (Ping timeout: 240 seconds)
721 2014-01-03 08:50:09 TD has joined
722 2014-01-03 09:03:00 t7 has joined
723 2014-01-03 09:06:55 Diablo-D3 has joined
724 2014-01-03 09:08:29 Eagle[TM] has quit (Ping timeout: 240 seconds)
725 2014-01-03 09:10:28 Guyver2 has joined
726 2014-01-03 09:11:16 wiretapped has joined
727 2014-01-03 09:14:35 Diablo-D3 has quit (Ping timeout: 240 seconds)
728 2014-01-03 09:19:44 mappum has quit (Ping timeout: 246 seconds)
729 2014-01-03 09:20:59 justanotheruser has quit (Ping timeout: 240 seconds)
730 2014-01-03 09:21:19 Coincidental has quit (Remote host closed the connection)
731 2014-01-03 09:23:47 jouke has quit (Changing host)
732 2014-01-03 09:23:47 jouke has joined
733 2014-01-03 09:29:31 yubrew has joined
734 2014-01-03 09:30:06 KillYourTV has quit (Remote host closed the connection)
735 2014-01-03 09:30:38 xiangfu has joined
736 2014-01-03 09:30:55 <epscy> they grow up so fast *sniff sniff*
737 2014-01-03 09:30:58 agnostic98 has joined
738 2014-01-03 09:31:13 <epscy> i seriously can't wait till autumn 2016
739 2014-01-03 09:31:22 <epscy> the block reward will halve again
740 2014-01-03 09:31:32 KillYourTV has joined
741 2014-01-03 09:31:36 <epscy> hilary clinton will be about to get elected president
742 2014-01-03 09:31:42 <epscy> it will be good times
743 2014-01-03 09:32:56 rm__ has joined
744 2014-01-03 09:33:52 yubrew has quit (Ping timeout: 264 seconds)
745 2014-01-03 09:35:40 agnostic98 has quit (Ping timeout: 264 seconds)
746 2014-01-03 09:35:58 jtimon has joined
747 2014-01-03 09:36:18 raad2871 has quit (Quit: Leaving)
748 2014-01-03 09:37:04 wallet42 has joined
749 2014-01-03 09:37:06 <robonerd> ew
750 2014-01-03 09:37:28 rm__ has quit (Ping timeout: 264 seconds)
751 2014-01-03 09:39:13 <epscy> sorry i thought this was #bitcoin
752 2014-01-03 09:39:14 Sorcier_FXK has quit (Ping timeout: 245 seconds)
753 2014-01-03 09:39:33 <epscy> i'll take my provocative trolling elsewhere
754 2014-01-03 09:41:52 super3__ has joined
755 2014-01-03 09:44:00 justanotheruser has joined
756 2014-01-03 09:44:07 justanotheruser has quit (Changing host)
757 2014-01-03 09:44:07 justanotheruser has joined
758 2014-01-03 09:44:39 <robonerd> ty
759 2014-01-03 09:45:17 super3_ has quit (Ping timeout: 246 seconds)
760 2014-01-03 09:47:42 Brutalis has left ()
761 2014-01-03 09:50:40 copumpkin has joined
762 2014-01-03 09:50:43 Sorcier_FXK has joined
763 2014-01-03 09:52:38 MoALTz_ has joined
764 2014-01-03 09:54:24 rastapopuloto has joined
765 2014-01-03 09:55:10 rastapopuloto has left ()
766 2014-01-03 09:55:23 MoALTz has quit (Ping timeout: 252 seconds)
767 2014-01-03 09:56:00 c0rw1n has joined
768 2014-01-03 10:00:12 michagogo has joined
769 2014-01-03 10:00:42 davecol has joined
770 2014-01-03 10:00:50 davecol has quit (Max SendQ exceeded)
771 2014-01-03 10:01:11 Brutalis has joined
772 2014-01-03 10:05:24 <brisque> ;;seen BlueMatt
773 2014-01-03 10:05:25 <gribble> BlueMatt was last seen in #bitcoin-dev 10 hours, 44 minutes, and 26 seconds ago: <BlueMatt> sipa: thanks
774 2014-01-03 10:06:39 <brisque> ;;later tell BlueMatt for added value, the "Coingen branding" should include a message in the genesis block as well. prevents people releasing guides to remove it for free after creation.
775 2014-01-03 10:06:39 <gribble> The operation succeeded.
776 2014-01-03 10:06:47 roconnor_ has joined
777 2014-01-03 10:08:06 roconnor has quit (Ping timeout: 240 seconds)
778 2014-01-03 10:09:24 Brutalis has quit (Quit: Leaving)
779 2014-01-03 10:10:03 Ld4432 has joined
780 2014-01-03 10:11:11 Brutalis has joined
781 2014-01-03 10:11:35 Brutalis has quit (Client Quit)
782 2014-01-03 10:13:58 c0rw1n_ has joined
783 2014-01-03 10:16:00 c0rw1n has quit (Ping timeout: 240 seconds)
784 2014-01-03 10:17:11 khert_ has quit (Remote host closed the connection)
785 2014-01-03 10:17:45 Grouver has joined
786 2014-01-03 10:19:30 s7r_e has joined
787 2014-01-03 10:19:36 Subo1977_ has joined
788 2014-01-03 10:19:41 s7r has quit (Remote host closed the connection)
789 2014-01-03 10:20:03 Subo1977 has quit (Ping timeout: 240 seconds)
790 2014-01-03 10:20:24 C4colo has joined
791 2014-01-03 10:21:41 nza has quit (Ping timeout: 240 seconds)
792 2014-01-03 10:22:38 <robonerd> Jan 25-26 http://btcmiami.com/ <- any angels in the channel with $40k for a great idea spearheaded by an established professional want to be ready in time to present a technology demo at/during this event? <- so a big part of why i need cash here, is certain gaps in my knowledge. i don't know crypto currency design low level, the math, the past 5-10 years of protocol design experience, etc. i can learn it myself like most of my knowledge, but the
793 2014-01-03 10:22:38 <robonerd> time is cherry and $ would grease the skids
794 2014-01-03 10:22:58 <robonerd> short of $, would any *coin design/dev experts be interested in potentially partnering up?
795 2014-01-03 10:23:26 <robonerd> we could meet in the pac north west (seattleish) and have a tech demo to show in time
796 2014-01-03 10:23:29 yubrew has joined
797 2014-01-03 10:23:41 <robonerd> long shot, but figured it's 2am and why not cast a line
798 2014-01-03 10:23:44 <robonerd> =)
799 2014-01-03 10:24:29 jcrubino has quit (Ping timeout: 246 seconds)
800 2014-01-03 10:24:56 <BlueMatt> brisque: meh, the goal is to target people who wont/cant compile themselves, so I'm not too worried
801 2014-01-03 10:25:46 <robonerd> (i can build all/most of the software)
802 2014-01-03 10:25:49 <brisque> BlueMatt: alright, just a thought while I was looking through the coins it's made so far. might want to fix the genesis block issue though.
803 2014-01-03 10:27:43 wump has left ()
804 2014-01-03 10:28:21 wumpus has joined
805 2014-01-03 10:28:29 yubrew has quit (Ping timeout: 264 seconds)
806 2014-01-03 10:28:31 <robonerd> ok
807 2014-01-03 10:31:58 agnostic98 has joined
808 2014-01-03 10:33:25 rm__ has joined
809 2014-01-03 10:35:04 Blackreign has joined
810 2014-01-03 10:36:24 agnostic98 has quit (Ping timeout: 246 seconds)
811 2014-01-03 10:37:47 rm__ has quit (Ping timeout: 246 seconds)
812 2014-01-03 10:38:23 one_zero has quit ()
813 2014-01-03 10:39:32 copumpkin has quit (Ping timeout: 246 seconds)
814 2014-01-03 10:40:40 IGHOR has quit (Read error: Connection reset by peer)
815 2014-01-03 10:40:53 n0n0 has quit (Ping timeout: 240 seconds)
816 2014-01-03 10:40:56 xiangfu has quit (Ping timeout: 246 seconds)
817 2014-01-03 10:44:28 xiangfu has joined
818 2014-01-03 10:44:53 uiop has quit (Ping timeout: 240 seconds)
819 2014-01-03 10:45:17 uiop has joined
820 2014-01-03 10:46:05 copumpkin has joined
821 2014-01-03 10:48:25 Raziel has joined
822 2014-01-03 10:52:28 davecol has joined
823 2014-01-03 10:56:41 <robonerd> would anyone be interested in explaining to me on skype how bitcoin works, high and low level, for pay?
824 2014-01-03 10:57:04 <robonerd> i need a lot of brain dump in a short time. i want to build this bitcoin extension idea i have in time for bitcoin miami
825 2014-01-03 10:57:23 <robonerd> ideally a bitcoin dev
826 2014-01-03 10:57:29 <brisque> robonerd: have you read the whitepaper?
827 2014-01-03 10:57:35 <robonerd> which?
828 2014-01-03 10:57:47 <brisque> http://bitcoin.org/bitcoin.pdf
829 2014-01-03 10:57:48 <sipa> bitcoin.org/bitcoin.pdf
830 2014-01-03 10:57:59 <robonerd> moment
831 2014-01-03 10:57:59 melvster has quit (Read error: Connection reset by peer)
832 2014-01-03 10:59:22 copumpkin has quit (Ping timeout: 240 seconds)
833 2014-01-03 11:00:43 temp__ has joined
834 2014-01-03 11:02:02 <robonerd> for how i learn, i would learn better and more quickly if i paid someone for a 30-60 minute skype chat overview of what the paper covers
835 2014-01-03 11:03:17 c0rw1n_ has quit (Ping timeout: 240 seconds)
836 2014-01-03 11:06:34 ItSANg___ has joined
837 2014-01-03 11:06:44 ItSANgo has quit (Ping timeout: 245 seconds)
838 2014-01-03 11:08:52 <sipa> if it's really a good idea, it may be more fruitful to get others interested in it
839 2014-01-03 11:09:13 <sipa> discussing it may also get you useful criticism
840 2014-01-03 11:09:28 copumpkin has joined
841 2014-01-03 11:12:11 VinceSamios has quit (Read error: Connection reset by peer)
842 2014-01-03 11:12:35 VinceSamios has joined
843 2014-01-03 11:13:09 mattco has joined
844 2014-01-03 11:13:57 Jewish_James has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
845 2014-01-03 11:14:02 jtcwang has quit (Ping timeout: 240 seconds)
846 2014-01-03 11:14:23 c0rw1n has joined
847 2014-01-03 11:15:28 <robonerd> does anyone know Richard Miller?
848 2014-01-03 11:17:40 yubrew has joined
849 2014-01-03 11:18:01 askmike has joined
850 2014-01-03 11:21:53 yubrew has quit (Ping timeout: 246 seconds)
851 2014-01-03 11:22:20 temp__ has left ()
852 2014-01-03 11:30:37 Coincidental has joined
853 2014-01-03 11:30:50 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
854 2014-01-03 11:30:52 agnostic98 has joined
855 2014-01-03 11:32:24 agnostic98 has quit (Read error: No buffer space available)
856 2014-01-03 11:32:38 TD has quit (Quit: TD)
857 2014-01-03 11:32:54 agnostic98 has joined
858 2014-01-03 11:32:55 <robonerd> anyone know the person who came up with color coin?
859 2014-01-03 11:34:01 rm__ has joined
860 2014-01-03 11:35:18 CodeShark has quit (Ping timeout: 240 seconds)
861 2014-01-03 11:35:42 CodeShark has joined
862 2014-01-03 11:36:52 Burrito has joined
863 2014-01-03 11:37:29 agnostic98 has quit (Ping timeout: 264 seconds)
864 2014-01-03 11:38:41 rm__ has quit (Ping timeout: 264 seconds)
865 2014-01-03 11:41:19 Cryo has quit (Ping timeout: 245 seconds)
866 2014-01-03 11:42:30 tmsk has joined
867 2014-01-03 11:43:40 TheSeven has joined
868 2014-01-03 11:46:53 kuzetsa has quit (Ping timeout: 240 seconds)
869 2014-01-03 11:47:04 Thepok has joined
870 2014-01-03 11:47:49 kuzetsa has joined
871 2014-01-03 11:48:14 drayah has joined
872 2014-01-03 11:51:11 c0rw1n_ has joined
873 2014-01-03 11:51:47 Burrito has quit (Read error: Operation timed out)
874 2014-01-03 11:52:41 drayah has quit (Ping timeout: 246 seconds)
875 2014-01-03 11:54:26 c0rw1n has quit (Ping timeout: 246 seconds)
876 2014-01-03 11:57:35 XxLocutusxX has joined
877 2014-01-03 11:58:01 Anduck has joined
878 2014-01-03 11:58:01 Anduck has quit (Changing host)
879 2014-01-03 11:58:01 Anduck has joined
880 2014-01-03 12:06:13 Burrito has joined
881 2014-01-03 12:06:36 <shesek> robonerd, I think that multiple people came up with that independently
882 2014-01-03 12:06:49 <robonerd> ahh
883 2014-01-03 12:08:20 <shesek> petertodd, so basically it requires an altcoin (or alt-noncoin-blockchain) to do that?
884 2014-01-03 12:09:47 <shesek> the thing is that bitcoin's hash power gives a really strong guarantee of integrity, one that I can see accepted by courts and such. I'm not sure if something with a small-ish hashpower could ever achieve that
885 2014-01-03 12:10:02 tmsk has quit (Quit: tmsk)
886 2014-01-03 12:11:52 yubrew has joined
887 2014-01-03 12:11:58 ircuser-6 has quit (Read error: Operation timed out)
888 2014-01-03 12:13:29 mattco has quit (Ping timeout: 264 seconds)
889 2014-01-03 12:14:59 yubrew has quit (Read error: Operation timed out)
890 2014-01-03 12:15:25 drayah has joined
891 2014-01-03 12:17:37 wallet42 has quit (Quit: Leaving.)
892 2014-01-03 12:30:52 drayah has quit (Remote host closed the connection)
893 2014-01-03 12:31:00 agnostic98 has joined
894 2014-01-03 12:31:40 EngierkO has joined
895 2014-01-03 12:32:14 Thepok has quit (Ping timeout: 246 seconds)
896 2014-01-03 12:33:27 jvrdev has joined
897 2014-01-03 12:34:35 rm__ has joined
898 2014-01-03 12:35:23 agnostic98 has quit (Ping timeout: 246 seconds)
899 2014-01-03 12:36:27 tholenst has joined
900 2014-01-03 12:37:00 drayah has joined
901 2014-01-03 12:38:05 MoALTz_ has quit (Ping timeout: 240 seconds)
902 2014-01-03 12:38:25 c0rw1n_ has quit (Ping timeout: 240 seconds)
903 2014-01-03 12:38:53 rm__ has quit (Ping timeout: 246 seconds)
904 2014-01-03 12:40:25 XxLocutusxX has quit ()
905 2014-01-03 12:42:04 darkee has quit (Ping timeout: 240 seconds)
906 2014-01-03 12:42:25 MoALTz has joined
907 2014-01-03 12:43:05 <shesek> BlueMatt, congrats on releasing coingen, seems like its going pretty well :)
908 2014-01-03 12:43:14 <shesek> I imagined someone would do that sooner or later
909 2014-01-03 12:45:02 <nessence> BlueMatt: https://www.dropbox.com/s/aipdszdwrwpdsqc/Screenshot%202014-01-03%2006.40.39.png
910 2014-01-03 12:45:11 fanquake has quit (Ping timeout: 246 seconds)
911 2014-01-03 12:45:44 <brisque> I imagine he knows, he's the poster of that
912 2014-01-03 12:45:54 <shesek> was just going to say that ^
913 2014-01-03 12:46:06 <nessence> just in case
914 2014-01-03 12:46:08 Starduster has joined
915 2014-01-03 12:46:37 fanquake has joined
916 2014-01-03 12:48:18 <sipa> ow, coingen.io!
917 2014-01-03 12:48:52 <brisque> hope all these coins aren't using the same default port, it looks like they are.
918 2014-01-03 12:49:06 <brisque> sipa: good news is that the number of paid coins now covers the domain cost
919 2014-01-03 12:51:17 mE\Ta has quit (Ping timeout: 264 seconds)
920 2014-01-03 12:53:55 viperhr has quit (Remote host closed the connection)
921 2014-01-03 12:54:56 Starduster has quit (Quit: gotta go)
922 2014-01-03 12:57:14 <t7> can someone try to inject some javascript on the coingen.io page i don't wanna get in trouble :3
923 2014-01-03 12:57:18 c0rw1n has joined
924 2014-01-03 12:58:24 ircuser-6 has joined
925 2014-01-03 12:59:37 Ld4432 has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
926 2014-01-03 13:01:41 Lexa has quit (Remote host closed the connection)
927 2014-01-03 13:01:45 C4colo has quit (Ping timeout: 272 seconds)
928 2014-01-03 13:02:05 Lexa has joined
929 2014-01-03 13:02:26 <brisque> there's some pretty unsavoury coins on that list without you sticking in XSS as well.
930 2014-01-03 13:02:28 <shesek> t7, if you do find a vulnerability and disclose it responsibly without abusing it, I don't see any reason why you would "get in trouble"
931 2014-01-03 13:03:02 go1111111 has quit (Ping timeout: 246 seconds)
932 2014-01-03 13:03:09 <shesek> but yeah, the attempts being shown publicly for everyone might be a bit annoying
933 2014-01-03 13:03:23 <brisque> t7: the coin names are limited to no spaces and no special characters already, one would assume
934 2014-01-03 13:06:19 yubrew has joined
935 2014-01-03 13:06:38 <t7> coingen should give you a diff
936 2014-01-03 13:06:46 <t7> save some HDD
937 2014-01-03 13:09:35 patcon has joined
938 2014-01-03 13:10:29 yubrew has quit (Ping timeout: 240 seconds)
939 2014-01-03 13:10:59 ovidiusoft has joined
940 2014-01-03 13:12:04 melvster has joined
941 2014-01-03 13:13:11 hexxie_away is now known as hexafraction
942 2014-01-03 13:13:37 mack25 has joined
943 2014-01-03 13:14:16 ThomasV has quit (Read error: Operation timed out)
944 2014-01-03 13:14:41 Jerub has left ()
945 2014-01-03 13:16:11 Burrito has quit (Quit: Leaving)
946 2014-01-03 13:18:01 Burrito has joined
947 2014-01-03 13:19:05 <michagogo> cloud!uid14316@wikia/Michagogo|How do coingen coins do bootstrapping?
948 2014-01-03 13:19:42 <brisque> they talk to BlueeMatt's custom accept-anything node.
949 2014-01-03 13:20:08 <brisque> the peer port varies based on wether they are scrypt or sha256d based.
950 2014-01-03 13:20:14 cucats has joined
951 2014-01-03 13:23:42 Burrito has quit (Ping timeout: 240 seconds)
952 2014-01-03 13:24:52 Cryo has joined
953 2014-01-03 13:26:18 MobPhone has joined
954 2014-01-03 13:27:17 patcon has quit (Ping timeout: 264 seconds)
955 2014-01-03 13:29:06 MobPhone has quit (Client Quit)
956 2014-01-03 13:29:38 Burrito has joined
957 2014-01-03 13:30:49 agnostic98 has joined
958 2014-01-03 13:31:22 ThomasV has joined
959 2014-01-03 13:34:26 ConvivialMatt has joined
960 2014-01-03 13:34:33 melvster has quit (Remote host closed the connection)
961 2014-01-03 13:35:07 agnostic98 has quit (Ping timeout: 240 seconds)
962 2014-01-03 13:35:11 rm__ has joined
963 2014-01-03 13:36:07 t7 has quit (Quit: home)
964 2014-01-03 13:36:17 AusBitBank has quit (Ping timeout: 264 seconds)
965 2014-01-03 13:39:53 rm__ has quit (Ping timeout: 264 seconds)
966 2014-01-03 13:41:36 spinza_ has quit (Read error: Operation timed out)
967 2014-01-03 13:47:50 BlackPrapor has quit (Ping timeout: 246 seconds)
968 2014-01-03 13:51:42 bonks has quit (Ping timeout: 272 seconds)
969 2014-01-03 13:51:42 nessence has quit ()
970 2014-01-03 13:54:31 GMP has joined
971 2014-01-03 13:56:26 Hans-Martin has joined
972 2014-01-03 13:57:12 t7 has joined
973 2014-01-03 13:57:59 berndj has quit (Ping timeout: 246 seconds)
974 2014-01-03 14:00:17 yubrew has joined
975 2014-01-03 14:01:01 agricocb has joined
976 2014-01-03 14:01:56 Thepok has joined
977 2014-01-03 14:04:50 yubrew has quit (Ping timeout: 252 seconds)
978 2014-01-03 14:05:25 h3ron has quit (Quit: h3ron)
979 2014-01-03 14:05:54 c0rw1n has quit (Remote host closed the connection)
980 2014-01-03 14:10:33 wallet42 has joined
981 2014-01-03 14:11:00 xiangfu has quit (Quit: leaving)
982 2014-01-03 14:13:17 xiangfu has joined
983 2014-01-03 14:15:32 wallet42 has quit (Quit: Leaving.)
984 2014-01-03 14:17:31 mattco has joined
985 2014-01-03 14:18:03 c0rw1n has joined
986 2014-01-03 14:22:20 mitz has joined
987 2014-01-03 14:28:24 Subo1977_ has quit (Ping timeout: 240 seconds)
988 2014-01-03 14:30:48 agnostic98 has joined
989 2014-01-03 14:32:22 nightlingo_away has joined
990 2014-01-03 14:33:17 nightlingo_away has left ()
991 2014-01-03 14:33:29 nightlingo has joined
992 2014-01-03 14:33:49 <nightlingo> yo!!
993 2014-01-03 14:34:19 Subo1977 has joined
994 2014-01-03 14:34:44 AndyOfiesh has joined
995 2014-01-03 14:34:59 agnostic98 has quit (Ping timeout: 245 seconds)
996 2014-01-03 14:35:44 rm__ has joined
997 2014-01-03 14:35:44 neozonz has joined
998 2014-01-03 14:36:22 c0rw1n has quit (Ping timeout: 252 seconds)
999 2014-01-03 14:36:29 <AndyOfiesh> ...
1000 2014-01-03 14:36:42 wallet42 has joined
1001 2014-01-03 14:37:12 c0rw1n has joined
1002 2014-01-03 14:37:34 _yoy_ has joined
1003 2014-01-03 14:38:35 agricocb has quit (Remote host closed the connection)
1004 2014-01-03 14:39:29 agricocb has joined
1005 2014-01-03 14:40:50 rm__ has quit (Ping timeout: 272 seconds)
1006 2014-01-03 14:43:24 c0rw1n has quit (Ping timeout: 245 seconds)
1007 2014-01-03 14:44:27 Subo1977 has quit (Remote host closed the connection)
1008 2014-01-03 14:44:33 CheckDavid has joined
1009 2014-01-03 14:46:37 Subo1977 has joined
1010 2014-01-03 14:49:54 antix has joined
1011 2014-01-03 14:50:18 antix is now known as Guest93278
1012 2014-01-03 14:50:44 profreid has joined
1013 2014-01-03 14:50:44 <sipa> why oh why does a local newspaper report "soon we'll all pay with coinye west", instead of something like "bitcoin is 5 years old" ...
1014 2014-01-03 14:51:45 darkee has joined
1015 2014-01-03 14:52:51 drayah has quit (Read error: Connection reset by peer)
1016 2014-01-03 14:52:56 hnz has quit (Ping timeout: 252 seconds)
1017 2014-01-03 14:53:39 drayah has joined
1018 2014-01-03 14:54:26 yubrew has joined
1019 2014-01-03 14:58:19 hnz has joined
1020 2014-01-03 14:58:50 Guest93278 has quit (Ping timeout: 272 seconds)
1021 2014-01-03 14:59:24 Subo1977 has quit (Ping timeout: 240 seconds)
1022 2014-01-03 14:59:28 yubrew has quit (Ping timeout: 272 seconds)
1023 2014-01-03 15:00:58 antix_ has joined
1024 2014-01-03 15:00:58 antix_ has quit (Changing host)
1025 2014-01-03 15:00:58 antix_ has joined
1026 2014-01-03 15:01:04 patcon has joined
1027 2014-01-03 15:02:42 trixisowned has quit (Read error: Connection reset by peer)
1028 2014-01-03 15:04:35 agricocb has quit (Remote host closed the connection)
1029 2014-01-03 15:07:50 patcon has quit (Remote host closed the connection)
1030 2014-01-03 15:09:47 DougieBot5000 has joined
1031 2014-01-03 15:10:38 rastapopuloto has joined
1032 2014-01-03 15:12:29 rastapopuloto has left ()
1033 2014-01-03 15:12:40 profreid has quit (Quit: profreid)
1034 2014-01-03 15:13:34 antix_ has quit (Ping timeout: 260 seconds)
1035 2014-01-03 15:15:32 antix has joined
1036 2014-01-03 15:15:33 antix has quit (Changing host)
1037 2014-01-03 15:15:33 antix has joined
1038 2014-01-03 15:15:57 antix is now known as Guest97710
1039 2014-01-03 15:17:53 anon8787 has joined
1040 2014-01-03 15:18:51 wallet42 has quit (Quit: Leaving.)
1041 2014-01-03 15:20:38 wallet42 has joined
1042 2014-01-03 15:27:58 Guest97710 has quit (Ping timeout: 245 seconds)
1043 2014-01-03 15:30:18 antix_ has joined
1044 2014-01-03 15:31:15 penumbra has joined
1045 2014-01-03 15:31:58 brisque has quit (Quit: Leaving.)
1046 2014-01-03 15:31:59 agnostic98 has joined
1047 2014-01-03 15:32:56 melvster has joined
1048 2014-01-03 15:35:43 jakov has joined
1049 2014-01-03 15:35:43 daybyter has joined
1050 2014-01-03 15:37:56 agnostic98 has quit (Ping timeout: 246 seconds)
1051 2014-01-03 15:37:56 super3_ has joined
1052 2014-01-03 15:39:20 Ld4432 has joined
1053 2014-01-03 15:39:20 drayah has quit (Read error: Connection reset by peer)