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
proslogion has quit [Ping timeout: 265 seconds]
NewLiberty has joined #bitcoin-wizards
<NewLiberty> @yoga14 that attack vector is why BTC does not have larger block sizes yet.
snthsnth has quit [Ping timeout: 244 seconds]
Chris_Stewart_5 has quit [Ping timeout: 265 seconds]
belcher has quit [Ping timeout: 252 seconds]
Alopex has quit [Read error: Connection reset by peer]
belcher has joined #bitcoin-wizards
Alopex1 has joined #bitcoin-wizards
<bsm117532> andytoshi: Yes I've been thinking a lot about combining Mimble wimble and a DAG/braid structure. But the way I've been thinking about it, one needs to do conflict resolution (double-spend) at the individual transaction level. Once you aggregate, a single double-spend can "poison" a larger set of transactions with which it gets aggregated.
<bsm117532> This seems to be an insurmountable obstacle...I don't see any way to untangle a double spend without destroying the privacy-preserving features of aggregation.
<amiller_> andytoshi, this looks cool
<amiller_> andytoshi, it's really useful you wrote out all the cryptography this way
<amiller_> i'm confused why there is no high level explanation of the goal
<amiller_> i think the goals for this are a combination of scalability and privacy
<amiller_> i think the privacy only kicks in when miners "forget" information that they all had to have and validate
<amiller_> i can see how that is useful for privacy, but that's the key intuition for how privacy is achieved, the crypto protocol on its own doesn't make it private
<andytoshi> sorry amiller_, because the high level stuff was stuff i knew would work .. so i naturally wrote out the hard stuff to avoid wasting time :)
<amiller_> for scalability i don't understand the interaction between this compact chain and the orgiinal chain
<andytoshi> you are correct about miners needing to "forget", i think at this point getting any privacy out of the aggregation is sorta open
<amiller_> how is the compact chain different than just a node that only keeps the UTXO state and the most recent thousand blocks or whatever to handle short forks?
<andytoshi> amiller_: the difference is that all transactions are still attached to a chain that has expected work-to-rewrite that's the same as the original chain
<andytoshi> you can imagine a bitcoin node just snapshotting the state at blockheight-1000 and giving this to a user, this is obviously bad .. then you can imagine if blocks committed to utxoset, then this isn't nearly as bad (someone would have to rewrite the 1000 blocks to lie)
<andytoshi> but even in that scenario, rewriting the -whole chain- for 1000 blocks work will get increasingly enticing
<andytoshi> in this scheme, would-be forgers expect to do as much work as rewriting the chain (though they might get lucky with nontrivial probability), which keeps the incentives aligned
<andytoshi> amiller_: gimme 2 minutes, i'll refresh the doc, i've written a bit of high-level stuff
<amiller_> ok
<amiller_> cool
<andytoshi> kk same URL should have a new section 2.1 with some high-level stuff
<andytoshi> (and some of the crypto is updated to use assymetric pairings and co-CDH, but this is less interesting and still not done)
aalex has quit [Ping timeout: 244 seconds]
aalex has joined #bitcoin-wizards
tester123 has joined #bitcoin-wizards
tester123 has quit [Client Quit]
testset has joined #bitcoin-wizards
testset has quit [Client Quit]
Chris_Stewart_5 has joined #bitcoin-wizards
[Derek]_ is now known as [Derek]
[Derek] has quit [Changing host]
[Derek] has joined #bitcoin-wizards
<amiller_> ls
<amiller_> sorry
Chris_Stewart_5 has quit [Ping timeout: 244 seconds]
<andytoshi> in the morning i will add a section 2.2 which outlines the desired scalability and talks about 'hooks' for privacy (this could be so private if only we could somehow avoid publishing X data at any point, etc) since i don't have good specific ideas for privacy beyond CT
<amiller_> ok this is sorta cool
<amiller_> i think what you are saying is that there is a sort of layered trust model,
<andytoshi> a MVP scheme greg suggested was to have miners advertise tor hidden services and you send txes to them and they aggregate, then in theory each block's real contents are only known to single miners, and if they don't collude you get good hiding
<amiller_> where there is an attack that could cause double spends but couldn't cause "inflation"
<amiller_> if there are no 51% attackers or ridiculous network partitions ever, then these basically coincide in the other attacks they prevent
<andytoshi> i think that's roughly it .. i'm not sure what you mean by "an attack that could cause double spends" beyond a 51% attack
<amiller_> but if there is a temporary 51% attacker that causes some long fork, they would be able to print infinite money that SPV clients would accept
<amiller_> even if with UTXO commitments
<andytoshi> well they'd be able to print as much money as exists for a chain of that length..
Chris_Stewart_5 has joined #bitcoin-wizards
<amiller_> however with mimble-wimble, they wouldn't be able to produce that infinite money
<andytoshi> they can't print infinite money under any circumstances
<andytoshi> right
<amiller_> you can print infinite money if you are attacking a SPV merchant
<amiller_> and have 51%
<andytoshi> here you can give a SPV merchant a single pairing to verify to ensure no inflation
<andytoshi> oh, such a merchant would still need to verify the whole utxoset to do what i'm thinking
<andytoshi> but one thing this sinking signature scheme gets you is that _every transaction ever_ signs the blockheight 0, and you can aggregate all those signatures into one, and this single signature proves that every transaction was noninflationary
<andytoshi> this is an extreme use of the sinking signature construction
<andytoshi> so you expect total_coins*H + all_transactions'_excess = sum_of_utxos ... you want to ensure that the excess is some multiple of G (no coins hidden in there) .. you can be assured of this by the aggregated signature
Topogetcyrpto has quit [Ping timeout: 272 seconds]
pro has quit [Quit: Leaving]
e4xit has joined #bitcoin-wizards
<andytoshi> (this extreme SPV is a bit silly in mimblewimble tho, if you do the compact-SPV you get this expected-value stuff and "no transactions can be replaced without rewriting their block" and it takes like a meg of data and 20 core-seconds to verify all the pairings, by my estimate)
<andytoshi> err, not compact-SPV, compact chain
<andytoshi> what i'm calling "full mimblewimble security"
e4xit_ has quit [Ping timeout: 250 seconds]
Topogetcyrpto has joined #bitcoin-wizards
belcher has quit [Ping timeout: 265 seconds]
belcher has joined #bitcoin-wizards
copumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Chris_Stewart_5 has quit [Ping timeout: 272 seconds]
mrkent has joined #bitcoin-wizards
Alopex1 has quit [Remote host closed the connection]
Alopex has joined #bitcoin-wizards
moa has joined #bitcoin-wizards
moa has quit [Client Quit]
harrow` has quit [Quit: Leaving]
freekevin has quit [Ping timeout: 272 seconds]
harrow has joined #bitcoin-wizards
nephyrin has quit [Quit: No Ping reply in 180 seconds.]
moa has joined #bitcoin-wizards
nephyrin has joined #bitcoin-wizards
moa has quit [Changing host]
moa has joined #bitcoin-wizards
freekevin has joined #bitcoin-wizards
snthsnth has joined #bitcoin-wizards
Topogetcyrpto has quit [Quit: Topogetcyrpto]
Guest55116 is now known as Keefe
Keefe is now known as Guest14649
Guest14649 has quit [Changing host]
Guest14649 has joined #bitcoin-wizards
Guest14649 is now known as Keefe
aalex has quit [Ping timeout: 252 seconds]
aalex has joined #bitcoin-wizards
nooblord has quit [Quit: Leaving]
NewLiberty has quit [Ping timeout: 265 seconds]
GAit has quit [Quit: Leaving.]
NewLiberty has joined #bitcoin-wizards
btcdrak has quit [Quit: Connection closed for inactivity]
legogris has quit [Remote host closed the connection]
legogris has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Guest18193 is now known as pigeons
netsin has joined #bitcoin-wizards
TheSeven has quit [Ping timeout: 255 seconds]
[7] has joined #bitcoin-wizards
snthsnth has quit [Ping timeout: 260 seconds]
LePoisson has quit [Ping timeout: 265 seconds]
snthsnth has joined #bitcoin-wizards
Burrito has quit [Ping timeout: 260 seconds]
NewLiberty has quit [Ping timeout: 265 seconds]
droark has joined #bitcoin-wizards
Alopex has quit [Remote host closed the connection]
Alopex has joined #bitcoin-wizards
Emcy_ has joined #bitcoin-wizards
Emcy_ has joined #bitcoin-wizards
Giszmo has quit [Ping timeout: 260 seconds]
mr_burdell has joined #bitcoin-wizards
silva_ has joined #bitcoin-wizards
gribble has quit [Disconnected by services]
metric has joined #bitcoin-wizards
aspect__ has joined #bitcoin-wizards
metric is now known as Guest53801
robmyers_ has joined #bitcoin-wizards
yokwe_ has joined #bitcoin-wizards
Muis_ has joined #bitcoin-wizards
nicolagreco_ has joined #bitcoin-wizards
a5m0 has quit [Disconnected by services]
a5m0_ has joined #bitcoin-wizards
cannedprimates_ has joined #bitcoin-wizards
binns_ has joined #bitcoin-wizards
zmanian___ has joined #bitcoin-wizards
mhanne_ has joined #bitcoin-wizards
asoltys_ has joined #bitcoin-wizards
mariorz__ has joined #bitcoin-wizards
Nightw0lf has joined #bitcoin-wizards
andytosh1 has joined #bitcoin-wizards
zxzzt has joined #bitcoin-wizards
AdrianG_ has joined #bitcoin-wizards
comboy_ has joined #bitcoin-wizards
unlord_ has joined #bitcoin-wizards
wump has joined #bitcoin-wizards
weeeeeew_ has joined #bitcoin-wizards
morcos_ has joined #bitcoin-wizards
smooth_ has joined #bitcoin-wizards
jlyndon_ has joined #bitcoin-wizards
ibrightly_ has joined #bitcoin-wizards
qpm has quit [Ping timeout: 264 seconds]
ryan`c has joined #bitcoin-wizards
jessepollak_ has joined #bitcoin-wizards
TD--Linux has joined #bitcoin-wizards
Lightsword_ has joined #bitcoin-wizards
liviud_ has joined #bitcoin-wizards
binaryFate has joined #bitcoin-wizards
meZee- has joined #bitcoin-wizards
Cloudflare_ has joined #bitcoin-wizards
phantomcircuit_ has joined #bitcoin-wizards
Alopex has quit [Remote host closed the connection]
dabura667_ has joined #bitcoin-wizards
henrytill_ has joined #bitcoin-wizards
Tenhi_0 has joined #bitcoin-wizards
poggy_ has joined #bitcoin-wizards
STRML_ has joined #bitcoin-wizards
thrasher`` has joined #bitcoin-wizards
AEM- has joined #bitcoin-wizards
andytoshi has quit [*.net *.split]
mhanne has quit [*.net *.split]
Nightwolf has quit [*.net *.split]
aem has quit [*.net *.split]
robmyers has quit [*.net *.split]
nicolagreco has quit [*.net *.split]
ibrightly has quit [*.net *.split]
mariorz_ has quit [*.net *.split]
cannedprimates has quit [*.net *.split]
aspect_ has quit [*.net *.split]
yokwe has quit [*.net *.split]
binns has quit [*.net *.split]
superkuh has quit [*.net *.split]
retrohacker has quit [*.net *.split]
jessepollak has quit [*.net *.split]
morcos has quit [*.net *.split]
jlyndon has quit [*.net *.split]
Madars has quit [*.net *.split]
asoltys has quit [*.net *.split]
metric_ has quit [*.net *.split]
adam3us has quit [*.net *.split]
ryan-c has quit [*.net *.split]
TD-Linux has quit [*.net *.split]
meZee has quit [*.net *.split]
Lightsword has quit [*.net *.split]
zmanian__ has quit [*.net *.split]
Tenhi_ has quit [*.net *.split]
Muis has quit [*.net *.split]
Cloudflare has quit [*.net *.split]
wumpus has quit [*.net *.split]
zxzzt_ has quit [*.net *.split]
silva has quit [*.net *.split]
Emcy has quit [*.net *.split]
Guest1225 has quit [*.net *.split]
bsm1175321 has quit [*.net *.split]
binaryFate_ has quit [*.net *.split]
spinza has quit [*.net *.split]
STRML has quit [*.net *.split]
liviud has quit [*.net *.split]
comboy has quit [*.net *.split]
AdrianG has quit [*.net *.split]
waxwing has quit [*.net *.split]
dabura667 has quit [*.net *.split]
BlueMatt has quit [*.net *.split]
unlord has quit [*.net *.split]
poggy has quit [*.net *.split]
isis has quit [*.net *.split]
thrasher` has quit [*.net *.split]
weeeeeew has quit [*.net *.split]
execute has quit [*.net *.split]
henrytill has quit [*.net *.split]
phantomcircuit has quit [*.net *.split]
smooth has quit [*.net *.split]
AEM- is now known as AEM
jessepollak_ is now known as jessepollak
meZee- is now known as meZee
AEM is now known as aem
aspect__ is now known as aspect_
Lightsword_ is now known as Lightsword
adam3us has joined #bitcoin-wizards
BlueMatt_ has joined #bitcoin-wizards
nicolagreco_ is now known as nicolagreco
ryan`c is now known as ryan-c
ibrightly_ is now known as ibrightly
qpm has joined #bitcoin-wizards
binns_ is now known as binns
Alopex has joined #bitcoin-wizards
spinza has joined #bitcoin-wizards
robmyers_ is now known as robmyers
cannedprimates_ is now known as cannedprimates
kumavis has quit [Ping timeout: 255 seconds]
prosody has quit [Ping timeout: 255 seconds]
isis has joined #bitcoin-wizards
yokwe_ is now known as yokwe
Muis_ is now known as Muis
gribble has joined #bitcoin-wizards
Madars has joined #bitcoin-wizards
superkuh has joined #bitcoin-wizards
retrohacker has joined #bitcoin-wizards
waxwing has joined #bitcoin-wizards
bsm1175321 has joined #bitcoin-wizards
mariorz__ is now known as mariorz_
jlyndon_ is now known as jlyndon
prosody has joined #bitcoin-wizards
Tenhi_0 is now known as Tenhi_
kumavis has joined #bitcoin-wizards
DigiByteDev has joined #bitcoin-wizards
Alopex has quit [Remote host closed the connection]
Alopex has joined #bitcoin-wizards
snthsnth has quit [Ping timeout: 252 seconds]
aalex has quit [Ping timeout: 265 seconds]
aalex has joined #bitcoin-wizards
mrkent has quit []
aalex has quit [Ping timeout: 255 seconds]
wump is now known as wumpus
aalex has joined #bitcoin-wizards
chjj has joined #bitcoin-wizards
ratoder has joined #bitcoin-wizards
chjj has quit [Client Quit]
chjj has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 244 seconds]
JackH has quit [Ping timeout: 272 seconds]
btcdrak has joined #bitcoin-wizards
Aranjedeath has quit [Quit: Three sheets to the wind]
oz0ne has joined #bitcoin-wizards
<oz0ne> anyone awake?
aalex has quit [Ping timeout: 264 seconds]
aalex has joined #bitcoin-wizards
DigiByteDev has quit [Quit: DigiByteDev]
yoga14 has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 265 seconds]
aalex has quit [Max SendQ exceeded]
aalex has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
DigiByteDev has joined #bitcoin-wizards
rubensayshi has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
oz0ne has left #bitcoin-wizards ["later_on"]
JackH has quit [Quit: Leaving]
snthsnth has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
Emcy_ has quit [Read error: Connection reset by peer]
DigiByteDev has quit [Quit: DigiByteDev]
cdecker has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
cdecker has quit [Ping timeout: 265 seconds]
ThomasV has quit [Ping timeout: 255 seconds]
snthsnth has quit [Ping timeout: 276 seconds]
NewLiberty has joined #bitcoin-wizards
netsin has quit [Remote host closed the connection]
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Client Quit]
nonaTure has joined #bitcoin-wizards
yoga14 has quit [Ping timeout: 265 seconds]
yoga14 has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
andytosh1 has quit [Ping timeout: 244 seconds]
ThomasV has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
Guyver2_ has joined #bitcoin-wizards
Guyver2 has quit [Ping timeout: 240 seconds]
Guyver2_ is now known as Guyver2
GAit has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
netsin has joined #bitcoin-wizards
shangzhou has joined #bitcoin-wizards
devylon has quit [Quit: Lingo: www.lingoirc.com]
netsin has quit [Ping timeout: 252 seconds]
Guyver2 has quit [Ping timeout: 240 seconds]
Guyver2 has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
jannes has joined #bitcoin-wizards
GAit has joined #bitcoin-wizards
Guyver2_ has joined #bitcoin-wizards
Guyver2 has quit [Disconnected by services]
Guyver2_ is now known as Guyver2
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
humd1ng3r has quit [Ping timeout: 250 seconds]
yoga14 has quit [Ping timeout: 272 seconds]
anon616 has quit [Ping timeout: 255 seconds]
aalex has quit [Ping timeout: 272 seconds]
netsin has joined #bitcoin-wizards
aalex has joined #bitcoin-wizards
humd1ng3r has joined #bitcoin-wizards
pro has joined #bitcoin-wizards
RedEmerald has quit [Ping timeout: 265 seconds]
netsin has quit [Ping timeout: 244 seconds]
GAit has quit [Quit: Leaving.]
aalex has quit [Ping timeout: 244 seconds]
RedEmerald has joined #bitcoin-wizards
aalex has joined #bitcoin-wizards
shangzhou has quit [Quit: Connection closed for inactivity]
edvorg has joined #bitcoin-wizards
petertodd has quit [Ping timeout: 276 seconds]
petertodd has joined #bitcoin-wizards
tromp_ has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
phantomcircuit_ is now known as phantomcircuit
ThomasV has quit [Ping timeout: 272 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
murch has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 265 seconds]
echonaut6 has joined #bitcoin-wizards
echonaut has quit [Read error: Connection reset by peer]
Chris_Stewart_5 has joined #bitcoin-wizards
morcos_ is now known as morcos
Guyver2 has quit [Quit: :)]
GAit has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
cdecker has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
copumpkin has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 244 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
BlueMatt_ is now known as BlueMatt
BlueMatt has quit [Changing host]
BlueMatt has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
GAit has joined #bitcoin-wizards
<kanzure> amiller_: miners don't need to forget the information; in most cases, if you have p2p-network-level transaction aggregation, the miners will not have the data in the first place. (i guess you mean "miners might record their mempools" and in that case, what you really need is to have someone include your transaction in an aggregation without sending it to the flood network, right?)
anon616 has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
<andytoshi> kanzure: if you do that naively you run into lots of DoS attacks .. e.g. i can create a series of conflicting transactions, and every tx that flows by me i aggregate another conflict onto
<andytoshi> the result is that i've basically killed most of the transactions on the network since they can't be combined into a single block
<andytoshi> i'm not sure how to deal with this except by something gross like requiring transactions be signed by their outputs (as an IsStandard rule, not a consensus one), so on the p2p layer you can't noninteractively combine
<andytoshi> or having users directly communicate unmerged transactions to miners, which then requires miners to forget
<andytoshi> or having specific nodes (like in dash(?)) that are responsible for merging, but then you've got the usual SPOF-or-sybil problem
<andytoshi> what i'd really like is some algebraic way to combine transactions that overlap, but this is hard (maybe there's some reason it's impossible)
<bsm117532> You need some kind of zero-knowledge mechanism to resolve double-spends, or you'll destroy all the advantage of aggregation.
<andytoshi> what?
<bsm117532> I have no idea how to do this.
Chris_Stewart_5 has quit [Ping timeout: 244 seconds]
ThomasV has quit [Ping timeout: 244 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
btcdrak has quit [Quit: Connection closed for inactivity]
GAit has joined #bitcoin-wizards
bsm117532 is now known as Guest80095
Guest80095 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
bsm1175321 is now known as bsm117532
bsm1175321 has joined #bitcoin-wizards
<bsm117532> I see two ways out of this: (1) have miners hold on to individual (non-aggregated) transactions so that in the event of a double-spend, they can create a new aggregation that resolves the double spend.
<bsm117532> (2) Use a signature aggregation technique that is not one-way: so that a double-spend signature could be "subtracted out".
<bsm117532> Either case opens up a new form of attack: de-anonymizing other transactions by issuing a stream of low-value double-spends.
GAit has quit [Quit: Leaving.]
weeeeeew_ is now known as weeeeeew
GAit has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 276 seconds]
_whitelogger has joined #bitcoin-wizards
jnewbery has joined #bitcoin-wizards
cdecker has quit [Ping timeout: 265 seconds]
Topogetcyrpto has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
netsin has joined #bitcoin-wizards
_whitelogger_ has joined #bitcoin-wizards
tromp_ has joined #bitcoin-wizards
echonaut6 has quit [Remote host closed the connection]
echonaut has joined #bitcoin-wizards
Burrito has joined #bitcoin-wizards
nikivi has joined #bitcoin-wizards
andytoshi has quit [Quit: Page closed]
molz has quit [Ping timeout: 252 seconds]
sokei has quit [Quit: Leaving]
laurentmt has joined #bitcoin-wizards
moli has joined #bitcoin-wizards
yoga14 has joined #bitcoin-wizards
btcdrak has joined #bitcoin-wizards
nonaTure has quit [Ping timeout: 265 seconds]
nikivi has quit [Quit: irc]
Topogetcyrpto has quit [Quit: Topogetcyrpto]
Topogetcyrpto has joined #bitcoin-wizards
netsin has quit [Remote host closed the connection]
rubensayshi has quit [Remote host closed the connection]
laurentmt has quit [Remote host closed the connection]
laurentmt has joined #bitcoin-wizards
andytoshi has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 244 seconds]
MoALTz has joined #bitcoin-wizards
edvorg has quit [Ping timeout: 244 seconds]
yoga14 has quit [Read error: Connection reset by peer]
yoga14 has joined #bitcoin-wizards
nikivi has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
netsin has joined #bitcoin-wizards
GAit has quit [Quit: Leaving.]
jnewbery has quit [Remote host closed the connection]
jnewbery has joined #bitcoin-wizards
jnewbery has quit [Ping timeout: 252 seconds]
jnewbery has joined #bitcoin-wizards
andytoshi has quit [Quit: Page closed]
andytoshi has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
TD--Linux is now known as TD-Linux
TD-Linux has quit [Changing host]
TD-Linux has joined #bitcoin-wizards
netsin has quit []
GAit has joined #bitcoin-wizards
mrkent has joined #bitcoin-wizards
<petertodd> new blog post on OpenTimestamps's git integration: https://petertodd.org/2016/opentimestamps-git-integration
mrkent has quit []
<bsm117532> +1 petertodd. Keys should never have "expiration" dates. They should have revocation dates, and a date-range of validity instead.
<petertodd> "expiration" dates might be the most misleading terminology in all of PGP...
jnewbery has quit [Remote host closed the connection]
<bsm117532> It's not just PGP though, it's all common usage of PKI (certificates, etc). They all want an expiration date. We're supposed to guess when the key will be compromised.
hashtag_ has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 252 seconds]
priidu has joined #bitcoin-wizards
laurentmt has joined #bitcoin-wizards
NewLiberty has joined #bitcoin-wizards
GAit has quit [Read error: Connection reset by peer]
GAit has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 244 seconds]
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
AaronvanW has quit [Changing host]
NewLiberty has joined #bitcoin-wizards
snthsnth has joined #bitcoin-wizards
NewLiberty_ has joined #bitcoin-wizards
qwebirc791706 has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 244 seconds]
snthsnth has quit [Ping timeout: 265 seconds]
<qwebirc791706> Hi all
qwebirc791706 is now known as johnhardy
NewLiberty_ is now known as NewLiberty
<johnhardy> I've created Buzz, a turing complete concept for scaling Bitcoin to infinitely. Please have a read of my idea and let me know what you think: https://seebitcoin.com/2016/09/introducing-buzz-a-turing-complete-concept-for-scaling-bitcoin-to-infinity-and-beyond/
jnewbery has joined #bitcoin-wizards
Anduck has quit [Quit: Reconnecting]
Anduck has joined #bitcoin-wizards
jnewbery has quit [Ping timeout: 272 seconds]
aalex_ has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
laurentmt has joined #bitcoin-wizards
aalex has quit [Ping timeout: 255 seconds]
blackwraith has joined #bitcoin-wizards
priidu has quit [Ping timeout: 255 seconds]
molz has joined #bitcoin-wizards
amiller_ has quit [Ping timeout: 250 seconds]
NewLiberty_ has joined #bitcoin-wizards
moli has quit [Ping timeout: 255 seconds]
NewLiberty has quit [Read error: Connection reset by peer]
ThomasV has quit [Ping timeout: 252 seconds]
NewLiberty_ is now known as NewLiberty
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 260 seconds]
aalex__ has joined #bitcoin-wizards
aalex_ has quit [Ping timeout: 272 seconds]
brianhoffman has joined #bitcoin-wizards
jnewbery has joined #bitcoin-wizards
<maaku> bsm117532: it's perfectly reasonable to plan key rotations in advance...
snthsnth has joined #bitcoin-wizards
<bsm117532> Why do you want to rotate keys in the first place? Only because you don't know when they get compromised. There are better ways to deal with that.
<maaku> there are many organizational and situational reasons for key rotation, on or off schedule
<bsm117532> What's a reason for an "on-schedule" key rotation? (absent another event, like server replacement)
maaku has left #bitcoin-wizards ["http://quassel-irc.org - Chat comfortably. Anywhere."]
jannes has quit [Quit: Leaving]
Guyver2 has joined #bitcoin-wizards
nikivi has quit [Quit: irc]
NewLiberty has quit [Read error: Connection reset by peer]
NewLiberty has joined #bitcoin-wizards
brianhoffman has quit [Quit: brianhoffman]
bitcoin-wizards7 has joined #bitcoin-wizards
bitcoin-wizards7 has quit [Client Quit]
snthsnth has quit [Ping timeout: 265 seconds]
MoALTz has quit [Quit: Leaving]
NewLiberty has quit [Read error: Connection reset by peer]
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 265 seconds]
hashtag_ has joined #bitcoin-wizards
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 265 seconds]
aalex__ has quit [Quit: Connection reset by beer]
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 252 seconds]
ThomasV has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 265 seconds]
mrkent has joined #bitcoin-wizards
iddo has quit [Changing host]
iddo has joined #bitcoin-wizards
NewLiberty has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
johnhardy has quit [Ping timeout: 240 seconds]
laurentmt has joined #bitcoin-wizards
aalex has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
roadcrap has joined #bitcoin-wizards
chjj has quit [Ping timeout: 265 seconds]
blackwraith has joined #bitcoin-wizards
priidu has quit [Ping timeout: 260 seconds]
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 252 seconds]
hashtagg_ has joined #bitcoin-wizards
hashtag_ has quit [Ping timeout: 244 seconds]
blackwraith has joined #bitcoin-wizards
roadcrap has quit [Quit: Leaving]
sausage_factory has quit [Ping timeout: 265 seconds]
sausage_factory has joined #bitcoin-wizards
amiller has joined #bitcoin-wizards
amiller has quit [Changing host]
amiller has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 265 seconds]
uiuc-slack has joined #bitcoin-wizards
snthsnth has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
uiuc-slack has quit [Remote host closed the connection]
sausage_factory has quit [Ping timeout: 264 seconds]
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 265 seconds]
cdecker has joined #bitcoin-wizards
chjj has joined #bitcoin-wizards
jnewbery has quit [Remote host closed the connection]
droark has quit [Read error: Connection reset by peer]
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 240 seconds]
Guyver2 has quit [Quit: :)]
laurentmt has quit [Quit: laurentmt]
uiuc-slack has joined #bitcoin-wizards
murch has quit [Remote host closed the connection]
NewLiberty has quit [Ping timeout: 265 seconds]
ThomasV has quit [Ping timeout: 260 seconds]
NewLiberty has joined #bitcoin-wizards
hashtag_ has joined #bitcoin-wizards
hashtag has quit [Ping timeout: 260 seconds]
sausage_factory has joined #bitcoin-wizards
jnewbery has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 265 seconds]
blackwraith has quit [Ping timeout: 276 seconds]
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 244 seconds]
jnewbery has quit []
sausage_factory has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 244 seconds]
blackwraith has joined #bitcoin-wizards
sausage_factory has quit [Ping timeout: 265 seconds]
snthsnth has quit [Ping timeout: 265 seconds]
snthsnth has joined #bitcoin-wizards
<amiller> andytoshi, your site looks down :(
cdecker has quit [Ping timeout: 265 seconds]
Burrito has quit [Ping timeout: 244 seconds]
sausage_factory has joined #bitcoin-wizards
Burrito has joined #bitcoin-wizards
blackwraith has quit [Ping timeout: 264 seconds]
sausage_factory has quit [Ping timeout: 244 seconds]
priidu has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
hashtagg_ has quit [Ping timeout: 265 seconds]
priidu has quit [Ping timeout: 265 seconds]
snthsnth has quit [Ping timeout: 265 seconds]