sipa changed the topic of #bitcoin-wizards to: This channel 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
Tiraspol has quit [Ping timeout: 246 seconds]
glitch003 has quit [Remote host closed the connection]
Guest72772 has quit [Changing host]
Guest72772 has joined #bitcoin-wizards
Guest72772 is now known as amiller
jaekwon has joined #bitcoin-wizards
voxelot has quit [Ping timeout: 260 seconds]
<maaku> ggreer: speaking generally (I have no specific knowledge here), advisors usually take the best ideas from their grad students
Tiraspol has joined #bitcoin-wizards
Tiraspol has joined #bitcoin-wizards
mountaingoat has joined #bitcoin-wizards
gigq has joined #bitcoin-wizards
tromp has joined #bitcoin-wizards
<maaku> What is the largest k-of-n multisig that can be accomplished on plain (non-segwit) bitcoin?
<maaku> I mean this in a wizardly way, not #bitcoin. The redeem script has a 520 byte push limitation. Is there some tricky way to get the pubkeys out of the redeem script? Has anyone investigated what a true upper bound on k-of-n would be?
<maaku> obviously having hash160 reduces the amount of data that needs to be there by 12 bytes per pubkey.. but for large k-of-n those bytes end up being used by DUP/DIP trickery
<JackH> DIP?
voxelot has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
<bsm1175321> I think if I were to design a new coin, I would include the concept of expiration dates for the UTXO set (because, keys get lost). This is pretty obviously a good thing for pure data storage (e.g. a hash of a proof-of-purchase might be stored for 30 days), but I think it would be good for coins too. Because people lose their keys, and this is an effective deflationary force of unknown size.
drynutz-the-Drea has joined #bitcoin-wizards
<aj> maaku: OP_PICK/OP_HASH160/OP_EQUALVERIFY would let you verify them with only 4 of those 12 bytes i think? 25 bytes per key would let you do n=20 afaics? (ie <n+1> PICK <k> EQUALVERIFY { <n+1> PICK HASH160 <pkh> EQUALVERIFY } <n> CHECKMULTISIG
<aj> oh, the n+1's should be decreasing i suppose
<aj> (or i should've said ROLL instead of PICK)
<bsm1175321> Hmmm... @maaku,aj: is bitcoin script expressive enough to verify a multisig schnorr signature?
<bsm1175321> Seems like it might be for n-of-n...
<bsm1175321> aj: exactly, and related work by the blockstream folks...
voxelot has quit [Ping timeout: 252 seconds]
<aj> bsm1175321: needs a schnorr opcode, but apparently that's on the roadmap from hong kong the other day
RoboTeddy has joined #bitcoin-wizards
<bsm1175321> Yeah good point. I had a momentary brainfart and forgot that ECDSA != Schnorr and I was stuck in a land of adding pubkeys...
RoboTeddy has quit [Ping timeout: 260 seconds]
justanotheruser has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 252 seconds]
Tiraspol has joined #bitcoin-wizards
_alp_ has joined #bitcoin-wizards
AaronVW has joined #bitcoin-wizards
<ggreer> https://tradeblock.com/bitcoin/ <-- holy cow. recent mempool history to 7 days. that's crazy
<phantomcircuit> ggreer, it's generally a good idea to ignore those charts
<phantomcircuit> they're basically never accurate
<phantomcircuit> you can see where their node was restarted in the graph too which im 90% sure will screw up the data
<ggreer> are you saying the mempool hasn't gone from 2ish MB to 40ish MB in the past week?
<JackH> which python lib is the latest one to use? peter todds?
mkarrer has joined #bitcoin-wizards
<phantomcircuit> ggreer, im saying that the public data on this is almost entirely unreliable
<phantomcircuit> im working on gathering more reliable information on this now
tr0nk has joined #bitcoin-wizards
<ggreer> I'm wondering what evidence would convince you then. in what way would all the public data be skewed? I linked to the prettiest chart, but other independently-created charts agree with that one
Newyorkadam has joined #bitcoin-wizards
<maaku> today I learned that Merkle had something approximately isomorphic to hashcash as early as 1974 : https://en.wikipedia.org/wiki/Merkle's_Puzzles
glitch003 has joined #bitcoin-wizards
<maaku> aj: Ah, OP_ROLL. Cool thanks that's a significant improvement.
<maaku> too bad we don't have a 128-bit hash, which would be sufficient for my use case
<aj> maaku: (PICK includes DUP, ROLL doesn't)
<maaku> bsm1175321: key trees need OP_CAT as well
<maaku> or really, OP_CHECKMERKLEBRANCHVERIFY
<maaku> JackH: depends on what you're trying to do
<maaku> JackH: also, #bitcoin-dev I would assume
bit2017 has joined #bitcoin-wizards
<aj> ggreer: my current mempool (with no min fee) is 300MB, and has been for the month i've been running that node...
rusty has joined #bitcoin-wizards
<maaku> ggreer: Those numbers are meaningless because if you generated a bunch of dust outputs (e.g. during the last half dozen "stress tests") you can spend dust->dust in transactions that will never hit the block chain ever, but will inflate those numbers
<maaku> I'm pretty sure with the amount of dust on the chain you could generate 1GB mempools easily, and it'd be totally meaningless
moa has left #bitcoin-wizards [#bitcoin-wizards]
belcher has quit [Quit: Leaving]
domwoe has joined #bitcoin-wizards
Pasha has joined #bitcoin-wizards
drynutz-the-Drea has quit [Ping timeout: 252 seconds]
<kanzure> maaku: there was an interesting intuitive explanation of the origin of merkle's puzzles, let me see if i can pull it up
Pasha is now known as Cory
<kanzure> "The first realization, of course, was that if both the computer and the terminal were deterministic, then of course you could compromise the system, if you knew the initial state and you knew the traffic over the communications line. So I fairly quickly concluded that there had to be some random component. And then it was simply a question of how to utilize that random component in a way which would provide confusion to the ...
<kanzure> ... eavesdropper that would grow more rapidly than the confusion of either the two parties communicating."
<kanzure> "And one night I was contemplating how it is that... What was the problem that I was considering specifically? I think I was trying to figure out the problem of you're trying to log into a computer in some secure fashion and the computer security has been compromised and has since been sealed up again. I was trying to figure out how to re-establish secure communications. And as I was thinking about it, it basically occurred to me that ...
<kanzure> ... I was unable to prove that full disclosure of the complete state both of the computer and of the person communicating with it (and presumably they would have a terminal with which they were communicating with a computer) it occurred to me that I was unable to prove that under those circumstances, security would necessarily be compromised. So I began trying to figure out, was there some way of showing clearly that if you compromised ...
<kanzure> ... both computer and the terminal which was communicating with the computer, whether you could then prove that in the absence of some secure channel, some secret channel like a courier, whether you could prove that in fact security had been compromised. And as I thought about it, I realized that not only could I not prove it, it was not even clear that it was correct. So I began thinking about it, and then over the next few days I ...
<kanzure> ... figured out the puzzles technique."
oleganza has joined #bitcoin-wizards
dEBRUYNE has quit [Quit: Leaving]
maaku has joined #bitcoin-wizards
maaku is now known as Guest4726
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
funkenstein_ has joined #bitcoin-wizards
p15 has joined #bitcoin-wizards
dnaleor has quit [Quit: Leaving]
justanotheruser has quit [Read error: Connection reset by peer]
justanot1eruser has joined #bitcoin-wizards
voxelot has joined #bitcoin-wizards
oleganza has quit [Quit: oleganza]
domwoe has quit [Remote host closed the connection]
<ggreer> "The mempool data you see is 72 hours of unconfirmed transactions, less any double spends whose conflicted transactions have been confirmed."
<ggreer> so restarting would bring tradeblock's figures to 0, but it won't grow without bound like a typical bitcoin client
livegnik has quit [Remote host closed the connection]
livegnik has joined #bitcoin-wizards
<Lightsword> ggreer, does tradeblock have a minrelaytxfee set?
<ggreer> not sure. I'd bet >0 though
<funkenstein_> there's no incentive to relay TXs or maintain a mempool other than altruistic, right?
<ggreer> otherwise it'd be too easy to game the stat
<Lightsword> mempool is more for your own use
<ggreer> *>0.00001
<Lightsword> is anyone tracking how many transactions are using opt-in RBF?
funkenstein_ has quit [Quit: Leaving]
jl2012 has joined #bitcoin-wizards
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
Alopex has joined #bitcoin-wizards
bit2017 has quit [Ping timeout: 252 seconds]
Emcy has joined #bitcoin-wizards
bit2017 has joined #bitcoin-wizards
Zarok has joined #bitcoin-wizards
<Zarok> Hello
Zarok has quit [Client Quit]
ThomasV has joined #bitcoin-wizards
Newyorkadam has quit [Quit: Newyorkadam]
Newyorkadam has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
Myagui has joined #bitcoin-wizards
freekevin has joined #bitcoin-wizards
bit2017 has quit [Ping timeout: 248 seconds]
Burrito has quit [Quit: Leaving]
bit2017 has joined #bitcoin-wizards
TheSeven has joined #bitcoin-wizards
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
<bsm1175321> maaku: your link describes an early version of Diffie-Hellman (without a solution), not hashcash. How is that related to hashcash?
<bsm1175321> Rather it's a linear vs quadratic : honest vs attacker complexity D-H, which as the article states, is not terribly useful. Still don't see what has to do with hashcash...
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
Emcy has quit [Ping timeout: 248 seconds]
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
Newyorkadam has quit [Quit: Newyorkadam]
Newyorkadam has joined #bitcoin-wizards
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
yoleaux has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
funkenstein_ has joined #bitcoin-wizards
AusteritySucks has joined #bitcoin-wizards
glitch003 has quit [Remote host closed the connection]
glitch003 has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
frankenmint has quit [Read error: No route to host]
frankenmint has joined #bitcoin-wizards
frankenm_ has joined #bitcoin-wizards
frankenmint has quit [Read error: Connection reset by peer]
melvster has joined #bitcoin-wizards
frankenm_ has quit [Ping timeout: 248 seconds]
GAit has quit [Quit: Leaving.]
melvster has quit [Ping timeout: 276 seconds]
Newyorkadam has quit [Quit: Newyorkadam]
Newyorkadam has joined #bitcoin-wizards
Newyorkadam has quit [Client Quit]
Guest4726 is now known as maaku
MoALTz has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
<maaku> bsm1175321: If I understand Merkle puzzles correctly, it gates access / secures the communication line based on a puzzle that has assymetric difficulty
<maaku> So I precompute some data, you pick a nonce, and we can communicate securely, at least until an evesdropper does a not insignificant (for 1974) amount of work
<maaku> The application of assymetric puzzles in order to rate limit and / or make attackers do work is essentially hashcash
<maaku> Just a different puzzle here...
phiche has joined #bitcoin-wizards
justanot1eruser is now known as justanotheruser
voxelot has quit [Ping timeout: 250 seconds]
ThomasV has quit [Ping timeout: 246 seconds]
arowser has joined #bitcoin-wizards
melvster has quit [Ping timeout: 276 seconds]
frankenmint has joined #bitcoin-wizards
Alopex has quit [Remote host closed the connection]
Alopex has joined #bitcoin-wizards
frankenmint has quit [Ping timeout: 260 seconds]
<funkenstein_> maaku hmm interesting, quadratic complexity consensus. would it work?
glitch003 has quit [Remote host closed the connection]
phiche has quit [Quit: Leaving.]
glitch003 has joined #bitcoin-wizards
melvster has joined #bitcoin-wizards
glitch003 has quit [Read error: Connection reset by peer]
chris__ has joined #bitcoin-wizards
phiche has joined #bitcoin-wizards
chris__ has quit [Remote host closed the connection]
RoboTeddy has joined #bitcoin-wizards
chris__ has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 252 seconds]
ThomasV has joined #bitcoin-wizards
LeMiner2 has joined #bitcoin-wizards
LeMiner2 is now known as LeMiner
CrazyTruthYakDDS has quit [Quit: Connection closed for inactivity]
priidu has joined #bitcoin-wizards
PaulCape_ has joined #bitcoin-wizards
a7b9d6e6_ has joined #bitcoin-wizards
Myagui has quit [Excess Flood]
tromp has quit [Remote host closed the connection]
Myagui has joined #bitcoin-wizards
dnaleor has joined #bitcoin-wizards
dnaleor has quit [Remote host closed the connection]
paveljanik has joined #bitcoin-wizards
chris__ has quit [Remote host closed the connection]
chris__ has joined #bitcoin-wizards
PaulCape_ has quit [Read error: Connection reset by peer]
chris__ has quit [Remote host closed the connection]
PaulCapestany has joined #bitcoin-wizards
irc88 has joined #bitcoin-wizards
chris__ has joined #bitcoin-wizards
melvster has quit [Remote host closed the connection]
melvster has joined #bitcoin-wizards
arowser has quit [Quit: No Ping reply in 180 seconds.]
arowser has joined #bitcoin-wizards
paveljanik has quit [Quit: Leaving]
murch has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 260 seconds]
tromp has joined #bitcoin-wizards
Ylbam has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
c-cex-yuriy has joined #bitcoin-wizards
tromp has quit [Ping timeout: 276 seconds]
mountaingoat has quit [Quit: WeeChat 1.4]
frankenmint has quit [Ping timeout: 246 seconds]
mountaingoat has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
ThomasV has joined #bitcoin-wizards
AaronVW has quit [Quit: Leaving]
AaronvanW has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 276 seconds]
chris____ has joined #bitcoin-wizards
chris__ has quit [Read error: Connection reset by peer]
dEBRUYNE has joined #bitcoin-wizards
Logicwax has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
bit2017 has quit [Ping timeout: 250 seconds]
priidu has quit [Ping timeout: 276 seconds]
bit2017 has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
helpmenow_ has joined #bitcoin-wizards
<helpmenow_> 1Nuj3pwSaXn4GE2WoVEAiDKTaPozo4mpVX
<helpmenow_> ))
helpmenow_ has quit [Ping timeout: 252 seconds]
murch has quit [Remote host closed the connection]
tromp has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
tromp has quit [Ping timeout: 248 seconds]
frankenmint has quit [Ping timeout: 248 seconds]
AusteritySucks has quit [Ping timeout: 246 seconds]
phiche has quit [Read error: Connection reset by peer]
phiche has joined #bitcoin-wizards
myeagleflies has joined #bitcoin-wizards
<myeagleflies> hellp
<myeagleflies> hello
<myeagleflies> how to get information about unspent transactions from bitcoind? so far I have found gettxoutsetinfo which just returns some stats
funkenstein_ has quit [Ping timeout: 248 seconds]
tromp has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
tromp has quit [Ping timeout: 252 seconds]
chris____ has quit [Remote host closed the connection]
chris__ has joined #bitcoin-wizards
frankenmint has quit [Ping timeout: 276 seconds]
wallet42 has quit [Quit: Leaving.]
tr0nk has quit [Ping timeout: 246 seconds]
ThomasV has quit [Ping timeout: 276 seconds]
jannes has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
melvster has quit [Ping timeout: 246 seconds]
melvster has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
<fluffypony> myeagleflies: you can ask in #bitcoin or in #bitcoin-dev
tr0nk has joined #bitcoin-wizards
jcorgan has joined #bitcoin-wizards
jcorgan has joined #bitcoin-wizards
bit2017 has quit [Ping timeout: 260 seconds]
oleganza has joined #bitcoin-wizards
<myeagleflies> I think I found it
<myeagleflies> getrawmempool
laurentmt has quit [Quit: laurentmt]
andytoshi has joined #bitcoin-wizards
oleganza has quit [Read error: Connection reset by peer]
myeagleflies has left #bitcoin-wizards [#bitcoin-wizards]
shesek has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
tromp has joined #bitcoin-wizards
tr0nk has quit [Ping timeout: 248 seconds]
tr0nk has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
frankenmint has quit [Ping timeout: 276 seconds]
p15x has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
supasonic has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
bit2017 has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
mm_1 has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
tromp has joined #bitcoin-wizards
tr0nk has quit [Ping timeout: 246 seconds]
tromp has quit [Ping timeout: 252 seconds]
p15x has quit [Ping timeout: 252 seconds]
jaekwon has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
jaekwon has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
jaekwon has quit [Remote host closed the connection]
teslax has joined #bitcoin-wizards
Guest99821 has joined #bitcoin-wizards
dEBRUYNE has quit [Quit: Leaving]
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
_whitelogger has quit [Ping timeout: 264 seconds]
_whitelogger_ has joined #bitcoin-wizards
runeks_ is now known as runeks
alexkuck__ has joined #bitcoin-wizards
PsychoticBoy_ is now known as PsychoticBoy
DougieBot5000 has joined #bitcoin-wizards
SirJacket has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
mikolalysenko has joined #bitcoin-wizards
voxelot has joined #bitcoin-wizards
domwoe has joined #bitcoin-wizards
Erik_dc has joined #bitcoin-wizards
CubicEarth has joined #bitcoin-wizards
gielbier has joined #bitcoin-wizards
gielbier has quit [Changing host]
gielbier has joined #bitcoin-wizards
buZz has joined #bitcoin-wizards
arowser has quit [Quit: No Ping reply in 180 seconds.]
_whitelogger_ has quit [Excess Flood]
_whitelogger has joined #bitcoin-wizards
jaekwon has joined #bitcoin-wizards
tromp has joined #bitcoin-wizards
tromp has quit [Ping timeout: 246 seconds]
moli has quit [Quit: //..//..]
<maaku> Any wizards going to be in Cambridge, MA this weekend?
<kanzure> i'll be there
<maaku> awesome! i'm there friday - monday
<kanzure> same.
<maaku> I'm not sure if anything was planned for Monday. I heard rumors but no details
phiche has quit [Ping timeout: 276 seconds]
Dizzle has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
<Taek> maaku: andytoshi and I as well (I live in Cambridge). I could host something on Monday
priidu has quit [Ping timeout: 240 seconds]
CubicEarth has quit []
<maaku> Taek: we should definately meet up. I need to catch up with andytoshi on some work related stuff anyway
rusty2 has joined #bitcoin-wizards
rusty has quit [Ping timeout: 252 seconds]
eudoxia_ has joined #bitcoin-wizards
eudoxia has quit [Read error: Connection reset by peer]
ThomasV has quit [Ping timeout: 276 seconds]
jaekwon has quit [Ping timeout: 248 seconds]
shesek has quit [Ping timeout: 246 seconds]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #bitcoin-wizards
mikolalysenko has joined #bitcoin-wizards
ggreer_ is now known as ggreer
ggreer has quit [Changing host]
ggreer has joined #bitcoin-wizards
tr0nk has joined #bitcoin-wizards
adlai has quit [Ping timeout: 276 seconds]
adlai has joined #bitcoin-wizards
dEBRUYNE_ has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 252 seconds]
jtimon has joined #bitcoin-wizards
RoboTeddy has joined #bitcoin-wizards
eudoxia_ has quit [Quit: Leaving]
phiche has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 268 seconds]
rgrant has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
domwoe has quit [Remote host closed the connection]
adlai has quit [Ping timeout: 248 seconds]
priidu has joined #bitcoin-wizards
domwoe has joined #bitcoin-wizards
frankenmint has quit [Remote host closed the connection]
chris__ has quit [Read error: Connection reset by peer]
moli has joined #bitcoin-wizards
chris__ has joined #bitcoin-wizards
gielbier has quit [Ping timeout: 260 seconds]
funkenstein_ has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 244 seconds]
domwoe has quit [Remote host closed the connection]
wallet42 has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
wallet42 has quit [Read error: Connection reset by peer]
domwoe has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
tr0nk has quit [Ping timeout: 244 seconds]
domwoe has quit [Remote host closed the connection]
irc88 has quit [Ping timeout: 276 seconds]
laurentmt has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Tiraspol has quit [Remote host closed the connection]
Tiraspol has joined #bitcoin-wizards
Guest14020 has joined #bitcoin-wizards
domwoe has joined #bitcoin-wizards
chris__ has quit [Remote host closed the connection]
cluckj has joined #bitcoin-wizards
mrkent_ has joined #bitcoin-wizards
dnaleor has joined #bitcoin-wizards
mrkent has quit [Ping timeout: 264 seconds]
domwoe has quit [Ping timeout: 248 seconds]
domwoe has joined #bitcoin-wizards
Jeremy_Rand_2_ has quit [Ping timeout: 260 seconds]
tr0nk has joined #bitcoin-wizards
Starduster has quit []
jtimon has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
Guest14020 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
chris__ has joined #bitcoin-wizards
chris__ has quit [Remote host closed the connection]
laurentmt has quit [Quit: laurentmt]
chris__ has joined #bitcoin-wizards
tr0nk has quit [Ping timeout: 244 seconds]
domwoe has quit [Remote host closed the connection]
funkenstein_ has quit [Ping timeout: 248 seconds]
dEBRUYNE_ has quit [Quit: Leaving]
dEBRUYNE has joined #bitcoin-wizards
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
gielbier has joined #bitcoin-wizards
gielbier has quit [Changing host]
gielbier has joined #bitcoin-wizards
grandmaster has joined #bitcoin-wizards
belcher has joined #bitcoin-wizards
Starduster has joined #bitcoin-wizards
chris__ has quit [Remote host closed the connection]
CrazyTruthYakDDS has joined #bitcoin-wizards
Erik_dc has quit [Remote host closed the connection]
wallet42 has quit [Quit: Leaving.]
Guyver2 has quit [Quit: :)]
RoboTeddy has joined #bitcoin-wizards
chris__ has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 252 seconds]
dEBRUYNE has joined #bitcoin-wizards
RoboTeddy has quit [Ping timeout: 240 seconds]
chris__ has quit [Remote host closed the connection]
chris__ has joined #bitcoin-wizards
Nightwolf has joined #bitcoin-wizards
_alp_ has quit [Ping timeout: 252 seconds]
pavel_ has joined #bitcoin-wizards
paveljanik has quit [Ping timeout: 248 seconds]
ThomasV has quit [Ping timeout: 248 seconds]
ThomasV has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
belcher has quit [Quit: Leaving]
jannes has quit [Quit: Leaving]
belcher has joined #bitcoin-wizards
Dizzle has quit [Ping timeout: 240 seconds]
frankenmint has quit [Remote host closed the connection]
<Taek> maaku: the MIT Media lab has given us a room that we can use on Monday, it holds about 15 people. I believe we have it from 8am to 6pm. (all wizards/researchers/etc welcome)