2014-12-30.log

--- Log opened Tue Dec 30 00:00:07 2014
phantomcircuitop_mul, the paper wallet thing actually makes sense, before you spend the funds the public key is a secret00:00
op_mulphantomcircuit: "you expose the private key"00:00
phantomcircuitim going to give him the benefit of the doubt here (which he doesn't deserve, but well why not)00:01
rustyop_mul: well, you have to enter it onto some machine somewhere, I guess....00:01
midnightmagicop_mul: are you torturing yourself by reading crazy peoples' writings again?00:01
phantomcircuitrusty, presumably that machine is secure, since if it wasn't then you just lost control of the coins anyways :P00:01
op_mulmidnightmagic: you know I have little to no self control.00:02
rustyphantomcircuit: if you trusted your machines, you wouldn't need a paper backup :)00:02
op_mulrusty: if you want to be like that, you might as well harp on the fact that it was made in JavaScript.00:02
midnightmagicdon't let it eat you up eh00:03
op_muloh I'm not, tears of laughter.00:03
midnightmagic:)00:04
op_multhe best bit (sorry for the OT) is these two quotes juxtaposed. the first is from the book on the topic of RNGs, the second is from the CPP manual on a function used by the book to make private keys.00:06
op_mul"Do not write your own code to create a random number or use a "simple" random number generator offered by your programming language."00:06
-!- d1ggy [~d1ggy@dslb-088-073-202-247.088.073.pools.vodafone-ip.de] has quit [Ping timeout: 258 seconds]00:06
op_mul"It is the library implementation's selection of a generator that provides at least acceptable engine behavior for relatively casual, inexpert, and/or lightweight use."00:06
-!- Aquent [~Aquent@gateway/tor-sasl/aquent] has quit [Ping timeout: 250 seconds]00:14
-!- null_radix [Elite7851@gateway/shell/elitebnc/x-ffyllvsueejvooif] has quit [Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!]00:14
-!- d1ggy [~d1ggy@dslb-088-073-202-247.088.073.pools.vodafone-ip.de] has joined #bitcoin-wizards00:17
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards00:17
-!- null_radix [Elite7851@gateway/shell/elitebnc/x-wunqpiurenpvmshz] has joined #bitcoin-wizards00:22
-!- null_radix [Elite7851@gateway/shell/elitebnc/x-wunqpiurenpvmshz] has quit [Excess Flood]00:22
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Quit: pgokeeffe]00:24
-!- Shiftos [~shiftos@gateway/tor-sasl/shiftos] has quit [Remote host closed the connection]00:29
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Remote host closed the connection]00:31
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards00:32
-!- null_radix [Elite7851@gateway/shell/elitebnc/x-mawwowtwotvngbmy] has joined #bitcoin-wizards00:33
-!- NewLiberty [~NewLibert@2602:304:cff8:1580:642c:a77a:3c89:220] has quit [Ping timeout: 258 seconds]00:33
op_mul"he main bitcoin network, running the bitcoin P2P protocol, consists of between 7,000 to 10,000 nodes running various versions of the bitcoin reference client"00:33
gmaxwellThere are a lot more nodes than that, that count is just the IPv4 reachable ones.00:34
gmaxwellprobably closer to 80,000 though precise counting isn't possible.00:34
adlaihow'd you make that estimate?00:35
op_multhat's close to my estimate based on the number of incoming peers on my nodes.00:35
gmaxwelladlai: average number of connections per listening node, times the number of listening nodes, divided by the out degree of a node.00:35
-!- paveljanik [~paveljani@ip-89-176-163-113.net.upcbroadband.cz] has joined #bitcoin-wizards00:35
-!- paveljanik [~paveljani@ip-89-176-163-113.net.upcbroadband.cz] has quit [Changing host]00:35
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards00:35
phantomcircuitadlai, ~6500 public nodes, averaging ~100 connections each, (100/8) * 6400 ~= 80-90k00:36
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 244 seconds]00:36
adlaiis that a typo or intentionally 6500 - 100 ?00:37
gmaxwellI was just using 8k nodes * 80 connections / 8 = 80k because it made the math thoughtless.00:38
phantomcircuitheh00:39
phantomcircuitadlai, it's all esitmates00:39
adlaiwhy do you divide by the out degree? are we counting connections?00:39
phantomcircuityes00:39
* adlai tries deriving this formula to understand it00:39
op_mulnodes make 8 outgoing connections always.00:39
-!- d1ggy [~d1ggy@dslb-088-073-202-247.088.073.pools.vodafone-ip.de] has quit [Ping timeout: 244 seconds]00:39
gmaxwelladlai: if there are 8000 nodes, and each has 80 incoming connections there are 640000 incoming connections in total.00:40
gmaxwellEach node that exists (regardless of it accepting inbound connections or not) makes 8 outgoing connections.00:40
gmaxwellso there should be 640000 / 8 nodes in total.00:40
phantomcircuitgmaxwell, well and actually there's a bunch of node types which make < 8 connections00:40
phantomcircuitie spv clients00:41
op_mulugh, what SPV clients do that.00:41
gmaxwellyea, bitcoinj make 4 connections normally.00:41
phantomcircuitso there's very likely 2-3x what we're calculating00:41
gmaxwellYou can just exclude them from the count, thats part of why I used 80. :)00:41
op_mulmax-connections=999999999999 for total security and instant transactions!00:41
gmaxwellbut this is pretty approximate, we don't know the average connection count (though we can look at single nodes and assume they're representative)00:41
op_mulI haven't looked of late, but mine average around 60.00:42
adlaimakes sense, thanks for helping me there. so you could improve your estimate by estimating the breakdown of node types, knowing how many connections each type makes.00:42
gmaxwelladlai: right, well I think the result is mostly bitcoinj == 4; others == 8 ... plus some noise from some crazy people who have run hacked up things to connect to many more which should be elimaitated by ignoring peers that are connecting to many things.00:42
gmaxwellop_mul: yea, thats a bit hard to measure because it depends on how many nodes share your /16.00:43
gmaxwellif you're in some residential broadband segment where there are a dozen other nodes, you're going to get fewer connections.00:43
op_mulgood point.00:43
* adlai feels a little silly now for having told an interested but cautious friend last night that there were only about 7k copies of the blockchain00:43
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has joined #bitcoin-wizards00:44
gmaxwelladlai: yea, there are more than that. Though who knows how reliable any of those are. Many of them could be corrupted etc.00:44
adlaiwell, SPV clients shouldn't count as full blockchain copies, but there could easily be plenty of full nodes that just aren't publicly listening.00:44
gmaxwellit's shocking how unreliable random people's computers are. We see constant reports of machines that corrupt their block data in #bitcoin and #p2pool00:44
adlaicould easily be / are00:44
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: This computer has gone to sleep]00:45
op_mulgmaxwell: I guess we are the first people doing massive redundant computing with a way of detecting it00:46
gmaxwellyea, I'd probably give a hard lower bound on the number of complete and correct copies of the blockchain in existance at 10k and an upper bound probably about 200k.00:47
gmaxwelland with perhaps 90% of my confidence between 60 and 100k.00:48
op_mul... 60?00:49
op_mulI must have 10 good copies just sitting around in my house.00:49
op_muloh 60 thousand.00:49
* op_mul hides from the shame 00:49
adlaifive core developers + satoshi, 10 copies per house!00:49
gmaxwellop_mul: I expect most of those copies are not current.00:51
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards00:51
gmaxwellI have 4 complete copies, plus who knows many out of date ones ones. I have three more machines synching the block chain right now... doing repeated resync tests of 0.10.00:52
op_mulyou're right. my nodes all have pruned copies, my minnowboard max has one full copy and the odroid has another. rest of the copies would be stale to some extent.00:54
-!- CoinMuncher [~jannes@178.132.211.90] has joined #bitcoin-wizards00:55
midnightmagici have 5 complete copied in various states; along with a handful more nodes out scattered around the continent00:55
midnightmagic(various states being "this one was alive to hear those orphans, and that one didn't")00:56
op_mul(I highly suggest the minnowboard max if you ever need more toys)00:56
op_mulwonder if there's any cope of the block chain that has been running since 2009.00:57
gmaxwelloh neat: http://www.amazon.com/Seagate-ST8000AS0002-20PK-ARCHIVE-128MB-3-5IN/dp/B00QPMRIFM  nearline storage cost now down to. $33.25/TB.00:57
adlaihas there been any thought on using a proof-of-retrievability (the one I read about is Permacoin) to ensure that the network maintains >N complete blockchains?00:57
adlai(so that pruning can be a default behavior)00:57
op_muladlai: that's harder than it sounds due to the sybil problem.00:57
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Remote host closed the connection]00:57
op_mula node can just fetch a block from a peer if you try to use that as proof.00:58
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards00:58
gmaxwelladlai: doesn't seem very interesting in general. The Permacoin approach is vulnerable to the CSPRNG attack too which is a bit unfortunate but might not matter for what you want.00:58
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection]00:59
gmaxwelland just requiring a miner to have the blocks doesn't mean he'll actually tell anyone else about them.00:59
gmaxwell(other than what he must leak in his proofs)00:59
maakugmaxwell: what am I looking at? I see "1 new from $5,320.00"00:59
gmaxwellmaaku: 20 8TB hard drives.00:59
maakuah00:59
gmaxwellmaaku: in other words $266 each in Q20.00:59
op_mulgmaxwell: if you want to buy that, you have too much toy money.00:59
maakunice01:00
maakuop_mul: eh, i'm scrounging together a 24-disk nas01:00
gmaxwellop_mul: well they're just out, I expect they'll be on newegg for $10 more in q1 in a couple weeks.01:00
midnightmagici'd be leery of homogeneous drives after that 12-drive failure I had01:00
maakuif you want to buy that you're probably a hoarder :P01:00
op_mulgmaxwell: wouldn't this be a lot more fun for the dollar? http://www.minnowboard.org/meet-minnowboard-max/01:01
gmaxwellop_mul: I dunno, navspark looked a lot of fun per dollar.01:01
-!- d1ggy [~d1ggy@dslb-088-073-202-247.088.073.pools.vodafone-ip.de] has joined #bitcoin-wizards01:01
op_mulgmaxwell: true. do you own a box of them yet?01:02
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Quit: pgokeeffe]01:02
gmaxwellprobably the most fun per dollar electronics is a $0.01 RGB LED.01:02
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 255 seconds]01:02
gmaxwellop_mul: no, not yet, they were not generally purchasable for a while when I wanted to buy one.  I'm hoping to hear from you that you figured out how to get all the toolchain for them setup so you could just tell me and I don't have to worry about that.01:03
op_mulgmaxwell: I invented a new bit of kit with the navspark actually. you know warw alking for wifi? I gave geiger war walking a go. results were predictably boring. all down in the noise floor.01:03
phantomcircuitgmaxwell, are those 8TB hdds? o.o01:03
gmaxwellphantomcircuit: _yes_01:04
* maaku sets out to build a $83k 4k resolution led tv01:04
gmaxwellmaaku: lol01:04
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has joined #bitcoin-wizards01:04
-!- hashtagg_ [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has joined #bitcoin-wizards01:04
gmaxwellop_mul: oh wow, thats a really neat idea. The problem is your integration time will be too low. You need to put it on a stick you can stick in the ground and leave for a day at a time to collect data.01:05
-!- andy-logbot [~bitcoin--@wpsoftware.net] has quit [Remote host closed the connection]01:05
midnightmagicop_mul: where did you get the geiger counter, how did you hook it up, does it detect all the interesting forms of ionizing radiation, and how much did it cost?01:05
-!- andy-logbot [~bitcoin--@wpsoftware.net] has joined #bitcoin-wizards01:05
* andy-logbot is logging01:05
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection]01:06
-!- d1ggy [~d1ggy@dslb-088-073-202-247.088.073.pools.vodafone-ip.de] has quit [Ping timeout: 244 seconds]01:06
midnightmagicop_mul: I've wanted to install an auto-uploading car-based radiation counter + gps stamper for years but all the electronic-output devices I've seen are in the $500 range which seems excessive01:06
op_mulmidnightmagic: I'm using one of these (though I have a better one now) and a horrible power supply I made from things I had lying about. it's a beta + gamma detector.  http://gstube.com/data/2398/01:09
midnightmagicwhat the hell, $24?!01:11
op_mulI paid like, 8 USD. shop around. remember that's just the tube, but the supporting electronics aren't very hard.01:12
midnightmagicdid you verify it against a known source?01:12
midnightmagicwoops. -wizards. sorry for topic skew01:13
op_mulno, but the numbers seem sane enough for background radiation. I have no desire to go messing about with radioisotopes just for safety / legality. the only reason I wanted to play with them in the first place was for a RNG.01:14
op_mulas an RNG it works just fine. it's dog slow. you can make a bitcoin private key in a few minutes.01:14
phantomcircuitop_mul, you can purchase point sources of various isotopes online for tens of dollars01:15
phantomcircuitthey're so small as to be not dangerous in any meaningful way01:16
phantomcircuit(just dont push them into your eyeball)01:16
op_mulbreathing or ingesting them is more the worry. I'm anxious enough without maybe having alpha emitters lurking around my kitchen table.01:17
phantomcircuitop_mul, then get a co-60 point source01:18
phantomcircuitop_mul, https://unitednuclear.com/index.php?main_page=product_info&cPath=2_5&products_id=81901:21
phantomcircuitloverly gamma only sources01:21
midnightmagici would love a hunk of uranium ore on a bookshelf.01:23
op_mulphantomcircuit: first of all I'm not in the US, even if I was mail order radioisotopes is a sentence that just sounds totally wrong01:23
phantomcircuitop_mul, shrug, it's entirely legal01:25
phantomcircuitthey're really small01:25
phantomcircuitthe amount you'd have to order for it to be dangerous to anybody would set off all kinds of alarms01:25
phantomcircuitotoh some idiot kid tried to build a fission reactor in his backyard that one time...01:26
gmaxwellmidnightmagic: not quite $8+$parts but also less than $500: http://www.gqelectronicsllc.com/comersus/store/comersus_viewItem.asp?idProduct=457901:27
midnightmagicOoo nice.01:27
op_mulgreat. next time I see some fool writing terrible bitcoin code I'm going to be thinking "at least they aren't messing with radioisotopes"01:27
midnightmagichehe01:27
op_mulgmaxwell: building one is more fun.01:28
op_mulgood idea with the screen though. that'd be a good addition.01:30
gmaxwellop_mul: wrt samples, you could just get a lantern mantle.01:31
op_mulgmaxwell: I was going to go for thrift store 70s plates actually.01:35
op_muler earlier than that. whenever the stupid orange color was in fashion.01:35
gmaxwellwell now that you've got the working detector you can go scope out indigivual plates.01:37
op_mulyup.01:39
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards01:45
midnightmagicthorium lantern mantles can still be had. i used to have some, don't know where they went.01:46
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Ping timeout: 244 seconds]01:53
-!- Alexis9 [5ef2efaa@gateway/web/cgi-irc/kiwiirc.com/ip.94.242.239.170] has joined #bitcoin-wizards01:54
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards02:05
-!- merkle [49cc4c7f@gateway/web/freenode/ip.73.204.76.127] has quit [Ping timeout: 246 seconds]02:07
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has joined #bitcoin-wizards02:09
-!- GAit [~lnahum@enki.greenaddressit.p3.tiktalik.io] has joined #bitcoin-wizards02:20
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has quit [Quit: Leaving.]02:21
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has joined #bitcoin-wizards02:23
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has quit [Client Quit]02:24
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has joined #bitcoin-wizards02:24
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has joined #bitcoin-wizards02:30
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has joined #bitcoin-wizards02:43
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Ping timeout: 244 seconds]02:51
-!- [\\\] [\\\@unaffiliated/imsaguy] has quit [Ping timeout: 258 seconds]03:02
-!- [\\\] [\\\@unaffiliated/imsaguy] has joined #bitcoin-wizards03:04
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards03:06
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has quit [Quit: iang]03:18
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has joined #bitcoin-wizards03:19
rustymaaku: OK, the bad news is that the simple store-incremental-previous-proof scheme sucks for the "block 1M to block 1M-150" test.  Which is not unexpected.  But that's not really what you need, since we can prove to any prior block, which should be fine.03:22
-!- hashtagg_ [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has quit [Ping timeout: 258 seconds]03:24
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Ping timeout: 265 seconds]03:42
-!- woah [~woah@151.217.225.153] has joined #bitcoin-wizards03:46
-!- mortale [~mortale@gateway/tor-sasl/mortale] has quit [Ping timeout: 250 seconds]03:58
-!- woah [~woah@151.217.225.153] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]04:18
-!- mortale [~mortale@gateway/tor-sasl/mortale] has joined #bitcoin-wizards04:19
-!- NewLiberty [~NewLibert@76-255-129-88.lightspeed.irvnca.sbcglobal.net] has joined #bitcoin-wizards04:21
-!- Alexis9 [5ef2efaa@gateway/web/cgi-irc/kiwiirc.com/ip.94.242.239.170] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]04:21
-!- Aquent [~Aquent@gateway/tor-sasl/aquent] has joined #bitcoin-wizards04:27
-!- llllllllll [~lllllllll@53-109.bbned.dsl.internl.net] has joined #bitcoin-wizards04:33
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has quit [Quit: iang]04:36
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has joined #bitcoin-wizards04:37
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has quit [Ping timeout: 265 seconds]04:42
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards04:42
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Ping timeout: 240 seconds]04:47
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards04:55
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Client Quit]04:55
-!- paveljanik [~paveljani@79-98-72-216.sys-data.com] has joined #bitcoin-wizards04:55
-!- paveljanik [~paveljani@79-98-72-216.sys-data.com] has quit [Changing host]04:55
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards04:55
-!- CoinMuncher [~jannes@178.132.211.90] has quit [Quit: Leaving.]04:56
-!- PRab [~chatzilla@c-98-209-175-213.hsd1.mi.comcast.net] has joined #bitcoin-wizards05:02
-!- tromp_ [~tromp@rtc35-167.rentec.com] has joined #bitcoin-wizards05:04
-!- tromp__ [~tromp@rtc35-167.rentec.com] has quit [Read error: Connection reset by peer]05:05
-!- coiner [~linker@113.161.87.238] has quit [Ping timeout: 241 seconds]05:05
-!- coiner [~linker@113.161.87.238] has joined #bitcoin-wizards05:06
-!- epscy [~epscy@176.126.241.239] has quit [Ping timeout: 256 seconds]05:19
-!- bsm1175321 [~bsm117532@198.0.140.114] has quit [Ping timeout: 265 seconds]05:27
-!- op_mul [~op_mul@178.62.78.122] has quit [Quit: Lost terminal]05:34
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has joined #bitcoin-wizards05:38
-!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards05:40
-!- execut3 [~shesek@IGLD-84-228-189-223.inter.net.il] has joined #bitcoin-wizards05:42
-!- shesek [~shesek@77.126.4.202] has quit [Ping timeout: 250 seconds]05:45
-!- execut3 [~shesek@IGLD-84-228-189-223.inter.net.il] has quit [Ping timeout: 255 seconds]05:47
-!- hashtagg_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has joined #bitcoin-wizards05:58
-!- execut3 [~shesek@IGLD-84-228-189-223.inter.net.il] has joined #bitcoin-wizards06:02
-!- Starduster [~guest@unaffiliated/starduster] has quit [Ping timeout: 240 seconds]06:03
-!- todays_tomorrow [~me@d114-78-106-45.bla803.nsw.optusnet.com.au] has joined #bitcoin-wizards06:09
-!- todaystomorrow [~me@d114-78-106-45.bla803.nsw.optusnet.com.au] has quit [Ping timeout: 240 seconds]06:11
-!- bsm117532 [~bsm117532@107-194-4-89.lightspeed.wlfrct.sbcglobal.net] has joined #bitcoin-wizards06:34
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has quit [Read error: Connection reset by peer]06:37
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has joined #bitcoin-wizards06:37
maakurusty: "prove to any prior block" -- not sure that's what we want. in the sidechain case at least proving back ~150 blocks is the most common use case06:52
maakumaybe I'm misunderstanding?06:53
-!- coiner [~linker@113.161.87.238] has quit [Ping timeout: 244 seconds]07:04
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-wizards07:10
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:14
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:15
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:15
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:15
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:15
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:15
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:15
-!- bsm117532 [~bsm117532@107-194-4-89.lightspeed.wlfrct.sbcglobal.net] has quit [Ping timeout: 256 seconds]07:15
-!- epscy [~epscy@176.126.241.239] has joined #bitcoin-wizards07:16
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:16
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Excess Flood]07:16
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:16
-!- Harusame [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Client Quit]07:16
-!- HarusameNyanko [~HarusameN@nthrsm071050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Ping timeout: 244 seconds]07:16
-!- everettForth [~everett@c-69-181-97-171.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds]07:21
-!- cluckj [~cluckj@cpe-24-92-48-18.nycap.res.rr.com] has joined #bitcoin-wizards07:22
-!- bsm117532 [~bsm117532@198.0.140.114] has joined #bitcoin-wizards07:25
-!- HarusameNyanko [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has joined #bitcoin-wizards07:26
-!- coiner [~linker@42.116.98.116] has joined #bitcoin-wizards07:27
-!- rfreeman_w [~rfreeman@gateway/tor-sasl/rfreemanw] has joined #bitcoin-wizards07:30
-!- woah [~woah@151.217.225.153] has joined #bitcoin-wizards07:42
-!- woah [~woah@151.217.225.153] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]07:52
-!- grandmaster2 [dansmith3@knows.the.cops.are.investigat.in] has quit [Quit: quit]07:59
-!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards08:01
-!- Luke-Jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: Konversation terminated!]08:04
-!- Luke-Jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards08:04
-!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Ping timeout: 265 seconds]08:06
-!- hearn [~mike@cpc8-macc3-2-0-cust245.1-3.cable.virginm.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]08:06
-!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards08:09
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has joined #bitcoin-wizards08:19
-!- CoinMuncher [~jannes@178.132.211.90] has joined #bitcoin-wizards08:26
-!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Ping timeout: 264 seconds]08:28
-!- grandmaster [dansmith3@knows.the.cops.are.investigat.in] has joined #bitcoin-wizards08:37
-!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:f9a1:481:b103:444c] has joined #bitcoin-wizards08:41
-!- Starduster [~guest@unaffiliated/starduster] has joined #bitcoin-wizards08:45
-!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:f9a1:481:b103:444c] has quit [Ping timeout: 258 seconds]08:47
-!- rusty2 [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards09:20
-!- ryanxcharles [~ryanxchar@162-245-22-162.v250d.PUBLIC.monkeybrains.net] has joined #bitcoin-wizards09:21
-!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 265 seconds]09:23
-!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has joined #bitcoin-wizards09:38
-!- cbeams [~cbeams@chello084114181075.1.15.vie.surfer.at] has joined #bitcoin-wizards09:38
-!- cbeams [~cbeams@chello084114181075.1.15.vie.surfer.at] has quit [Changing host]09:38
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards09:38
-!- woah [~woah@151.217.225.153] has joined #bitcoin-wizards10:01
-!- CoinMuncher [~jannes@178.132.211.90] has quit [Quit: Leaving.]10:09
-!- hearn [~mike@37.205.56.35] has joined #bitcoin-wizards10:09
-!- PaulCapestany [~PaulCapes@204.28.124.82] has quit [Read error: Connection reset by peer]10:13
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Remote host closed the connection]10:13
-!- PaulCapestany [~PaulCapes@204.28.124.82] has joined #bitcoin-wizards10:13
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards10:15
-!- Profreid [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has joined #bitcoin-wizards10:15
-!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: apple]10:33
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Remote host closed the connection]10:34
-!- woah [~woah@151.217.225.153] has quit [Ping timeout: 245 seconds]10:35
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has quit [Quit: No Ping reply in 180 seconds.]10:36
-!- Luke-Jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood]10:36
-!- Luke-Jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards10:37
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has joined #bitcoin-wizards10:37
-!- Starduster_ [~guest@5ED11658.cm-7-2a.dynamic.ziggo.nl] has joined #bitcoin-wizards10:39
-!- wallet42 [~wallet42@217.110.126.230] has joined #bitcoin-wizards10:39
-!- Starduster_ [~guest@5ED11658.cm-7-2a.dynamic.ziggo.nl] has quit [Changing host]10:39
-!- Starduster_ [~guest@unaffiliated/starduster] has joined #bitcoin-wizards10:39
-!- wallet42 [~wallet42@217.110.126.230] has quit [Changing host]10:39
-!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards10:39
-!- Starduster [~guest@unaffiliated/starduster] has quit [Ping timeout: 240 seconds]10:41
-!- orik [~orik@50-46-132-219.evrt.wa.frontiernet.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]10:42
-!- cbeams [~cbeams@chello084114181075.1.15.vie.surfer.at] has joined #bitcoin-wizards10:43
-!- cbeams [~cbeams@chello084114181075.1.15.vie.surfer.at] has quit [Changing host]10:43
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards10:43
-!- luke-jr_ [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards10:45
-!- Luke-Jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer]10:46
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has joined #bitcoin-wizards10:46
-!- GAit [~lnahum@enki.greenaddressit.p3.tiktalik.io] has quit [Remote host closed the connection]10:48
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has quit [Ping timeout: 244 seconds]10:49
-!- luke-jr_ is now known as Luke-Jr10:51
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]10:56
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has joined #bitcoin-wizards10:58
-!- hearn [~mike@37.205.56.35] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]11:11
adam3ushmm so i've been trying various attempts to better the IBE address solution to scanning last few days, and one approach is to make smaller encrypted addresses.  i think i made some progress on that topic.11:12
-!- Profreid_ [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has joined #bitcoin-wizards11:14
adam3usif elgamal encrypt is (A,B)=(kG,M+kQ) and decrypt is M=B-dA11:14
adam3usthen the ciphertext is 2x32=64bytes at 256-bit EC curve sizes.11:14
adam3usso instead for small msgs eg in (0,2^16), one could instead compute11:15
-!- Profreid [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has quit [Ping timeout: 272 seconds]11:17
-!- Profreid_ [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has quit [Read error: Connection reset by peer]11:19
-!- Profreid [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has joined #bitcoin-wizards11:24
adam3uscall M'=(0,2^16) and M'=M mod 2^16 and M=M"||M' then find k st kG=kQ-M' mod 2^16, then M=kQ-kG (and M mod 2^16==M') and you can send A alone because B=A.  decrypt is M'=A-dA mod 2^16.11:25
adam3usso the msg might be M11:27
adam3usso the msg might be M11:27
adam3us(gah ' next to enter) so the msg might be M'==0 means msg is for me, and anything else means ignore.  then that has a 2^-16 false positive rate11:28
-!- lclc is now known as lclc_bnc11:34
-!- moa [~kiwigb@opentransactions/dev/moa] has joined #bitcoin-wizards11:36
-!- damethos [~damethos@unaffiliated/damethos] has joined #bitcoin-wizards11:39
gmaxwellI'm not following here.  So in the existing solution the address encodes two points P1, P2,   sender picks a nonce K,  and sets their scriptPubkey to P1 + H(kP2)G  and includes kG in the transaction.11:40
gmaxwellso the overhead is |kG|, or about 33 bytes.11:40
adam3usgmaxwell: yeah its not smaller but its a different use, for something compact for scanning (and info theoretically secure privacy tho that doesnt help much give rest of leaks)11:42
tacotimeehm... is this for stealth addresses or a bip32 variant?11:44
gmaxwellSo are you suggesting adding a P3 to the pubkey and 33 bytes for a elgamal test?11:44
gmaxwelltacotime: it's for reusable addresses which aren't a lie, the stealth address construction just ends up with all the users giving their scanning keys to foochain.info.11:45
adam3usgmaxwell: probably confusing because i'm not really saying much, other than hey look a single key way to encrypt a small msg with an intentional false positive11:45
gmaxwelltacotime: so he's trying to find a scheme where someone can scan on your behalf without totally giving away all the address linkages.11:46
tacotimegmaxwell: right, that's how mymonero.com is setup and it's less than ideal. but without it we currently have no easy way for anyone to use monero, and we're looking at different mtds in the future.11:46
tacotimeah, i see. that'd be super useful for us.11:46
gmaxwelltacotime: well this was talked about in here previously. We had a scheme that allowed per-block (group) delegation, e.g. where you could have someone scan for you but only for the block you asked them for, but it had high overhead, among other problems.11:47
adam3usgmaxwell: well (to explain further) its all confusing to me too at present but i was trying to meet in the middle with a new tack: use the bloom filter of the block, but in a way where you cant detect presence without a private key.  (kind of private key bloom filter!)11:47
-!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.]11:47
adam3usgmaxwell: sorry public key bloom filter.  not working out for me so well this far. but one part of it was to see if one can get smaller, like domain preserving smaller, public key encrypted messages with tunable false positive rates.11:48
tacotimewell, if it just involves appending some extra data to tx we could trial it on our testnet. i think our serialized tx structure allows for an extra 256 bytes to be appended of whatever.11:49
gmaxwelladam3us: I had found a way to do private testing but it ended sending as much data as there were addresses in the block, so no gain.11:49
adam3usgmaxwell: yes but this time i was thinking download the block bloom, and test it yourself.  kind of hard.  other strand is to find even smaller public key encryption that is bloom filter like in its output (1 bit that is either maybe, or no)11:51
adam3usgmaxwell: the line of investigation was is there a public key algorithm or variant of it that can allow the sender to decrypt as well as the recipient such that you can massage the ciphertext so its mostly 0s and then only send the trailing bit (without a 2^240 brute force)11:54
-!- adlai [~Adlai@gateway/tor-sasl/adlai] has quit [Ping timeout: 250 seconds]11:54
gmaxwelladam3us: oh thats a cute idea. Sure, even take the original reusable address scheme.  pay=P1 + H(kP2)G     you give the server P2 and not P1.  and for each pubkey output point P it computes T_n = P_n - H(kP2)G    and puts the T_n in a bloom filter.11:54
-!- adlai [~Adlai@gateway/tor-sasl/adlai] has joined #bitcoin-wizards11:56
adam3usgmaxwell: would that work? i think you're also still on the outsource the scan track, i am on a new track of have miners make a committed bloom filter of the block, and download that for all blocks and scan for yourself with your private key.11:58
-!- Aquent [~Aquent@gateway/tor-sasl/aquent] has quit [Ping timeout: 250 seconds]11:59
gmaxwelltacotime: I guess its "nice" to see confirmation of how I expected that functionality would turn out in practice. ... kinda surprised to see that running, seems like a huge subpoena magnet.11:59
gmaxwelladam3us: ah, now I follow you. Yes, I was still on an outsource the scan track.  Yes it would work, but OTOH it's linkable by any scanner who's also heard of your address.12:00
-!- bitbumper [~bitbumper@161.47.143.24.cm.sunflower.com] has joined #bitcoin-wizards12:01
gmaxwellit's also linkable over time (e.g. with reuse) so probably not that useful.12:02
-!- Aquent [~Aquent@gateway/tor-sasl/aquent] has joined #bitcoin-wizards12:02
tacotimegmaxwell: maybe someday, if people actually use monero for anything other than speculating. we aren't really even applicable to openbazaar until we implement a SSS-style protocol for threshold signatures.12:03
gmaxwelltacotime: your cryptosystem directly supports threshold signatures.12:04
-!- zooko [~user@c-75-70-204-109.hsd1.co.comcast.net] has joined #bitcoin-wizards12:04
tacotimeright, but i don't know of an available implementation, and we're kinda pressed right now to even get our db working.12:04
gmaxwellit just needs interactive setup to establish the keys for anything other than N of M where N==M.12:05
tacotimei wanted to use the scheme described here: http://link.springer.com/chapter/10.1007/3-540-47719-5_3312:05
tacotimebut i don't trust myself to implement the pure crypto i guess, and i'm time limited by the more boring contract work i have to do to survive.12:06
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has joined #bitcoin-wizards12:07
tacotimeadmittedly i haven't read your/andytoshi's proposal closely, is it a big improvement?12:07
gmaxwelltacotime: IIRC that paper requires a trusted dealer.12:08
tacotimethere's a section that described setup with a non-trusted dealer. hum, i had a copy of it somewhere.12:08
adam3usgmaxwell: in principle you might even be able to private scan via boolean AND if it works out. you'd need an efficient way to setup the bloom filter for all possible ciphertexts in a sparse ciphertext encoding.  i think sparse ciphertext could be engineered from non-sparse.12:08
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards12:09
adam3usgmaxwell: eg c'=f(H(1,Q,m)||H(2,Q,m)||...)12:09
tacotimeoh, no, i'm thinking sig generation. yeah, it looks like initial setup needs a dealer.12:10
-!- hashtag_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has joined #bitcoin-wizards12:10
adam3usgmaxwell: but being able to insta-populate the sparse ciphertext bloom filter is going to be tough.  the defence is its too large to brute force.12:10
tacotimebut 2.4 talks about how to do a distributed setup12:10
adam3usgmaxwell: so the attacker cant enumerate all to distinguish12:11
-!- hashtag_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has quit [Max SendQ exceeded]12:11
-!- hashtagg_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has quit [Ping timeout: 244 seconds]12:11
tacotime"Each player Pi chooses ri, r'i E Zq at random and verifiably shares (ri, r'i) acting as the dealer according to Pederson's VSS described above."12:11
-!- hashtag_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has joined #bitcoin-wizards12:11
gmaxwelltacotime: there is a much easier scheme.12:11
tacotimeIs that the one described in brs.pdf?12:11
tacotimei'll have to read it more closely.12:12
-!- Dizzle [~diesel@70.114.207.41] has joined #bitcoin-wizards12:21
-!- belcher [~belcher-s@unaffiliated/belcher] has quit [Quit: Leaving]12:33
-!- zooko [~user@c-75-70-204-109.hsd1.co.comcast.net] has quit [Ping timeout: 258 seconds]12:36
-!- MoALTz [~no@user-46-112-9-246.play-internet.pl] has joined #bitcoin-wizards12:44
-!- Emcy_ [~MC@152.27.187.81.in-addr.arpa] has joined #bitcoin-wizards12:44
-!- Emcy_ [~MC@152.27.187.81.in-addr.arpa] has quit [Changing host]12:44
-!- Emcy_ [~MC@unaffiliated/mc1984] has joined #bitcoin-wizards12:44
-!- Emcy [~MC@unaffiliated/mc1984] has quit [Ping timeout: 256 seconds]12:47
-!- zooko [~user@c-76-120-75-214.hsd1.co.comcast.net] has joined #bitcoin-wizards12:47
-!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards12:49
-!- Emcy_ [~MC@unaffiliated/mc1984] has quit [Ping timeout: 240 seconds]12:51
-!- Emcy [~MC@152.27.187.81.in-addr.arpa] has joined #bitcoin-wizards12:55
-!- Emcy [~MC@152.27.187.81.in-addr.arpa] has quit [Changing host]12:55
-!- Emcy [~MC@unaffiliated/mc1984] has joined #bitcoin-wizards12:55
-!- Emcy [~MC@unaffiliated/mc1984] has quit [Remote host closed the connection]12:55
-!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-wizards13:02
-!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has quit [Changing host]13:02
-!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-wizards13:02
-!- Emcy [~MC@unaffiliated/mc1984] has joined #bitcoin-wizards13:05
-!- zooko [~user@c-76-120-75-214.hsd1.co.comcast.net] has quit [Ping timeout: 264 seconds]13:05
-!- forrestv [forrestv@unaffiliated/forrestv] has joined #bitcoin-wizards13:09
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Remote host closed the connection]13:22
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards13:23
-!- orik [~orik@75.149.169.53] has joined #bitcoin-wizards13:24
-!- damethos [~damethos@unaffiliated/damethos] has quit [Quit: Bye]13:25
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 245 seconds]13:27
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has quit [Quit: iang]13:48
-!- PaulCapestany [~PaulCapes@204.28.124.82] has quit [Ping timeout: 272 seconds]13:49
-!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has quit [Ping timeout: 256 seconds]13:49
-!- PaulCapestany [~PaulCapes@204.28.124.82] has joined #bitcoin-wizards13:52
-!- hashtag_ [~hashtag@cpe-98-157-219-44.ma.res.rr.com] has quit [Ping timeout: 240 seconds]13:59
-!- Starduster_ [~guest@unaffiliated/starduster] has quit [Ping timeout: 240 seconds]14:02
-!- maaku [~quassel@173-228-107-141.dsl.static.fusionbroadband.com] has joined #bitcoin-wizards14:06
-!- maaku is now known as Guest8763214:06
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: This computer has gone to sleep]14:06
-!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-wizards14:10
-!- PaulCapestany [~PaulCapes@204.28.124.82] has quit [Ping timeout: 245 seconds]14:11
-!- Starduster [~guest@unaffiliated/starduster] has joined #bitcoin-wizards14:14
-!- PaulCapestany [~PaulCapes@204.28.124.82] has joined #bitcoin-wizards14:14
-!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Quit: Leaving.]14:18
-!- bsm117532 [~bsm117532@198.0.140.114] has quit [Ping timeout: 250 seconds]14:30
-!- everettForth [~everett@c-69-181-97-171.hsd1.ca.comcast.net] has joined #bitcoin-wizards14:31
-!- e1782d11df4c9914 [~gues@172-7-226-202.lightspeed.hstntx.sbcglobal.net] has quit [Quit: leaving]14:40
-!- Starduster [~guest@unaffiliated/starduster] has quit [Ping timeout: 240 seconds]14:41
-!- e1782d11df4c9914 [~e1782d11d@172-7-226-202.lightspeed.hstntx.sbcglobal.net] has joined #bitcoin-wizards14:44
-!- Profreid [~Profreitt@gateway/vpn/privateinternetaccess/profreid] has quit [Quit: Profreid]14:48
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection]14:49
-!- e1782d11df4c9914 [~e1782d11d@172-7-226-202.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 240 seconds]14:49
-!- e1782d11df4c9914 [e1782d11df@gateway/vpn/mullvad/x-vvclmcocojmsfhor] has joined #bitcoin-wizards14:51
-!- hashtag [~hashtag@69.23.213.3] has joined #bitcoin-wizards14:57
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Ping timeout: 244 seconds]15:00
-!- Elio20 [~elio19@gateway/tor-sasl/elio19] has joined #bitcoin-wizards15:01
-!- cluckj [~cluckj@cpe-24-92-48-18.nycap.res.rr.com] has quit [Ping timeout: 240 seconds]15:01
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards15:02
-!- NewLiberty [~NewLibert@76-255-129-88.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 256 seconds]15:03
-!- Elio19 [~elio19@gateway/tor-sasl/elio19] has quit [Ping timeout: 250 seconds]15:04
-!- hashtag [~hashtag@69.23.213.3] has quit [Ping timeout: 255 seconds]15:11
-!- belcher [~belcher-s@unaffiliated/belcher] has quit [Quit: Leaving]15:12
-!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards15:17
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]15:17
rusty2Guest87632: sorry, it was a brain fart.  OK, so, average 382 hashes to get back 150, vs 474 back to genesis, which is really bad.15:17
-!- rusty2 is now known as rusty15:17
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards15:19
-!- hashtag [~hashtag@69.23.213.3] has joined #bitcoin-wizards15:20
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has joined #bitcoin-wizards15:21
-!- belcher [~belcher-s@unaffiliated/belcher] has quit [Quit: Leaving]15:25
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 244 seconds]15:26
-!- Dizzle [~diesel@70.114.207.41] has quit [Quit: Leaving...]15:28
-!- belcher [~belcher-s@5ec1ab86.skybroadband.com] has joined #bitcoin-wizards15:28
-!- belcher [~belcher-s@5ec1ab86.skybroadband.com] has quit [Changing host]15:28
-!- belcher [~belcher-s@unaffiliated/belcher] has joined #bitcoin-wizards15:28
-!- Aquent [~Aquent@gateway/tor-sasl/aquent] has quit [Ping timeout: 250 seconds]15:35
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit [Remote host closed the connection]15:37
-!- orik [~orik@75.149.169.53] has quit [Quit: Textual IRC Client: www.textualapp.com]15:40
-!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Remote host closed the connection]15:45
-!- wyager [~wyager@cpe-24-160-153-232.satx.res.rr.com] has joined #bitcoin-wizards15:50
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has quit [Remote host closed the connection]15:51
-!- catlasshrugged [~satoshi-u@208-58-112-15.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com] has quit [Remote host closed the connection]15:51
danneujesus15:52
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has joined #bitcoin-wizards15:52
-!- wyager [~wyager@cpe-24-160-153-232.satx.res.rr.com] has quit [Client Quit]15:54
-!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has joined #bitcoin-wizards15:56
-!- HarusameNyanko [~HarusameN@nthrsm068050.hrsm.nt.ngn.ppp.infoweb.ne.jp] has quit [Ping timeout: 245 seconds]15:59
-!- wizkid057 [wk@unaffiliated/wizkid057] has quit [Ping timeout: 245 seconds]15:59
-!- wizkid057 [wk@unaffiliated/wizkid057] has joined #bitcoin-wizards16:04
-!- OneFixt [~OneFixt@unaffiliated/onefixt] has joined #bitcoin-wizards16:06
-!- moa [~kiwigb@opentransactions/dev/moa] has quit [Quit: Leaving.]16:07
-!- catlasshrugged [~satoshi-u@63.142.161.19] has joined #bitcoin-wizards16:12
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has quit [Quit: iang]16:13
-!- cluckj [~cluckj@cpe-24-92-48-18.nycap.res.rr.com] has joined #bitcoin-wizards16:16
-!- NewLiberty [~NewLibert@2602:304:cff8:1580:a426:eac8:3520:6bf8] has joined #bitcoin-wizards16:25
rustyWoah, I found the perfect image for sidechains: http://www.vitacost.com/Images/Products/1000/Momma/Momma-Toddler-Soft-Fork-Orange-044677710176.jpg16:29
-!- op_mul [~op_mul@178.62.78.122] has joined #bitcoin-wizards16:33
op_mulrusty: that has got to be the least effective fork ever.16:33
rustyop_mul: but who could oppose such a soft fork?  It's BPA free and it clearly says it's going to be 6 months + before deployment.16:34
-!- Starduster [~guest@unaffiliated/starduster] has joined #bitcoin-wizards16:34
rustyop_mul: plus, it's "extendable"!  It's the soft fork to end all soft forks :)16:34
adam3usLOL16:35
op_mulI'd call it a spoof. it's more spoon than fork.16:35
-!- jcorgan [~jcorgan@unaffiliated/jcorgan] has joined #bitcoin-wizards16:35
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has joined #bitcoin-wizards16:38
rustyop_mul: True, but there are enough spoof bitcoin projects in the world already...16:38
-!- hashtag [~hashtag@69.23.213.3] has quit [Ping timeout: 255 seconds]16:42
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit [Ping timeout: 245 seconds]16:42
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has joined #bitcoin-wizards16:47
-!- everettForth [~everett@c-69-181-97-171.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds]16:54
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has quit [Ping timeout: 258 seconds]16:57
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has joined #bitcoin-wizards16:59
-!- hearn [~mike@84-75-198-85.dclient.hispeed.ch] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]17:01
-!- ryanxcharles [~ryanxchar@162-245-22-162.v250d.PUBLIC.monkeybrains.net] has quit [Ping timeout: 264 seconds]17:10
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards17:12
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has joined #bitcoin-wizards17:13
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has joined #bitcoin-wizards17:14
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has joined #bitcoin-wizards17:16
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 265 seconds]17:17
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has quit [Ping timeout: 240 seconds]17:17
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has joined #bitcoin-wizards17:18
-!- HaltingState [~HaltingSt@unaffiliated/haltingstate] has quit [Quit: Leaving]17:21
-!- Guest87632 is now known as maaku17:23
-!- llllllllll [~lllllllll@53-109.bbned.dsl.internl.net] has quit []17:30
-!- iang [~iang@cpc3-lewi16-2-0-cust561.2-4.cable.virginm.net] has quit [Quit: iang]17:31
-!- adam3us [~Adium@c31-67.i07-8.onvol.net] has quit [Quit: Leaving.]17:39
-!- Elio20 [~elio19@gateway/tor-sasl/elio19] has quit [Remote host closed the connection]17:39
-!- Elio20 [~elio19@gateway/tor-sasl/elio19] has joined #bitcoin-wizards17:40
-!- jtimon [~quassel@34.pool85-59-141.dynamic.orange.es] has quit [Ping timeout: 244 seconds]17:43
-!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:f9a1:481:b103:444c] has joined #bitcoin-wizards17:53
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has joined #bitcoin-wizards18:03
-!- hashtag [~hashtag@CPE-69-23-213-3.wi.res.rr.com] has quit [Ping timeout: 244 seconds]18:06
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Quit: pgokeeffe]18:13
-!- d1ggy [~d1ggy@e182058152.adsl.alicedsl.de] has joined #bitcoin-wizards18:18
-!- siervo [uid49244@gateway/web/irccloud.com/x-ybhihwzhtqwxsadl] has joined #bitcoin-wizards18:23
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has joined #bitcoin-wizards18:40
-!- bsm117532 [~bsm117532@198.0.140.114] has joined #bitcoin-wizards18:55
-!- mortale [~mortale@gateway/tor-sasl/mortale] has quit [Remote host closed the connection]18:57
-!- siervo [uid49244@gateway/web/irccloud.com/x-ybhihwzhtqwxsadl] has quit []19:22
-!- belcher [~belcher-s@unaffiliated/belcher] has quit [Quit: Leaving]19:28
-!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:f9a1:481:b103:444c] has quit [Ping timeout: 258 seconds]19:34
-!- ryanxcharles [~ryanxchar@2601:9:4680:dd0:f9a1:481:b103:444c] has joined #bitcoin-wizards19:38
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Quit: pgokeeffe]19:46
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has joined #bitcoin-wizards19:49
-!- catlasshrugged [~satoshi-u@63.142.161.19] has quit [Ping timeout: 244 seconds]19:58
-!- aburan28 [~ubuntu@static-108-45-93-73.washdc.fios.verizon.net] has joined #bitcoin-wizards20:08
-!- kgk_ [~kgk@host-174-45-237-243.bln-mt.client.bresnan.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]20:13
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has joined #bitcoin-wizards20:21
rustygmaxwell: I'm having a brain fade.  What was the term you used for returning bitcoins from a sidechain to the main chain?20:30
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Quit: pgokeeffe]20:35
-!- zooko [~user@c-75-70-204-109.hsd1.co.comcast.net] has joined #bitcoin-wizards20:39
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has joined #bitcoin-wizards20:43
-!- coiner [~linker@42.116.98.116] has quit [Ping timeout: 240 seconds]20:51
-!- d1ggy_ [~d1ggy@g229099011.adsl.alicedsl.de] has joined #bitcoin-wizards20:56
-!- d1ggy [~d1ggy@e182058152.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds]20:59
-!- bsm117532 [~bsm117532@198.0.140.114] has quit [Ping timeout: 256 seconds]21:01
-!- Guest38034 [~Pan0ram1x@095-096-084-122.static.chello.nl] has quit [Ping timeout: 256 seconds]21:11
-!- Krellan_ [~krellan@12.250.97.26] has joined #bitcoin-wizards21:15
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards21:16
-!- NewLiberty [~NewLibert@2602:304:cff8:1580:a426:eac8:3520:6bf8] has quit [Ping timeout: 258 seconds]21:17
-!- Pan0ram1x [~Pan0ram1x@095-096-084-122.static.chello.nl] has joined #bitcoin-wizards21:17
-!- Pan0ram1x is now known as Guest1902721:18
-!- cbeams [~cbeams@unaffiliated/cbeams] has quit [Ping timeout: 250 seconds]21:20
-!- Krellan_ [~krellan@12.250.97.26] has quit [Ping timeout: 244 seconds]21:21
-!- Krellan_ [~krellan@12.250.97.26] has joined #bitcoin-wizards21:23
-!- coiner [~linker@115.79.55.177] has joined #bitcoin-wizards21:27
-!- NewLiberty [~NewLibert@2602:304:cff8:1580:a426:eac8:3520:6bf8] has joined #bitcoin-wizards21:42
-!- pgokeeffe [~pgokeeffe@101.165.79.110] has quit [Ping timeout: 240 seconds]21:58
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has joined #bitcoin-wizards22:08
-!- catlasshrugged [~satoshi-u@208-58-112-15.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com] has joined #bitcoin-wizards22:09
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has quit [Quit: pgokeeffe]22:29
-!- Starduster_ [~guest@unaffiliated/starduster] has joined #bitcoin-wizards22:35
-!- Starduster [~guest@unaffiliated/starduster] has quit [Ping timeout: 240 seconds]22:37
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has joined #bitcoin-wizards22:53
op_mulI have a horrible feeling that stealth addresses are becoming a "standard" without any of the interesting stuff added to them. we'll probably end up with centralised, no payment ID mode ones for good :(23:02
gmaxwellseems unlikely. Due to complete tonedefness they've been given an intentionally 'edgy' name that leave most wallets actively unwilling to implement them.23:05
gmaxwellit's just as well, since the tech needs to be stronger to not have them be a net-negative for user privacy all things considered.23:06
op_multhat comment came from a reddit post talking about a new service "supporting" them.23:11
op_multurns out it was just another scary "manually manage your private keys in a browser with javascript" thing.23:17
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has quit [Quit: pgokeeffe]23:17
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has joined #bitcoin-wizards23:25
-!- cbeams [~cbeams@unaffiliated/cbeams] has joined #bitcoin-wizards23:32
-!- pgokeeffe [~pgokeeffe@101.165.93.194] has quit [Quit: pgokeeffe]23:40
-!- MoALTz [~no@user-46-112-9-246.play-internet.pl] has quit [Quit: Leaving]23:42
-!- Krellan_ [~krellan@12.250.97.26] has quit [Quit: Night all]23:44
-!- siraj [~siraj@c-71-198-214-186.hsd1.ca.comcast.net] has quit []23:56
-!- paveljanik [~paveljani@79-98-72-216.sys-data.com] has joined #bitcoin-wizards23:58
-!- paveljanik [~paveljani@79-98-72-216.sys-data.com] has quit [Changing host]23:58
-!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-wizards23:58
--- Log closed Wed Dec 31 00:00:08 2014

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