c0rw|afk is now known as c0rw1n
kmels has quit [Ping timeout: 264 seconds]
zooko has joined #bitcoin-wizards
<midnightmagic> lmatteis: I didn't see anyone answer your comment about embedding p2pool within bitcoin core. Yes, lots of people have said it, and gavin has mentioned he would be completely in favour of a C++ conversion of p2pool for inclusion with bitcoin-core. I suspect a separate daemon would be most palatable, but the answer is yes. And I suspect if it were cleanly-written, it would likely not have muc
<midnightmagic> h difficulty getting ACKs from the
* midnightmagic stabs splitline
<midnightmagic> universal developer set.
<kanzure> what are the arguments against including the python implementation?
<midnightmagic> kanzure: probably dependencies. There were no arguments about it, as far as I know everyone else agreed a C or C++ implementation would be a superior direction.
<midnightmagic> kanzure: I suspect the fact that universal p2pool mining would push the canonical p2pool chain difficulty so high it would no longer be an effective reduction in mining variance and therefore unpopular. Probably manual subscription or semi-automatic subchain membership organization would solve that.
<gmaxwell> kanzure: so p2pool is ... not very healthy right now. It's more or less unmaintained, and the performance is not great. (e.g. uses several hundred megs of ram). AFAICT forrestv burned out on bitcoin when people with crappy centeralized pools were earning a hundred grand a month, and his major engineering feat bairly got enough for him to buy an asic miner (which then was never shipped).
<kanzure> oh; yeah i guess dependencies would be bothersome, even when bundled into a release.
<kanzure> also was unaware of forrestv burnout.
<gmaxwell> midnightmagic: it always results in variance reduction, right now the low hashrate on it overwhelmingly dominates, current users would still be better off with everyone using it.
<gmaxwell> (they wouldn't get paid in every block, lots of share variance, but much less pool variance)
<midnightmagic> forrestv is extremely cooperative as a developer, and a very high-quality human in general.
<midnightmagic> (at least what I've seen of him the last five years)
<jcorgan> not many of those
<belcher> too bad about the incentives around open source development :|
<gmaxwell> Forrestv is a great guy and frighteningly smart p2pool code is too "clever" for me to hack on easily; it's full of python metaprogramming.
<belcher> in that situation being evil is more profitable
<zooko> gmaxwell: ouch
<zooko> sigh
rusty has joined #bitcoin-wizards
<zooko> After we fix money, we need to fix economics.
* zooko drank a glass of red wine
NewLiberty has joined #bitcoin-wizards
<kanzure> i thought aging was next on the agenda
<kanzure> maybe i have the old agenda
<zooko> Heh heh heh. We definitely need to fix that.
<midnightmagic> I like p2pool's code, personally, although the lambda stuff was the first time I've ever encountered it in python code. Spoiled by commercial LCD python programming I guess.
* zooko joins #bitcoin-wizards-offtopic to fix aging
<gmaxwell> In any case, since p2pool is a consensus network itself, its a bit tricky to maintain! (though forrestv managed to upgrade it a BUNCH of times)
<zooko> forrestv: is it true you felt burnt out by the experience?
<zooko> forrestv: and what are you doing now?
<gmaxwell> oh he's in here?! crazy!
* zooko peers at forrestv
<zooko> Looks pretty idle.
* gmaxwell misses talking to forrestv
<midnightmagic> :-) that's why I used his name when I said nice things about him. :)
<zooko> :-)
<zooko> If I order another glass of red wine, I'm /part'ing from this channel for the night.
waxwing has quit [Read error: Connection reset by peer]
<gmaxwell> zooko: oh you got one of those keyboard breathalizers, ... so much more useful than those fingerprint readers.
<zooko> Heh heh heh.
<zooko> That's a great idea.
<zooko> I wonder if I'll find one if I google for it.
<zooko> Maybe search kickstarter.
<kanzure> here's your term sheet
<kanzure> i spilled some coffee on it and i drew with some crayons on it, but it's still good i think
<zooko> :-)
<zooko> I *am* actually working on an investment contract right now, while drinking, and IRC'ing.
<zooko> Maybe I should send some emails and tweet while I'm at it.
<gmaxwell> zooko: software is the new hotness, can probably use the camera to detect flushing.
<zooko> Ooh.
<moa> got a bot to do that
waxwing has joined #bitcoin-wizards
<zooko> I wonder if there is a keystroke-timing equivalent to slurred speech.
<gmaxwell> via this DSP technique: http://people.csail.mit.edu/mrub/vidmag/
<dgenr8> didn't see this mentioned here in a quick search http://eprint.iacr.org/2015/578
<gmaxwell> dunno if it was mentioned here, I've seen it. The 20 minute stuff is well known (see #bitcoin-dev logs), made less of a concern by immune networks between miners, but will be improved in later versions.
<gmaxwell> I haven't read the full thing in details.
<yoleaux> Cryptology ePrint Archive: Report 2015/578
<kanzure> grr
<kanzure> "Tampering with the Delivery of Blocks and Transactions in Bitcoin"
pollux-bts has joined #bitcoin-wizards
<dgenr8> if we have an inv, and get a tx push for that hash, why not accept it?
jgarzik has quit [Quit: This computer has gone to sleep]
<gmaxwell> dgenr8: I believe we do (did?) accept unsolicited TX pushes; thoug there is a good argument why not to: it strongly encourages crappy implementations that don't INV (and can't inv) and thus waste a bunch of bandwidth.
wallet42 has joined #bitcoin-wizards
<kanzure> (in other off-topic research) "Meta-analysis of heritability of human traits based on 50 years of twin studies" http://www.gwern.net/docs/2015-polderman.pdf
<gmaxwell> kanzure: man, I misread that as meta-heritability and was momentarily perplexed.
<nsh> i just spent a few seconds doubting the utility of delineating traits in the first place
<midnightmagic> need a clean way to encapsulate a zotero single-paper archive.
<dgenr8> this problem would go away even if we accepted a push only in the case it was previously asked for from another peer
<midnightmagic> :-( this plain-pdf on its own stuff is Not Da Best Kung Fu
<gmaxwell> dgenr8: I don't see how, peers shouldn't be sending unsolicited transactions in the first place; so how is a behavior going to be fixed by changing the handling of something that shouldn't happen?
<dgenr8> right
<dgenr8> what are the improvements you mentioned?
jaekwon has quit [Remote host closed the connection]
<dgenr8> oh for one thing they claim the incoming inv buffer from a single peer is not de-duplicated. that should be easy to fix
Burrito has quit [Quit: Leaving]
jgarzik has joined #bitcoin-wizards
<dgenr8> they are probably using multiple peers and just didn't state it
maraoz has joined #bitcoin-wizards
cdecker has quit [Ping timeout: 245 seconds]
maraoz has quit [Ping timeout: 264 seconds]
cdecker has joined #bitcoin-wizards
<amiller> that tampering with delivery paper repeats a bunch of stuff i already mentioned in http://cs.umd.edu/projects/coinscope/coinscope.pdf
<amiller> including that the inv buffer is not deduplicated
d1ggy_ has joined #bitcoin-wizards
prodatalab has quit [Ping timeout: 265 seconds]
hashtag has joined #bitcoin-wizards
belcher has quit [Quit: Leaving]
d1ggy has quit [Ping timeout: 265 seconds]
c0rw1n is now known as c0rw|zZz
tdryja has joined #bitcoin-wizards
tdryja has left #bitcoin-wizards [#bitcoin-wizards]
zooko has quit [Ping timeout: 250 seconds]
<dgenr8> ah. it's not even keyed by hash so, yep
<dgenr8> i'm thinking AddInventoryKnown should pay attention to whether it was already there and continue if yes
blazes816 has joined #bitcoin-wizards
<dgenr8> that gets it down to just 2 minutes (which is still too long)
<dgenr8> amiller: haven't read that, now looking forward to it!
prodatalab has joined #bitcoin-wizards
tcrypt has quit [Ping timeout: 246 seconds]
blazes816 has quit [Ping timeout: 246 seconds]
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
<moa> what's with all these AI movies these days, seems to be a deluge of them coming out
<moa> i'm sure one of the dialogs in ex machina was ripped off -wizards logs
nwilcox has quit [Ping timeout: 276 seconds]
<moa> ... and I'll be running the Chappie fork from now on btw
<gmaxwell> moa: You didn't notice that the main computer genius guy looks like a buff eliezer yudkowsky?
<moa> well he was buff ... and an alcoholic
<moa> but his last line was a classic ... stumbling down the hallway wife knife protrduing from chest "effing unreal dude"
bramc has quit [Quit: This computer has gone to sleep]
<gmaxwell> I liked the movie, for whatever is worth; also in accepting it for what it is. but hah. ending wasn't that awesome though.
<moa> yeah, take it for what it was worth .... but it makes one wonder unless AI has it's own "great filter" then the fermi paradox great filter might be AI, etc
<jgarzik> They had a private screening of Ex Machina at the Singularity Conference where I spoke last week. After the screening, a private Q&A with MSFT A.I. expert and another A.I. expert
<jgarzik> ...and I missed it :/
<moa> murdered by the AI you created
<gmaxwell> moa: well that was part of the point; AI is potentially an existential risk to humanity. I think our expirence with Bitcoin informs that even the AI doomssayers are probably very naieve about how far away mankind is from being able to produce complex systems that do as intended, too.
<moa> fast-learning adaptive systems can go off the rails just as fast as they can achieve amazing things
Zooko-phone has joined #bitcoin-wizards
licnep has quit [Quit: Connection closed for inactivity]
justanotheruser has quit [Ping timeout: 276 seconds]
<moa> AI need good sleep cycles and a naughty corner to consider the consequences of their actions
Dr-G has joined #bitcoin-wizards
<moa> a trip to the zoo and some ice cream might not be sufficient on the carrot side of the equation though
<gmaxwell> moa: I think I may have mentioned before I tried to come up with a risk metric for adaptive systems. The idea, I thought is you can consider the universe a probablity space and then ask how unlikely an event the process could bring about, and use that as an estimate of danger. But after not-much reflection I realized simple processes like the phased lock loop that brings my local atomic clock
<gmaxwell> in sync with UTC from GPS is able to cause synchronization with error <= 10e-13 level quite quickly, which is impossibly good alignment from a probablity perspective... so by that kind of metric like ... everything would be very dangerous, so not that useful.
Dr-G2 has quit [Ping timeout: 272 seconds]
<moa> maybe a better starting point is that the universe is an incredibly dangerous place, everything is dangerous it is a miracle every second we stay alive?
<moa> life and living is the low probability event
<gmaxwell> well we already know life is dangerous!
<moa> yup, it's axiomatic then
<gmaxwell> I think that intution is not completely awful, e.g. it correctly detects a bunch of dangerous things (people) and not very dangerous things (rocks)... but unfortunately it also calls many things that are probably not very dangerous dangerous, like a phase locked loop syncing oscillators.
<jgarzik> bah, I have a 100% track record of not-dying
<jgarzik> seems safe to me
<moa> i could walk through the plate-glass window in front of me right now ... look around you and ask how many ways you could be dead inside a minute
justanotheruser has joined #bitcoin-wizards
<moa> if my circuits got scrambled all that danger comes into play
afk11 has quit [Ping timeout: 250 seconds]
<moa> sanity is balancing a highly complex system inside a very narrow phase space of relative safety, surrounded by a domain of mostly danger life-ending motions
<moa> then you hop in a car and drive down the freeway at 70mph to spice it up :)
<moa> on your way to go wing-suiting in the alps for the weekend
jaekwon has joined #bitcoin-wizards
prodatalab_ has joined #bitcoin-wizards
prodatalab has quit [Ping timeout: 265 seconds]
afk11 has joined #bitcoin-wizards
p15 has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
bramc has quit [Client Quit]
<kanzure> gmaxwell: i think we need better strategies than that (e.g. we really should have not-all-your-eggs-in-one-basket redundancy so that if we turn out to be in a world where very dangerous things are highly probable and easily achievable, then we are less entirely screwed)
<kanzure> *such that we are less entirely screwed
<kanzure> ((if your form of "dangerous" is such that it can always usurp any possible solution, then it's not a useful problem definition because it provides no utility for what to bother doing with our time, if anything specific))
zooko has joined #bitcoin-wizards
dgenr8 has quit [Read error: Connection reset by peer]
dgenr8 has joined #bitcoin-wizards
<the_last> rusty: nice blog post
<rusty> the_last: thanks!
DougieBot5000 has joined #bitcoin-wizards
afk11 has quit [Ping timeout: 264 seconds]
jaekwon has quit [Remote host closed the connection]
afk11 has joined #bitcoin-wizards
nemild has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 252 seconds]
zmanian has joined #bitcoin-wizards
<moa> rusty: so ~9mins to propagate 8MB blocks?
<moa> e.g. on your outback link
nessence has quit [Remote host closed the connection]
nessence has joined #bitcoin-wizards
TheSeven has quit [Disconnected by services]
[7] has joined #bitcoin-wizards
nessence has quit [Ping timeout: 265 seconds]
bliljerk_ has joined #bitcoin-wizards
bliljerk101 has quit [Ping timeout: 252 seconds]
hashtag has quit [Ping timeout: 244 seconds]
<rusty> moa: heh, this is fifth largest city in Australia, 1.25M population. But, yeah :(
<moa> yeah, that was tongue-in-cheek ... 11Mb down 1 Mb up is pretty standard DSL
prodatalab_ has quit [Ping timeout: 265 seconds]
<rusty> moa: fastest available, unf. Doesn't seem an unfair basis if you're thinking about a global userbase.
rusty has left #bitcoin-wizards [#bitcoin-wizards]
nemild has quit [Quit: nemild]
rusty1 has joined #bitcoin-wizards
<moa> rusty1: I agree ... and I think many people will be surprised with how bad upload connectivity really is for network end users
<gmaxwell> it's also roughly my connectivity.
<moa> supposedly the old 700 MHz analog tv bands are going to support 4G equipment to us in the NZ bush sometime in near future
jaekwon has joined #bitcoin-wizards
<Luke-Jr> moa: aren't they "open to all" now?
Giszmo has quit [Quit: Leaving.]
* Luke-Jr ponders difficulty level of setting up a SDR to use an open channel for 4G <.<
<moa> ha, i wish ... they had an unseemingly fast auction and ignored calls to keep some of it open for public use
<moa> I was envisioning a mesh network using old UHF that every house still has rusting on their roofs
wallet42 has quit [Quit: Leaving.]
rusty1 has quit [Ping timeout: 256 seconds]
priidu has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
zooko has quit [Remote host closed the connection]
jaekwon has quit [Remote host closed the connection]
fanquake has joined #bitcoin-wizards
jgarzik has quit [Ping timeout: 244 seconds]
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
Mably has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
kgk has joined #bitcoin-wizards
p15 has quit [Ping timeout: 264 seconds]
p15 has joined #bitcoin-wizards
_biO_ has joined #bitcoin-wizards
priidu has quit [Ping timeout: 252 seconds]
priidu has joined #bitcoin-wizards
jgarzik_ has joined #bitcoin-wizards
jgarzik has quit [Ping timeout: 250 seconds]
jgarzik_ has quit [Changing host]
jgarzik_ has joined #bitcoin-wizards
jgarzik_ is now known as jgarzik
DougieBot5000 has quit [Quit: Leaving]
www has joined #bitcoin-wizards
p15 has quit [Ping timeout: 264 seconds]
p15 has joined #bitcoin-wizards
Mably has quit [Ping timeout: 264 seconds]
p15_ has joined #bitcoin-wizards
p15 has quit [Ping timeout: 252 seconds]
fanquake1 has joined #bitcoin-wizards
fanquake has quit [Ping timeout: 244 seconds]
davi has joined #bitcoin-wizards
kgk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<fluffypony> moa: I reckon cheaper satellite will be deployed before that happens
<moa> fluffypony: satellite comms is hard, tv antennas have been done for over 80 years
Mably has joined #bitcoin-wizards
CoinMuncher has joined #bitcoin-wizards
kgk has joined #bitcoin-wizards
SDCDev has joined #bitcoin-wizards
_biO_ has quit [Read error: Connection reset by peer]
darwin_ has joined #bitcoin-wizards
<jgarzik> fluffypony, moa: Q3 2016 for Dunvegan Space's satellites w/ blockchain on board...
<phantomcircuit> jgarzik, er how much bandwidth does that have?
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
<jgarzik> phantomcircuit, 1 Mb/s - not a comm satellite, more a server in space - http://dunveganspace.com/assets/bitsat-infosheet.pdf
kgk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
damethos has joined #bitcoin-wizards
<fluffypony> jgarzik: nice
<fluffypony> moa: I know, I was thinking more about Elon Musk's thing
<jgarzik> If you think you have a customer use case, let us know! jgarzik@dss.co This far in advance of launch, we are lining up people interested in storing data or running apps on the satellites.
<jgarzik> Run fun stuff on there like bitcoin oracles
<phantomcircuit> jgarzik, 1Mb/s theoretical or actual?
<jgarzik> phantomcircuit, 1 Mb/s theoretical max
<fluffypony> jgarzik: can it do two-way, or one-way only?
<jgarzik> 2 way
<phantomcircuit> jgarzik, any idea what actual will be one way?
<jgarzik> actually more than 2-way since we have inter-satellite relay
<jgarzik> in addition to ground<->sat
<jgarzik> phantomcircuit, close to that based on bench tests
zmanian has quit [Ping timeout: 255 seconds]
<moa> jgarzik: any limits on apps that can be run on your sats?
<moa> physically, legally
<jgarzik> moa: whatever the sat can run & doesn't get me arrested ;p
* fluffypony reckons moa is designing porn-o-lites
<moa> jurisdictional arbitrage gets interesting in space
<jgarzik> our net can do worldwide broadcasting, once all 24 are up
gill3s has joined #bitcoin-wizards
* jgarzik -> sleep
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gill3s has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
antanst has joined #bitcoin-wizards
_biO_ has joined #bitcoin-wizards
rubensayshi has joined #bitcoin-wizards
darwin_ has quit []
priidu has quit [Ping timeout: 265 seconds]
andy-logbot has quit [Remote host closed the connection]
andy-logbot has joined #bitcoin-wizards
* andy-logbot is logging
adam3us has quit [Quit: Leaving.]
spinza has quit [Excess Flood]
spinza has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
dEBRUYNE has joined #bitcoin-wizards
orperelman has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_biO_ has quit [Remote host closed the connection]
sparetire has quit [Ping timeout: 244 seconds]
sparetire_ has quit [Ping timeout: 250 seconds]
priidu has joined #bitcoin-wizards
_biO_ has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
sparetire has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
terpo has joined #bitcoin-wizards
n0n0_ has joined #bitcoin-wizards
sparetire_ has quit [Quit: sparetire_]
face has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
fanquake has joined #bitcoin-wizards
fanquake1 has quit [Ping timeout: 276 seconds]
Tiraspol has quit [Ping timeout: 265 seconds]
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Changing host]
Tiraspol has joined #bitcoin-wizards
airbreather has joined #bitcoin-wizards
terpo has quit []
damethos has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 255 seconds]
orperelman has quit [Ping timeout: 250 seconds]
orperelman has joined #bitcoin-wizards
p15_ has quit [Max SendQ exceeded]
p15 has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
p15 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
melvster has quit [Ping timeout: 245 seconds]
damethos has quit [Quit: Bye]
Mably has quit [Ping timeout: 265 seconds]
melvster has joined #bitcoin-wizards
antanst has left #bitcoin-wizards [#bitcoin-wizards]
Quanttek has joined #bitcoin-wizards
SDCDev has quit [Ping timeout: 246 seconds]
SDCDev has joined #bitcoin-wizards
cdecker has quit [Quit: Leaving.]
p15 has joined #bitcoin-wizards
Mably has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
airbreather has quit [Remote host closed the connection]
damethos has joined #bitcoin-wizards
gill3s has joined #bitcoin-wizards
[7] has quit [Ping timeout: 244 seconds]
TheSeven has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 256 seconds]
orperelman has quit [Ping timeout: 264 seconds]
Relos has quit [Ping timeout: 276 seconds]
paveljanik has quit [Quit: Leaving]
adam3us has quit [Quit: Leaving.]
p15_ has joined #bitcoin-wizards
www has quit [Ping timeout: 264 seconds]
p15 has quit [Ping timeout: 252 seconds]
prodatalab_ has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
damethos has quit [Remote host closed the connection]
damethos has joined #bitcoin-wizards
p15_ has quit [Max SendQ exceeded]
Mably has quit [Read error: Connection reset by peer]
p15 has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
antgreen has joined #bitcoin-wizards
hearn has quit [Read error: Connection reset by peer]
hearn_ has joined #bitcoin-wizards
moa has joined #bitcoin-wizards
Gest4651 has joined #bitcoin-wizards
Mably has joined #bitcoin-wizards
Mably has quit [Client Quit]
Mably has joined #bitcoin-wizards
davi has quit [Ping timeout: 265 seconds]
narwh4l has quit [Remote host closed the connection]
Mably has quit [Ping timeout: 264 seconds]
hearn_ has quit [Read error: Connection reset by peer]
hashtag has joined #bitcoin-wizards
hearn has joined #bitcoin-wizards
Quanttek has quit [Ping timeout: 276 seconds]
p15 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
www has joined #bitcoin-wizards
dc17523be3 has quit [Ping timeout: 264 seconds]
dc17523be3 has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 246 seconds]
hashtag has quit [Ping timeout: 265 seconds]
JackH has quit [Quit: Leaving]
instagibbs has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
Guyver2 has joined #bitcoin-wizards
getplank has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
StephenM347 has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
instagibbs has quit [Quit: Page closed]
mjerr has joined #bitcoin-wizards
davi_ has joined #bitcoin-wizards
p15 has joined #bitcoin-wizards
AnoAnon has joined #bitcoin-wizards
AnoAnon has quit [Max SendQ exceeded]
hashtag has quit [Ping timeout: 244 seconds]
nemild has joined #bitcoin-wizards
priidu has quit [Ping timeout: 264 seconds]
erasmospunk has joined #bitcoin-wizards
nemild has quit [Quit: nemild]
priidu has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
eudoxia_ has joined #bitcoin-wizards
eudoxia has quit [Ping timeout: 246 seconds]
eudoxia_ has quit [Client Quit]
eudoxia has joined #bitcoin-wizards
Quanttek has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
nuke1989 has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
dc17523be3 has quit [Ping timeout: 252 seconds]
fanquake has quit [Quit: Leaving.]
dc17523be3 has joined #bitcoin-wizards
SDCDev has quit [Ping timeout: 276 seconds]
Mably has joined #bitcoin-wizards
p15 has quit [Ping timeout: 252 seconds]
ThomasV has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
p15 has joined #bitcoin-wizards
shaul has joined #bitcoin-wizards
hearn_ has joined #bitcoin-wizards
adam3us has quit [Quit: Leaving.]
hearn has quit [Ping timeout: 256 seconds]
Mably has quit [Ping timeout: 252 seconds]
p15_ has joined #bitcoin-wizards
nemild has joined #bitcoin-wizards
p15 has quit [Ping timeout: 272 seconds]
Xh1pher has joined #bitcoin-wizards
rustyn has quit []
temujin has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
Quanttek has quit [Ping timeout: 264 seconds]
p15_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wallet42 has quit [Quit: Leaving.]
n0n0_ has quit [Ping timeout: 272 seconds]
hashtag has quit [Ping timeout: 272 seconds]
wallet42 has joined #bitcoin-wizards
zmanian has joined #bitcoin-wizards
hearn_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_biO__ has joined #bitcoin-wizards
lechuga_ has joined #bitcoin-wizards
n0n0_ has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
antanst has joined #bitcoin-wizards
jgarzik has quit [Quit: This computer has gone to sleep]
hashtag has quit [Ping timeout: 265 seconds]
jtimon has quit [Ping timeout: 265 seconds]
jtimon_ has joined #bitcoin-wizards
Gest4651 has quit [Read error: Connection reset by peer]
jtimon_ has quit [Quit: No Ping reply in 180 seconds.]
jtimon has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
jtimon has quit [Read error: Connection reset by peer]
jtimon has joined #bitcoin-wizards
gielbier has quit [Ping timeout: 252 seconds]
jtimon has quit [Remote host closed the connection]
davi_ has quit [Ping timeout: 265 seconds]
adam3us has joined #bitcoin-wizards
Relos has joined #bitcoin-wizards
getplank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
zmanian has quit [Ping timeout: 244 seconds]
gielbier has joined #bitcoin-wizards
zooko has quit [Ping timeout: 250 seconds]
shesek has joined #bitcoin-wizards
zmanian has joined #bitcoin-wizards
afk11 has quit [Ping timeout: 246 seconds]
hearn has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 264 seconds]
kmels has joined #bitcoin-wizards
licnep has joined #bitcoin-wizards
jgarzik has quit [Quit: Leaving]
afk11 has joined #bitcoin-wizards
adam3us has quit [Quit: Leaving.]
davi has joined #bitcoin-wizards
getplank has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
hearn has quit [Read error: Connection reset by peer]
hearn has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
zmanian has quit [Ping timeout: 264 seconds]
mjerr has quit [Ping timeout: 265 seconds]
Zooko-phone has quit [Ping timeout: 256 seconds]
Quanttek has joined #bitcoin-wizards
rubensayshi has quit [Ping timeout: 264 seconds]
priidu has quit [Ping timeout: 265 seconds]
poppingtonic has joined #bitcoin-wizards
antanst has quit [Quit: Leaving.]
ThomasV has joined #bitcoin-wizards
nessence has quit [Ping timeout: 246 seconds]
antgreen has quit [Ping timeout: 250 seconds]
AnoAnon has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
jb55 has joined #bitcoin-wizards
AnoAnon has quit [Read error: Connection reset by peer]
damethos has quit [Quit: Bye]
Mably has joined #bitcoin-wizards
GAit has quit [Read error: Connection reset by peer]
zmanian has joined #bitcoin-wizards
GAit has joined #bitcoin-wizards
lechuga_ has quit [Quit: leaving]
erasmospunk has quit [Remote host closed the connection]
bramc has joined #bitcoin-wizards
zmanian has quit [Ping timeout: 255 seconds]
jgarzik has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
tcrypt has joined #bitcoin-wizards
erasmospunk has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 256 seconds]
zmanian has joined #bitcoin-wizards
<jgarzik> Anything overly nerd-y going on in SF this weekend? I'm around with - shocker - no meetings or calls
<jgarzik> maybe I'll go see Ex Machina
jaekwon has joined #bitcoin-wizards
<hearn> jgarzik: it's good
<hearn> jgarzik: if you like cerebral sci fi
<hearn> jgarzik: the google analogies are a bit too direct imo but other than that it's quite engaging :)
bramc has quit [Quit: This computer has gone to sleep]
gill3s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
erasmospunk has quit [Read error: Connection reset by peer]
erasmospunk has joined #bitcoin-wizards
hearn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
akrmn has quit [Ping timeout: 252 seconds]
hashtag has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
bramc has quit [Client Quit]
hashtag has quit [Ping timeout: 265 seconds]
bramc has joined #bitcoin-wizards
davi has quit [Ping timeout: 265 seconds]
bramc has quit [Quit: This computer has gone to sleep]
akrmn has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
erasmospunk has quit [Remote host closed the connection]
hashtag has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 265 seconds]
hashtag has quit [Ping timeout: 255 seconds]
wallet42 has joined #bitcoin-wizards
SubCreative has quit [Remote host closed the connection]
bramc has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #bitcoin-wizards
bosma_ has joined #bitcoin-wizards
jb55_ has joined #bitcoin-wizards
Mably_ has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 252 seconds]
bosma has quit [Ping timeout: 272 seconds]
Mably has quit [Ping timeout: 265 seconds]
justanotheruser is now known as justanotherusr
priidu has joined #bitcoin-wizards
CoinMuncher has quit [Quit: Leaving.]
SubCreative has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
Zooko-phone has joined #bitcoin-wizards
priidu has quit [Ping timeout: 252 seconds]
Burrito has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
wallet42 has joined #bitcoin-wizards
wallet42 has quit [Client Quit]
davi__ has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
zmanian has quit [Ping timeout: 272 seconds]
davi__ has quit [Ping timeout: 256 seconds]
mjerr has quit [Ping timeout: 252 seconds]
wallet42 has quit [Quit: Leaving.]
Zooko-phone has quit [Ping timeout: 255 seconds]
go1111111 has quit [Ping timeout: 264 seconds]
wallet42 has joined #bitcoin-wizards
bosma_ is now known as bosma
cpacia has joined #bitcoin-wizards
StephenM347 has quit []
zooko has joined #bitcoin-wizards
zmanian has joined #bitcoin-wizards
go1111111 has joined #bitcoin-wizards
licnep has quit [Quit: Connection closed for inactivity]
hashtag has joined #bitcoin-wizards
hashtagg_ has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 255 seconds]
temujin has quit [Quit: temujin]
hashtagg_ has quit [Ping timeout: 255 seconds]
afk11 has quit [Ping timeout: 246 seconds]
stonecoldpat has quit [Quit: Leaving.]
afk11 has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
eudoxia has quit [Quit: Leaving]
Mably__ has joined #bitcoin-wizards
Mably__ is now known as Mably
bramc has quit [Quit: Leaving]
Mably_ has quit [Ping timeout: 272 seconds]
sparetire_ has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
cpacia has left #bitcoin-wizards [#bitcoin-wizards]
tromp_ has quit [Read error: Connection reset by peer]
tromp_ has joined #bitcoin-wizards
_biO__ has quit [Read error: Connection reset by peer]
tromp_ has quit [Read error: Connection reset by peer]
tromp_ has joined #bitcoin-wizards
zooko has quit [Ping timeout: 245 seconds]
jmcn_ has joined #bitcoin-wizards
jmcn has quit [Ping timeout: 276 seconds]
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
afk11 has quit [Read error: No route to host]
damethos has joined #bitcoin-wizards
poppingtonic has quit [Ping timeout: 265 seconds]
<leakypat> jgarzik: what is the status of bip100 ? Is it officially a bip now?
<jgarzik> leakypat, BIP draft coming in a few days
<jgarzik> leakypat, It's officially a BIP when it's in the BIP drafts repo
belcher has joined #bitcoin-wizards
superobserver has quit [Remote host closed the connection]
superobserver has joined #bitcoin-wizards
jmcn has joined #bitcoin-wizards
arubi__ has joined #bitcoin-wizards
arubi has quit [Ping timeout: 256 seconds]
jmcn_ has quit [Ping timeout: 276 seconds]
zmanian has quit [Remote host closed the connection]
adam3us has joined #bitcoin-wizards
arubi has joined #bitcoin-wizards
jgarzik has quit [Quit: This computer has gone to sleep]
arubi__ has quit [Ping timeout: 264 seconds]
DougieBot5000 has quit [Quit: Leaving]
jaekwon has joined #bitcoin-wizards
jgarzik has joined #bitcoin-wizards
<leakypat> jgarzik: great, thanks
hearn has joined #bitcoin-wizards
adam3us has quit [Quit: Leaving.]
bramc has joined #bitcoin-wizards
Xh1pher has quit [Read error: Connection reset by peer]
airbreather has joined #bitcoin-wizards
getplank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DougieBot5000 has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
hearn has quit [Read error: Connection reset by peer]
hearn has joined #bitcoin-wizards
Guyver2 has quit [Remote host closed the connection]
nemild has quit [Quit: nemild]
tcrypt has quit [Read error: Connection reset by peer]
tcrypt has joined #bitcoin-wizards
c0rw|zZz is now known as c0rw1n
nessence has quit [Remote host closed the connection]
nessence has joined #bitcoin-wizards
lnovy has quit [Quit: Got root?]
lnovy has joined #bitcoin-wizards
SwedFTP has quit [Ping timeout: 276 seconds]
nessence has quit [Ping timeout: 244 seconds]
SwedFTP has joined #bitcoin-wizards
shaul has quit [Ping timeout: 272 seconds]
espes has quit [Ping timeout: 272 seconds]
espes has joined #bitcoin-wizards
ggreer has quit [Read error: Connection reset by peer]
GreenIsMyPepper has quit [Ping timeout: 265 seconds]
richardus has quit [Ping timeout: 265 seconds]
afdudley has quit [Ping timeout: 256 seconds]
GreenIsMyPepper has joined #bitcoin-wizards
huseby has quit [Ping timeout: 265 seconds]
afdudley has joined #bitcoin-wizards
ggreer has joined #bitcoin-wizards
richardus has joined #bitcoin-wizards
ggreer has quit [Changing host]
ggreer has joined #bitcoin-wizards
lnovy has quit [Quit: Got root?]
lnovy has joined #bitcoin-wizards
epscy has quit [Ping timeout: 246 seconds]
huseby has joined #bitcoin-wizards
jb55 has joined #bitcoin-wizards
jb55_ has quit [Ping timeout: 265 seconds]
eudoxia has joined #bitcoin-wizards
jb55 has quit [Ping timeout: 252 seconds]
www1 has joined #bitcoin-wizards
nessence has joined #bitcoin-wizards
www has quit [Ping timeout: 276 seconds]
hashtag has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 246 seconds]
n0n0_ has quit [Ping timeout: 252 seconds]