wumpus changed the topic of #bitcoin-wizards to: This channel is is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
dEBRUYNE has quit [Ping timeout: 265 seconds]
rusty has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
the`doctor has quit [Ping timeout: 244 seconds]
shen_noe2 has joined #bitcoin-wizards
roxtrong_ has joined #bitcoin-wizards
<MRL-Relay> [shen] so, in CT let's suppose you have a commitment C = C0 + C1 + C2 + ... + Cn (as an expression in base 2), are there different blinding factors for each Ci? (Otherwise it seems one could subtract off H from each C_i and narrow down possibilities to either a number or it's bit complement)
orik has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
roxtrongo has quit [Ping timeout: 256 seconds]
<MRL-Relay> [shen] ahh nevermind - it must be that way
orik has joined #bitcoin-wizards
CodeShark_ has joined #bitcoin-wizards
<MRL-Relay> [shen] ahh I see, the sum of blinding factors adds to the total blinding factor (going over the range proofs for first time)
shen_noe2 has quit [Quit: quitquitquit]
<gmaxwell> shen: right, the blinding factors are unique for each value.
<kanzure> amiller: hey out of the videos here, which would you prioritize for transcripts? https://www.youtube.com/channel/UCW1C2xOfXsIzPgjXyuhkw9g
<kanzure> same question for gmaxwell
<kanzure> there is an eran tromer video which looks like an obvious candidate
bramc has joined #bitcoin-wizards
hashtag has joined #bitcoin-wizards
<kanzure> (michael walfish video^)
hashtag_ has quit [Ping timeout: 256 seconds]
orik has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
roxtrong_ has quit [Remote host closed the connection]
chris___ has joined #bitcoin-wizards
orik has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
jinglebellz has quit [Read error: Connection reset by peer]
jinglebellz has joined #bitcoin-wizards
<gmaxwell> gah die.
<gmaxwell> lol
<gmaxwell> very first sentences describes the cloud outsourcing application. :P
bramc has quit [Quit: This computer has gone to sleep]
<gmaxwell> kanzure: transcript fix, Gentry's first name is Craig, not Greg. :)
snthsnth has joined #bitcoin-wizards
<gmaxwell> I am reasonably convinced that if spherical cow SNARKS existed, e.g. prover cost only 10x straight execution, constant size proofs, and fast verifier... that still virtually no one would use it to outsource computation to the cloud.
roxtrong_ has joined #bitcoin-wizards
<gmaxwell> Since losing your privacy to a cloud operator and depending on its timely response (after all, if you didn't care about speed you'd compute locally) already implies substantial trust. And if you are not sensitive to privacy and are worried that your cloud might twiddle your results you can send to 2 or 4 or however many seperate providers. ... and still be cheaper to operate than the spherical c
<gmaxwell> ow snark with the 10x slowdown.
<maaku> gmaxwell: but that wouldn't be buzzword compliant...
roxtrongo has quit [Ping timeout: 268 seconds]
kmels has joined #bitcoin-wizards
Yoghur114 has quit [Remote host closed the connection]
<gmaxwell> well I think some of this stems from microsoft research and the justifications people are giving for doing work there ("the cloud"), and perhaps it's harmless. but maybe it directs research in less useful directions, e.g. in that model the zero knowledgeness is basically irrelevant, it just falls out as a side effect of being super efficient.
snthsnth has quit [Ping timeout: 265 seconds]
afk11 has joined #bitcoin-wizards
belcher_ has quit [Quit: Leaving]
rusty has quit [Quit: Leaving.]
rusty has joined #bitcoin-wizards
<amiller> i agree, i think the applications they usually give for outsourcing are totally uncompelling
<amiller> it's more interesting when there's some kind of clearer security need
<amiller> i think the data structure ones are good
Ylbam has quit [Quit: Connection closed for inactivity]
<amiller> like you want to use a secure navigation system on your phone, so you're going to ask some random provider for a shortest-path-from-A-to-B query,
<amiller> and you get a query that's validated against some well known trusted source
<gmaxwell> amiller: but if they want to give you a bad result they can just subsitute the database. I guess if the database is authenticated it's perhaps interesting... though why not just ask that source instead and skip the snark? :P
<amiller> in general, when you ask google maps for the shortest paths, you don't know what factors go into the response.... they could be steering you past the most profitable billboards, and it only adds 10 seconds to your time
<amiller> ok because that source probably doesn't want to have a big attack surface, and don't want to be in the business of maintaing a mirrored service
afk11 has quit [Ping timeout: 256 seconds]
<gmaxwell> Yea. I agree that it's at least not completely uninteresting. It also probably wants zero knoweldge, the mapmaker might not want their map data being completely public.
<amiller> the map source can be a lot of different things, like it could be the "most-voted-on map" or one signed by a big panel of celebrities
<amiller> cartographer celebrities definitely
psztorc has quit [Ping timeout: 246 seconds]
<kanzure> so none of the other videos look particularly worthy?
<amiller> uh, and if you've already bought into blockchain + internet of things story, then when your closet asks your toaster to borrow some money, you don't want it have to reveal all the clothes you're storing
<amiller> kanzure, elaine's talk on Hawk and Gyges?
<kanzure> any of these? fast circuit garbling, secure ram computation, multi-party computation and oblivious ram, fully homomorphic encryption stuff, multilinear maps over integers, etc
<kanzure> ah
<amiller> click the "securing computation" playlist
<amiller> this one is one of the MPC and blockchain ones, from Aggelos https://www.youtube.com/watch?v=2L25KE61a4w
<gmaxwell> amiller: yea, as soon as you bring cryptocurrency into the picture all these things become insanely useful.
<gmaxwell> though they're useful outside of that... I've had a surprisingly hard time making good arguments for them outside of the cryptocurrency space.
<kanzure> not sure if that elaine shi video is same content as http://diyhpl.us/wiki/transcripts/mit-bitcoin-expo-2015/andrew-miller/ ?
<amiller> kanzure, actually no, those are disjoint
<amiller> this one is from ranjit https://www.youtube.com/watch?v=HZlIRr6Xwe8 it actually covers lots of similar stuff from his Scaling Bitcoin talk
<amiller> this one from is from an IBM research guy, it is not strictly cryptocurrency related but it is suggesting to use multiparty computation to conduct a stock exchange https://www.youtube.com/watch?v=YBmNbUyMaUg
<gmaxwell> SMPC is more useful, I think, for non-cryptocurrency stuff. :)
<amiller> those are all the ones from that day i think people here will like
<gmaxwell> e.g. second price auctions that actually keep bids private is a big deal, bigger than people realize.
<gmaxwell> sealed bid auctions leak a lot, and even the fear that they'll leak contributes to inefficiency.
<kanzure> i have never understood how auction houses aren't completely regulated out of existence
<amiller> yeah! i don't know what it would take to convince people of that
<amiller> is there a game theory argument that makes that clear?
<kanzure> well there's probably a big stick argument
<amiller> ah i mean the "auctions should be more private" thing mostly
roxtrongo has joined #bitcoin-wizards
<gmaxwell> there are lots of papers by economymists... but sealed bid auctions are already used extensively in the US for government purchasing.
<maaku> amiller: there's the extensive experimental record of actual auctions being manipulated
<maaku> and, like, every HFT trick in the book
<gmaxwell> But they are not second price auctions, and the reciever of the bids is (justifyably) not really all that trusted to not leak information about them.
roxtrong_ has quit [Ping timeout: 250 seconds]
King_Rex has quit [Remote host closed the connection]
antgreen has joined #bitcoin-wizards
yoleaux has quit [Remote host closed the connection]
<amiller> https://www.youtube.com/watch?v=CjUNj8ow6UE here is a potato quality video (transcript would be an improvement) of Eli Ben Sasson explaining the scipr-lab project at Princeton, it goes into some detail on tinyram (mostly at the end)
yoleaux has joined #bitcoin-wizards
yoleaux has quit [Client Quit]
yoleaux has joined #bitcoin-wizards
yoleaux has quit [Client Quit]
yoleaux has joined #bitcoin-wizards
<amiller> i think maaku asked for something like that ^^
roxtrong_ has joined #bitcoin-wizards
roxtrongo has quit [Ping timeout: 265 seconds]
gsdgdfs has joined #bitcoin-wizards
Transisto2 has quit [Ping timeout: 264 seconds]
metamarc has joined #bitcoin-wizards
metamarc has joined #bitcoin-wizards
<maaku> thanks
roxtrongo has joined #bitcoin-wizards
roxtrong_ has quit [Ping timeout: 250 seconds]
agorist000 has quit [Ping timeout: 255 seconds]
shen_noe2 has joined #bitcoin-wizards
shen_noe2 has quit [Client Quit]
orik has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
orik has joined #bitcoin-wizards
orik has quit [Client Quit]
jinglebe_ has joined #bitcoin-wizards
jinglebellz has quit [Read error: Connection reset by peer]
jinglebe_ has quit [Remote host closed the connection]
notj has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
jinglebellz has quit [Remote host closed the connection]
notj has quit [Client Quit]
roxtrongo has quit [Remote host closed the connection]
notj has joined #bitcoin-wizards
Burrito has quit [Ping timeout: 264 seconds]
the`doctor has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
Dr-G2 has quit [Ping timeout: 246 seconds]
nwilcox_ has quit [Ping timeout: 265 seconds]
<Taek> My file + 4 PRs, would appreciate feedback. None of the files are close to complete atm, but it's a start
<Taek> jgarzik, kanzure ^
<bsm117532> "Fee Sniping" should be its own wiki page. It's the way wikis generally work. Likewise the things you have in quotes in the Overview should be their own wiki pages. The Overview should say something very general about what transaction fees are.
notj has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<bsm117532> I know you're converting a bookmark list, essentially...but a wiki should be better organized. Hard as that might be :-/
<bsm117532> And thanks for your efforts on this!
bramc has quit [Quit: This computer has gone to sleep]
<Taek> The fee page will eventually be 3 or more pages. Cp4p and rbf should be separate too
<bsm117532> Is there a good reason not to accept those PR's? Makes it easier to navigate...
kmels has quit [Ping timeout: 265 seconds]
<Taek> I will be accepting them later tonight
the`doctor has quit [Ping timeout: 240 seconds]
chris___ has quit [Remote host closed the connection]
chris___ has joined #bitcoin-wizards
chris___ has quit [Remote host closed the connection]
shen_noe2 has joined #bitcoin-wizards
chris___ has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
chris___ has quit [Ping timeout: 240 seconds]
<kanzure> eh, could be worse
roxtrong_ has joined #bitcoin-wizards
sparetire_ has quit [Quit: sparetire_]
roxtrongo has quit [Ping timeout: 240 seconds]
orik has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
nwilcox has joined #bitcoin-wizards
orik has quit [Client Quit]
jinglebellz has joined #bitcoin-wizards
roxtrong_ has quit [Remote host closed the connection]
matsjj has joined #bitcoin-wizards
matsjj has quit [Ping timeout: 250 seconds]
sausage_factory has quit [Ping timeout: 264 seconds]
snthsnth has joined #bitcoin-wizards
[7] has quit [Disconnected by services]
Giszmo has quit [Quit: Leaving.]
TheSeven has joined #bitcoin-wizards
zooko has quit [Ping timeout: 240 seconds]
nivah has quit [Ping timeout: 246 seconds]
nwilcox has quit [Ping timeout: 268 seconds]
roconnor has joined #bitcoin-wizards
chris___ has joined #bitcoin-wizards
roconnor has quit [Client Quit]
freepoutine has joined #bitcoin-wizards
freepoutine is now known as poutine
bedeho has quit [Ping timeout: 256 seconds]
bedeho_ has joined #bitcoin-wizards
shen_noe2 has quit [Quit: quitquitquit]
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
bramc has joined #bitcoin-wizards
ryan-c has quit [Ping timeout: 260 seconds]
ryan-c has joined #bitcoin-wizards
chris___ has quit [Ping timeout: 240 seconds]
orik has joined #bitcoin-wizards
roxtrongo has joined #bitcoin-wizards
snthsnth has quit [Ping timeout: 264 seconds]
maraoz has quit [Ping timeout: 240 seconds]
chris___ has joined #bitcoin-wizards
chris___ has quit [Ping timeout: 244 seconds]
nsh has quit [Excess Flood]
adam3us has joined #bitcoin-wizards
nsh has joined #bitcoin-wizards
matsjj has joined #bitcoin-wizards
GAit has joined #bitcoin-wizards
sausage_factory has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
GAit has quit [Client Quit]
matsjj has quit [Ping timeout: 272 seconds]
chris___ has joined #bitcoin-wizards
adam3us has quit [Quit: Leaving.]
chris___ has quit [Ping timeout: 246 seconds]
gsdgdfs has quit [Ping timeout: 244 seconds]
Transisto2 has joined #bitcoin-wizards
bramc has quit [Quit: This computer has gone to sleep]
paveljanik has joined #bitcoin-wizards
MagikSquirrel has quit [Ping timeout: 240 seconds]
Ylbam has joined #bitcoin-wizards
MagikSquirrel has joined #bitcoin-wizards
damethos has joined #bitcoin-wizards
melvster has quit [Ping timeout: 272 seconds]
DougieBot5000 has quit [Quit: Leaving]
Madars has quit [Ping timeout: 246 seconds]
melvster has joined #bitcoin-wizards
rusty has quit [Ping timeout: 244 seconds]
Madars has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 240 seconds]
jinglebellz has quit [Remote host closed the connection]
jinglebellz has joined #bitcoin-wizards
jinglebellz has quit [Remote host closed the connection]
Guyver2 has joined #bitcoin-wizards
mkarrer has quit [Read error: Connection reset by peer]
mkarrer has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 246 seconds]
optimator has quit [Read error: Connection reset by peer]
optimator_ has joined #bitcoin-wizards
contrapumpkin has joined #bitcoin-wizards
moa has joined #bitcoin-wizards
copumpkin has quit [Ping timeout: 250 seconds]
ThomasV has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
agorecki has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
rubensayshi has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 265 seconds]
face has joined #bitcoin-wizards
face has quit [Client Quit]
face has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
nsh has quit [Excess Flood]
PaulCape_ has quit [Ping timeout: 272 seconds]
Guyver2 has quit [Ping timeout: 264 seconds]
nsh has joined #bitcoin-wizards
binaryFateCloud has joined #bitcoin-wizards
CodeShark_ has quit [Ping timeout: 252 seconds]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 240 seconds]
rusty has joined #bitcoin-wizards
rusty has quit [Read error: Connection reset by peer]
bedeho_ has quit [Ping timeout: 264 seconds]
shen_noe has quit [Remote host closed the connection]
Guyver2 has joined #bitcoin-wizards
Burrito has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
shen_noe has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 246 seconds]
rusty has joined #bitcoin-wizards
PaulCapestany has quit [Max SendQ exceeded]
PaulCapestany has joined #bitcoin-wizards
melvster has quit [Ping timeout: 240 seconds]
dEBRUYNE has joined #bitcoin-wizards
rusty has left #bitcoin-wizards [#bitcoin-wizards]
PaulCape_ has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 272 seconds]
ThomasV has quit [Ping timeout: 240 seconds]
jinglebellz has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 246 seconds]
dEBRUYNE has quit [Ping timeout: 256 seconds]
dEBRUYNE has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
Guyver2 has quit [Ping timeout: 264 seconds]
PaulCapestany has quit [Ping timeout: 264 seconds]
shen_noe has quit [Ping timeout: 255 seconds]
ThomasV has joined #bitcoin-wizards
antgreen has quit [Ping timeout: 250 seconds]
agorecki has quit [Quit: Leaving]
bramc has joined #bitcoin-wizards
King_Rex has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 240 seconds]
bliljerk101 has joined #bitcoin-wizards
bliljerk_ has quit [Ping timeout: 260 seconds]
bramc has quit [Quit: This computer has gone to sleep]
MoALTz_ has joined #bitcoin-wizards
MoALTz has quit [Ping timeout: 244 seconds]
jinglebellz has quit [Remote host closed the connection]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 240 seconds]
dEBRUYNE has quit [Ping timeout: 246 seconds]
shen_noe has joined #bitcoin-wizards
shen_noe has quit [Ping timeout: 244 seconds]
afk11 has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 240 seconds]
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 265 seconds]
notj has joined #bitcoin-wizards
ASTP001 has joined #bitcoin-wizards
notj has quit [Ping timeout: 255 seconds]
mjerr has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
shen_noe has joined #bitcoin-wizards
orik has quit [Read error: Connection reset by peer]
shen_noe has quit [Quit: quitquitquit]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 272 seconds]
PaulCapestany has joined #bitcoin-wizards
nwilcox has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 260 seconds]
eudoxia has joined #bitcoin-wizards
bramc has quit [Quit: This computer has gone to sleep]
nwilcox has quit [Ping timeout: 260 seconds]
rustyn has quit [Quit: brb]
Quanttek has joined #bitcoin-wizards
rustyn has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
PaulCape_ has joined #bitcoin-wizards
damethos has joined #bitcoin-wizards
damethos has quit [Client Quit]
PaulCapestany has quit [Ping timeout: 240 seconds]
Dizzle has joined #bitcoin-wizards
face has quit [Quit: Leaving]
jinglebellz has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
c0rw1n has quit []
jinglebellz has quit [Ping timeout: 265 seconds]
Guyver2 has joined #bitcoin-wizards
Guyver2 has quit [Excess Flood]
Guyver2 has joined #bitcoin-wizards
nwilcox has joined #bitcoin-wizards
the`doctor has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 252 seconds]
shen_noe has joined #bitcoin-wizards
harrigan has joined #bitcoin-wizards
harrigan has quit [Quit: leaving]
kmels has joined #bitcoin-wizards
harrigan has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 264 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
c0rw1n has joined #bitcoin-wizards
King_Rex has quit [Remote host closed the connection]
snthsnth has joined #bitcoin-wizards
c0rw1n has quit [Ping timeout: 272 seconds]
snthsnth has quit [Ping timeout: 255 seconds]
PaulCapestany has joined #bitcoin-wizards
ASTP001_ has joined #bitcoin-wizards
ASTP001 has quit [Read error: Connection reset by peer]
PaulCape_ has quit [Ping timeout: 272 seconds]
<kanzure> there are some zero knowledge proof protocols that use multiple provers
nwilcox has quit [Ping timeout: 250 seconds]
eudoxia_ has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
PaulCape_ has joined #bitcoin-wizards
eudoxia_ has quit [Client Quit]
eudoxia has quit [Ping timeout: 256 seconds]
PaulCapestany has quit [Ping timeout: 240 seconds]
Giszmo has joined #bitcoin-wizards
ASTP001_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
andytoshi has quit [Changing host]
andytoshi has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
jcorgan has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 260 seconds]
nwilcox has joined #bitcoin-wizards
Dizzle has quit [Remote host closed the connection]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 246 seconds]
nwilcox has quit [Ping timeout: 246 seconds]
damethos has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 240 seconds]
bedeho has joined #bitcoin-wizards
damethos has quit [Remote host closed the connection]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 246 seconds]
snthsnth has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
user7779078 has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 246 seconds]
maraoz has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
user7779078 has quit [Client Quit]
bitdevsnyc has joined #bitcoin-wizards
jinglebellz has quit [Read error: Connection reset by peer]
jinglebellz has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 272 seconds]
ASTP001 has joined #bitcoin-wizards
jinglebellz has quit [Ping timeout: 250 seconds]
rubensayshi has quit [Remote host closed the connection]
ThomasV has quit [Quit: Quitte]
priidu has joined #bitcoin-wizards
ASTP001 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
damethos has joined #bitcoin-wizards
ASTP001 has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
Yoghur114 has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 252 seconds]
PaulCapestany has joined #bitcoin-wizards
prom3th3us has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 240 seconds]
fkhan has quit [Read error: Connection reset by peer]
ASTP001 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
antgreen has joined #bitcoin-wizards
shesek has quit [Ping timeout: 244 seconds]
snthsnth has quit [Ping timeout: 268 seconds]
priidu has quit [Ping timeout: 264 seconds]
justanotheruser has quit [Quit: Lost terminal]
ASTP001 has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
bsm1175321 has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 260 seconds]
shesek has joined #bitcoin-wizards
c0rw1n has joined #bitcoin-wizards
PaulCape_ has quit [Max SendQ exceeded]
PaulCapestany has joined #bitcoin-wizards
ASTP001 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ASTP001 has joined #bitcoin-wizards
justanotheruser has quit [Quit: Lost terminal]
King_Rex has joined #bitcoin-wizards
Dizzle has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
shesek has quit [Ping timeout: 244 seconds]
PaulCapestany has quit [Max SendQ exceeded]
antgreen has quit [Ping timeout: 256 seconds]
PaulCapestany has joined #bitcoin-wizards
ASTP001 has quit [Ping timeout: 246 seconds]
PaulCapestany has quit [Quit: .]
PaulCapestany has joined #bitcoin-wizards
alexkuck has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
shesek has quit [Max SendQ exceeded]
shesek has joined #bitcoin-wizards
fkhan has quit [Ping timeout: 240 seconds]
Quanttek has quit [Read error: Connection reset by peer]
c0rw1n has quit []
PaulCape_ has joined #bitcoin-wizards
Quanttek has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 260 seconds]
PaulCape_ has quit [Quit: .]
priidu has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has joined #bitcoin-wizards
fkhan has quit [Changing host]
fkhan has joined #bitcoin-wizards
c0rw1n has joined #bitcoin-wizards
kmels has quit [Ping timeout: 272 seconds]
jinglebellz has quit [Remote host closed the connection]
bitdevsnyc has quit []
PaulCape_ has joined #bitcoin-wizards
rabidus has quit [Ping timeout: 268 seconds]
PaulCapestany has quit [Ping timeout: 255 seconds]
justanotheruser has quit [Ping timeout: 250 seconds]
hazirafel has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
bedeho has quit [Ping timeout: 252 seconds]
PaulCapestany has joined #bitcoin-wizards
nwilcox has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 260 seconds]
kmels has joined #bitcoin-wizards
Yoghur114 has quit [Remote host closed the connection]
notj has joined #bitcoin-wizards
bedeho has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
jinglebellz has quit [Read error: Connection reset by peer]
jinglebellz has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 246 seconds]
notj has quit [Quit: Textual IRC Client: www.textualapp.com]
JackH has joined #bitcoin-wizards
jinglebellz has quit [Remote host closed the connection]
GAit has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 240 seconds]
Yoghur114 has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 246 seconds]
roxtrong_ has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
roxtrongo has quit [Ping timeout: 250 seconds]
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 264 seconds]
GAit has quit [Quit: Leaving.]
rabidus has joined #bitcoin-wizards
rusty has joined #bitcoin-wizards
belcher_ has joined #bitcoin-wizards
notj has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 264 seconds]
damethos has quit [Remote host closed the connection]
bbrittain has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
<bbrittain> gmaxwell: Coinbase was at my career fair and asked about as a user, how I would improve things. I told them hosting on amazon is unacceptable.
<bbrittain> I don't think they will hire me. :P
paveljanik has quit [Quit: Leaving]
alferz has joined #bitcoin-wizards
<gmaxwell> lol
<kanzure> bbrittain: selling them some synthetic dna?
<bbrittain> kanzure++
PaulCapestany has quit [Ping timeout: 255 seconds]
<bbrittain> gmaxwell: they really didn't like that answer. like at all.
<bbrittain> (it's ok. I don't really wanna work for them anyways)
snthsnth has joined #bitcoin-wizards
alferz has quit [Ping timeout: 244 seconds]
Emcy_ has joined #bitcoin-wizards
Emcy_ has joined #bitcoin-wizards
kmels has quit [Ping timeout: 246 seconds]
Emcy has quit [Ping timeout: 240 seconds]
shesek has quit [Ping timeout: 250 seconds]
alferz has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 272 seconds]
nivah has joined #bitcoin-wizards
melvster has quit [Remote host closed the connection]
melvster has joined #bitcoin-wizards
bbrittain has quit [Ping timeout: 246 seconds]
nwilcox has quit [Ping timeout: 255 seconds]
PaulCape_ has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
kmels has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 265 seconds]
snthsnth has quit [Ping timeout: 244 seconds]
roxtrong_ has quit [Remote host closed the connection]
Guyver2 has quit [Quit: :)]
bedeho has quit [Remote host closed the connection]
snthsnth has joined #bitcoin-wizards
MoALTz_ has quit [Quit: Leaving]
PaulCapestany has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 250 seconds]
nwilcox has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 264 seconds]
prom3th3us has quit [Ping timeout: 264 seconds]
prom3th3us has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
kmels has quit [Ping timeout: 246 seconds]
PaulCape_ has quit [Ping timeout: 264 seconds]
prom3th3us has quit [Ping timeout: 240 seconds]
kkpn has joined #bitcoin-wizards
notj has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
prom3th3us has joined #bitcoin-wizards
PaulCapestany has quit [Max SendQ exceeded]
spinza has quit [Excess Flood]
PaulCapestany has joined #bitcoin-wizards
kkpn has quit [Ping timeout: 244 seconds]
spinza has joined #bitcoin-wizards
snthsnth has quit [Ping timeout: 272 seconds]
bsm1175321 has quit [Ping timeout: 246 seconds]
PaulCape_ has joined #bitcoin-wizards
bramc has quit [Quit: This computer has gone to sleep]
PaulCapestany has quit [Ping timeout: 264 seconds]
afk11 has quit [Ping timeout: 265 seconds]
Dr-G has quit [Read error: Connection reset by peer]
PaulCapestany has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 255 seconds]
PaulCape_ has quit [Ping timeout: 264 seconds]
Dr-G has joined #bitcoin-wizards
afk11 has joined #bitcoin-wizards
bedeho has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
rusty has quit [Ping timeout: 264 seconds]
PaulCapestany has quit [Ping timeout: 268 seconds]
DougieBot5000 has quit [Quit: Leaving]
snthsnth has joined #bitcoin-wizards
Dr-G has quit [Read error: Connection reset by peer]
PaulCapestany has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
PaulCape_ has quit [Ping timeout: 264 seconds]
shen_noe has quit [Quit: Leaving]
jinglebellz has quit [Read error: Connection reset by peer]
Yoghur114 has quit [Remote host closed the connection]
PaulCape_ has joined #bitcoin-wizards
jinglebellz has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 260 seconds]
ruby32 has joined #bitcoin-wizards
Dizzle has quit [Quit: Leaving...]
roxtrongo has joined #bitcoin-wizards
dstadulis has joined #bitcoin-wizards
roxtrong_ has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
roxtrongo has quit [Ping timeout: 255 seconds]
PaulCape_ has quit [Ping timeout: 268 seconds]
JackH has quit [Ping timeout: 246 seconds]
PaulCape_ has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
PaulCapestany has quit [Ping timeout: 240 seconds]
Dr-G has joined #bitcoin-wizards
Dr-G has quit [Changing host]
Dr-G has joined #bitcoin-wizards
Quanttek has quit [Ping timeout: 252 seconds]
roxtrong_ has quit [Remote host closed the connection]
PaulCape_ has quit [Quit: .]
jinglebellz has quit [Remote host closed the connection]
shen_noe has joined #bitcoin-wizards
jinglebe_ has joined #bitcoin-wizards
King_Rex has quit [Remote host closed the connection]
rusty has joined #bitcoin-wizards
Dr-G has quit [Read error: Connection reset by peer]