2016-08-14.log

--- Log opened Sun Aug 14 00:00:25 2016
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]00:05
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards00:07
-!- priidu [~priidu@unaffiliated/priidu] has joined #bitcoin-wizards00:24
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards00:28
-!- priidu [~priidu@unaffiliated/priidu] has quit [Ping timeout: 264 seconds]00:31
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 250 seconds]00:36
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]00:39
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards00:41
-!- Ylbam [uid99779@gateway/web/irccloud.com/x-sdschzbjnijzhslv] has joined #bitcoin-wizards00:49
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]01:05
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards01:07
* nsh attends01:15
nshi bet i could weave 100 lithographies01:16
-!- pro [~pro@unaffiliated/pro] has joined #bitcoin-wizards01:21
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)]01:24
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]01:33
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards01:35
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]01:44
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards01:46
-!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 258 seconds]02:00
-!- [7] [~quassel@rockbox/developer/TheSeven] has joined #bitcoin-wizards02:01
-!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 244 seconds]02:02
maaku_That's a good rant02:02
maaku_ Where did it come from?02:03
nshscott aaronson meet-up presumably02:12
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards02:12
-!- proslogion [~proslogio@2.217.2.220] has joined #bitcoin-wizards02:19
proslogioncan you use range proof to prove the spending amount is within much smaller limits?02:19
waxwingproslogion: sure02:20
nshrange proof can prove any arbitrary range02:20
waxwingsize of range proof depends heavily of course on range02:20
proslogionwaxwing: nsh is there a asymptotic dependence of the size on the range?02:21
nshit's just a structure of digit commitments in a connected ring signature [any monotonic function can be proven]02:21
waxwingthe borromean optimization is going to be more significant as the range gets larger btw02:21
nshproslogion, in the alpha-CT implementation it's asymptotically slightly sublinear in the term complexity of the statement02:22
proslogionwaxwing: nsh thanks02:22
waxwingyes slightly sublinear due to borromean optimization right02:22
proslogionwas wondering if you can use that to support spending limits as with a ETH wallet contract02:23
nshand if the proof is not required to be ZK wrt transacting parties, you can reclaim ~80% of the blinding factors as a secret message02:23
proslogionso to promote CT use02:23
nshthis defeats the MW aggregation though02:23
waxwingoh, so that's what you meant yesterday :)02:23
nshwell, 80% of the rangeproof02:23
proslogionyes02:23
@gmaxwellyou can just look at perfectly linear in the size (in bits) with a very small constant component.02:27
waxwingnsh: what gets reclaimed (at least in the version i saw) is basically all of it: just that last 32 byte forged sig is reserved for amount encoding.02:35
waxwingbut now i say that, i'm wondering where the 80% figure came from, i must have misunderstood somewhere, for a ~ 2.5K output it looks like more than 80%?02:35
@gmaxwell(CT is size five group elements worth to code two bits of range, plus a group eliment worth of constant overhead)... of all this one group element out of the five can't be reclaimed, nor the constant overhead.02:36
sipafor every factor 4 in the range proof size, there is 128 bytes or reusable data and 32 bytes of nonreusable02:36
@gmaxwellso it's pretty much precisely 80% that can be reclaimed asymtoptically.02:36
waxwingoh i'm forgetting the commitment02:37
nshcan someone say succinctly why it txs can't be aggregated by pederson commitment if the rangeproof is non-ZK to sender and/or recipient?02:37
nsh-it02:37
waxwing i mean the "C_i" let's say02:37
waxwingso yes asymptotically 80%, that's clear, thanks gmaxwell02:37
@gmaxwellnsh: the MW technique requires the sender not know the blinding factors of the outputs, if they do, they can just steal them back at any time.02:38
nshyes, but i think you can allow for shading the hmac seed while protecting the recipient's authentication blinding factor02:38
nsh*sharing02:38
nshyou just have to split the sum again somehow02:39
@gmaxwellI'm forgetting now why the final GE can't be reclaimed.. I was thinking it was because reclaiming it required solving a discrete log prob.. oh yea thats why. you can store data in it, but the reciever learns data*G not data.02:39
nshoh02:39
@gmaxwellif your data in those fields was very small, they could solve the DLP for them. :P02:40
nshheh heh :)02:40
@gmaxwellso, e.g. storing an extra couple bytes per 'digit' would be plausable. But it seemed a bit crazy even fore me.02:41
@gmaxwells/fore/for/02:41
nshcan you weaken your privkey specifically for a bearer of another privkey?02:41
nsh(by the pubkey)02:41
@gmaxwellit's not really a weaken question, just a question of how much range there is.. if you only store 8 bits you can solve the DLP with a little table. :P02:42
nshi'm not convinced there isn't entropy still to reclaim02:43
nshto stop sender stealing outputs back they just need to be ignorant of a single additive factor still02:43
@gmaxwellyea, sure you could still store some data.02:43
nshthat means all the other factors can still be shared between sender and recipient through some unwinding mechanism i think02:43
nshbut it might undermine the aggregation security. that's not intuitive to me02:44
@gmaxwellbut the direction is wrong.02:44
nshyes, receiver constructs rangeproof02:44
nshwhich is less intrinsically useful02:44
-!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-wizards02:44
-!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit]02:45
@gmaxwellif you know the values but not blinding factors, you can still get 3 of 5 of the elements worth... but the reciever in MW creates the range proof as you must know the blinding factor to create it.. and the sender really must not know this.02:45
-!- MoALTz [~no@78-11-183-124.static.ip.netia.com.pl] has joined #bitcoin-wizards02:45
* nsh nods02:45
@gmaxwellMW can be constructed with no value privacy, but it still has a commitment and you need a PoK.02:45
nshproof of key? (the empty string signing)02:45
nshproof of knowledge, i mean02:45
@gmaxwellyes.02:47
-!- mrhodl [~fuc@109.202.101.98] has joined #bitcoin-wizards03:29
-!- Ylbam [uid99779@gateway/web/irccloud.com/x-sdschzbjnijzhslv] has quit [Quit: Connection closed for inactivity]03:35
-!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-wizards04:01
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds]04:24
-!- Emcy [~MC@unaffiliated/mc1984] has joined #bitcoin-wizards05:00
-!- moli [~molly@unaffiliated/molly] has joined #bitcoin-wizards05:02
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards05:15
-!- YOU-JI [~youyouyou@FL1-122-135-10-55.chb.mesh.ad.jp] has joined #bitcoin-wizards05:19
-!- moa [~kiwigb@opentransactions/dev/moa] has quit [Quit: Leaving.]05:31
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds]05:35
-!- bildramer [bildramer@2a02:582:5860:9600:196a:166d:a5c7:1ed4] has quit [Ping timeout: 250 seconds]05:49
-!- bildramer [bildramer@2a02:582:587b:9000:e163:35a2:8631:a4ae] has joined #bitcoin-wizards05:50
-!- bildramer1 [bildramer@2a02:582:587b:ae00:fc13:d7a4:be99:874e] has joined #bitcoin-wizards05:58
-!- bildramer [bildramer@2a02:582:587b:9000:e163:35a2:8631:a4ae] has quit [Ping timeout: 258 seconds]05:59
-!- bildramer1 is now known as bildramer06:03
-!- b-itcoinssg [uid41629@gateway/web/irccloud.com/x-qrskonnfhrmkybyy] has joined #bitcoin-wizards06:03
TaekIt seems to me that with MW you would not be able to use a seed to backup your wallet. When you get sent money, the sender has to send you some information about the outputs you are receiving, which you have to save06:07
Taekbeing able to re-derive any secrets generated by you wouldn't be sufficient to recover funds.06:07
-!- maaku_ [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 244 seconds]06:09
-!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has joined #bitcoin-wizards06:10
sipaTaek: indeed06:12
-!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 258 seconds]06:34
-!- aalex [~aalex@64.187.177.58] has joined #bitcoin-wizards06:38
-!- YOU-JI [~youyouyou@FL1-122-135-10-55.chb.mesh.ad.jp] has quit [Quit: Leaving...]06:49
-!- hashtag [~hashtagg_@cpe-174-97-254-80.ma.res.rr.com] has quit [Ping timeout: 265 seconds]06:49
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards06:51
-!- Ylbam [uid99779@gateway/web/irccloud.com/x-jxptoantsjrummyz] has joined #bitcoin-wizards06:52
-!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #bitcoin-wizards06:54
-!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 244 seconds]07:01
-!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has joined #bitcoin-wizards07:02
kanzuremaaku: that particular rant is a combination of observations from jrayhawk, anselm levskaya, michael wittig and a few others. those exact wordings were actually from many years ago. biology sucks. a lot.07:38
kanzureand some aspects from scott aaronson meetup i suppose, yes.07:39
-!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 244 seconds]07:44
-!- ghtdak [~ghtdak@unaffiliated/ghtdak] has quit [Quit: WeeChat 1.3]07:47
-!- aalex [~aalex@64.187.177.58] has joined #bitcoin-wizards07:48
-!- edvorg [~edvorg@14.169.57.10] has joined #bitcoin-wizards08:08
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds]08:09
-!- b-itcoinssg [uid41629@gateway/web/irccloud.com/x-qrskonnfhrmkybyy] has quit [Quit: Connection closed for inactivity]08:12
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards08:27
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 252 seconds]08:34
-!- WungFu [~wu@unaffiliated/wungfu] has joined #bitcoin-wizards08:53
-!- ghtdak [~ghtdak@unaffiliated/ghtdak] has joined #bitcoin-wizards09:05
andytoshiTaek: the sender doesn't need to know anything about the outputs you're receiving09:11
andytoshiwell, except the total value09:12
-!- priidu [~priidu@unaffiliated/priidu] has joined #bitcoin-wizards09:12
andytoshiyou create the outputs, you can do this totally deterministically. you'll wind up with this excess kG value which gets attached to the tx, and you can't control that (since it's the sum of your blinding factors and the sender's) but that's fine, you don't need to keep it09:13
andytoshiyou make a PoK for it then forget it09:13
-!- mrhodl [~fuc@109.202.101.98] has quit [Quit: .]09:29
-!- ghtdak [~ghtdak@unaffiliated/ghtdak] has quit [Quit: WeeChat 1.3]09:31
-!- whphhg_ [whphhg@gateway/vpn/mullvad/x-hjspuqmjrmppueil] has joined #bitcoin-wizards09:38
-!- proslogion [~proslogio@2.217.2.220] has quit [Ping timeout: 258 seconds]09:41
fluffyponyRing Confidential Transactions implementation has been PR'd to Monero, if anyone wants to take a glance at the interesting bits: https://github.com/monero-project/bitmonero/pull/96109:41
-!- whphhg [whphhg@gateway/vpn/mullvad/x-lupvbaxglaojhjfv] has quit [Ping timeout: 260 seconds]09:42
-!- proslogion [~proslogio@unit021.acavpn.strath.ac.uk] has joined #bitcoin-wizards09:54
-!- ghtdak [~ghtdak@unaffiliated/ghtdak] has joined #bitcoin-wizards10:01
-!- WungFu [~wu@unaffiliated/wungfu] has quit [Remote host closed the connection]10:03
-!- WungFu [~WungFu@unaffiliated/wungfu] has joined #bitcoin-wizards10:05
-!- whphhg_ is now known as whphhg10:25
-!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Remote host closed the connection]10:27
-!- paveljanik [~paveljani@79.98.72.216] has joined #bitcoin-wizards10:32
-!- paveljanik [~paveljani@79.98.72.216] has quit [Changing host]10:32
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards10:32
-!- asynk [~aknix@65.78.54.2] has quit [Read error: Connection reset by peer]10:37
-!- asynk [~aknix@65.78.54.2] has joined #bitcoin-wizards10:37
-!- hashtag [~hashtagg_@cpe-174-97-254-80.ma.res.rr.com] has joined #bitcoin-wizards10:41
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards10:43
-!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 240 seconds]10:44
-!- aalex [~aalex@64.187.177.58] has joined #bitcoin-wizards10:48
-!- edvorg [~edvorg@14.169.57.10] has quit [Remote host closed the connection]10:55
-!- edvorg [~edvorg@14.169.57.10] has joined #bitcoin-wizards10:58
-!- WungFu [~WungFu@unaffiliated/wungfu] has quit [Ping timeout: 244 seconds]11:30
-!- NewLiberty_ [~NewLibert@2602:306:b8e0:8160:b901:fcdf:a471:807e] has joined #bitcoin-wizards11:31
-!- NewLiberty [~NewLibert@2602:306:b8e0:8160:c57d:8753:11e7:7506] has quit [Ping timeout: 250 seconds]11:31
-!- default [~textual@c-68-57-75-42.hsd1.tn.comcast.net] has joined #bitcoin-wizards11:35
-!- default is now known as Guest7052811:35
-!- NewLiberty_ [~NewLibert@2602:306:b8e0:8160:b901:fcdf:a471:807e] has quit [Ping timeout: 258 seconds]11:52
-!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 276 seconds]11:54
-!- aalex [~aalex@64.187.177.58] has joined #bitcoin-wizards11:58
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards11:58
-!- aalex [~aalex@64.187.177.58] has quit [Max SendQ exceeded]12:04
-!- aalex [~aalex@64.187.177.58] has joined #bitcoin-wizards12:04
-!- bildramer [bildramer@2a02:582:587b:ae00:fc13:d7a4:be99:874e] has quit [Ping timeout: 264 seconds]12:13
-!- bildramer [bildramer@2a02:582:5843:2200:2570:bc7d:5c48:a342] has joined #bitcoin-wizards12:14
-!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 258 seconds]12:30
-!- Starduster [~guest@unaffiliated/starduster] has joined #bitcoin-wizards12:35
-!- Yogh [~Yogh@f36186.upc-f.chello.nl] has quit [Ping timeout: 260 seconds]12:39
-!- Yogh [~Yogh@f36186.upc-f.chello.nl] has joined #bitcoin-wizards12:46
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has joined #bitcoin-wizards12:53
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards12:58
-!- NewLiberty [~NewLibert@2602:306:b8e0:8160:e0f6:72a:f646:71a1] has joined #bitcoin-wizards13:01
-!- mdavid613 [~Adium@cpe-172-251-161-231.socal.res.rr.com] has joined #bitcoin-wizards13:18
-!- WungFu [~WungFu@unaffiliated/wungfu] has joined #bitcoin-wizards13:20
-!- mdavid613 [~Adium@cpe-172-251-161-231.socal.res.rr.com] has quit [Quit: Leaving.]13:34
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 265 seconds]13:42
-!- mdavid613 [~Adium@cpe-172-251-161-231.socal.res.rr.com] has joined #bitcoin-wizards13:46
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has quit [Remote host closed the connection]13:49
-!- proslogion [~proslogio@unit021.acavpn.strath.ac.uk] has quit [Ping timeout: 244 seconds]14:02
-!- proslogion [~proslogio@2.217.2.220] has joined #bitcoin-wizards14:14
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds]14:37
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards14:38
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has joined #bitcoin-wizards14:42
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)]14:51
-!- Noldorin [~noldorin@unaffiliated/noldorin] has joined #bitcoin-wizards15:03
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds]15:04
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards15:17
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has quit [Remote host closed the connection]15:22
-!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has quit [Quit: ZNC - http://znc.in]15:38
-!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has joined #bitcoin-wizards15:40
-!- Giszmo [~leo@178-83-12-152.dynamic.hispeed.ch] has quit [Quit: Leaving.]15:52
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds]16:00
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards16:16
-!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has joined #bitcoin-wizards16:25
-!- iwilcox [~iwilcox@unaffiliated/iwilcox] has quit [Remote host closed the connection]16:26
-!- priidu [~priidu@unaffiliated/priidu] has quit [Ping timeout: 252 seconds]16:27
-!- Sleepnbum [~Sleepnbum@173.55.57.163] has joined #bitcoin-wizards16:43
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has joined #bitcoin-wizards16:53
-!- Ylbam [uid99779@gateway/web/irccloud.com/x-jxptoantsjrummyz] has quit [Quit: Connection closed for inactivity]16:55
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has quit [Ping timeout: 244 seconds]16:58
-!- MoALTz [~no@78-11-183-124.static.ip.netia.com.pl] has quit [Quit: Leaving]17:11
andytoshifluffypony: i'm curious why the key image is still xH(P)P when you're using the liu-wei-wong signatures rather than the old saberhagen ones17:32
andytoshiit should be sufficient for the key image of P = xG to be I = xH, where H is a fixed NUMS point17:33
andytoshisaves a lot of hashing for the verifier17:33
-!- mdavid613 [~Adium@cpe-172-251-161-231.socal.res.rr.com] has quit [Quit: Leaving.]17:37
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]17:43
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards17:45
-!- Guest70528 [~textual@c-68-57-75-42.hsd1.tn.comcast.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…]17:49
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]18:01
-!- murch [~murch@p4FDB7CD8.dip0.t-ipconnect.de] has quit [Quit: Leaving.]18:02
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards18:03
andytoshioh, IIRC the reason for H in the saberhagen scheme was something to do with monero's address handshaking. you couldn't use the identity fn as a hash for this reason. but can you use a second nums generator? i don't know..18:06
andytoshiyeah, sorry p17 of the saberhagen whitepaper shows why my idea doesn't work, it interacts badly with the one-time tx keys18:08
-!- bildramer [bildramer@2a02:582:5843:2200:2570:bc7d:5c48:a342] has quit [Ping timeout: 258 seconds]18:17
-!- bildramer [bildramer@2a02:582:5847:cd00:8083:6823:47d0:8e47] has joined #bitcoin-wizards18:19
-!- proslogion [~proslogio@2.217.2.220] has quit [Ping timeout: 265 seconds]18:19
-!- pro [~pro@unaffiliated/pro] has quit [Quit: Leaving]18:23
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has joined #bitcoin-wizards18:24
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has quit [Ping timeout: 240 seconds]18:28
-!- WungFu [~WungFu@unaffiliated/wungfu] has quit [Ping timeout: 276 seconds]18:33
-!- cyphase [~cyphase@unaffiliated/cyphase] has quit [Ping timeout: 244 seconds]18:45
-!- default [~textual@c-68-57-75-42.hsd1.tn.comcast.net] has joined #bitcoin-wizards18:45
-!- default is now known as Guest206018:46
-!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds]18:48
-!- cyphase [~cyphase@unaffiliated/cyphase] has joined #bitcoin-wizards18:50
-!- crossing-styx [~crossing-@c-174-62-135-244.hsd1.nh.comcast.net] has joined #bitcoin-wizards18:57
-!- xissburg [~xissburg@unaffiliated/xissburg] has quit [Ping timeout: 250 seconds]19:10
-!- Aranjedeath [~Aranjedea@unaffiliated/aranjedeath] has quit [Ping timeout: 244 seconds]19:21
-!- alferz [~alferz@unaffiliated/alfer] has joined #bitcoin-wizards19:30
-!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has left #bitcoin-wizards ["Verlassend"]19:40
-!- alferz [~alferz@unaffiliated/alfer] has quit [Ping timeout: 240 seconds]19:41
-!- justanotheruser [~Justan@unaffiliated/justanotheruser] has quit [Ping timeout: 276 seconds]19:50
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]19:53
-!- justanotheruser [~Justan@unaffiliated/justanotheruser] has joined #bitcoin-wizards19:54
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards19:55
-!- Guest2060 [~textual@c-68-57-75-42.hsd1.tn.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com]20:01
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]20:19
-!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 276 seconds]20:19
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards20:21
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards20:33
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]20:57
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards20:59
-!- NewLiberty [~NewLibert@2602:306:b8e0:8160:e0f6:72a:f646:71a1] has quit [Ping timeout: 258 seconds]21:01
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]21:26
-!- danrobinson__ [~nobody@ec2-54-85-68-135.compute-1.amazonaws.com] has quit [Remote host closed the connection]21:26
-!- danrobinson [~nobody@ec2-54-85-68-135.compute-1.amazonaws.com] has joined #bitcoin-wizards21:27
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards21:28
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]21:37
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards21:39
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]21:50
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards21:52
-!- e0 [~e0@c-66-30-116-211.hsd1.ma.comcast.net] has quit [Ping timeout: 244 seconds]21:53
-!- crossing-styx [~crossing-@c-174-62-135-244.hsd1.nh.comcast.net] has quit [Quit: Leaving]22:03
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]22:19
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards22:21
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 258 seconds]22:24
-!- nanotube [~nanotube@unaffiliated/nanotube] has quit [Read error: Connection reset by peer]22:32
-!- nanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-wizards22:35
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has joined #bitcoin-wizards22:48
-!- smash_ [~smash@pool-173-73-196-105.washdc.fios.verizon.net] has quit [Ping timeout: 264 seconds]22:53
-!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #bitcoin-wizards23:00
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]23:20
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards23:22
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]23:41
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards23:43
-!- jannes [~jannes@178.132.211.90] has joined #bitcoin-wizards23:50
-!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]23:56
-!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection]23:57
-!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-wizards23:58
--- Log closed Mon Aug 15 00:00:26 2016

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