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
<psztorc> Why not?
conner_ has joined #bitcoin-wizards
<adlai> if people stopped calling publications "BIPs" unless they followed patches-first-patter-latter, that'd be nice
<adlai> Luke-Jr: one of the worst curses of Bitcoin is that people take eachother seriously in all the wrong ways and none of the right ones
ozanyurt_ has joined #bitcoin-wizards
ozanyurt has quit [Ping timeout: 276 seconds]
sontol1 has joined #bitcoin-wizards
<adlai> what's the plan for long-term handling of the utxo set? i'm aware of bramc's work towards making utxo commitments feasible, but is anybody focusing on ways to either add a cost to utxo spam, or at least incentivise its reduction?
sontol has quit [Ping timeout: 240 seconds]
HostFat has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
rusty has joined #bitcoin-wizards
mrkent_ has quit [Ping timeout: 245 seconds]
justanot1eruser is now known as justanotheruser
DougieBot5000 has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
espes__ has quit [Ping timeout: 240 seconds]
espes__ has joined #bitcoin-wizards
<instagibbs> you can also cap utxo set size
<instagibbs> jl2012 wrote up one version of it
<adlai> capping utxo set size sounds a little like introducing a cumulative blockchain cap rather than per-block...
<instagibbs> it's a cumulative datastructure that requires fast access :/
<adlai> aj: thank you
conner_ has quit [Remote host closed the connection]
sontol has joined #bitcoin-wizards
jcluck is now known as cluckj
sontol1 has quit [Ping timeout: 245 seconds]
zooko has quit [Ping timeout: 250 seconds]
stevenroose has quit [Read error: Connection reset by peer]
stevenroose|BNC is now known as stevenroose
Tasoshi has quit [Read error: Connection reset by peer]
sontol1 has joined #bitcoin-wizards
Tasoshi has joined #bitcoin-wizards
espes__ has quit [Ping timeout: 276 seconds]
sontol1 has quit [Client Quit]
sontol has quit [Ping timeout: 250 seconds]
<Luke-Jr> adlai: SegWit does add such costs (by discounting non-UTXO data)
tjader has quit [Ping timeout: 265 seconds]
<Luke-Jr> also by not allowing the entire 2 MB to be stuffed with UTXO inflation spam
tachys has quit [Remote host closed the connection]
murch has quit [Remote host closed the connection]
<Luke-Jr> (ie, only 1 MB of it can be UTXO changes)
tachys has joined #bitcoin-wizards
<adlai> wouldn't the segwit softfork only increase the cost of utxo spam if segwit transactions become popular enough to raise the fee market to a degree felt by non-segwit transactions?
<aj> it increases the cost of utxo spam compared to just raising the blocksize to 2MB
<Luke-Jr> adlai: that seems probable
tjader has joined #bitcoin-wizards
<Luke-Jr> adlai: most scaling solutions do that, really
Tasoshi has quit [Read error: Connection reset by peer]
<Luke-Jr> eg, Lightning reduces the per-legit-tx cost such that spam becomes much more expensive relatively
voxelot_ has quit [Ping timeout: 265 seconds]
Tasoshi has joined #bitcoin-wizards
<adlai> i think aj nailed it: this is a reason for segwit-softfork being a qualitatively better scaling "can-kick" than a 2MB hardfork
<adlai> Luke-Jr: my concern is that expense relative to non-spam use isn't enough, if non-spam use becomes cheaper... you might even spam getting cheaper in absolute terms, if non-spam use doesn't increase to take advantage of low fees
CubicEarth has joined #bitcoin-wizards
<adlai> "absolute terms" being "total bitcoin cost"; this analysis does not account for absolutes beyond...
AaronvanW has quit [Ping timeout: 250 seconds]
<Luke-Jr> adlai: miners are less incentivised to misbehave mining the spam
<Luke-Jr> and it is easier for them to detect it
espes__ has joined #bitcoin-wizards
<aj> anyone know how big the mempool is at the moment, if you drop all the relay limits to zero?
<belcher> it depends on stuff like how long your node has been running, there is no "the" mempool
conner_ has joined #bitcoin-wizards
<aj> sure; i'm wondering when my mempool will have "caught up"; i'm at ~11MB atm
<belcher> better for #bitcoin, but you dont catch up, your newly-started node will just store transactions as they arrive, not get historical ones
adnn has joined #bitcoin-wizards
<rusty> belcher: not quite true, there's generally a steady state. In my experience it's about a week, but that was over a year ago.
tachys has quit [Remote host closed the connection]
veleiro has joined #bitcoin-wizards
CubicEarth has quit []
d9b4bef9 has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
<bramc> Hey everybody
<bramc> So I'm *this* close to switching from 'real' mark and sweep of variable size entries leaves to having fixed size individual nodes and making a linked list of unused nodes
<bramc> The downside is that it wastes a bit of space in nodes which aren't terminal, and about half the space in nodes which only have something on one side. On the plus side, it wastes less space because blocks as a whole get a lot more full, and it's vastly simpler
<bramc> something only on one side I mean
<bramc> Whether it's net more or less cache misses is highly unclear, it depends on the usage pattern
mkarrer has joined #bitcoin-wizards
<bramc> Anybody have any thoughts? Or even have any idea what I'm babbling about?
* adlai wishes bramc would publish a "this is what I've been babbling about" already, even if it's not frozen solid yet :)
Ylbam has quit [Quit: Connection closed for inactivity]
<bramc> The other thing I could do is make intermediate values with stuff only on one side have to get recomputed, to save space at the expense of CPU and complexity. Maybe I should punt and say that I'll do that 'later'
<bramc> Really skimping on just the last branch would give most of the savings there, and wouldn't be all that complex
<bramc> adlai: The big comment at the top of https://github.com/bramcohen/MerkleSet/blob/master/merkle_set.py has a reasonable explanation of the data format
adnn_ has joined #bitcoin-wizards
<adlai> ty bramc
CubicEarth has joined #bitcoin-wizards
adnn has quit [Ping timeout: 250 seconds]
<bramc> I'm really liking this single level punt. Then the node values become MIDDLE, ONLY0, ONLY1, TERM0, TERM1, TERMBOTH, and ONLY0_THEN_TERMBOTH and ONLY1_THEN_TERMBOTH
adnn has joined #bitcoin-wizards
<bramc> Which saves most of the space wasted by ONLY0 and ONLY1 at only a modest cost to extra CPU and complexity
<bramc> And best of all, I can totally punt on it for now because it's a nice separated task to put in the TODO list
phiche1 has joined #bitcoin-wizards
adnn_ has quit [Ping timeout: 264 seconds]
phiche has quit [Ping timeout: 272 seconds]
<bramc> Okay I'm sold. Now I need to break out the machete. Eugh.
roidster has quit [Quit: ChatZilla 0.9.92 [SeaMonkey 2.39/20151103191810]]
tromp_ has joined #bitcoin-wizards
tjader has quit [Ping timeout: 250 seconds]
belcher has quit [Quit: Leaving]
tjader has joined #bitcoin-wizards
dEBRUYNE has quit [Quit: Leaving]
CubicEarth has quit [Remote host closed the connection]
Tasoshi_ has joined #bitcoin-wizards
CubicEarth has joined #bitcoin-wizards
wizkid057 has quit [Ping timeout: 245 seconds]
Tasoshi has quit [Ping timeout: 252 seconds]
zwick has quit [Quit: WeeChat 1.0.1]
HostFat has quit [Quit: Leaving]
wizkid057 has joined #bitcoin-wizards
Norbiss has quit [Ping timeout: 240 seconds]
chjj has joined #bitcoin-wizards
voxelot_ has joined #bitcoin-wizards
priidu has quit [Ping timeout: 265 seconds]
[7] has quit [Ping timeout: 260 seconds]
incite has quit [Ping timeout: 252 seconds]
TheSeven has joined #bitcoin-wizards
incite has joined #bitcoin-wizards
mrkent_ has joined #bitcoin-wizards
stevenroose has quit [Disconnected by services]
stevenroose|BNC has joined #bitcoin-wizards
tachys has joined #bitcoin-wizards
mrkent has quit [Ping timeout: 276 seconds]
tachys has quit [Ping timeout: 264 seconds]
psztorc has quit [Quit: Page closed]
c0rw1n is now known as c0rw|zZz
tachys has joined #bitcoin-wizards
adnn has quit [Ping timeout: 250 seconds]
tachys has quit [Ping timeout: 250 seconds]
adnn has joined #bitcoin-wizards
tjader has quit [Ping timeout: 240 seconds]
Giszmo has quit [Remote host closed the connection]
Giszmo has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
sparetire has quit [Quit: sparetire]
silvaedium has quit [Ping timeout: 250 seconds]
<bramc> Come to think of it, all ONLY0 and ONLY1 before a TERMBOTH can be skipped all the time, with no special designation
btcdrak has joined #bitcoin-wizards
<bramc> ONLY0 and ONLY1 still have to be included because there might be more complicated stuff before them and because they occur in branches, but that's a small amount of wasted space
arubi has quit [Ping timeout: 248 seconds]
p15 has joined #bitcoin-wizards
brg444 has quit [Ping timeout: 252 seconds]
TheSeven has quit [Ping timeout: 240 seconds]
Tasoshi_ has quit [Ping timeout: 264 seconds]
TheSeven has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
adlie has joined #bitcoin-wizards
<adlai> bramc: what's active_child?
<bramc> adlai: That's the child which overflows are currently being put into
<bramc> adlai: It's a simple trick to make it so that the children are mostly filled up without having a complex structure where the parent remembers how much is in different children and constantly tries to juggle them
<bramc> adlai: When a leaf child gets too big to fit in a single block some of its data is put into the parent's active child as well. This isn't implemented yet though.
mrkent_ has quit []
* adlai will simply have to read the fine source :)
CubicEarth has quit [Remote host closed the connection]
CubicEarth has joined #bitcoin-wizards
tjader has quit [Ping timeout: 250 seconds]
tachys has joined #bitcoin-wizards
tachys has quit [Ping timeout: 256 seconds]
tjader has joined #bitcoin-wizards
arubi has joined #bitcoin-wizards
tachys has joined #bitcoin-wizards
tachys has quit [Ping timeout: 250 seconds]
LeMiner has quit [Ping timeout: 246 seconds]
LeMiner has joined #bitcoin-wizards
LeMiner has quit [Changing host]
LeMiner has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
Ylbam has joined #bitcoin-wizards
ratbanebo has joined #bitcoin-wizards
rusty has quit [Ping timeout: 245 seconds]
ThomasV has quit [Ping timeout: 245 seconds]
ratbanebo has quit []
Norbiss has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
phiche1 has quit [Quit: Leaving.]
Muntjac has joined #bitcoin-wizards
tjader has quit [Ping timeout: 240 seconds]
AusteritySucks has joined #bitcoin-wizards
veleiro has quit [Read error: Connection reset by peer]
tjader has joined #bitcoin-wizards
phiche has joined #bitcoin-wizards
markus-k has joined #bitcoin-wizards
markus-k_ has joined #bitcoin-wizards
markus-k has quit [Ping timeout: 250 seconds]
dcousens has joined #bitcoin-wizards
dcousens has quit [Ping timeout: 272 seconds]
mrkent has joined #bitcoin-wizards
tromp_ has quit [Remote host closed the connection]
bramc has quit [Ping timeout: 252 seconds]
wallet42 has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
priidu has quit [Ping timeout: 240 seconds]
hdbuck has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 260 seconds]
conner_ has quit [Remote host closed the connection]
conner_ has joined #bitcoin-wizards
throughnothing has joined #bitcoin-wizards
murch has joined #bitcoin-wizards
throughnothing has quit [Client Quit]
conner_ has quit [Ping timeout: 272 seconds]
tjader has quit [Ping timeout: 248 seconds]
tjader has joined #bitcoin-wizards
supasonic has quit [Remote host closed the connection]
ThomasV has joined #bitcoin-wizards
CubicEar_ has joined #bitcoin-wizards
CubicEarth has quit [Ping timeout: 240 seconds]
frankenmint has quit [Remote host closed the connection]
tromp_ has joined #bitcoin-wizards
JayDugger has quit [Ping timeout: 240 seconds]
CubicEarth has joined #bitcoin-wizards
_biO_ has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
CubicEar_ has quit [Ping timeout: 240 seconds]
tromp_ has quit [Ping timeout: 240 seconds]
andy-logbot has quit [Remote host closed the connection]
andy-logbot has joined #bitcoin-wizards
* andy-logbot is logging
wallet42 has quit [Ping timeout: 240 seconds]
antanst has joined #bitcoin-wizards
JayDugger has joined #bitcoin-wizards
paveljanik has quit [Quit: Leaving]
ozanyurt has joined #bitcoin-wizards
ozanyurt_ has quit [Ping timeout: 252 seconds]
mrkent has quit []
AaronvanW has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
frankenmint has quit [Remote host closed the connection]
priidu has joined #bitcoin-wizards
lister has joined #bitcoin-wizards
sparetire has joined #bitcoin-wizards
rusty has joined #bitcoin-wizards
rusty has left #bitcoin-wizards [#bitcoin-wizards]
Tasoshi_ has joined #bitcoin-wizards
tachys has joined #bitcoin-wizards
hdbuck has quit [Quit: hdbuck]
hdbuck has joined #bitcoin-wizards
tachys has quit [Ping timeout: 264 seconds]
wallet42 has joined #bitcoin-wizards
tjader has quit [Ping timeout: 250 seconds]
laurentmt has joined #bitcoin-wizards
fkhan_ has quit [Read error: Connection reset by peer]
wallet42 has quit [Ping timeout: 240 seconds]
tachys has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
tachys has quit [Ping timeout: 265 seconds]
_biO_ has quit [Remote host closed the connection]
rubensayshi has joined #bitcoin-wizards
LeMiner has quit [*.net *.split]
K1773R has quit [*.net *.split]
DougieBot5000 has quit [Quit: Leaving]
markus-k_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
markus-k has joined #bitcoin-wizards
justanotheruser has quit [Ping timeout: 260 seconds]
c-cex-yuriy has joined #bitcoin-wizards
priidu has quit [Ping timeout: 248 seconds]
blackwraith has joined #bitcoin-wizards
voxelot_ has quit [Ping timeout: 250 seconds]
K1773R has joined #bitcoin-wizards
LeMiner has joined #bitcoin-wizards
markus-k has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
markus-k has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 252 seconds]
damethos has joined #bitcoin-wizards
rustyn has joined #bitcoin-wizards
Norbiss has quit [Ping timeout: 250 seconds]
CubicEarth has quit [Remote host closed the connection]
trippysalmon has quit [Quit: leaving]
murch has quit [Quit: Leaving.]
trippysalmon has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 248 seconds]
<Taek> build a merkle tree using a bunch of cached branches/nodes. Build proofs on said merkle tree from cached branches as well
<Taek> useful when dealing with large sets of objects
tromp_ has joined #bitcoin-wizards
adnn_ has joined #bitcoin-wizards
tjader has quit [Ping timeout: 272 seconds]
tromp_ has quit [Ping timeout: 276 seconds]
fkhan has joined #bitcoin-wizards
adnn has quit [Ping timeout: 248 seconds]
Guyver2 has joined #bitcoin-wizards
mrkent has quit []
hdbuck has quit [Quit: hdbuck]
binaryFate_ is now known as binaryFate
dEBRUYNE has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
Yoghur114 has joined #bitcoin-wizards
HostFat has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 265 seconds]
markus-k has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tromp_ has joined #bitcoin-wizards
tromp_ has quit [Ping timeout: 250 seconds]
adnn_ has quit [Remote host closed the connection]
proslogion has joined #bitcoin-wizards
tachys has joined #bitcoin-wizards
tachys has quit [Ping timeout: 240 seconds]
grandmaster2 has joined #bitcoin-wizards
nickler_ has joined #bitcoin-wizards
grandmaster has quit [Ping timeout: 240 seconds]
nickler has quit [Ping timeout: 240 seconds]
warren has quit [Ping timeout: 240 seconds]
laurentmt has quit [Ping timeout: 240 seconds]
ThomasV has quit [Ping timeout: 240 seconds]
mengine has quit [Ping timeout: 240 seconds]
mengine has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
warren has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
markus-k has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
wallet42 has quit [Ping timeout: 250 seconds]
markus-k has quit [Max SendQ exceeded]
tjader has quit [Ping timeout: 260 seconds]
markus-k has joined #bitcoin-wizards
Myagui has quit [Ping timeout: 250 seconds]
tjader has joined #bitcoin-wizards
Myagui has joined #bitcoin-wizards
AusteritySucks has quit [Ping timeout: 265 seconds]
laurentmt1 has joined #bitcoin-wizards
markus-k_ has joined #bitcoin-wizards
markus-k has quit [Ping timeout: 256 seconds]
tromp_ has joined #bitcoin-wizards
laurentmt1 has quit [Client Quit]
ozanyurt_ has joined #bitcoin-wizards
ozanyurt has quit [Ping timeout: 245 seconds]
markus-k_ has quit [Ping timeout: 276 seconds]
AusteritySucks has joined #bitcoin-wizards
K1773R has quit [*.net *.split]
LeMiner has quit [*.net *.split]
justanotheruser has joined #bitcoin-wizards
tromp_ has quit [Remote host closed the connection]
K1773R has joined #bitcoin-wizards
LeMiner has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
windsok has joined #bitcoin-wizards
windsok_ has joined #bitcoin-wizards
windsok has quit [Read error: Connection reset by peer]
adam3us has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt1 has joined #bitcoin-wizards
laurentmt has quit [Remote host closed the connection]
laurentmt1 is now known as laurentmt
ThomasV has quit [Ping timeout: 245 seconds]
ozanyurt has joined #bitcoin-wizards
ozanyurt_ has quit [Ping timeout: 245 seconds]
JackH has quit [Ping timeout: 245 seconds]
tromp_ has joined #bitcoin-wizards
tromp_ has quit [Ping timeout: 240 seconds]
Giszmo has joined #bitcoin-wizards
MrHodl has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
tjader has quit [Ping timeout: 276 seconds]
tjader has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
seg has quit [Quit: kuwabara kuwabara]
p15x has quit [Ping timeout: 245 seconds]
seg has joined #bitcoin-wizards
p15 has quit [Ping timeout: 276 seconds]
justanotheruser has quit [Read error: Connection reset by peer]
justanotheruser has joined #bitcoin-wizards
Giszmo has quit [Ping timeout: 260 seconds]
ThomasV has joined #bitcoin-wizards
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
Giszmo has joined #bitcoin-wizards
damethos has quit [Quit: Bye]
Norbiss has joined #bitcoin-wizards
DougieBot5000 has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 250 seconds]
ozanyurt_ has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
ozanyur__ has joined #bitcoin-wizards
ozanyurt has quit [Ping timeout: 250 seconds]
ozanyurt_ has quit [Ping timeout: 256 seconds]
zooko has quit [Ping timeout: 250 seconds]
Eliel_ has quit [Ping timeout: 240 seconds]
tjader has quit [Ping timeout: 265 seconds]
ozanyurt has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
AusteritySucks has quit [Ping timeout: 245 seconds]
ozanyur__ has quit [Ping timeout: 250 seconds]
ozanyurt has quit [Read error: No route to host]
Norbiss has quit [Quit: Norbiss]
ozanyurt has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
Dizzle has joined #bitcoin-wizards
AusteritySucks has joined #bitcoin-wizards
ozanyurt has quit [Quit: Textual IRC Client: www.textualapp.com]
Norbiss has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
proslogion has left #bitcoin-wizards ["离开"]
voxelot_ has joined #bitcoin-wizards
zooko has quit [Remote host closed the connection]
voxelot_ is now known as voxelot
voxelot has quit [Changing host]
voxelot has joined #bitcoin-wizards
supasonic has joined #bitcoin-wizards
melvster1 has quit [Ping timeout: 276 seconds]
melvster has quit [Ping timeout: 276 seconds]
zooko has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
mrkent has joined #bitcoin-wizards
arubi has quit [Ping timeout: 276 seconds]
arubi has joined #bitcoin-wizards
melvster1 has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 240 seconds]
melvster has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
hdbuck has quit [Quit: hdbuck]
Dizzle has quit [Quit: Leaving...]
zooko has quit [Remote host closed the connection]
frankenmint has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
frankenmint has quit [Remote host closed the connection]
keus_ has left #bitcoin-wizards [#bitcoin-wizards]
tromp_ has joined #bitcoin-wizards
phiche has quit [Ping timeout: 265 seconds]
conner_ has joined #bitcoin-wizards
tromp_ has quit [Ping timeout: 276 seconds]
conner_ has quit [Ping timeout: 240 seconds]
conner_ has joined #bitcoin-wizards
tjader has quit [Ping timeout: 252 seconds]
phiche has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
roidster has joined #bitcoin-wizards
roidster is now known as Guest71614
Eliel has joined #bitcoin-wizards
Guest71614 is now known as roidster
rubensayshi has quit [Ping timeout: 250 seconds]
adnn has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
conner_ has joined #bitcoin-wizards
adnn_ has joined #bitcoin-wizards
priidu has quit [Ping timeout: 240 seconds]
eudoxia has joined #bitcoin-wizards
adnn has quit [Ping timeout: 240 seconds]
conner_ has quit [Ping timeout: 264 seconds]
rubensayshi has joined #bitcoin-wizards
mrkent has quit []
eudoxia has quit [Quit: Leaving]
teslax2 has joined #bitcoin-wizards
adam3us1 has joined #bitcoin-wizards
adam3us has quit [Read error: Connection reset by peer]
adam3us1 has quit [Client Quit]
hdbuck has joined #bitcoin-wizards
adam3us has joined #bitcoin-wizards
conner_ has joined #bitcoin-wizards
meZee has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
amiller has joined #bitcoin-wizards
tachys has joined #bitcoin-wizards
adnn has joined #bitcoin-wizards
sneak has joined #bitcoin-wizards
adnn_ has quit [Read error: Connection reset by peer]
tachys has quit []
ThomasV has quit [Ping timeout: 250 seconds]
CubicEarth has joined #bitcoin-wizards
teslax2 has quit [Quit: Nettalk6 - www.ntalk.de]
hdbuck has quit [Quit: hdbuck]
bityogi has joined #bitcoin-wizards
teslax has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
tjader has quit [Ping timeout: 265 seconds]
mrkent_ has joined #bitcoin-wizards
c0rw|zZz_ has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
conner_ has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
Dizzle has joined #bitcoin-wizards
arubi_ has joined #bitcoin-wizards
voxelot has quit [Ping timeout: 240 seconds]
yorick__ has joined #bitcoin-wizards
gwollon has joined #bitcoin-wizards
kinlo_ has joined #bitcoin-wizards
gigq_ has joined #bitcoin-wizards
unlord_ has joined #bitcoin-wizards
jrayhawk_ has joined #bitcoin-wizards
conner_ has quit [Ping timeout: 240 seconds]
RedEmerald_ has joined #bitcoin-wizards
maaku_ has joined #bitcoin-wizards
arubi has quit [Ping timeout: 240 seconds]
TD--Linux has joined #bitcoin-wizards
mrkent has quit [*.net *.split]
MrHodl has quit [*.net *.split]
gigq has quit [*.net *.split]
davec has quit [*.net *.split]
waxwing has quit [*.net *.split]
c0rw|zZz has quit [*.net *.split]
myeaglef1ies has quit [*.net *.split]
ttttemp_ has quit [*.net *.split]
adlai has quit [*.net *.split]
bildramer has quit [*.net *.split]
davec has joined #bitcoin-wizards
bildramer has joined #bitcoin-wizards
kinlo_ is now known as kinlo
<OxADADA> Taek: what are your typical awake hours?
TD--Linux is now known as TD-Linux
TD-Linux has quit [Changing host]
TD-Linux has joined #bitcoin-wizards
joesmoe has joined #bitcoin-wizards
[d__d] has joined #bitcoin-wizards
myeagleflies has joined #bitcoin-wizards
myeagleflies has quit [Changing host]
myeagleflies has joined #bitcoin-wizards
sdaftuar has joined #bitcoin-wizards
waxwing has joined #bitcoin-wizards
ttttemp has joined #bitcoin-wizards
bsm1175321 has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 252 seconds]
adlai has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
raedah has joined #bitcoin-wizards
phantomcircuit has joined #bitcoin-wizards
Iriez has joined #bitcoin-wizards
voxelot has joined #bitcoin-wizards
phantomcircuit has quit [Max SendQ exceeded]
voxelot has quit [Changing host]
voxelot has joined #bitcoin-wizards
conner_ has joined #bitcoin-wizards
Iriez has quit [*.net *.split]
phantomcircuit has joined #bitcoin-wizards
gwollon is now known as gwillen
ThomasV has quit [Ping timeout: 256 seconds]
Iriez has joined #bitcoin-wizards
NewLiberty_ has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
zooko has quit [Remote host closed the connection]
conner_ has quit [Remote host closed the connection]
lmatteis has quit [Quit: Connection closed for inactivity]
laurentmt1 has joined #bitcoin-wizards
seg has quit [Ping timeout: 240 seconds]
laurentmt has quit [Ping timeout: 240 seconds]
laurentmt1 is now known as laurentmt
seg has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
hdbuck has quit [Changing host]
hdbuck has joined #bitcoin-wizards
nwilcox has quit [Quit: leaving]
conner_ has joined #bitcoin-wizards
arubi_ has quit [Ping timeout: 240 seconds]
conner_ has quit [Read error: Connection reset by peer]
conner_ has joined #bitcoin-wizards
c-cex-yuriy has joined #bitcoin-wizards
raedah has quit [Quit: Leaving]
hdbuck has quit [Quit: hdbuck]
rusty has joined #bitcoin-wizards
hdbuck has joined #bitcoin-wizards
arubi_ has joined #bitcoin-wizards
arubi_ has quit [Quit: Leaving]
rusty has quit [Ping timeout: 250 seconds]
tjader has quit [Ping timeout: 240 seconds]
tjader has joined #bitcoin-wizards
HostFat has quit [Read error: Connection reset by peer]
MrHodl has joined #bitcoin-wizards
Guest62134 is now known as [Derek]
[Derek] has quit [Changing host]
[Derek] has joined #bitcoin-wizards
Guyver2 has quit [Remote host closed the connection]
joesmoe has quit [Ping timeout: 256 seconds]
laurentmt has quit [Quit: laurentmt]
conner_ has quit [Remote host closed the connection]
belcher has joined #bitcoin-wizards
nickler_ is now known as nickler
zooko has joined #bitcoin-wizards
conner_ has joined #bitcoin-wizards
joesmoe has joined #bitcoin-wizards
arubi_ has joined #bitcoin-wizards
e4xit has joined #bitcoin-wizards
tromp_ has joined #bitcoin-wizards
zooko has quit [Ping timeout: 250 seconds]
tromp_ has quit [Ping timeout: 276 seconds]
ThomasV has joined #bitcoin-wizards
joesmoe has quit [Ping timeout: 256 seconds]
unlord_ is now known as unlord
CubicEar_ has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
jrayhawk_ is now known as jryahawk
CubicEarth has quit [Ping timeout: 252 seconds]
mrkent_ has quit [Ping timeout: 260 seconds]
conner_ has joined #bitcoin-wizards
hdbuck has quit [Quit: hdbuck]
ThomasV has quit [Ping timeout: 240 seconds]
lmatteis has joined #bitcoin-wizards
mrkent_ has joined #bitcoin-wizards
mrkent has quit [Ping timeout: 248 seconds]
tjader has quit [Ping timeout: 240 seconds]
HostFat has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
mrkent has joined #bitcoin-wizards
mrkent_ has quit [Ping timeout: 250 seconds]
tjader has joined #bitcoin-wizards
mrkent_ has joined #bitcoin-wizards
mrkent has quit [Ping timeout: 240 seconds]
conner_ has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
PaulCape_ has joined #bitcoin-wizards
PaulCape_ has quit [Client Quit]
zooko has joined #bitcoin-wizards
e4xit has quit [Quit: e4xit]
conner_ has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
jcluck has joined #bitcoin-wizards
mrkent__ has joined #bitcoin-wizards
mrkent_ has quit [Ping timeout: 264 seconds]
adnn has quit [Remote host closed the connection]
adnn has joined #bitcoin-wizards
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
adnn has quit [Remote host closed the connection]
phiche1 has joined #bitcoin-wizards
mrkent has quit [Ping timeout: 272 seconds]
cluckj has quit [Ping timeout: 276 seconds]
phiche has quit [Ping timeout: 260 seconds]
<kanzure> "hash the consensus rules that were used to generate the block, and if the rules don't match up with the block, then the block should be rejected by others" ... unfortunately i think this would make it hard to do upgrades.
phiche has joined #bitcoin-wizards
Dizzle has quit [Quit: Leaving...]
phiche1 has quit [Ping timeout: 260 seconds]
zooko has quit [Ping timeout: 248 seconds]
<kanzure> also, what's the largest-in-terms-of-participants multisig verification pool that anyone has tried in real world deployment? do we have numbers on that...
<kanzure> amiller: maybe you know?
prosody is now known as misalias
CubicEarth has joined #bitcoin-wizards
CubicEar_ has quit [Read error: Connection reset by peer]
phiche has quit [Quit: Leaving.]
Emcy_ has joined #bitcoin-wizards
Emcy has quit [Ping timeout: 240 seconds]
PaulCapestany has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]
laurentmt has quit [Quit: laurentmt]
tjader has quit [Ping timeout: 256 seconds]
CubicEarth has quit [Remote host closed the connection]
CubicEarth has joined #bitcoin-wizards
tjader has joined #bitcoin-wizards
CubicEarth has quit [Remote host closed the connection]
CubicEarth has joined #bitcoin-wizards
stevenroose|BNC is now known as stevenroose
Tasoshi has joined #bitcoin-wizards
Tasoshi_ has quit [Ping timeout: 240 seconds]
DougieBot5000 has quit [Quit: Leaving]
tromp_ has joined #bitcoin-wizards
conner_ has joined #bitcoin-wizards
conner_ has quit [Remote host closed the connection]