2015-10-10.log

--- Log opened Sat Oct 10 00:00:52 2015
-!- rabidus [~lauri.j@uhiainen.com] has quit [Ping timeout: 256 seconds]00:03
-!- rabidus [~lauri.j@uhiainen.com] has joined #bitcoin-wizards00:05
-!- domyhomework [01886073@gateway/web/freenode/ip.1.136.96.115] has quit [Ping timeout: 246 seconds]00:05
-!- dstadulis [~dstadulis@c-73-189-234-152.hsd1.ca.comcast.net] has quit [Quit: ZZZzzz…]00:09
-!- PaulCape_ [~PaulCapes@204.28.124.82] has joined #bitcoin-wizards00:11
-!- PaulCapestany [~PaulCapes@204.28.124.82] has quit [Ping timeout: 250 seconds]00:13
-!- cholbrow [~cholbrow@blackmain.media.mit.edu] has quit [Ping timeout: 264 seconds]00:27
-!- cholbrow [~cholbrow@blackmain.media.mit.edu] has joined #bitcoin-wizards00:28
-!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has quit [Quit: This computer has gone to sleep]00:31
-!- PaulCapestany [~PaulCapes@204.28.124.82] has joined #bitcoin-wizards00:33
-!- PaulCape_ [~PaulCapes@204.28.124.82] has quit [Ping timeout: 255 seconds]00:37
-!- c0rw|zZz is now known as c0rw1n00:48
-!- gill3s [~gill3s@unaffiliated/gill3s] has joined #bitcoin-wizards00:52
-!- bildramer [~bildramer@p4FE649E1.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds]01:04
-!- Keefe [~Keefe@unaffiliated/keefe] has quit [Ping timeout: 272 seconds]01:11
-!- Keefe [~Keefe@unaffiliated/keefe] has joined #bitcoin-wizards01:12
-!- STRML [~STRML@unaffiliated/strml] has quit [Ping timeout: 268 seconds]01:13
-!- merlincorey [merlin@nginx/adept/merlincorey] has quit [Ping timeout: 268 seconds]01:14
-!- fluffypony [~fluffypon@unaffiliated/fluffypony] has quit [Ping timeout: 268 seconds]01:14
-!- AdrianG [~User@unaffiliated/amphetamine] has quit [Ping timeout: 268 seconds]01:15
-!- AdrianG [~User@unaffiliated/amphetamine] has joined #bitcoin-wizards01:16
-!- Fistful_of_Coins [o3u@162.243.79.19] has quit [Ping timeout: 268 seconds]01:16
-!- Fistful_of_Coins [o3u@162.243.79.19] has joined #bitcoin-wizards01:16
-!- STRML [~STRML@unaffiliated/strml] has joined #bitcoin-wizards01:16
-!- merlincorey [merlin@sm.ok.es.nu.gs] has joined #bitcoin-wizards01:19
-!- fluffypony [~fluffypon@unaffiliated/fluffypony] has joined #bitcoin-wizards01:20
-!- CodeShark [~androirc@cpe-76-167-237-202.san.res.rr.com] has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]01:25
-!- CodeShark_ [CodeShark@cpe-76-167-237-202.san.res.rr.com] has quit []01:25
-!- CodeShark [CodeShark@cpe-76-167-237-202.san.res.rr.com] has joined #bitcoin-wizards01:25
-!- damethos [~damethos@unaffiliated/damethos] has joined #bitcoin-wizards01:27
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards01:40
lmatteiscan anyone point me to research around achieving consensus on tokens that are meant to have economical value. for instance, not a currency but still needs decentralized consensus.01:40
lmatteissorry, *meant to NOT have economical value01:41
-!- Quanttek [~quassel@ip1f11db5b.dynamic.kabel-deutschland.de] has joined #bitcoin-wizards01:58
CodeSharkLuke-Jr: quantum computers only have a quadratic improvement over classical computers in computing hash preimages02:17
CodeSharkso if you only know the HASH160 of a public key you still have about 80 bits of security02:17
Luke-JrCodeShark: in this case, they know the full public key for keys 1..N, but not N+102:18
CodeSharkbut if you know the public key you can reverse the elliptic curve multiplication in probabilistic polynomial time02:18
Luke-JrI don't think they can break N+1, right?02:18
CodeSharkO(n^2)02:18
CodeSharkyou cannot derive the next key in the HD tree without the chain code02:19
CodeSharksince it uses an HMAC02:19
Luke-Jrok, good. that's what I thought02:19
CodeSharkbut all this is moot if we use ECDSA anyhow ;)02:23
CodeSharkor any crypto based on discrete logs02:23
-!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-wizards02:24
CodeSharkwell, the HASH160 thing still gives you 80 bits of security02:24
CodeSharkbut...there's still a serious problem02:25
CodeSharkas soon as you publish a transaction spending the output, others know your public key and can start breaking it02:25
CodeSharkso if they can break it before the transaction gets confirmed, they might be able to mine a double-spend02:26
CodeSharkif we assume a complete break (where the time to reverse the elliptic curve multiplication is negligible compared to block interval) an ECDSA signature hashed with HASH160 is no better than just a random preimage hash02:30
CodeSharkrather, the ECDSA signatures become irrelevant - and the redeemscript might as well just be some random script that returns true no matter what ;)02:32
-!- bildramer [~bildramer@p4FE649E1.dip0.t-ipconnect.de] has joined #bitcoin-wizards02:33
Luke-JrCodeShark: we'd need to commit to transaction hashes02:35
Luke-Jrprobably a hardfork02:35
CodeSharknot sure I follow02:36
Luke-JrCodeShark: to spend, you'd make the txn, but keep it private until your txid is confirmed02:36
Luke-Jrand such a transaction would only be valid if the txid had been confirmed in the chain02:36
CodeSharkok, that's what I thought you might have meant - the immediate issue I can think of is how to pay a fee for inclusion of the tx hash commitment (or whether that can be pruned somehow once the tx itself is published)02:37
CodeSharkand the other is that offchain protocols completely fail02:38
Luke-Jrfee can easily be part of the new consensus rules02:38
Luke-Jroffchain protocols fail *for ECDSA-based stuff*02:39
CodeSharkbut how do you pay a fee without presenting a signature immediately?02:39
Luke-Jrthe txid-mining format would just commit to a fee02:39
CodeSharkbut that can be DoS'd pretty easily, no?02:39
Luke-Jrhm, maybe. worst case, no fees02:40
Luke-Jrit's not like it'd be a regular thing02:40
Luke-Jranother option is paying the fee from a secure UTXO02:40
-!- damethos [~damethos@unaffiliated/damethos] has quit [Quit: Bye]02:41
CodeSharkprobably better to just move to quantum-resistant crypto02:41
Luke-Jrthis is how we'd make the move if quantum beat us to it02:42
Luke-Jrthe outputs wouldn't be to ECDSA keys ;)02:42
CodeSharkwe could just add another OP_CHECKSIGVERIFY family of op codes using a quantum-resistant scheme02:42
Luke-Jr02:43
Luke-Jryou're missing the part where existing UTXOs aren't using that opcode02:43
CodeSharkoh...then we checkpoint :p02:43
CodeSharklol02:43
CodeSharkhmmm02:43
Luke-Jrcheckpoint won't help02:43
CodeSharkyeah, I get what you're saying02:44
CodeSharkwell, any UTXOs that reuse scripts that have already been spent would be basically screwed anyhow02:44
-!- nivah [~linker@210.245.34.191] has joined #bitcoin-wizards02:45
Luke-JrCodeShark: of course, but that's unsupported address reuse ;)02:45
CodeSharkit would be better to issue a wide advisory for people to move their old UTXOs to new ones BEFORE a QC break ;)02:47
CodeSharkdo we have any statistics on what % of UTXO are in reused scripts?02:48
CodeSharkanyone have a tool that can quickly compute that?02:49
Luke-JrCodeShark: afaik the only QC-resistant stuff now would be much larger tx sizes02:50
CodeSharkyes, it has worse performance and size characteristics...but not too extremely terrible...within practicality02:51
Luke-Jrbut not within what we'd want people to switch to prematurely02:51
CodeSharkwell sure - ECDSA is very attractive in this regard02:52
CodeSharkbut as opposed to other fancier crypto ideas such as zkSNARKS, quantum resistant signature schemes are probably well within practical limits for today's computers02:54
Luke-Jrsure02:55
CodeSharkin any case, breaking discrete log means pretty much all of the currently widely used public key crypto would fail02:56
CodeSharkso we probably have other more serious problems to worry about ;02:56
CodeShark;)02:56
-!- dEBRUYNE_ [~dEBRUYNE@56-197-ftth.onsbrabantnet.nl] has joined #bitcoin-wizards02:56
CodeSharkalso, RSA isn't particularly attractive either ;)02:58
CodeSharkcompared to ECDSA02:59
CodeSharkyet RSA continues to be very widely used02:59
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has joined #bitcoin-wizards03:02
-!- TBI_ [~TBI@84.48.195.20] has quit [Ping timeout: 240 seconds]03:04
-!- moa [~kiwigb@opentransactions/dev/moa] has joined #bitcoin-wizards03:11
-!- coryfields [~quassel@2001:4802:7800:1:6fc4:c486:ff20:1fa] has quit [Quit: No Ping reply in 180 seconds.]03:15
-!- coryfields [~quassel@2001:4802:7800:1:6fc4:c486:ff20:1fa] has joined #bitcoin-wizards03:16
-!- damethos [~damethos@unaffiliated/damethos] has joined #bitcoin-wizards03:20
-!- NewLiberty [~NewLibert@76-255-129-88.lightspeed.irvnca.sbcglobal.net] has joined #bitcoin-wizards03:26
-!- orik [~orik@50-46-139-225.evrt.wa.frontiernet.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…]03:33
-!- rubensayshi [~ruben@c89225.upc-c.chello.nl] has joined #bitcoin-wizards03:34
-!- grandmaster [dansmith3@gateway/shell/bnc4free/x-zvasvjbayekaqodk] has quit [Read error: Connection reset by peer]03:38
-!- Quanttek [~quassel@ip1f11db5b.dynamic.kabel-deutschland.de] has quit [Ping timeout: 250 seconds]03:49
-!- hazirafel [~hazirafel@176.106.227.80] has joined #bitcoin-wizards03:56
-!- grandmaster [dansmith3@gateway/shell/bnc4free/x-vuuvlqnilnuspmum] has joined #bitcoin-wizards04:04
-!- melvster1 [~melvster@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 244 seconds]04:17
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds]04:18
-!- epscy [~epscy@176.126.241.239] has quit [Ping timeout: 246 seconds]04:25
-!- gielbier [~giel____@unaffiliated/gielbier] has quit [Ping timeout: 246 seconds]04:27
-!- melvster1 [~melvster@ip-86-49-18-198.net.upcbroadband.cz] has joined #bitcoin-wizards04:31
-!- epscy [~epscy@176.126.241.239] has joined #bitcoin-wizards04:38
-!- dEBRUYNE__ [~dEBRUYNE@vp0162.uvt.nl] has joined #bitcoin-wizards04:41
-!- hazirafel [~hazirafel@176.106.227.80] has quit [Read error: Connection reset by peer]04:43
-!- dEBRUYNE_ [~dEBRUYNE@56-197-ftth.onsbrabantnet.nl] has quit [Ping timeout: 246 seconds]04:45
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving]04:49
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has quit [Read error: Connection reset by peer]04:55
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has joined #bitcoin-wizards04:56
-!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has quit [Ping timeout: 246 seconds]04:58
-!- matsjj [~matsjj@p5B209DC5.dip0.t-ipconnect.de] has quit [Remote host closed the connection]05:01
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards05:13
-!- hashtag [~hashtag@cpe-98-157-211-2.ma.res.rr.com] has joined #bitcoin-wizards05:22
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards05:23
-!- moa [~kiwigb@opentransactions/dev/moa] has quit [Ping timeout: 240 seconds]05:28
-!- heretolearn [uid110997@gateway/web/irccloud.com/x-vsifzmbfgnqscxzq] has joined #bitcoin-wizards05:33
-!- gielbier [~giel____@a149043.upc-a.chello.nl] has joined #bitcoin-wizards05:33
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-zurejbdnpiwjpaik] has joined #bitcoin-wizards05:34
-!- moa [~kiwigb@opentransactions/dev/moa] has joined #bitcoin-wizards05:35
-!- moa [~kiwigb@opentransactions/dev/moa] has quit [Client Quit]05:35
-!- jtimon [~quassel@18.31.134.37.dynamic.jazztel.es] has joined #bitcoin-wizards05:38
-!- nivah [~linker@210.245.34.191] has quit [Ping timeout: 250 seconds]05:39
-!- Oizopower [uid19103@gateway/web/irccloud.com/x-tabjihhumkguqsuf] has joined #bitcoin-wizards05:42
-!- damethos [~damethos@unaffiliated/damethos] has quit [Quit: Bye]05:43
-!- Yoghur114 [~jorn@g227014.upc-g.chello.nl] has joined #bitcoin-wizards05:45
-!- Yoghur114 [~jorn@g227014.upc-g.chello.nl] has quit [Read error: No route to host]05:54
-!- Yoghur114 [~jorn@g227014.upc-g.chello.nl] has joined #bitcoin-wizards05:57
-!- sparetire_ [~sparetire@unaffiliated/sparetire] has joined #bitcoin-wizards06:00
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards06:01
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards06:02
-!- antiatom [~antiatom@78-21-6-95.access.telenet.be] has quit [Ping timeout: 252 seconds]06:04
-!- espes__ [~espes@205.185.120.132] has quit [Ping timeout: 264 seconds]06:05
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]06:06
-!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds]06:07
-!- gielbier [~giel____@a149043.upc-a.chello.nl] has quit [Changing host]06:09
-!- gielbier [~giel____@unaffiliated/gielbier] has joined #bitcoin-wizards06:09
-!- espes__ [~espes@205.185.120.132] has joined #bitcoin-wizards06:11
-!- melvster1 [~melvster@ip-86-49-18-198.net.upcbroadband.cz] has quit [Read error: Connection reset by peer]06:20
-!- melvster [~melvster@ip-86-49-18-198.net.upcbroadband.cz] has joined #bitcoin-wizards06:20
-!- gill3s [~gill3s@unaffiliated/gill3s] has quit [Quit: My Mac has gone to sleep. ZZZzzz…]06:23
-!- espes__ [~espes@205.185.120.132] has quit [Ping timeout: 240 seconds]06:25
-!- espes__ [~espes@205.185.120.132] has joined #bitcoin-wizards06:26
-!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards06:38
-!- rubensayshi [~ruben@c89225.upc-c.chello.nl] has quit [Quit: Leaving]06:44
-!- Quanttek [~quassel@ip1f11db5b.dynamic.kabel-deutschland.de] has joined #bitcoin-wizards06:52
-!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer]06:55
-!- sdaftuar [~sdaftuar@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer]06:55
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards07:03
-!- hashtag [~hashtag@cpe-98-157-211-2.ma.res.rr.com] has quit [Ping timeout: 255 seconds]07:04
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]07:07
-!- esneider [~esneider@181.94.16.90] has joined #bitcoin-wizards07:09
-!- Yoghur114 [~jorn@g227014.upc-g.chello.nl] has quit [Remote host closed the connection]07:28
-!- King_Rex [~King_Rex@unaffiliated/king-rex/x-3258444] has joined #bitcoin-wizards07:28
-!- airbreather [~airbreath@d149-67-99-43.nap.wideopenwest.com] has quit [Remote host closed the connection]07:30
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer]07:30
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-wizards07:31
-!- hazirafel [~hazirafel@176.106.227.80] has joined #bitcoin-wizards07:36
-!- dstadulis [~dstadulis@c-73-189-234-152.hsd1.ca.comcast.net] has joined #bitcoin-wizards07:45
-!- Oizopower [uid19103@gateway/web/irccloud.com/x-tabjihhumkguqsuf] has quit [Quit: Connection closed for inactivity]07:53
-!- _whitelogger [whitelogge@fehu.whitequark.org] has quit [Remote host closed the connection]07:56
-!- _whitelogger_ [whitelogge@fehu.whitequark.org] has joined #bitcoin-wizards07:57
-!- damethos [~damethos@unaffiliated/damethos] has joined #bitcoin-wizards08:00
-!- Giszmo [~leo@pc-36-133-241-201.cm.vtr.net] has joined #bitcoin-wizards08:02
-!- airbreather [~airbreath@d149-67-99-43.nap.wideopenwest.com] has joined #bitcoin-wizards08:03
-!- malte [~malte@alkaid.uberspace.de] has joined #bitcoin-wizards08:08
-!- shen_noe [~shen_noe@172.56.30.73] has joined #bitcoin-wizards08:08
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards08:19
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]08:23
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds]08:24
-!- airbreather [~airbreath@d149-67-99-43.nap.wideopenwest.com] has quit [Remote host closed the connection]08:25
-!- CodeShark [CodeShark@cpe-76-167-237-202.san.res.rr.com] has quit [Ping timeout: 240 seconds]08:27
-!- dstadulis [~dstadulis@c-73-189-234-152.hsd1.ca.comcast.net] has quit [Quit: ZZZzzz…]08:31
-!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has quit [Quit: This computer has gone to sleep]08:36
-!- shen_noe [~shen_noe@172.56.30.73] has quit [Ping timeout: 265 seconds]08:38
-!- licnep [uid4387@gateway/web/irccloud.com/x-jnczbyyrskggujqd] has joined #bitcoin-wizards08:42
-!- hdbuck [~hdbuck@unaffiliated/hdbuck] has joined #bitcoin-wizards08:42
-!- hdbuck [~hdbuck@unaffiliated/hdbuck] has quit [Quit: hdbuck]08:48
-!- afk11 [~afk11@unaffiliated/afk11] has joined #bitcoin-wizards08:57
-!- gill3s [~gill3s@unaffiliated/gill3s] has joined #bitcoin-wizards09:14
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards09:35
-!- heretolearn [uid110997@gateway/web/irccloud.com/x-vsifzmbfgnqscxzq] has quit [Quit: Connection closed for inactivity]09:38
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds]09:39
-!- shen_noe [~shen_noe@172.56.30.117] has joined #bitcoin-wizards09:42
-!- esneider [~esneider@181.94.16.90] has quit [Remote host closed the connection]10:03
-!- Burrito [~Burrito@unaffiliated/burrito] has joined #bitcoin-wizards10:06
-!- afk11 [~afk11@unaffiliated/afk11] has quit [Remote host closed the connection]10:07
-!- shen_noe [~shen_noe@172.56.30.117] has quit [Quit: quitquitquit]10:20
-!- coryfields [~quassel@2001:4802:7800:1:6fc4:c486:ff20:1fa] has quit [Ping timeout: 240 seconds]10:22
-!- coryfields [~quassel@2001:4802:7800:1:6fc4:c486:ff20:1fa] has joined #bitcoin-wizards10:26
-!- copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #bitcoin-wizards10:31
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-zurejbdnpiwjpaik] has quit [Quit: Connection closed for inactivity]10:31
-!- contrapumpkin [~copumpkin@unaffiliated/copumpkin] has joined #bitcoin-wizards10:33
-!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 240 seconds]10:35
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-sinihdycuzxuvmcu] has joined #bitcoin-wizards10:42
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards10:43
-!- malte [~malte@alkaid.uberspace.de] has left #bitcoin-wizards ["Textual IRC Client: www.textualapp.com"]10:45
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards10:50
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds]10:55
-!- gill3s [~gill3s@unaffiliated/gill3s] has quit [Quit: My Mac has gone to sleep. ZZZzzz…]10:55
-!- afk11 [~afk11@unaffiliated/afk11] has joined #bitcoin-wizards11:02
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards11:24
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Ping timeout: 264 seconds]11:25
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-wizards11:25
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has joined #bitcoin-wizards11:31
-!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has joined #bitcoin-wizards11:32
-!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has quit [Quit: Quit]11:33
-!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has joined #bitcoin-wizards11:34
-!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has quit [Client Quit]11:34
-!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has joined #bitcoin-wizards11:36
-!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-wizards11:43
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 250 seconds]11:45
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Remote host closed the connection]11:55
-!- malte [~malte@alkaid.uberspace.de] has joined #bitcoin-wizards11:58
-!- dstadulis [~dstadulis@50.141.30.196] has joined #bitcoin-wizards12:08
-!- AnoAnon [~AnoAnon@197.39.248.69] has joined #bitcoin-wizards12:12
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has joined #bitcoin-wizards12:14
-!- AnoAnon [~AnoAnon@197.39.248.69] has quit [Read error: Connection reset by peer]12:21
-!- bramc [~bram@99-75-88-206.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards12:21
-!- TBI_ [~TBI@20.84-48-195.nextgentel.com] has joined #bitcoin-wizards12:22
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has quit [Ping timeout: 250 seconds]12:24
-!- dstadulis [~dstadulis@50.141.30.196] has quit [Ping timeout: 246 seconds]12:25
-!- gielbier [~giel____@unaffiliated/gielbier] has quit [Ping timeout: 250 seconds]12:29
-!- orik [~orik@50-46-139-225.evrt.wa.frontiernet.net] has joined #bitcoin-wizards12:39
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards12:56
-!- licnep [uid4387@gateway/web/irccloud.com/x-jnczbyyrskggujqd] has quit [Quit: Connection closed for inactivity]12:59
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]13:00
-!- gielbier [~giel____@a149043.upc-a.chello.nl] has joined #bitcoin-wizards13:13
-!- dEBRUYNE_ [~dEBRUYNE@56-197-ftth.onsbrabantnet.nl] has joined #bitcoin-wizards13:27
-!- dEBRUYNE__ [~dEBRUYNE@vp0162.uvt.nl] has quit [Read error: Connection reset by peer]13:27
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-sinihdycuzxuvmcu] has quit [Quit: Connection closed for inactivity]13:31
-!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Ping timeout: 246 seconds]13:42
-!- eric [~ericp4@unaffiliated/ericp4] has quit [Ping timeout: 246 seconds]13:42
-!- harding [~harding@mail.dtrt.org] has quit [Ping timeout: 246 seconds]13:42
-!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Ping timeout: 246 seconds]13:42
-!- yang [yang@freenode/sponsor/fsf.member.yang] has quit [Ping timeout: 246 seconds]13:42
-!- jeremias_ [~jeremias@kangasbros.fi] has quit [Ping timeout: 246 seconds]13:42
-!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 246 seconds]13:42
-!- OneFixt [~OneFixt@unaffiliated/onefixt] has quit [Ping timeout: 246 seconds]13:42
-!- K1773R [~K1773R@unaffiliated/k1773r] has quit [Ping timeout: 246 seconds]13:42
-!- gnusha [~gnusha@unaffiliated/kanzure/bot/gnusha] has quit [Ping timeout: 246 seconds]13:42
-!- gnusha_ [~gnusha@unaffiliated/kanzure/bot/gnusha] has joined #bitcoin-wizards13:43
-!- Topic for #bitcoin-wizards: This channel is is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja13:43
-!- Topic set by wumpus [~quassel@pdpc/supporter/professional/wumpus] [Sat Jun 27 01:24:18 2015]13:43
[Users #bitcoin-wizards]13:43
[@ChanServ ] [ CodeArtix ] [ go1111111 ] [ jouke_ ] [ nanotube ] [ starsoccer ] 13:43
[ [ace] ] [ comboy ] [ GoonClooney ] [ jrayhawk ] [ neha ] [ stevenroose ] 13:43
[ [d__d] ] [ contrapumpkin ] [ Graet ] [ jtimon ] [ nephyrin` ] [ stonecoldpat ] 13:43
[ [Derek] ] [ Cory ] [ grandmaster ] [ justanotheruser] [ NewLiberty ] [ STRML ] 13:43
[ _whitelogger_ ] [ coryfields ] [ GreenIsMyPepper] [ K1773R ] [ nickler ] [ superobserver ] 13:43
[ a5m0 ] [ crescendo ] [ gribble ] [ kanzure ] [ nsh ] [ SwedFTP ] 13:43
[ AaronvanW ] [ cryptowest ] [ grubles ] [ Keefe ] [ null_radix ] [ Taek ] 13:43
[ adams__ ] [ d9b4bef9 ] [ Guest1235 ] [ King_Rex ] [ OneFixt ] [ TBI_ ] 13:43
[ adlai ] [ damethos ] [ Guest45978 ] [ kinlo ] [ optimator ] [ TD-Linux ] 13:43
[ AdrianG ] [ dansmith_btc ] [ Guest4879 ] [ kisspunch ] [ orik ] [ Tenhi ] 13:43
[ afdudley ] [ dasource ] [ guruvan ] [ koshii ] [ otoburb ] [ Tenhi_ ] 13:43
[ afk11 ] [ davec ] [ Guyver2 ] [ Krellan ] [ paci ] [ TheSeven ] 13:43
[ aj ] [ davout ] [ gwillen ] [ kumavis ] [ PaulCapestany ] [ theymos ] 13:43
[ Alanius ] [ dEBRUYNE_ ] [ harding ] [ kyuupichan ] [ paveljanik ] [ thrasher` ] 13:43
[ alexkuck ] [ devrandom ] [ harding_ ] [ larraboj ] [ penjenayah ] [ throughnothing] 13:43
[ amiller ] [ dgenr8 ] [ harrigan ] [ lclc ] [ petertodd ] [ Tiraspol ] 13:43
[ Anduck ] [ dhafk ] [ harrow ] [ lecusemb1e ] [ phantomcircuit ] [ tripleslash ] 13:43
[ andytoshi ] [ dignork ] [ hashtagg ] [ LeMiner ] [ poggy_ ] [ tromp ] 13:43
[ Apocalyptic ] [ DougieBot5000 ] [ hazirafel ] [ livegnik ] [ poutine ] [ tromp_ ] 13:43
[ artifexd ] [ Dr-G ] [ heath ] [ lmatteis ] [ PRab ] [ ttttemp ] 13:43
[ arubi ] [ drue ] [ helo ] [ Logicwax ] [ prosody ] [ tucenaber ] 13:43
[ azariah ] [ earthris1 ] [ hsmiths ] [ lomax_ ] [ PsychoticBoy ] [ uniken510 ] 13:43
[ badmofo ] [ Eliel ] [ humd1ng3r ] [ Londe ] [ qawap ] [ vonzipper ] 13:43
[ BananaLotus ] [ Emcy_ ] [ huseby ] [ Luke-Jr ] [ Quanttek ] [ warptangent ] 13:43
[ bassguitarman ] [ epscy ] [ ibrightly ] [ luny ] [ rabidus ] [ warren ] 13:43
[ bedeho ] [ eric ] [ iddo ] [ maaku ] [ rasengan ] [ waxwing ] 13:43
[ berndj ] [ ericp4 ] [ indolering ] [ maaku_ ] [ RedEmerald ] [ weex ] 13:43
[ bildramer ] [ espes__ ] [ instagibbs ] [ Madars ] [ roasbeef ] [ wilbns ] 13:43
[ binaryatrocity] [ evoskuil ] [ Iriez ] [ MagikSquirrel ] [ robmyers ] [ wizkid057 ] 13:43
[ bliljerk_ ] [ execute ] [ isis ] [ malte ] [ runeks ] [ wpalczynski ] 13:43
[ BlueMatt ] [ face_ ] [ Jaamg ] [ mappum ] [ rustyn ] [ wumpus ] 13:43
[ bobke_ ] [ Fistful_of_Coins] [ jaromil ] [ mariorz ] [ ryan-c ] [ xaptah ] 13:43
[ BrainOverfl0w ] [ fkhan ] [ JayDugger ] [ Meeh ] [ s1w ] [ xeon-enouf ] 13:43
[ bramc ] [ fluffypony ] [ jbenet ] [ melvster ] [ SheffieldCrypto] [ Xzibit17 ] 13:43
[ brand0 ] [ forrestv ] [ jcorgan ] [ merlincorey ] [ shesek ] [ yang ] 13:43
[ bsm117532 ] [ GAit ] [ jeremias_ ] [ midnightmagic ] [ sl01 ] [ yang_ ] 13:43
[ btcdrak ] [ gavinandresen ] [ jeremyrubin ] [ mikolalysenko ] [ smooth ] [ Ylbam ] 13:43
[ Burrito ] [ ggreer ] [ jessepollak ] [ mjerr ] [ sneak ] [ yoleaux ] 13:43
[ c0rw1n ] [ ghtdak ] [ jl2012 ] [ mm_1 ] [ snthsnth ] [ yorick ] 13:43
[ catcow ] [ gielbier ] [ jlrubin ] [ MoALTz ] [ sparetire ] [ yrashk ] 13:43
[ catlasshrugged] [ gmaxwell ] [ jmcn ] [ mountaingoat ] [ sparetire_ ] [ zmanian ] 13:43
[ cfields ] [ gnusha ] [ joesmoe ] [ mr_burdell ] [ spinza ] [ zwischenzug ] 13:43
[ cholbrow ] [ gnusha_ ] [ jonasschnelli ] [ MRL-Relay ] [ Starduster ] [ zxzzt ] 13:43
-!- Irssi: #bitcoin-wizards: Total of 258 nicks [1 ops, 0 halfops, 0 voices, 257 normal]13:43
!kornbluth.freenode.net [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp13:43
-!- Channel #bitcoin-wizards created Mon Feb 25 23:24:47 201313:43
-!- Irssi: Join to #bitcoin-wizards was synced in 22 secs13:43
-!- BlueMatt_ [~BlueMatt@mail.bluematt.me] has joined #bitcoin-wizards13:44
-!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Ping timeout: 246 seconds]13:44
-!- eric [~ericp4@unaffiliated/ericp4] has quit [Ping timeout: 246 seconds]13:44
-!- ericp4 is now known as eric13:44
-!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services]13:47
-!- [7] [~quassel@rockbox/developer/TheSeven] has joined #bitcoin-wizards13:47
-!- jeremias [~jeremias@kangasbros.fi] has joined #bitcoin-wizards13:49
-!- OneFixt_ [~OneFixt@unaffiliated/onefixt] has joined #bitcoin-wizards13:49
-!- harding [~harding@mail.dtrt.org] has quit [Ping timeout: 246 seconds]13:53
-!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Ping timeout: 246 seconds]13:53
-!- Netsplit *.net <-> *.split quits: gnusha, yang, jeremias_, OneFixt, K1773R13:54
-!- harding_ is now known as harding13:55
-!- airbreather [~airbreath@d149-67-99-43.nap.wideopenwest.com] has joined #bitcoin-wizards13:57
-!- matsjj [~matsjj@p5B209DC5.dip0.t-ipconnect.de] has joined #bitcoin-wizards13:57
-!- afk11 [~afk11@unaffiliated/afk11] has quit [Ping timeout: 250 seconds]13:59
-!- LeMiner [~LeMiner@5ED1AFBF.cm-7-2c.dynamic.ziggo.nl] has joined #bitcoin-wizards14:00
-!- matsjj [~matsjj@p5B209DC5.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds]14:02
-!- mjerr [~mjerr@p5B209DC5.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds]14:02
-!- Netsplit over, joins: K1773R14:04
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards14:05
-!- BlueMatt_ is now known as BlueMatt14:12
-!- BlueMatt [~BlueMatt@mail.bluematt.me] has quit [Changing host]14:12
-!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #bitcoin-wizards14:12
-!- earthris1 [~earthrise@S01065404a6902716.cg.shawcable.net] has quit [Remote host closed the connection]14:15
-!- dstadulis [~dstadulis@50.141.28.139] has joined #bitcoin-wizards14:16
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)]14:21
-!- BananaLotus [~BananaLot@club.maza.club] has quit [Ping timeout: 240 seconds]14:21
-!- guruvan [~guruvan@unaffiliated/guruvan] has quit [Ping timeout: 265 seconds]14:22
-!- BananaLotus [~BananaLot@club.maza.club] has joined #bitcoin-wizards14:25
-!- guruvan [~guruvan@unaffiliated/guruvan] has joined #bitcoin-wizards14:26
-!- dstadulis [~dstadulis@50.141.28.139] has quit [Ping timeout: 264 seconds]14:32
-!- jaromil [~jaromil@f1x.eu] has quit [Ping timeout: 256 seconds]14:32
-!- jaromil [~jaromil@f1x.eu] has joined #bitcoin-wizards14:33
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-rwltcbhkvoidhlab] has joined #bitcoin-wizards14:35
-!- tromp__ [~tromp@rtc35-217.rentec.com] has joined #bitcoin-wizards14:36
-!- nephyrin [~neph@nemu.pointysoftware.net] has joined #bitcoin-wizards14:36
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 246 seconds]14:37
-!- iddo_ [~idddo@csm.cs.technion.ac.il] has joined #bitcoin-wizards14:37
-!- rasengan_ [~rasengan@eyearesee.com] has joined #bitcoin-wizards14:37
-!- weex_ [~weex@web1.bitcoinatmlocations.org] has joined #bitcoin-wizards14:37
-!- gwollon [~gwillen@li450-236.members.linode.com] has joined #bitcoin-wizards14:38
-!- gwollon [~gwillen@li450-236.members.linode.com] has quit [Changing host]14:38
-!- gwollon [~gwillen@unaffiliated/gwillen] has joined #bitcoin-wizards14:38
-!- otoburb_ [~otoburb@unaffiliated/otoburb] has joined #bitcoin-wizards14:38
-!- Ylbam_ [uid99779@gateway/web/irccloud.com/x-khtdyjaftjcunnox] has joined #bitcoin-wizards14:38
-!- ibrightly_ [uid113387@gateway/web/irccloud.com/x-wvsxqvalvbvmwnin] has joined #bitcoin-wizards14:38
-!- dasource_ [uid48409@gateway/web/irccloud.com/x-zhjuvpibtiqvrwpz] has joined #bitcoin-wizards14:40
-!- artifexd_ [sid28611@gateway/web/irccloud.com/x-oecjtkuvuiuuxgtn] has joined #bitcoin-wizards14:40
-!- Xzibit17_ [sid50165@gateway/web/irccloud.com/x-hvwypjxfpkvelwyq] has joined #bitcoin-wizards14:40
-!- mariorz_ [sid490@gateway/web/irccloud.com/x-uvsxjoykkmsydusr] has joined #bitcoin-wizards14:40
-!- throughnothing_ [~throughno@162.243.78.67] has joined #bitcoin-wizards14:41
-!- indo [~indolerin@104.236.55.109] has joined #bitcoin-wizards14:41
-!- thrasher`` [~thrasher@ec2-54-66-203-250.ap-southeast-2.compute.amazonaws.com] has joined #bitcoin-wizards14:42
-!- BlueMatt_ [~BlueMatt@mail.bluematt.me] has joined #bitcoin-wizards14:42
-!- Netsplit *.net <-> *.split quits: rasengan, artifexd, BlueMatt, thrasher`, ibrightly, gwillen, iddo, otoburb, throughnothing, airbreather, (+15 more, use /NETSPLIT to show all of them)14:43
-!- indo is now known as indolering14:43
-!- ibrightly_ is now known as ibrightly14:43
-!- NewLiberty [~NewLibert@76-255-129-88.lightspeed.irvnca.sbcglobal.net] has quit [Read error: Connection reset by peer]14:43
-!- Ylbam_ is now known as Ylbam14:43
-!- Netsplit over, joins: lclc14:43
-!- BlueMatt_ is now known as BlueMatt14:44
-!- BlueMatt [~BlueMatt@mail.bluematt.me] has quit [Changing host]14:44
-!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #bitcoin-wizards14:44
-!- Xzibit17_ is now known as Xzibit1714:44
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds]14:44
-!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards14:45
-!- dasource_ is now known as dasource14:45
-!- artifexd_ is now known as artifexd14:46
-!- BananaLotus [~BananaLot@club.maza.club] has quit [Ping timeout: 265 seconds]14:47
-!- guruvan [~guruvan@unaffiliated/guruvan] has quit [Ping timeout: 265 seconds]14:48
-!- paci [~paci@host41-233-static.58-79-b.business.telecomitalia.it] has joined #bitcoin-wizards14:48
-!- airbreather [~airbreath@d149-67-99-43.nap.wideopenwest.com] has joined #bitcoin-wizards14:49
-!- alexkuck [uid117875@gateway/web/irccloud.com/x-pjrdsnanghyfzffl] has joined #bitcoin-wizards14:49
-!- melvster [~melvster@ip-86-49-18-198.net.upcbroadband.cz] has joined #bitcoin-wizards14:50
-!- guruvan [~guruvan@unaffiliated/guruvan] has joined #bitcoin-wizards14:50
-!- BananaLotus [~BananaLot@club.maza.club] has joined #bitcoin-wizards14:51
-!- mariorz_ is now known as mariorz14:51
-!- jmcn [~jamie@199.175.208.46.dyn.plus.net] has joined #bitcoin-wizards14:53
-!- isis [~isis@abulafia.patternsinthevoid.net] has joined #bitcoin-wizards14:57
-!- kelly [~kelly@75-175-25-196.ptld.qwest.net] has joined #bitcoin-wizards15:00
-!- orik [~orik@50-46-139-225.evrt.wa.frontiernet.net] has quit [Quit: Textual IRC Client: www.textualapp.com]15:10
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has quit [Ping timeout: 244 seconds]15:10
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving]15:37
-!- gwollon is now known as gwillen15:45
-!- BananaLotus [~BananaLot@club.maza.club] has quit [Ping timeout: 240 seconds]15:55
-!- guruvan [~guruvan@unaffiliated/guruvan] has quit [Ping timeout: 252 seconds]15:56
-!- _whitelogger_ [whitelogge@fehu.whitequark.org] has quit [Remote host closed the connection]16:01
-!- damethos [~damethos@unaffiliated/damethos] has quit [Ping timeout: 250 seconds]16:01
-!- forrestv [forrestv@unaffiliated/forrestv] has quit [Ping timeout: 250 seconds]16:01
-!- _whitelogger [whitelogge@fehu.whitequark.org] has joined #bitcoin-wizards16:02
-!- guruvan [~guruvan@unaffiliated/guruvan] has joined #bitcoin-wizards16:03
-!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-wizards16:03
-!- BananaLotus [~BananaLot@54.186.186.141] has joined #bitcoin-wizards16:04
-!- forrestv [forrestv@unaffiliated/forrestv] has joined #bitcoin-wizards16:05
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has joined #bitcoin-wizards16:44
-!- belcher [~user@unaffiliated/belcher] has joined #bitcoin-wizards16:48
-!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds]17:17
-!- Quanttek [~quassel@ip1f11db5b.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds]17:19
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer]17:27
-!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-wizards17:28
-!- dstadulis [~dstadulis@50.141.29.7] has joined #bitcoin-wizards17:29
-!- wumpus [~quassel@pdpc/supporter/professional/wumpus] has quit [Ping timeout: 244 seconds]17:36
-!- jtimon [~quassel@18.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 250 seconds]17:37
-!- shen_noe [~shen_noe@104.200.154.2] has joined #bitcoin-wizards17:40
-!- dstadulis [~dstadulis@50.141.29.7] has quit [Read error: Connection reset by peer]17:41
-!- shen_noe2 [~shen_noe@104.200.154.2] has joined #bitcoin-wizards17:47
-!- shen_noe [~shen_noe@104.200.154.2] has quit [Ping timeout: 252 seconds]17:50
-!- shen_noe2 [~shen_noe@104.200.154.2] has quit [Read error: Connection reset by peer]17:53
-!- shen_noe [~shen_noe@104.200.154.2] has joined #bitcoin-wizards17:53
-!- shen_noe2 [~shen_noe@104.156.228.178] has joined #bitcoin-wizards17:55
-!- shen_noe2 [~shen_noe@104.156.228.178] has quit [Client Quit]17:58
-!- shen_noe [~shen_noe@104.200.154.2] has quit [Ping timeout: 264 seconds]17:58
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has quit [Remote host closed the connection]18:02
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has joined #bitcoin-wizards18:09
-!- Ylbam [uid99779@gateway/web/irccloud.com/x-khtdyjaftjcunnox] has quit [Quit: Connection closed for inactivity]18:14
-!- shen_noe [~shen_noe@162.216.46.91] has joined #bitcoin-wizards18:17
-!- dEBRUYNE_ [~dEBRUYNE@56-197-ftth.onsbrabantnet.nl] has quit [Ping timeout: 265 seconds]18:36
-!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has quit [Read error: Connection reset by peer]18:45
-!- kazoo [~guest@70.48.71.17] has joined #bitcoin-wizards18:53
-!- rustyn_ [~rustyn@unaffiliated/rustyn] has joined #bitcoin-wizards18:54
-!- shen_noe [~shen_noe@162.216.46.91] has quit [Quit: quitquitquit]18:56
-!- rustyn [~rustyn@unaffiliated/rustyn] has quit [Ping timeout: 272 seconds]18:56
-!- Dr-G2 [~Dr-G@x4d08de52.dyn.telefonica.de] has joined #bitcoin-wizards19:01
-!- Dr-G [~Dr-G@unaffiliated/dr-g] has quit [Disconnected by services]19:01
-!- c-cex-yuriy [uid76808@gateway/web/irccloud.com/x-rwltcbhkvoidhlab] has quit [Quit: Connection closed for inactivity]19:02
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards19:13
-!- kmels [~kmels@184.62.151.186.static.intelnet.net.gt] has joined #bitcoin-wizards19:14
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]19:17
-!- vonzipper [sid77971@gateway/web/irccloud.com/x-rwwjwwtxeevnvacf] has quit [Read error: Connection reset by peer]19:27
-!- jbenet [sid17552@gateway/web/irccloud.com/x-hrhxohzcfqlklrxw] has quit [Ping timeout: 240 seconds]19:27
-!- SheffieldCrypto [sid28532@gateway/web/irccloud.com/x-wztlxqomxstskwaz] has quit [Ping timeout: 246 seconds]19:28
-!- GoonClooney [sid44280@gateway/web/irccloud.com/x-ceobuenpfjixevoi] has quit [Ping timeout: 240 seconds]19:29
-!- mappum [sid43795@gateway/web/irccloud.com/x-zftqptqabkgjdetd] has quit [Ping timeout: 240 seconds]19:30
-!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving]19:39
-!- Giszmo [~leo@pc-36-133-241-201.cm.vtr.net] has joined #bitcoin-wizards19:52
-!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards19:52
-!- Burrito [~Burrito@unaffiliated/burrito] has quit [Ping timeout: 272 seconds]20:00
-!- jbenet [sid17552@gateway/web/irccloud.com/x-otgyolywhtozeszm] has joined #bitcoin-wizards20:11
-!- CodeShark [~CodeShark@cpe-76-167-237-202.san.res.rr.com] has joined #bitcoin-wizards20:16
-!- roconnor [~roconnor@host-45-58-252-79.dyn.295.ca] has joined #bitcoin-wizards20:18
-!- kazoo [~guest@70.48.71.17] has quit [Quit: Leaving]20:22
-!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services]20:32
-!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined #bitcoin-wizards20:33
-!- King_Rex [~King_Rex@unaffiliated/king-rex/x-3258444] has quit [Remote host closed the connection]20:44
-!- kyuupichan [~Neil@ae053102.dynamic.ppp.asahi-net.or.jp] has quit [Remote host closed the connection]20:45
-!- publius1788 [~publius17@c-98-248-39-153.hsd1.ca.comcast.net] has joined #bitcoin-wizards20:52
-!- shen_noe [~shen_noe@172.56.31.51] has joined #bitcoin-wizards20:55
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has joined #bitcoin-wizards21:16
-!- harrigan [~harrigan@skynet.skynet.ie] has quit [Ping timeout: 255 seconds]21:20
-!- harrigan [~harrigan@skynet.skynet.ie] has joined #bitcoin-wizards21:21
-!- sparetire_ [~sparetire@unaffiliated/sparetire] has quit [Quit: sparetire_]21:23
-!- SheffieldCrypto [sid28532@gateway/web/irccloud.com/x-mvsgeaczvuwsoyzo] has joined #bitcoin-wizards21:25
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds]21:25
-!- kyuupichan [~Neil@ae053102.dynamic.ppp.asahi-net.or.jp] has joined #bitcoin-wizards21:25
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has joined #bitcoin-wizards21:29
-!- TBI_ [~TBI@20.84-48-195.nextgentel.com] has quit [Ping timeout: 250 seconds]21:31
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards21:38
-!- vonzipper [sid77971@gateway/web/irccloud.com/x-ccpsfiztrpziwwxm] has joined #bitcoin-wizards21:45
-!- shen_noe2 [~shen_noe@104.156.228.98] has joined #bitcoin-wizards21:57
-!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards21:57
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has joined #bitcoin-wizards21:59
-!- shen_noe [~shen_noe@172.56.31.51] has quit [Ping timeout: 244 seconds]21:59
-!- mappum [sid43795@gateway/web/irccloud.com/x-ycotphzpwdprvubi] has joined #bitcoin-wizards22:02
-!- shen_noe2 [~shen_noe@104.156.228.98] has quit [Ping timeout: 250 seconds]22:03
-!- matsjj [~matsjj@p20030089EA0F451C1D317E5988DEA651.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds]22:03
-!- shen_noe2 [~shen_noe@172.56.31.51] has joined #bitcoin-wizards22:03
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has joined #bitcoin-wizards22:03
-!- shen_noe2 [~shen_noe@172.56.31.51] has quit [Read error: Connection reset by peer]22:10
-!- shen_noe [~shen_noe@172.56.31.51] has joined #bitcoin-wizards22:10
-!- GoonClooney [sid44280@gateway/web/irccloud.com/x-xdntybhcsiphcgzd] has joined #bitcoin-wizards22:17
-!- TBI_ [~TBI@20.84-48-195.nextgentel.com] has joined #bitcoin-wizards22:21
-!- Giszmo [~leo@pc-36-133-241-201.cm.vtr.net] has quit [Quit: Leaving.]22:23
-!- TBI [~TBI@20.84-48-195.nextgentel.com] has quit [Ping timeout: 250 seconds]22:25
-!- zwischenzug [~zwischenz@va-76-1-137-84.dhcp.embarqhsd.net] has quit [Ping timeout: 256 seconds]22:25
-!- snthsnth [~snthsnth@c-98-207-208-241.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds]22:33
-!- azariah [azariah@Tricholoma.Update.UU.SE] has quit [Ping timeout: 272 seconds]22:45
-!- azariah [azariah@Tricholoma.Update.UU.SE] has joined #bitcoin-wizards22:45
-!- nivah [~linker@210.245.34.191] has joined #bitcoin-wizards22:52
-!- azariah [azariah@Tricholoma.Update.UU.SE] has quit [Ping timeout: 244 seconds]22:56
-!- azariah [azariah@Tricholoma.Update.UU.SE] has joined #bitcoin-wizards22:56
-!- OneFixt_ [~OneFixt@unaffiliated/onefixt] has quit [Ping timeout: 252 seconds]23:08
-!- iddo_ [~idddo@csm.cs.technion.ac.il] has quit [Remote host closed the connection]23:32
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 272 seconds]23:35
-!- kmels [~kmels@184.62.151.186.static.intelnet.net.gt] has quit [Ping timeout: 246 seconds]23:37
-!- thrasher`` [~thrasher@ec2-54-66-203-250.ap-southeast-2.compute.amazonaws.com] has quit [Remote host closed the connection]23:37
-!- thrasher` [~thrasher@ec2-54-66-203-250.ap-southeast-2.compute.amazonaws.com] has joined #bitcoin-wizards23:40
-!- thrasher` [~thrasher@ec2-54-66-203-250.ap-southeast-2.compute.amazonaws.com] has quit [Changing host]23:41
-!- thrasher` [~thrasher@unaffiliated/thrasher/x-7291870] has joined #bitcoin-wizards23:41
-!- jgarzik_ [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-wizards23:44
-!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Read error: Connection reset by peer]23:44
--- Log closed Sun Oct 11 00:00:53 2015

Generated by irclog2html.py 2.15.0.dev0 by Marius Gedminas - find it at mg.pov.lt!