--- Log opened Fri Jan 16 00:00:25 2015 00:01 < bramc> Yeah transaction malleability is a problem for spv. It would be really nice if the client knew exactly the id of the transaction it was looking for. 00:01 < bramc> Does the bloom filter responses include paths to the root, or does the client just trust the server? 00:01 < phantomcircuit> better fixed with bloom filter per block 00:02 < phantomcircuit> bramc, includes the partial merkle tree branch 00:02 < phantomcircuit> https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki#Partial_Merkle_branch_format 00:04 < bramc> Not sure what you mean by 'better fixed with bloom filter per block'. What's that in reference to? 00:04 < phantomcircuit> bramc, calculate a bloom filter of the data in the block 00:04 < phantomcircuit> and then broadcast that 00:04 < phantomcircuit> instead of the client setting a filter 00:05 < bramc> Oh right, that makes sense 00:05 < bramc> much better anonymity properties that way 00:06 < phantomcircuit> yeah a bunch of us felt a bit silly when someone pointed that out 00:06 < bramc> although you still want to download a particular thing for verification if you think it's there 00:06 -!- kyletorpey [~kyle@c-24-131-0-5.hsd1.va.comcast.net] has quit [Quit: Leaving.] 00:06 < phantomcircuit> or at least i did 00:06 < phantomcircuit> bramc, right but that's relatively cheap :P 00:06 < bramc> Yeah but it blows your cover of being interested in a particular transaction 00:07 -!- cletus11 [~cletus11@99-172-47-87.lightspeed.tblltx.sbcglobal.net] has joined #bitcoin-wizards 00:07 < bramc> What is it which is bloom filtered? Is it the full transactions? Malleability is of course a major headache there. 00:07 -!- siraj_ [~siraj@27.97.99.41] has quit [Ping timeout: 265 seconds] 00:08 < phantomcircuit> bramc, you can always just ask for the entire block 00:08 < phantomcircuit> bramc, you just add the data sections to the bloom filter 00:10 < bramc> Is there some way of asking for the corresponding signature for a particular data section? 00:10 < phantomcircuit> no 00:10 < bramc> Well that sucks 00:10 -!- NewLiberty [~NewLibert@2602:304:cff8:1580:90a8:3f0e:541b:bf58] has quit [Ping timeout: 245 seconds] 00:10 < bramc> But at least you can download the whole block if you get into that state I guess 00:11 < phantomcircuit> yup 00:11 < phantomcircuit> not free 00:11 < phantomcircuit> but for most people close to it 00:12 < bramc> Hopefully mutated transactions hardly ever happen 00:12 < phantomcircuit> oh but they do 00:12 < phantomcircuit> ha 00:12 < phantomcircuit> there's someone still mutating every tx they see 00:13 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 00:13 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 00:14 < bramc> Has it been tracked down who that is? 00:15 < bramc> It should at least be possible to find their IP address 00:16 < bramc> Come to think of it, you don't really care about the signature, just the fact of the inclusion of the transaction itself 00:17 < bramc> And when you're getting verification after the bloom filter you don't need the full transaction, just the hash and path to root are plenty, because you presumably already have the transaction 00:17 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Ping timeout: 246 seconds] 00:18 < bramc> About nTweak again: It probably makes sense for nTweak to vary between clients, but for a single client it should always use the exact same value 00:19 -!- siraj [~siraj@27.97.245.61] has joined #bitcoin-wizards 00:19 -!- kgk_ [~kgk@76.14.85.43] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 00:19 -!- MoALTz__ [~no@user-109-243-119-160.play-internet.pl] has quit [Quit: Leaving] 00:23 -!- michagogo_ [uid14316@gateway/web/irccloud.com/x-awcxfoyphvwyelvh] has quit [Changing host] 00:23 -!- michagogo_ [uid14316@wikia/Michagogo] has joined #bitcoin-wizards 00:23 -!- michagogo_ is now known as michagogo 00:25 < phantomcircuit> bramc, no idea 00:56 -!- kgk_ [~kgk@76.14.85.43] has joined #bitcoin-wizards 00:58 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards 01:01 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Client Quit] 01:05 -!- andy-logbot [~bitcoin--@wpsoftware.net] has joined #bitcoin-wizards 01:05 * andy-logbot is logging 01:07 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards 01:10 -!- op_mul [~op_mul@178.62.78.122] has joined #bitcoin-wizards 01:10 -!- kgk_ [~kgk@76.14.85.43] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 01:10 < op_mul> phantomcircuit: I wasn't aware of that 01:10 -!- davout [~david@unaffiliated/davout] has joined #bitcoin-wizards 01:13 < op_mul> bramc: tracking down that would probably be easy, but it's fairly pointless because it's not like we can just ask them to stop. the only time the TXID matters is if people are looking for a boolean confirmed/unconfirmed based on TXID in blocks. 01:15 < op_mul> or if they're making interesting scripts, but for the most part users only care about P2PKH. 01:23 -!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has quit [Quit: This computer has gone to sleep] 01:34 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: This computer has gone to sleep] 01:41 -!- siraj [~siraj@27.97.245.61] has quit [Remote host closed the connection] 01:42 -!- CoinMuncher [~jannes@178.132.211.90] has joined #bitcoin-wizards 01:43 -!- NLNico [~NLNico@unaffiliated/nlnico] has quit [Ping timeout: 264 seconds] 01:45 -!- Guest30376 [~Cory@75-135-170-58.dhcp.stpt.wi.charter.com] has joined #bitcoin-wizards 01:50 -!- benten [~benten@unaffiliated/benten] has joined #bitcoin-wizards 01:53 -!- vdo [~vdo@177.Red-88-0-21.dynamicIP.rima-tde.net] has joined #bitcoin-wizards 02:02 -!- benten [~benten@unaffiliated/benten] has quit [Quit: .....] 02:04 -!- roconnor__ [~roconnor@e120-pool-d89a7e6d.brdbnd.voicenetwork.ca] has quit [Ping timeout: 246 seconds] 02:09 -!- vmatekole [~vmatekole@f052090213.adsl.alicedsl.de] has joined #bitcoin-wizards 02:24 -!- hearn [~mike@77-59-132-209.dclient.hispeed.ch] has joined #bitcoin-wizards 02:25 -!- hearn_ [~mike@84-75-198-85.dclient.hispeed.ch] has joined #bitcoin-wizards 02:25 -!- hearn_ is now known as Guest1702 02:27 -!- jaromil_ is now known as jaromil 02:28 -!- hearn [~mike@77-59-132-209.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 02:32 -!- Quanttek [~quassel@ip1f112539.dynamic.kabel-deutschland.de] has joined #bitcoin-wizards 02:32 -!- jtimon [~quassel@108.pool85-59-62.dynamic.orange.es] has joined #bitcoin-wizards 02:36 -!- cletus11 [~cletus11@99-172-47-87.lightspeed.tblltx.sbcglobal.net] has quit [Read error: Connection reset by peer] 02:37 -!- cletus11 [~cletus11@99-172-47-87.lightspeed.tblltx.sbcglobal.net] has joined #bitcoin-wizards 02:38 -!- vmatekole [~vmatekole@f052090213.adsl.alicedsl.de] has quit [Remote host closed the connection] 02:43 -!- Shiftos [~shiftos@gateway/tor-sasl/shiftos] has quit [Ping timeout: 250 seconds] 02:45 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards 02:49 -!- Shiftos [~shiftos@gateway/tor-sasl/shiftos] has joined #bitcoin-wizards 03:02 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 03:16 -!- vmatekole [~vmatekole@f052090213.adsl.alicedsl.de] has joined #bitcoin-wizards 03:19 -!- cjc [~cjc@73.44.156.111] has joined #bitcoin-wizards 03:19 -!- cjc [~cjc@73.44.156.111] has quit [Changing host] 03:19 -!- cjc [~cjc@unaffiliated/chicago] has joined #bitcoin-wizards 03:25 -!- benten [~benten@unaffiliated/benten] has joined #bitcoin-wizards 03:28 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 03:32 -!- nsh [~lol@wikipedia/nsh] has quit [Excess Flood] 03:33 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-wizards 03:33 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 03:36 -!- stonecoldpat [~Paddy@janus-nat-128-240-225-56.ncl.ac.uk] has joined #bitcoin-wizards 03:37 -!- CoinMuncher [~jannes@178.132.211.90] has quit [Ping timeout: 244 seconds] 03:39 -!- vmatekole [~vmatekole@f052090213.adsl.alicedsl.de] has quit [Remote host closed the connection] 03:39 -!- CoinMuncher [~jannes@178.132.211.90] has joined #bitcoin-wizards 03:44 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has joined #bitcoin-wizards 03:44 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has quit [Excess Flood] 03:44 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has joined #bitcoin-wizards 03:44 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has quit [Excess Flood] 03:45 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has joined #bitcoin-wizards 03:46 -!- NewLiberty [~NewLibert@2602:304:cff8:1580:8c08:a292:e4f5:84b6] has joined #bitcoin-wizards 03:48 -!- Guest1702 [~mike@84-75-198-85.dclient.hispeed.ch] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 03:57 -!- mkarrer [~mkarrer@135.Red-83-52-38.dynamicIP.rima-tde.net] has quit [] 03:58 -!- benten [~benten@unaffiliated/benten] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 04:10 -!- eudoxia [~eudoxia@r190-134-48-243.dialup.adsl.anteldata.net.uy] has joined #bitcoin-wizards 04:24 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 04:27 -!- koshii [~0@node-9rr.pool-180-180.dynamic.totbb.net] has quit [Ping timeout: 245 seconds] 04:27 -!- koshii [~0@node-vq.pool-182-52.dynamic.totbb.net] has joined #bitcoin-wizards 04:32 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 04:34 -!- e1782d111f4c9914 [e1782d11df@gateway/vpn/mullvad/x-jjzquzzlxnigwytc] has joined #bitcoin-wizards 04:40 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 245 seconds] 04:46 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards 04:50 -!- hashtag_ [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has joined #bitcoin-wizards 04:54 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 04:57 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 04:59 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has joined #bitcoin-wizards 05:05 -!- wizkid057 [wk@unaffiliated/wizkid057] has quit [Ping timeout: 264 seconds] 05:08 -!- wizkid057 [wk@unaffiliated/wizkid057] has joined #bitcoin-wizards 05:12 -!- zwischenzug [~zwischenz@207.Red-88-8-247.dynamicIP.rima-tde.net] has joined #bitcoin-wizards 05:14 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 05:15 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 05:17 -!- siraj [~siraj@125.19.79.57] has joined #bitcoin-wizards 05:18 -!- siraj [~siraj@125.19.79.57] has quit [Remote host closed the connection] 05:19 -!- cjc [~cjc@unaffiliated/chicago] has quit [Quit: Leaving] 05:20 -!- HaltingState [~HaltingSt@unaffiliated/haltingstate] has joined #bitcoin-wizards 05:24 -!- coiner [~linker@115.79.55.177] has quit [Ping timeout: 246 seconds] 05:26 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards 05:29 -!- dogetime [~dogetime@unaffiliated/dogetime] has left #bitcoin-wizards [] 05:32 -!- HarusameNyanko [~HarusameN@pl2125.nas815.n-hiroshima.nttpc.ne.jp] has quit [Quit: bai bai] 05:59 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Remote host closed the connection] 06:01 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 06:06 -!- maaku__ is now known as maaku 06:07 -!- zwischenzug [~zwischenz@207.Red-88-8-247.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] 06:14 < op_mul> justanotheruser: my point exactly http://redd.it/2smnhs 06:15 < justanotheruser> :/ 06:19 -!- Guest60495 is now known as helo 06:20 -!- helo is now known as Guest84538 06:20 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has joined #bitcoin-wizards 06:22 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 255 seconds] 06:24 -!- nsh [~lol@wikipedia/nsh] has quit [Excess Flood] 06:24 -!- nsh [~lol@2001:41d0:8:c2da::1337] has joined #bitcoin-wizards 06:24 -!- nsh [~lol@2001:41d0:8:c2da::1337] has quit [Changing host] 06:24 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-wizards 06:31 -!- Graftec [~Graftec@gateway/tor-sasl/graftec] has quit [Remote host closed the connection] 06:34 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards 06:36 -!- Graftec [~Graftec@gateway/tor-sasl/graftec] has joined #bitcoin-wizards 06:41 -!- Muis_ is now known as Muis 06:41 -!- Muis [sid26074@gateway/web/irccloud.com/x-xilaiveazxmotwrb] has quit [Changing host] 06:41 -!- Muis [sid26074@unaffiliated/muis] has joined #bitcoin-wizards 06:41 -!- Muis [sid26074@unaffiliated/muis] has quit [Changing host] 06:41 -!- Muis [sid26074@gateway/web/irccloud.com/x-xilaiveazxmotwrb] has joined #bitcoin-wizards 06:44 -!- grandmaster [dansmith3@knows.the.cops.are.investigat.in] has quit [Remote host closed the connection] 06:47 -!- maraoz [~maraoz@43-161-16-190.fibertel.com.ar] has joined #bitcoin-wizards 06:53 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 06:53 -!- zooko` [~user@c-75-70-204-109.hsd1.co.comcast.net] has quit [Ping timeout: 245 seconds] 06:55 -!- Quanttek [~quassel@ip1f112539.dynamic.kabel-deutschland.de] has quit [Ping timeout: 264 seconds] 06:58 < op_mul> you know you're onto some quality hardware when the serial number of both of your devices is "13" 06:58 -!- nsh [~lol@wikipedia/nsh] has quit [Excess Flood] 06:58 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-wizards 06:59 < gmaxwell> bodes well for the device's RNG? :P 06:59 < op_mul> doesn't bode well at all, all the chips in side have their tops lasered off 07:02 < nsh> at emfcamp the badges had an ecc lib and (before being removed from the git repo source and replaced, presumably) the privkey had a lot of 0 bits set 07:02 < nsh> whole zero bytes 07:02 < nsh> not sure if it was generated on the arduino or elsewhere but i did make me wonder 07:04 -!- Guest84538 is now known as helo_ 07:05 < nsh> -- 07:05 < nsh> - // ToDo: Move this into file 07:05 < nsh> - uint8_t l_private[uECC_BYTES] = {0x20, 0x07, 0xae, 0x54, 0x20, 0x07, 0x00, 0x44, 0x00, 0x00, 07:05 < nsh> - 0x00, 0x00, 0x2a, 0x33, 0x73, 0x57, 0x27, 0x52, 0x9a, 0xd0}; 07:05 < nsh> -- a lot of 0 07:05 -!- helo_ [~helo@69.60.98.175] has quit [Changing host] 07:05 -!- helo_ [~helo@unaffiliated/helo] has joined #bitcoin-wizards 07:08 -!- siraj [~siraj@114.69.245.154] has joined #bitcoin-wizards 07:13 < pigeons> op_mul: what device is this? 07:14 < op_mul> software radio. sorry, both those comments were meant to be in #bitcoin. 07:16 < gmaxwell> sipa: Do you want randomized blinding in libsecp256k1 to add an argument (unsigned char[32]) to start? or a seperate randomize function that modifies the global state in place? or a seperate randomize function that allocates a new global state and frees the old one? 07:16 < gmaxwell> sipa: I wrote code for scalar blinding on the plane, as expected basically no performane hit (maybe 0.02%). 07:22 < nsh> what are potential implications of each option? 07:22 -!- helo_ is now known as helo 07:24 < gmaxwell> it's just an API question. The update is not thread-safe any which way it's cut. 07:24 < gmaxwell> Perhaps that non-thread-safty is more clear if it's baked into the already non-thread safe start function. The code is also somewhat smaller just baked into start. 07:31 -!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has joined #bitcoin-wizards 07:32 -!- siraj_ [~siraj@125.19.79.57] has joined #bitcoin-wizards 07:33 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 276 seconds] 07:35 -!- siraj [~siraj@114.69.245.154] has quit [Ping timeout: 245 seconds] 07:38 -!- vdo [~vdo@177.Red-88-0-21.dynamicIP.rima-tde.net] has quit [Quit: Lost terminal] 07:38 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards 07:41 -!- belcher [~belcher-s@5ec3976b.skybroadband.com] has joined #bitcoin-wizards 07:41 -!- belcher [~belcher-s@5ec3976b.skybroadband.com] has quit [Changing host] 07:41 -!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards 07:43 -!- belcher [~belcher-s@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 07:49 -!- zwischenzug [~zwischenz@207.Red-88-8-247.dynamicIP.rima-tde.net] has joined #bitcoin-wizards 07:50 -!- treehug88 [~treehug88@34-254.as32345.tumblrhq.com] has joined #bitcoin-wizards 07:51 -!- siraj [~siraj@125.19.79.57] has joined #bitcoin-wizards 07:51 -!- siraj_ [~siraj@125.19.79.57] has quit [Read error: Connection reset by peer] 07:54 -!- siraj_ [~siraj@49.14.136.22] has joined #bitcoin-wizards 07:55 -!- gavinandresen [~gavin@unaffiliated/gavinandresen] has joined #bitcoin-wizards 07:55 -!- gavinandresen [~gavin@unaffiliated/gavinandresen] has quit [Client Quit] 07:56 -!- gavinandresen [~gavin@unaffiliated/gavinandresen] has joined #bitcoin-wizards 07:57 -!- siraj [~siraj@125.19.79.57] has quit [Ping timeout: 255 seconds] 07:57 -!- belcher [~belcher-s@5ec3976b.skybroadband.com] has joined #bitcoin-wizards 07:57 -!- belcher [~belcher-s@5ec3976b.skybroadband.com] has quit [Changing host] 07:57 -!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards 08:00 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards 08:08 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Quit: WeeChat 1.0.1] 08:11 -!- zooko [~user@c-67-190-86-140.hsd1.co.comcast.net] has joined #bitcoin-wizards 08:11 -!- nuke1989 [~nuke@178-11-134.dynamic.cyta.gr] has quit [Read error: Connection reset by peer] 08:12 -!- nuke1989 [~nuke@178-11-134.dynamic.cyta.gr] has joined #bitcoin-wizards 08:14 -!- gonedrk [~gonedrk@198.50.161.237] has joined #bitcoin-wizards 08:16 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:17 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:17 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:18 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:18 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:19 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:20 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:21 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:21 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:22 -!- Quanttek [~quassel@2a02:8108:d00:870:e23f:49ff:fe47:9364] has joined #bitcoin-wizards 08:22 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:22 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:23 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:24 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:25 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:25 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:26 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:26 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:27 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:27 -!- HaltingState [~HaltingSt@unaffiliated/haltingstate] has quit [Quit: Leaving] 08:28 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:28 -!- coiner [~linker@1.54.182.184] has quit [Client Quit] 08:28 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:29 -!- coiner [~linker@1.54.182.184] has quit [Max SendQ exceeded] 08:29 -!- siraj_ [~siraj@49.14.136.22] has quit [Remote host closed the connection] 08:29 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:30 -!- siraj [~siraj@49.14.136.22] has joined #bitcoin-wizards 08:32 -!- siraj [~siraj@49.14.136.22] has quit [Read error: Connection reset by peer] 08:32 -!- coiner [~linker@1.54.182.184] has quit [Client Quit] 08:34 -!- coiner [~linker@1.54.182.184] has joined #bitcoin-wizards 08:38 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 08:39 -!- mkarrer [~mkarrer@135.Red-83-52-38.dynamicIP.rima-tde.net] has joined #bitcoin-wizards 08:56 -!- DoctorBTC [~DoctorBTC@unaffiliated/doctorbtc] has quit [Ping timeout: 264 seconds] 08:58 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 08:59 -!- DoctorBTC [~DoctorBTC@unaffiliated/doctorbtc] has joined #bitcoin-wizards 09:02 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has joined #bitcoin-wizards 09:02 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has quit [Client Quit] 09:02 -!- Guest30376 [~Cory@75-135-170-58.dhcp.stpt.wi.charter.com] has quit [Ping timeout: 264 seconds] 09:02 -!- cletus11 [~cletus11@99-172-47-87.lightspeed.tblltx.sbcglobal.net] has quit [Remote host closed the connection] 09:06 -!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:e078:de76:c38:e983] has quit [Ping timeout: 245 seconds] 09:06 -!- Guest30376 [~Cory@75-135-170-58.dhcp.stpt.wi.charter.com] has joined #bitcoin-wizards 09:11 -!- zooko [~user@c-67-190-86-140.hsd1.co.comcast.net] has quit [Ping timeout: 255 seconds] 09:15 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 09:34 -!- ryanxcharles [~ryanxchar@162-245-22-162.v250d.PUBLIC.monkeybrains.net] has joined #bitcoin-wizards 09:35 -!- op_mul [~op_mul@178.62.78.122] has quit [Quit: leaving] 09:57 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards 09:59 -!- bendavenport [~bpd@64.124.157.148] has joined #bitcoin-wizards 10:01 -!- jtimon [~quassel@108.pool85-59-62.dynamic.orange.es] has quit [Ping timeout: 245 seconds] 10:08 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 10:10 -!- benten [~benten@unaffiliated/benten] has joined #bitcoin-wizards 10:13 -!- CoinMuncher [~jannes@178.132.211.90] has quit [Quit: Leaving.] 10:15 -!- jb55 [~jb55@208.98.200.98] has joined #bitcoin-wizards 10:16 -!- hearn [~mike@185.25.95.132] has joined #bitcoin-wizards 10:19 -!- gonedrk [~gonedrk@198.50.161.237] has quit [Ping timeout: 245 seconds] 10:20 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has quit [Remote host closed the connection] 10:20 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has joined #bitcoin-wizards 10:25 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Ping timeout: 250 seconds] 10:31 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: This computer has gone to sleep] 10:33 -!- zooko [~user@c-75-70-204-109.hsd1.co.comcast.net] has joined #bitcoin-wizards 10:34 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 10:50 -!- luny [~luny@unaffiliated/luny] has quit [Ping timeout: 256 seconds] 10:51 -!- luny [~luny@unaffiliated/luny] has joined #bitcoin-wizards 10:53 -!- GammaVector [~gammavect@adsl-98-85-35-129.mco.bellsouth.net] has joined #bitcoin-wizards 10:53 -!- GammaVector [~gammavect@adsl-98-85-35-129.mco.bellsouth.net] has left #bitcoin-wizards [] 11:01 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Ping timeout: 250 seconds] 11:16 -!- jb55 [~jb55@208.98.200.98] has quit [Remote host closed the connection] 11:16 -!- jb55 [~jb55@208.98.200.98] has joined #bitcoin-wizards 11:21 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 11:21 -!- jb55 [~jb55@208.98.200.98] has quit [Ping timeout: 264 seconds] 11:25 -!- jb55 [~jb55@208.98.200.98] has joined #bitcoin-wizards 11:28 -!- Quanttek [~quassel@2a02:8108:d00:870:e23f:49ff:fe47:9364] has quit [Remote host closed the connection] 11:29 -!- Quanttek [~quassel@2a02:8108:d00:870:e23f:49ff:fe47:9364] has joined #bitcoin-wizards 11:30 -!- Quanttek [~quassel@2a02:8108:d00:870:e23f:49ff:fe47:9364] has quit [Remote host closed the connection] 11:31 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Ping timeout: 250 seconds] 11:35 -!- Quanttek [~quassel@2a02:8108:d00:870:e23f:49ff:fe47:9364] has joined #bitcoin-wizards 11:36 -!- gonedrk [~gonedrk@198.50.161.237] has joined #bitcoin-wizards 11:36 -!- jb55 [~jb55@208.98.200.98] has quit [Remote host closed the connection] 11:36 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 11:38 -!- nessence [~alexl@50.253.244.83] has joined #bitcoin-wizards 11:40 -!- eudoxia [~eudoxia@r190-134-48-243.dialup.adsl.anteldata.net.uy] has quit [Quit: Leaving] 11:43 -!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has joined #bitcoin-wizards 11:44 -!- ajweiss [~adam@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Quit: leaving] 11:46 < phantomcircuit> gmaxwell, so this is fun 11:46 < phantomcircuit> i cant reproduce that 2600 second reindex 11:47 -!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 11:47 -!- gonedrk [~gonedrk@198.50.161.237] has quit [Remote host closed the connection] 11:47 -!- gonedrk [~gonedrk@198.50.161.237] has joined #bitcoin-wizards 11:53 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Ping timeout: 250 seconds] 11:56 -!- Adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards 11:56 -!- ajweiss [~adam@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-wizards 12:09 -!- e1782d111f4c9914 [e1782d11df@gateway/vpn/mullvad/x-jjzquzzlxnigwytc] has quit [Ping timeout: 264 seconds] 12:11 -!- e1782d11df4c9914 [e1782d11df@gateway/vpn/mullvad/x-siwbvrvrwviquqvr] has joined #bitcoin-wizards 12:17 -!- jtimon [~quassel@108.pool85-59-62.dynamic.orange.es] has joined #bitcoin-wizards 12:18 -!- RoboTeddy [~roboteddy@c-67-188-40-206.hsd1.ca.comcast.net] has joined #bitcoin-wizards 12:20 -!- Tjopper1 [~Jop@dhcp-077-249-237-229.chello.nl] has quit [Read error: Connection reset by peer] 12:21 -!- bendavenport_ [~bpd@64.124.157.250] has joined #bitcoin-wizards 12:24 -!- bendavenport [~bpd@64.124.157.148] has quit [Ping timeout: 252 seconds] 12:24 -!- bendavenport_ is now known as bendavenport 12:26 -!- bendavenport_ [~bpd@64.124.157.148] has joined #bitcoin-wizards 12:26 -!- e1782d11df4c9914 [e1782d11df@gateway/vpn/mullvad/x-siwbvrvrwviquqvr] has quit [Ping timeout: 240 seconds] 12:28 -!- e1782d11df4c9914 [~e1782d11d@cpe-66-68-41-125.austin.res.rr.com] has joined #bitcoin-wizards 12:29 -!- bendavenport [~bpd@64.124.157.250] has quit [Ping timeout: 252 seconds] 12:29 -!- bendavenport_ is now known as bendavenport 12:31 -!- fanquake_ [~anonymous@unaffiliated/fanquake] has joined #bitcoin-wizards 12:34 -!- fanquake [~anonymous@unaffiliated/fanquake] has quit [Ping timeout: 255 seconds] 12:34 -!- fanquake_ is now known as fanquake 12:35 -!- bendavenport [~bpd@64.124.157.148] has quit [Quit: bendavenport] 12:36 -!- bendavenport [~bpd@64.124.157.250] has joined #bitcoin-wizards 12:36 -!- jb55 [~jb55@208.98.200.98] has joined #bitcoin-wizards 12:42 -!- nessence [~alexl@50.253.244.83] has quit [Ping timeout: 264 seconds] 12:42 -!- Guest17073 is now known as Adrian_G 12:45 -!- fanquake_ [~anonymous@unaffiliated/fanquake] has joined #bitcoin-wizards 12:46 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 12:47 -!- fanquake [~anonymous@unaffiliated/fanquake] has quit [Ping timeout: 272 seconds] 12:47 -!- fanquake_ is now known as fanquake 12:53 -!- napedia [~napedia@gateway/vpn/privateinternetaccess/napedia] has joined #bitcoin-wizards 12:53 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 12:54 -!- Dr-G2 [~Dr-G@gateway/tor-sasl/dr-g] has quit [Ping timeout: 250 seconds] 12:54 -!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards 12:54 -!- Dr-G2 [~Dr-G@gateway/tor-sasl/dr-g] has joined #bitcoin-wizards 12:58 -!- Guest30376 [~Cory@75-135-170-58.dhcp.stpt.wi.charter.com] has quit [Ping timeout: 240 seconds] 12:58 -!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 13:00 -!- nessence [~alexl@50.253.244.83] has joined #bitcoin-wizards 13:02 -!- Guest30376 [~Cory@75-135-170-58.dhcp.stpt.wi.charter.com] has joined #bitcoin-wizards 13:05 -!- damethos [~damethos@unaffiliated/damethos] has joined #bitcoin-wizards 13:07 -!- iyoki [kika@unaffiliated/xenzuki] has joined #bitcoin-wizards 13:09 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 13:11 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 13:13 -!- hearn [~mike@185.25.95.132] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 13:15 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 13:21 -!- maraoz [~maraoz@43-161-16-190.fibertel.com.ar] has quit [Ping timeout: 276 seconds] 13:24 -!- RoboTeddy [~roboteddy@c-67-188-40-206.hsd1.ca.comcast.net] has quit [Ping timeout: 265 seconds] 13:28 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 13:28 -!- NomosOne_ [~NomosOne@172.56.29.209] has joined #bitcoin-wizards 13:28 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 13:31 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has quit [Ping timeout: 255 seconds] 13:32 -!- NomosOne_ [~NomosOne@172.56.29.209] has quit [Read error: Connection reset by peer] 13:33 -!- NomosOne [~NomosOne@172.56.29.209] has joined #bitcoin-wizards 13:36 -!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has quit [Quit: This computer has gone to sleep] 13:44 -!- ryan-c [~ryan@srv1.turboslow.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 13:45 -!- ryan-c [~ryan@srv1.turboslow.net] has joined #bitcoin-wizards 13:47 -!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has joined #bitcoin-wizards 13:47 -!- damethos [~damethos@unaffiliated/damethos] has quit [Quit: Bye] 13:47 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 13:49 -!- Dizzle [~diesel@70.114.207.41] has joined #bitcoin-wizards 13:50 -!- orik_ [~orik@166.170.40.123] has joined #bitcoin-wizards 13:50 -!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has quit [Disconnected by services] 13:50 -!- orik_ is now known as orik 13:50 -!- catcow [uid62269@gateway/web/irccloud.com/x-hopcfbszxgaanoiv] has joined #bitcoin-wizards 13:51 -!- catcow is now known as Guest63443 13:51 -!- MoALTz [~no@user-109-243-119-160.play-internet.pl] has joined #bitcoin-wizards 13:51 -!- eslbaer [~eslbaer@p548A4020.dip0.t-ipconnect.de] has joined #bitcoin-wizards 13:53 -!- afk11 [~thomas@89.100.72.228] has joined #bitcoin-wizards 13:53 -!- NomosOne [~NomosOne@172.56.29.209] has quit [Ping timeout: 272 seconds] 13:55 -!- NomosOne [~NomosOne@172.56.29.209] has joined #bitcoin-wizards 13:56 -!- Guest63443 [uid62269@gateway/web/irccloud.com/x-hopcfbszxgaanoiv] has quit [] 13:56 -!- catcow_ [uid62269@gateway/web/irccloud.com/x-fuzhmkrjkgnlgqnm] has joined #bitcoin-wizards 13:59 -!- fanquake_ [~anonymous@unaffiliated/fanquake] has joined #bitcoin-wizards 14:00 -!- NewLiberty is now known as NewLiberty_afk 14:02 -!- fanquake [~anonymous@unaffiliated/fanquake] has quit [Ping timeout: 265 seconds] 14:02 -!- fanquake_ is now known as fanquake 14:03 -!- nessence [~alexl@50.253.244.83] has quit [Ping timeout: 272 seconds] 14:11 -!- benten [~benten@unaffiliated/benten] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 14:16 -!- NomosOne [~NomosOne@172.56.29.209] has quit [Ping timeout: 246 seconds] 14:16 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has joined #bitcoin-wizards 14:19 -!- NomosOne_ [~NomosOne@172.56.29.209] has joined #bitcoin-wizards 14:20 -!- nessence [~alexl@50.253.244.83] has joined #bitcoin-wizards 14:21 -!- catcow_ is now known as catcow 14:23 -!- NomosOne [~NomosOne@pool-71-178-107-61.washdc.east.verizon.net] has quit [Ping timeout: 276 seconds] 14:26 -!- NomosOne_ [~NomosOne@172.56.29.209] has quit [Read error: Connection reset by peer] 14:28 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has joined #bitcoin-wizards 14:34 -!- orik [~orik@166.170.40.123] has quit [Read error: Connection reset by peer] 14:34 -!- napedia [~napedia@gateway/vpn/privateinternetaccess/napedia] has quit [Ping timeout: 256 seconds] 14:39 -!- siervo [uid49244@gateway/web/irccloud.com/x-bwivfdiuonxvkecb] has joined #bitcoin-wizards 14:39 -!- siervo [uid49244@gateway/web/irccloud.com/x-bwivfdiuonxvkecb] has quit [Changing host] 14:39 -!- siervo [uid49244@unaffiliated/siervo] has joined #bitcoin-wizards 14:39 -!- siervo [uid49244@unaffiliated/siervo] has quit [Changing host] 14:39 -!- siervo [uid49244@gateway/web/irccloud.com/x-bwivfdiuonxvkecb] has joined #bitcoin-wizards 14:51 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has joined #bitcoin-wizards 15:05 -!- zwischenzug [~zwischenz@207.Red-88-8-247.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] 15:09 -!- eslbaer [~eslbaer@p548A4020.dip0.t-ipconnect.de] has quit [Quit: Bye] 15:17 -!- atgreen [~user@CPE687f74122463-CM84948c2e0610.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 15:21 -!- treehug88 [~treehug88@34-254.as32345.tumblrhq.com] has quit [] 15:21 -!- gonedrk [~gonedrk@198.50.161.237] has quit [Remote host closed the connection] 15:21 -!- nessence [~alexl@50.253.244.83] has quit [Read error: Connection reset by peer] 15:21 -!- nessence_ [~alexl@50.253.244.83] has joined #bitcoin-wizards 15:21 -!- gonedrk [~gonedrk@198.50.161.237] has joined #bitcoin-wizards 15:23 -!- atgreen [~user@CPE687f74122463-CM84948c2e0610.cpe.net.cable.rogers.com] has joined #bitcoin-wizards 15:32 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 15:33 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Client Quit] 15:34 -!- c0rw1n [~c0rw1n@67.163-243-81.adsl-dyn.isp.belgacom.be] has quit [] 15:35 -!- c0rw1n [~c0rw1n@67.163-243-81.adsl-dyn.isp.belgacom.be] has joined #bitcoin-wizards 15:35 -!- Dizzle_ [~diesel@70.114.207.41] has joined #bitcoin-wizards 15:36 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 15:38 -!- Dizzle [~diesel@70.114.207.41] has quit [Ping timeout: 256 seconds] 15:38 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 15:56 -!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has quit [Quit: Leaving] 15:58 -!- Dizzle_ [~diesel@70.114.207.41] has quit [Quit: Leaving...] 16:13 -!- roconnor [~roconnor@e120-pool-d89a6a4e.brdbnd.voicenetwork.ca] has joined #bitcoin-wizards 16:14 -!- devrandom [~devrandom@gateway/tor-sasl/niftyzero1] has quit [Ping timeout: 250 seconds] 16:17 -!- nessence_ [~alexl@50.253.244.83] has quit [Remote host closed the connection] 16:17 -!- nessence [~alexl@50.253.244.83] has joined #bitcoin-wizards 16:21 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 16:22 -!- nessence [~alexl@50.253.244.83] has quit [Ping timeout: 272 seconds] 16:34 -!- benten [~benten@unaffiliated/benten] has joined #bitcoin-wizards 16:37 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 16:38 -!- fanquake_ [~anonymous@unaffiliated/fanquake] has joined #bitcoin-wizards 16:40 -!- fanquake [~anonymous@unaffiliated/fanquake] has quit [Ping timeout: 245 seconds] 16:40 -!- fanquake_ is now known as fanquake 16:41 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Ping timeout: 252 seconds] 16:45 -!- belcher [~belcher-s@unaffiliated/belcher] has quit [Quit: Leaving] 16:46 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has quit [Remote host closed the connection] 16:48 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 16:50 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 16:50 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 16:55 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Ping timeout: 265 seconds] 16:59 -!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 17:06 -!- zwischenzug [~zwischenz@207.Red-88-8-247.dynamicIP.rima-tde.net] has joined #bitcoin-wizards 17:08 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 17:11 -!- ryanxcharles [~ryanxchar@162-245-22-162.v250d.PUBLIC.monkeybrains.net] has quit [Ping timeout: 264 seconds] 17:14 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards 17:18 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has joined #bitcoin-wizards 17:19 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has quit [Read error: No route to host] 17:21 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has joined #bitcoin-wizards 17:31 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:32 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:32 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:33 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:33 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:35 -!- ryan-c [~ryan@srv1.turboslow.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 17:36 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:38 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Ping timeout: 256 seconds] 17:38 -!- jb55 [~jb55@208.98.200.98] has quit [Ping timeout: 264 seconds] 17:38 -!- PRab_ [~chatzilla@c-98-209-175-213.hsd1.mi.comcast.net] has quit [Remote host closed the connection] 17:38 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:39 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:39 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:40 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:40 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:41 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:42 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:42 -!- gonedrk [~gonedrk@198.50.161.237] has quit [Quit: Leaving] 17:45 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:47 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:47 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:49 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Read error: Connection reset by peer] 17:49 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:51 -!- ryan-c [~ryan@srv1.turboslow.net] has joined #bitcoin-wizards 17:53 -!- nessence_ [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has joined #bitcoin-wizards 17:54 -!- nessence [~alexl@c-68-51-194-2.hsd1.ga.comcast.net] has quit [Ping timeout: 272 seconds] 18:00 -!- jtimon [~quassel@108.pool85-59-62.dynamic.orange.es] has quit [Ping timeout: 245 seconds] 18:04 -!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:fdf5:a944:2577:f6f1] has joined #bitcoin-wizards 18:20 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has quit [Remote host closed the connection] 18:21 -!- bendavenport [~bpd@64.124.157.250] has quit [Quit: bendavenport] 18:26 -!- Dr-G2 [~Dr-G@gateway/tor-sasl/dr-g] has quit [Quit: Leaving] 18:30 -!- kgk [~kgk@76.14.85.43] has joined #bitcoin-wizards 18:40 -!- kgk [~kgk@76.14.85.43] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 18:41 -!- qwopqwop_ [~hi@209.141.33.28] has quit [Quit: leaving] 18:47 -!- qwopqwop [~hi@209.141.33.28] has joined #bitcoin-wizards 18:47 -!- qwopqwop [~hi@209.141.33.28] has quit [Client Quit] 18:48 -!- qwopqwop [~hi@209.141.33.28] has joined #bitcoin-wizards 18:53 -!- benten [~benten@unaffiliated/benten] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 18:57 -!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has joined #bitcoin-wizards 18:58 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 19:01 -!- siervo [uid49244@gateway/web/irccloud.com/x-bwivfdiuonxvkecb] has quit [Quit: Connection closed for inactivity] 19:05 -!- NewLiberty_afk [~NewLibert@2602:304:cff8:1580:8c08:a292:e4f5:84b6] has quit [Quit: Leaving] 19:16 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 19:16 -!- siraj [~siraj@125.19.79.57] has joined #bitcoin-wizards 19:38 -!- bit2017 [~linker@1.54.182.184] has joined #bitcoin-wizards 19:40 -!- e1782d11df4c9914 [~e1782d11d@cpe-66-68-41-125.austin.res.rr.com] has quit [Ping timeout: 245 seconds] 19:42 -!- coiner [~linker@1.54.182.184] has quit [Ping timeout: 256 seconds] 19:42 -!- e1782d11df4c9914 [~e1782d11d@cpe-66-68-54-206.austin.res.rr.com] has joined #bitcoin-wizards 19:43 -!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 19:59 -!- Dr-G [~Dr-G@gateway/tor-sasl/dr-g] has joined #bitcoin-wizards 20:15 -!- siraj_ [~siraj@125.19.79.57] has joined #bitcoin-wizards 20:15 -!- siraj [~siraj@125.19.79.57] has quit [Read error: Connection reset by peer] 20:17 -!- siraj [~siraj@114.69.245.154] has joined #bitcoin-wizards 20:20 -!- siraj_ [~siraj@125.19.79.57] has quit [Ping timeout: 252 seconds] 20:22 -!- siraj_ [~siraj@125.19.79.57] has joined #bitcoin-wizards 20:23 -!- siraj [~siraj@114.69.245.154] has quit [Read error: Connection reset by peer] 20:23 -!- Guest95113 [~Pan0ram1x@095-096-084-122.static.chello.nl] has quit [Ping timeout: 272 seconds] 20:25 -!- siraj [~siraj@114.69.245.154] has joined #bitcoin-wizards 20:26 -!- siraj_ [~siraj@125.19.79.57] has quit [Ping timeout: 245 seconds] 20:28 -!- Pan0ram1x [~Pan0ram1x@095-096-084-122.static.chello.nl] has joined #bitcoin-wizards 20:29 -!- Pan0ram1x is now known as Guest76203 20:38 -!- RoboTeddy [~roboteddy@2601:9:3483:2400:8557:2587:1206:bc81] has joined #bitcoin-wizards 20:45 -!- siraj [~siraj@114.69.245.154] has quit [Remote host closed the connection] 20:52 -!- roconnor [~roconnor@e120-pool-d89a6a4e.brdbnd.voicenetwork.ca] has quit [Quit: Konversation terminated!] 20:56 -!- Shiftos [~shiftos@gateway/tor-sasl/shiftos] has quit [Remote host closed the connection] 20:56 -!- Shiftos [~shiftos@gateway/tor-sasl/shiftos] has joined #bitcoin-wizards 21:02 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 265 seconds] 21:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined #bitcoin-wizards 21:07 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: This computer has gone to sleep] 21:20 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has joined #bitcoin-wizards 21:26 -!- NomosOne [~NomosOne@pool-71-178-106-54.washdc.east.verizon.net] has quit [Ping timeout: 272 seconds] 21:26 -!- coblee [~coblee@unaffiliated/coblee] has joined #bitcoin-wizards 21:27 < coblee> hey guys. I'm trying to figure out the best way to prevent a double spend attack. I figure I should ask here 21:29 < coblee> Luke-Jr: Someone has successfully double spent against Coinbase by using the Eligius trick 21:30 < coblee> When I first realized this was possible, we didn't spend too much time trying to fix it because we haven't seen it in the wild. Now that we have, we will need to fix it before someone really hurts us 21:32 < gmaxwell> 'eligius trick'? 21:32 < coblee> send first txn with zero fees with an output to a gambling known address. send second double spend txn straight to eligius 21:33 < coblee> eligius will ignore the first txn due to its non-standard rejection of gambling txns. and eligius will accept the double spend. the double spend might get mined before the first zero fee txn 21:33 < gmaxwell> Ah there are also other miners with various inconsistent policies too, so you can't hope to e.g. enumerate the weirdness; as the policy is opaque to you. 21:34 < coblee> i know 21:34 < coblee> so accepting 0-conf txn is risky 21:34 < coblee> the eligius trick is easy to perform though 21:35 < coblee> see https://blockchain.info/tx/ec0b3bdc47251c294d56ca8edf3d9fa730f7f7a4f8a0b3eff063e38b9c8c65a0 21:37 < coblee> i would hate to have to copy eligius' code and look for bad looking txns. as you say, there are other pools with inconsistent policies. so hard to figure them all out 21:38 < coblee> and requiring 1-conf would really suck too 21:40 < bramc> The fix is generally to wait until the transaction is buried enough that this isn't a problem 21:41 < BlueMatt> coblee: there are other ways to go about accepting transactions quickly, 0-conf is not the only one, and is probably one of the worst 21:42 < coblee> bramc: buried as in has a few confirmations, right? 21:42 < coblee> BlueMatt: can you elaborate. PM is fine also 21:42 < bramc> coblee, as in a few blocks have been mined since the transaction 21:42 < BlueMatt> coblee: green address, payment channel networks, etc 21:44 < coblee> BlueMatt: yeah, but that means it would suck to use a standard bitcoin client. 21:54 -!- RoboTeddy [~roboteddy@2601:9:3483:2400:8557:2587:1206:bc81] has quit [Read error: Connection reset by peer] 21:54 < BlueMatt> coblee: meh, what is a "standard bitcoin client"??? 21:54 < coblee> just meant bitcoin-qt 21:54 < BlueMatt> who uses bitcoin-qt??? 21:54 < BlueMatt> or...who will use bitcoin-qt in a few years? 21:55 < BlueMatt> no need to optimize for that... 21:55 -!- RoboTeddy [~roboteddy@c-67-180-192-179.hsd1.ca.comcast.net] has joined #bitcoin-wizards 21:55 -!- op_mul [~op_mul@178.62.78.122] has joined #bitcoin-wizards 21:55 < coblee> or blockchain 21:55 < op_mul> BlueMatt: non-core wallets are scary as fuck. 21:56 < coblee> Not accepting 0-conf would make the checkout experience horrible online and in person 21:56 -!- NewLiberty [~NewLibert@2602:304:cff8:1580:650d:a054:a772:a3e4] has joined #bitcoin-wizards 21:57 < op_mul> BlueMatt: even the ones written by people who should know what they are doing seem to often have absolutely insane flaws. I'd much rather use the one that has at least some code review and eyes watching over it. 21:57 < bramc> What are green addresses and payment channel networks? 21:59 < op_mul> er, you're going to suffer some google-fu distress here. 21:59 < coblee> would suck if only payments sent from Coinbase or GreenAddress are instant. 22:00 < bramc> It looks like they amount to 'use a trusted third party' 22:00 < op_mul> originally, some services like a mining pool (forget which) and Mt Gox made something called a "green address". it was a static address which they owned, and sent "green" payments using outputs at that address. 22:00 < op_mul> the promise was, nothing "from" that address would ever be a double spend, so you could trust it with 0 confirmations. 22:01 < op_mul> that never really gained traction because mt gox went down the shitter. 22:01 < bramc> That doesn't really help the problem because you need to have the foresight to send to that address to begin with 22:02 < op_mul> with a service like greenaddress.it customers hold one part of a 2-of-2 and the service holds the other. this allows the service to do 2FA and things for it's clients, but it also means that the service can promise their clients will never sign a double spend. 22:02 < bramc> And, yeah, 'trusted' third parties in bitcoin have a bad track record 22:02 -!- HaltingState [~HaltingSt@unaffiliated/haltingstate] has joined #bitcoin-wizards 22:03 < op_mul> well, GAit isn't really trusted at all other than not to double spend. if they refuse to sign transactions for their clients, the client can use an nlocktime'd trapdoor to escape. 22:03 -!- bit2017 [~linker@1.54.182.184] has quit [Ping timeout: 264 seconds] 22:03 < bramc> Oh, that makes sense. Do they also have timelocked return transactions so people can get back their deposited utxos if the service goes down? 22:03 < op_mul> yes. 22:04 < bramc> Ah, that's a fairly good service then. Involves a bunch of transaction fees though. 22:04 -!- RoboTeddy [~roboteddy@c-67-180-192-179.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 22:05 * op_mul shrugs 22:05 < op_mul> if you want actual 2FA in a wallet, that's what you're going to have to do. 22:11 < bramc> It's really annoying how collaborative signature generation hasn't been built yet, but the math seems to be having some problems 22:15 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.] 22:16 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards 22:16 < op_mul> there is one for ECDSA, actually. 22:16 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Client Quit] 22:16 -!- execut3 [~shesek@77.126.161.132] has joined #bitcoin-wizards 22:17 < bramc> op_mul, link? 22:17 < op_mul> someone linked to it a while ago. there's a two factor wallet which makes a collaborative signature for a PKH transaction which is identical to a normal one. let me see if I can find it. 22:17 < bramc> All I can find is this: https://freedom-to-tinker.com/blog/stevenag/new-research-better-wallet-security-for-bitcoin/ 22:18 < bramc> Note the caveat at the top saying 'our technique is busted' 22:18 < op_mul> https://webcache.googleusercontent.com/search?hl=en&q=cache%3Ahttp%3A%2F%2Fdiyhpl.us%2F~bryan%2Fpapers2%2Fbitcoin%2FRealizing%2520two-factor%2520authentication%2520for%2520the%2520Bitcoin%2520protocol.pdf 22:20 -!- shesek [~shesek@77.126.208.208] has quit [Ping timeout: 246 seconds] 22:20 < bramc> That being not live is less than confidence inspiring 22:22 < gmaxwell> bramc: it works fine with a trusted dealer. 22:23 < gmaxwell> There is also another that only results in a one show signature; which is perhaps not that useful. 22:23 -!- siraj [~siraj@125.19.79.57] has joined #bitcoin-wizards 22:23 < op_mul> bramc: live? I linked to the cache because I don't like loading PDFs. there's a direct link in the header if you don't want the safe version. 22:24 < bramc> gmaxwell, Not sure what you just said. You mean the busted collaborative signature generation thing works okay when used properly? 22:25 -!- siraj_ [~siraj@125.19.79.57] has joined #bitcoin-wizards 22:25 < gmaxwell> bramc: it's only partially busted. 22:25 < bramc> Why is there a paper from 2014 saying how to do collaborative signature generation when there's already a perfectly good paper from 2004 doing the same thing? 22:25 -!- siraj [~siraj@125.19.79.57] has quit [Read error: Connection reset by peer] 22:25 < gmaxwell> they give multiple schemes and the ones with a trusted dealer (a centeral point generates the key which gets split) works IIRC. The scheme with distributed generation does not. 22:26 < bramc> Does that make it not busted in the 2-of-2 case because one of the parties can be the trusted dealer? 22:27 < bramc> Is the scheme from 2004 busted? 22:27 < gmaxwell> bramc: Not sure if you follow what trusted dealer means; it means that that key starts out non-distributed. This is fine in some cases, and useless in others. 22:28 < gmaxwell> Its useless, for example, to protect against backdoored hardware. 22:28 < gmaxwell> (since that centeral setup hardware could be backdoored) 22:28 < bramc> Oh I see what you're saying, I thought the trusted dealer was a bit weaker 22:28 < bramc> The most important case is 2-of-2 with no trusted dealer 22:30 -!- RoboTeddy [~roboteddy@c-67-188-40-206.hsd1.ca.comcast.net] has joined #bitcoin-wizards 22:30 < bramc> This is all very confusing. The earlier paper from 2004 seems to date even farther back to 2001, but published at a different conference? Maybe the exact same thing? And it claims to be provably secure 22:30 -!- RoboTeddy [~roboteddy@c-67-188-40-206.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 22:30 < gmaxwell> Most of the prior papers are dealing in the trusted dealer model. 22:31 < gmaxwell> (and if you go back too far they're usually not talking about something that works for ECDSA) 22:31 -!- RoboTeddy [~roboteddy@c-67-188-40-206.hsd1.ca.comcast.net] has joined #bitcoin-wizards 22:32 < bramc> gmaxwell, I'm specifically talking about this, which is from the link op_mul just gave http://link.springer.com/chapter/10.1007%2F3-540-44647-8_8#page-1 22:32 < bramc> It explicitly says 2-of-2 and 'neither can alone' 22:34 < bramc> And the other thing claims to have made a working wallet based on it 22:35 < gmaxwell> bramc: yes, the trusted dealer schemes achieve that property _after_ the dealer is done. In any case; perhaps I'm not looking at it right now, just take care a lot of papers are tremendously opaque about their actual assumptions. 22:36 -!- benten [~benten@unaffiliated/benten] has joined #bitcoin-wizards 22:36 < bramc> Oh, well maybe there's a caveat somewhere in there that they require a trusted third party. That should really be mentioned in the abstract if so though. 22:38 < bramc> Okay, you were right, it assumes a trusted third party in the 'initialization' section 22:39 -!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 252 seconds] 22:40 < bramc> I feel cheated 22:40 -!- coiner [~linker@115.79.55.177] has joined #bitcoin-wizards 22:40 < gmaxwell> yea; sorry, you get used to it. 22:41 < gmaxwell> A lot of cryptography papers are unhinged from application requirements. 22:42 -!- jb55 [~jb55@S0106f46d049a0b83.vc.shawcable.net] has joined #bitcoin-wizards 22:43 < op_mul> like that newer BIP32 deriv method 22:44 < op_mul> awesome, but super not awesome. 22:45 < gmaxwell> really for some applications the trusted dealer is fine (e.g. your risk is theft of the key "at rest"); for others (dishonest participants, dishonest hardware) it makes the whole thing pointless. 22:45 < bramc> op_mul, What are you saying? I have yet to figure out what's going on with bip32 22:48 < op_mul> er trying to find it. gmax will be able to answer better, but it was a new derivation method but with the cost of unreasonable storage sizes 22:48 < gmaxwell> op_mul: well it was interesting, but it has linear costs, and just generating one off keys also has linear costs... sooo. 22:50 < op_mul> I can't find the original post for it 22:55 -!- jb55 [~jb55@S0106f46d049a0b83.vc.shawcable.net] has quit [Remote host closed the connection] 22:57 -!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has joined #bitcoin-wizards 22:58 -!- maaku is now known as Guest16999 22:58 -!- jb55_ [~jb55@S0106f46d049a0b83.vc.shawcable.net] has joined #bitcoin-wizards 23:06 -!- Guest16999 [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 264 seconds] 23:13 -!- thrasher` [~thrasher@27-33-27-140.static.tpgi.com.au] has quit [Changing host] 23:13 -!- thrasher` [~thrasher@unaffiliated/thrasher/x-7291870] has joined #bitcoin-wizards 23:20 -!- maaku_ [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has joined #bitcoin-wizards 23:31 -!- maaku_ [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 244 seconds] 23:40 < bramc> Today I figured out how to make it so my proofs of work can be queried for only a single bit without having to return the whole thing, to make it more bandwidth efficient for a light client to sample them 23:40 < bramc> Not a huge performance benefit, but some fun crypto 23:43 -!- siraj_ [~siraj@125.19.79.57] has quit [Remote host closed the connection] --- Log closed Sat Jan 17 00:00:26 2015