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
jae_ has quit [Remote host closed the connection]
ruby32 has quit [Quit: ruby32]
Emcy_ has joined #bitcoin-wizards
Emcy has quit [Ping timeout: 250 seconds]
user7779_ has joined #bitcoin-wizards
user7779078 has quit [Ping timeout: 276 seconds]
c0rw1n is now known as c0rw|zZz
jtrag has joined #bitcoin-wizards
FranzKafka has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
alferz has joined #bitcoin-wizards
<bramc> amiller, Not sure what you man, I'm trying to read the paper and am a bit lost in the weeds
<amiller> bramc, hi, wait which do you want to talk about, proof of space or the cuckoo thing :)
<bramc> amiller, looking through the channel logs, I'm confused what the reference to cuckoo is
<bramc> cuckoo I understand reasonably well
<amiller> bramc there's this post saying how to parallelize it and defeat time-memory tradeoff http://www.metzdowd.com/pipermail/cryptography/2015-July/025971.html
alferz has quit [Ping timeout: 244 seconds]
Zooko-phone has joined #bitcoin-wizards
<bramc> amiller, I don't understand what he's claiming about cuckoo
alferz has joined #bitcoin-wizards
<bramc> It seems implausible that such a trivial handwavy thing could bust cuckoo, given the amount of analysis it's had. All he's saying is 'oh, do a parallel sort'
Tiraspol has quit [Ping timeout: 246 seconds]
<amiller> also, who cares about time-memory tradeoff the point is work-memory tradeoff
<bramc> Since cuckoo is looking for cycles rather than collisions that seems basically inapplicable
Tiraspol has joined #bitcoin-wizards
Tiraspol has quit [Changing host]
Tiraspol has joined #bitcoin-wizards
<bramc> Right, you can always do it faster if you're willing to tolerate exponential blowup in power consumption
<bramc> Although cuckoo is reasonably resistant to that as well.
chmod755 has quit [Quit: Ex-Chat]
<amiller> well it wouldn't be exponential blowup, just linear blowup
<bramc> It starts with 'the revolution will not be monetized'
alferz has quit [Quit: ZNC - http://znc.in]
alferz has joined #bitcoin-wizards
<amiller> i really liked 'the revolution will not be monetized'
<bramc> Thanks, I wasn't sure how that would go over.
<prosodyContext> + "The revolution will be annotated" —hypothes.is/about
<amiller> the 'cow protocols' thing had me on the edge of my seat too
<bramc> People like steak
<amiller> setting aside cuckoo for now... what was your question about PoSpace?
<amiller> yes you build this hash graph and store all the intermediate nodes
<amiller> and when you receive a challenge, you answer it by revealing some of the nodes and paths to the root
roconnor has joined #bitcoin-wizards
jae_ has joined #bitcoin-wizards
gsdgdfs has joined #bitcoin-wizards
<bramc> amiller, It's this paper, I don't understand it: http://eprint.iacr.org/2013/796.pdf
Transisto2 has quit [Ping timeout: 244 seconds]
<amiller> im not sure how to improve any intuition of it
jae_ has quit [Ping timeout: 265 seconds]
<amiller> i wish i had an intuitive grasp for what super concentrators and expanders looks like
<bramc> amiller, Even a straight answer to what the structure of the verifies is would be helpful. Is it a bunch of ancestors of a root revealed?
<amiller> i think it can just be a bunch of leaves
<amiller> and the branches to the root
<amiller> i think it helps to understand a couple of strawman schemes
<amiller> one they mention explicitly is where you have 100GB of actual random data
<amiller> you have to fetch that data from a source
<bramc> Yeah I figured out random data on my own. They say there are time space tradeoffs
<amiller> to satisfy a large number of small random queries, you'd have to be storing a large fraction of that space
<amiller> okay so another approach is to do several rounds of these all-or-nothing transforms
<amiller> where you fill up the 100GB, then apply some function that accesses every byte and gives you a new 100GB, and then do this several times
<amiller> but now you'd have to prove it's done correctly somehow
<amiller> as a strawman, you could compute a merkle tree of the final 100GB, and a once-and-for-all snark proof that shows its coonstructed correctly
jae_ has joined #bitcoin-wizards
<amiller> then the challenge can be answered efficiently and you don't need a lot of communication, but the setup computation is infeasible
<bramc> I get the merkle root of random data one. The problem there is you don't have to store all the leaves, you can recompute the last few hops of them in parallel
<amiller> well, that requires accessing a lot of memory
<bramc> I'm thinking there's a challenge which specifies the path backwards from the root which must be revealed, so it's only logarithmic lookups
<amiller> you will have to reveal entire paths to the root
<amiller> i think a sequence is, a) build a confusing dag, b) build a merkle tree on top of the dag (the combined tree is still a dag) c) reveal paths from the merkle root to randomly chosen nodes in the original dag
<bramc> Right, that seems to be the general structure
<bramc> But what the form of the dag is and why is mysterious to me
<amiller> i think its just alternating layers of superconcentrators, bipartite expanders, and Erdos depth robust graphs
<amiller> (i have no idea what any of those are)
bendavenport has quit [Quit: bendavenport]
<amiller> well its not the Erdos depth robust graphs its Erdos dense-long-path graphs.
<amiller> the most unintuitive part to me is that with such small samples, that you have a guarantee the graph is constructed mostly correctly
<bramc> All the examples I work through myself there are trivial cpu-space tradeoffs
<bramc> Although this does seem to indicate why I was able to improve on proofs of time: the dense long paths construction is about requiring memory, not time, which isn't what you want for a pure proof of sequential work
hazirafel has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.1/20150513174244]]
<bramc> Of course that means that my clever tricks really, really don't apply to this problem
<amiller> bramc, the best proof of time puzzle uses a different family of graphs
<amiller> but feels like a similar approach
<bramc> amiller, I figured out a neat improvement on the best proof of time puzzles (unpublished)
CodeShark_ has quit [Ping timeout: 264 seconds]
CodeShark has quit [Ping timeout: 246 seconds]
<amiller> bramc, ok im curious about that and how it compares to this 2011/553 thing, especially since they don't have any concrete parameters or implementaiton
<bramc> amiller, Mine is a lot prettier and simpler. I think I even implemented it already
<amiller> i want to make a little wacky-dags library that has these superconcentrators, expanders, deep and long
<amiller> bramc ok how does it work
<bramc> Unfortunately it isn't canonical, so the really dumb approach is better for a proof of time in a cryptocurrency
<amiller> ah
<amiller> i think this one has a single canonical correct one
<amiller> but it doesn't rule out that you can cheat a small number of them, and alter the resulting hash
<bramc> Right, you can cheat with a miniscule number of the steps and your chances of being busted are practically nothing and someone will have to redo all the work from scratch to find out
<bramc> So, the trick is that there's a merkle root of the things which were calculated in strict sequential order
<amiller> ok
<amiller> so, first i builld a big hash chain sequentially, then i build a merkle root over that
<amiller> then what, select random leaves of the tree / elements of the chain to reveal?
belcher has quit [Quit: Leaving]
<bramc> And the way you calculate each of the leaves is by calculating as much of the merkle tree as you can so far, then hashing together those branch roots to make the new leaf
<bramc> Then yes, you use the root as a seed to determine which leaves to reveal. The beauty of this construction is that the branch roots revealed on the way to the leaf are exactly the things which need to be hashed together to form the leaf, so it all can be verified together.
<amiller> i don't see how that rules out malicious strategies that 'cheat' on a small number of links, optimized to allow the computing the 'good' links with parallelism
<bramc> I don't have a simple explanation of why this seems to work but it does. The construction sort of collapses in on itself.
<bramc> If you try to attack it the attacks all seem to subtly not work, basically boiling down to skipping only a constant fraction and grinding, which you can of course do.
<bramc> That's the other reason for preferring the dumb approach
rht__ has joined #bitcoin-wizards
<bramc> Maybe the more sophisticated constructions are more resistant to those sorts of attacks for deep reasons which I don't understand.
<bramc> Basically if you skip out on half and have N challenges then you need to run 2^N grinding to pull off a fake proof of sequential work
<bramc> I *think* that the other constructions have the same property, but I'm not 100% sure.
<amiller> the point isn't to skip half the nodes, but to lie about a very small number of links... you'll compute nearly the same amount of total work, but you can take advantage of the bogus links to do it in parallel
<bramc> Oh that seems to be covered. If you try to cheat that way you'll get busted by the branch roots being wrong
<bramc> It feels like there's something subtle to the whole thing which I have some trouble giving a good intuition for.
<amiller> yeah, me too
hodI is now known as bosma
<amiller> i think the approach taken by the academics is try to optimize for building graphs from esoteric parts (they have a big toolbox of parts to draw from) that can easily be proven to have the right property
<amiller> the other approach is to build graphs with simple intuitive structure, that seems to solve the problem by preventing any deviations
<amiller> so one possibility is that our solutions are also correct, just simpler to intuit but harder to prove... the academic ones are correct and easier to prove, harder to intuit why it solves the problem at all
<bramc> Yes I believe that's correct
<bramc> I'm off to the bitcoin-dev meeting now, laters
<midnightmagic> bramc: I wasn't expecting your talk to go the way it did. Thanks for letting me know it exists. Just as a tangent, a significant fraction of the electricity used in building the historical block chain has been hydroelectric with a zero carbon-emissions footprint.
<bramc> midnightmagic, Some devs were telling me that the recent stuff in china seems to mostly be hydro, which is good, although that's also offsetting other potential uses of that same power
<bramc> Not all that awful though since it's in an awkward out of the way place where it's hard to use the power well. It still sucks, but it's better
<midnightmagic> bramc: New hydro projects are significant carbon footprints. The old ones like in BC, Canada can claim *modern* zero-emissions.
<midnightmagic> woops, sorry, I didn't realize you were on your way out. Apologies, I'll stop bugging you. :)
bramc has quit [Quit: This computer has gone to sleep]
Dr-G has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
Dr-G2 has quit [Ping timeout: 264 seconds]
jtrag has quit [Quit: jtrag has left the channel :-( ©ya! ®™]
XXIII has quit [Quit: Leaving]
alferz has quit [Ping timeout: 244 seconds]
<ajweiss> proof of "i have a dam on my property"
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
p15x has joined #bitcoin-wizards
jae_ has quit [Remote host closed the connection]
PaulCapestany has quit [Ping timeout: 255 seconds]
sergiohlb has quit [Remote host closed the connection]
instagibbs has joined #bitcoin-wizards
Transisto2 has joined #bitcoin-wizards
jae_ has joined #bitcoin-wizards
gsdgdfs has quit [Ping timeout: 250 seconds]
jtimon has quit [Ping timeout: 264 seconds]
dgenr8 has quit [Quit: Leaving]
instagibbs has quit [Quit: Page closed]
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 276 seconds]
jae_ has quit [Remote host closed the connection]
jae_ has joined #bitcoin-wizards
jae_ has quit [Remote host closed the connection]
NewLiberty has joined #bitcoin-wizards
Dr-G has quit [Read error: Connection reset by peer]
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #bitcoin-wizards
PRab has quit [Ping timeout: 248 seconds]
roconnor has quit [Quit: Konversation terminated!]
PRab has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
Dr-G has joined #bitcoin-wizards
maximian has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
dgenr8 has joined #bitcoin-wizards
PaulCapestany has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 252 seconds]
p15x has joined #bitcoin-wizards
ThomasV has quit [Ping timeout: 250 seconds]
bendavenport has joined #bitcoin-wizards
user7779_ has quit [Remote host closed the connection]
mjerr has joined #bitcoin-wizards
ryanxcharles has joined #bitcoin-wizards
crescendo has quit [Ping timeout: 248 seconds]
crescendo has joined #bitcoin-wizards
Tenhi has quit [Ping timeout: 244 seconds]
Guest96 has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
Guest96 has quit [Client Quit]
Guest96 has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 248 seconds]
Sub|afk has joined #bitcoin-wizards
PRab_ has joined #bitcoin-wizards
PRab has quit [Ping timeout: 248 seconds]
SubCreative has quit [Ping timeout: 248 seconds]
bramc has joined #bitcoin-wizards
crescendo has quit [Ping timeout: 248 seconds]
Mably has joined #bitcoin-wizards
crescendo has joined #bitcoin-wizards
Guest96 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bramc has quit [Quit: This computer has gone to sleep]
user7779078 has joined #bitcoin-wizards
goregrind has quit [Read error: Connection reset by peer]
Guest96 has joined #bitcoin-wizards
user7779078 has quit [Ping timeout: 256 seconds]
priidu has quit [Ping timeout: 256 seconds]
flower has quit [Max SendQ exceeded]
bramc has joined #bitcoin-wizards
goregrind has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
paveljanik has joined #bitcoin-wizards
bramc has quit [Client Quit]
CoinMuncher has joined #bitcoin-wizards
flower has joined #bitcoin-wizards
Adlai has joined #bitcoin-wizards
flower has quit [Max SendQ exceeded]
flower has joined #bitcoin-wizards
flower has quit [Read error: Connection reset by peer]
flower has joined #bitcoin-wizards
DougieBot5000 has quit [Quit: Leaving]
wallet42 has joined #bitcoin-wizards
CodeShark has joined #bitcoin-wizards
arubi_ has quit [Quit: Leaving]
Mably has quit [Ping timeout: 240 seconds]
Guest96 has quit [Quit: Textual IRC Client: www.textualapp.com]
AaronvanW has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
sy5error has quit [Remote host closed the connection]
FranzKafka has quit []
drwin has joined #bitcoin-wizards
jtimon has joined #bitcoin-wizards
c-cex-yuriy has joined #bitcoin-wizards
rubensayshi has joined #bitcoin-wizards
bendavenport has quit [Quit: bendavenport]
sparetire_ has quit [Quit: sparetire_]
rustyn has quit []
orperelman has joined #bitcoin-wizards
ThomasV has quit [Quit: Quitte]
Mably has joined #bitcoin-wizards
user7779078 has joined #bitcoin-wizards
kisspunch has joined #bitcoin-wizards
kisspunch has left #bitcoin-wizards [#bitcoin-wizards]
AaronvanW has quit [Remote host closed the connection]
user7779078 has quit [Ping timeout: 264 seconds]
paveljanik has quit [Quit: Leaving]
AaronvanW has joined #bitcoin-wizards
TheLast has joined #bitcoin-wizards
<TheLast> why are you allowed to send transactions without any fee?
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 265 seconds]
erasmospunk has joined #bitcoin-wizards
<Adlai> fees are a DDoS resistence mechanism. mining is [currently] subsidized by inflation.
FranzKafka has joined #bitcoin-wizards
<TheLast> exactly, so why does the network allow you to send transactions without paying any fee?
<TheLast> should these not be blocked entirely to prevent spam attacks
<TheLast> like the one we're currently seeing
<Adlai> "spam" is fiction. there is a price for priority insertion to the ledger, and it adapts based on the queue size and how much others are willing to pay.
<gmaxwell> TheLast: those attackers are paying fees. very tiny fees, but normally transactions pay very tiny fees.
Madars has quit [Ping timeout: 252 seconds]
erasmospunk has quit [Ping timeout: 252 seconds]
FranzKafka has quit []
Madars has joined #bitcoin-wizards
Tenhi has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
TheLast has left #bitcoin-wizards [#bitcoin-wizards]
TheLast has joined #bitcoin-wizards
Zooko-phone has quit [Ping timeout: 246 seconds]
Zooko-phone has joined #bitcoin-wizards
NewLiberty has joined #bitcoin-wizards
<TheLast> gmaxwell: do you think these spam attacks are bad for Bitcoin?
<gmaxwell> TheLast: I don't think most people notice them at all, due to reasonably prioritization policies in some miners most txn go though without much delay.
CodeShark_ has joined #bitcoin-wizards
<gmaxwell> AFAICT it's some promotion stunt to raise attention for some scammy website or something, who knows, who cares.
<stonecoldpat> TheLast: considering these spam attacks and network forks, the price of bitcoin remains unaffected (has in fact gone up) - so most users dont really care
dEBRUYNE has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
erasmospunk has joined #bitcoin-wizards
<CodeShark_> stonecoldpat: I don't think most users aren't even really aware. Did anyone even cover these things in the popular press?
<gmaxwell> CodeShark_: if the attacks mattered people would be aware of them without coverage!
<CodeShark_> *are
rht__ has quit [Quit: Connection closed for inactivity]
<CodeShark_> gmaxwell: did you compile that dropped tx list?
<gmaxwell> CodeShark_: still reindexing; :( lost a couple hours away from power, it'll be done in the morning.
<gmaxwell> speaking of that, goodnight
<CodeShark_> goodnight
<stonecoldpat> night, and CodeShark_: I dont think there is anything in popular press which is probably a good thing (boring news)
<CodeShark> well, at least some people surely noticed some unusually deep reorgs
user7779078 has joined #bitcoin-wizards
TheLast has quit [Quit: Leaving.]
AaronvanW has quit [Ping timeout: 246 seconds]
user7779078 has quit [Ping timeout: 264 seconds]
orperelman has quit [Ping timeout: 246 seconds]
orperelman has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
metamarc has quit [Read error: Connection reset by peer]
metamarc has joined #bitcoin-wizards
waxwing has quit [Read error: Connection reset by peer]
JackH has joined #bitcoin-wizards
<JackH> is the only available Bitcoin core version 10? unless I compile myself? For ubuntu
<JackH> only = latest
<CodeShark> try #bitcoin
waxwing has joined #bitcoin-wizards
Starduster_ has joined #bitcoin-wizards
Starduster has quit [Ping timeout: 256 seconds]
ThomasV has quit [Ping timeout: 255 seconds]
paveljanik has joined #bitcoin-wizards
Starduster_ is now known as Starduster
orperelman has quit [Ping timeout: 246 seconds]
Quanttek has joined #bitcoin-wizards
Oizopower has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 252 seconds]
c0rw|zZz is now known as c0rw1n
user7779078 has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
user7779078 has quit [Ping timeout: 252 seconds]
priidu has quit [Ping timeout: 250 seconds]
c-cex-yuriy has quit [Quit: Connection closed for inactivity]
p15x has quit [Max SendQ exceeded]
p15x has joined #bitcoin-wizards
arubi_ has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
chmod755 has joined #bitcoin-wizards
bi_fa_fu_ has joined #bitcoin-wizards
bi_fa_fu has joined #bitcoin-wizards
moa has quit [Quit: Leaving.]
ThomasV has quit [Quit: Quitte]
bi_fa_fu_ has quit []
justanotheruser has quit [Ping timeout: 265 seconds]
vaalbara has joined #bitcoin-wizards
bi_fa_fu has quit [Quit: Textual IRC Client: www.textualapp.com]
wallet42 has joined #bitcoin-wizards
bi_fa_fu has joined #bitcoin-wizards
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 250 seconds]
fabianfabian has joined #bitcoin-wizards
jtimon has quit [Ping timeout: 276 seconds]
ThomasV has joined #bitcoin-wizards
eudoxia has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 255 seconds]
hktud0 has joined #bitcoin-wizards
dEBRUYNE has joined #bitcoin-wizards
fabianfabian has quit [Quit: why]
user7779078 has joined #bitcoin-wizards
Artimage has joined #bitcoin-wizards
Artimage has quit [Client Quit]
user7779078 has quit [Ping timeout: 250 seconds]
orperelman has joined #bitcoin-wizards
mjerr has quit [Ping timeout: 246 seconds]
wallet42 has quit [Quit: Leaving.]
user7779078 has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 252 seconds]
DougieBot5000 has joined #bitcoin-wizards
erasmosp_ has joined #bitcoin-wizards
p15x_ has joined #bitcoin-wizards
erasmospunk has quit [Ping timeout: 264 seconds]
p15x has quit [Ping timeout: 240 seconds]
hktud0 has quit [Read error: Connection reset by peer]
Zooko-phone has quit [Ping timeout: 265 seconds]
hktud0 has joined #bitcoin-wizards
se3000 has joined #bitcoin-wizards
hashtagg_ has joined #bitcoin-wizards
Starduster has quit [Read error: Connection reset by peer]
Starduster_ has joined #bitcoin-wizards
antgreen has quit [Remote host closed the connection]
Starduster_ is now known as Starduster
ryanxcharles has quit [Ping timeout: 248 seconds]
www has joined #bitcoin-wizards
www1 has quit [Ping timeout: 252 seconds]
user7779078 has quit [Ping timeout: 264 seconds]
erasmosp_ has quit [Remote host closed the connection]
afk11 has joined #bitcoin-wizards
bi_fa_fu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bi_fa_fu has joined #bitcoin-wizards
sickpig has joined #bitcoin-wizards
p15x has joined #bitcoin-wizards
p15x_ has quit [Ping timeout: 248 seconds]
b_lumenkraft has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
NewLiberty has quit [Ping timeout: 255 seconds]
akrmn has quit [Ping timeout: 255 seconds]
bi_fa_fu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
spinza has quit [Excess Flood]
gielbier has quit [Ping timeout: 256 seconds]
sickpig has left #bitcoin-wizards [#bitcoin-wizards]
Xh1pher has joined #bitcoin-wizards
spinza has joined #bitcoin-wizards
davi has joined #bitcoin-wizards
akrmn has joined #bitcoin-wizards
bi_fa_fu has joined #bitcoin-wizards
gielbier has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
wallet421 has joined #bitcoin-wizards
wallet421 has joined #bitcoin-wizards
wallet42 is now known as Guest52008
wallet421 is now known as wallet42
Guest52008 has quit [Read error: Connection reset by peer]
dc17523be3 has quit [Ping timeout: 252 seconds]
dc17523be3 has joined #bitcoin-wizards
gielbier has quit [Ping timeout: 264 seconds]
jtimon has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
JackH has quit [Ping timeout: 246 seconds]
bendavenport has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
bendavenport has quit [Client Quit]
Oizopower has quit [Quit: Connection closed for inactivity]
afk11 has quit [Ping timeout: 256 seconds]
Mably has quit [Ping timeout: 246 seconds]
bendavenport has joined #bitcoin-wizards
Mably has joined #bitcoin-wizards
ruby32 has joined #bitcoin-wizards
chmod755 has quit [Quit: Ex-Chat]
Xh1pher has quit [Read error: Connection reset by peer]
zooko has quit [Ping timeout: 246 seconds]
Xh1pher has joined #bitcoin-wizards
drwin has quit []
jgarzik has quit [Quit: This computer has gone to sleep]
drwin has joined #bitcoin-wizards
hktud0 has quit [Quit: Leaving]
afk11 has joined #bitcoin-wizards
zooko has joined #bitcoin-wizards
sparetire_ has joined #bitcoin-wizards
bramc has joined #bitcoin-wizards
jae_ has joined #bitcoin-wizards
jae_ has quit [Remote host closed the connection]
jae_ has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
AaronvanW has quit [Remote host closed the connection]
davi has quit [Ping timeout: 256 seconds]
MatrixBridge has quit [Ping timeout: 256 seconds]
StephenM347 has joined #bitcoin-wizards
MatrixBridge has joined #bitcoin-wizards
eudoxia has quit [Quit: Leaving]
orperelman has quit [Ping timeout: 276 seconds]
erasmospunk has joined #bitcoin-wizards
Mably has quit [Quit: Page closed]
davi has joined #bitcoin-wizards
polyclef has quit [Quit: WeeChat 1.0.1]
priidu has quit [Ping timeout: 264 seconds]
b_lumenkraft_ has joined #bitcoin-wizards
b_lumenkraft has quit [Ping timeout: 276 seconds]
b_lumenkraft_ is now known as b_lumenkraft
CoinMuncher has quit [Quit: Leaving.]
alawson has quit [Ping timeout: 264 seconds]
bi_fa_fu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bi_fa_fu has joined #bitcoin-wizards
alawson has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
jtrag has joined #bitcoin-wizards
bramc has quit [Quit: This computer has gone to sleep]
Mably has joined #bitcoin-wizards
CryptoGoon is now known as GoonClooney
wallet42 has quit [Quit: Leaving.]
orperelman has joined #bitcoin-wizards
c-cex-yuriy has joined #bitcoin-wizards
rubensayshi has quit [Remote host closed the connection]
Giszmo has quit [Read error: Connection reset by peer]
bi_fa_fu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shen_noe has joined #bitcoin-wizards
davi has quit [Ping timeout: 246 seconds]
ThomasV has quit [Quit: Quitte]
merlincorey has quit [Changing host]
merlincorey has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 265 seconds]
HeavyCocaineUser has joined #bitcoin-wizards
mjerr has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
gielbier has joined #bitcoin-wizards
HeavyCocaineUser has quit [Client Quit]
bi_fa_fu has joined #bitcoin-wizards
antgreen has joined #bitcoin-wizards
Xh1pher has quit [Read error: Connection reset by peer]
mjerr has quit [Ping timeout: 276 seconds]
antgreen` has joined #bitcoin-wizards
chmod755 has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
antgreen has quit [Ping timeout: 265 seconds]
gielbier has quit [Ping timeout: 265 seconds]
btcdrak has quit [Quit: Connection closed for inactivity]
<amiller> https://eprint.iacr.org/2015/430 Fast and Tradeoff-Resilient Memory-Hard Functions for Cryptocurrencies and Password Hashing
<amiller> i don't think this has been brought up here before
<nsh> BrainOverfl0w mentioned it in may and I found it again the other week looking into pebbling to understand spacecoin security
<amiller> hm
wallet42 has joined #bitcoin-wizards
<nsh> actually, no, i'm thinking of another paper
<zooko> There's a discussion about this topic on, um, I think on Perry's Metzdowd crypto list, right now.
<zooko> Bill Cox
<zooko> and Solar Designer
dEBRUYNE has joined #bitcoin-wizards
<yoleaux> [Cryptography] Are Momentum and Cuckoo Cycle PoW algorithms broken?
<nsh> (cc tromp_)
<amiller> zooko, i don't see any discussion, just the post from bill cox... and it doesn't mention that paper
<nsh> (same)
<zooko> Sorry . Here it is:
gielbier has joined #bitcoin-wizards
ThomasV has joined #bitcoin-wizards
orperelman has quit [Ping timeout: 240 seconds]
gielbier has quit [Ping timeout: 255 seconds]
afk11 has quit [Ping timeout: 264 seconds]
davi has joined #bitcoin-wizards
bi_fa_fu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
davi__ has joined #bitcoin-wizards
davi has quit [Ping timeout: 246 seconds]
bi_fa_fu has joined #bitcoin-wizards
davi__ has quit [Ping timeout: 256 seconds]
kerneloops has joined #bitcoin-wizards
priidu has joined #bitcoin-wizards
jtrag has quit [Read error: Connection reset by peer]
gielbier has joined #bitcoin-wizards
jtrag has joined #bitcoin-wizards
jtrag has quit [Client Quit]
p15x_ has joined #bitcoin-wizards
p15x has quit [Ping timeout: 244 seconds]
kerneloops has quit [Quit: Leaving]
kerneloops has joined #bitcoin-wizards
bi_fa_fu has quit [Quit: Textual IRC Client: www.textualapp.com]
drwin has quit []
b_lumenkraft has quit [Quit: b_lumenkraft]
belcher has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
SubCreative has joined #bitcoin-wizards
SubCreative has quit [Changing host]
SubCreative has joined #bitcoin-wizards
zefiris has joined #bitcoin-wizards
wallet42 has joined #bitcoin-wizards
Sub|afk has quit [Ping timeout: 246 seconds]
bramc has joined #bitcoin-wizards
blackwraith has joined #bitcoin-wizards
SubCreative has quit [Ping timeout: 248 seconds]
gielbier has quit [Ping timeout: 244 seconds]
priidu has quit [Ping timeout: 256 seconds]
SubCreative has joined #bitcoin-wizards
Giszmo has quit [Quit: Leaving.]
jae_ has quit [Remote host closed the connection]
bblue has joined #bitcoin-wizards
<bramc> zooko, Password hashing schemes aren't proof of work schemes
kerneloops has quit [Quit: I rage quit!]
<bramc> Password hashing is supposed to be expensive to verify. Proof of work is supposed to be cheap to verify.
kerneloops has joined #bitcoin-wizards
<zooko> bramc: that's what that link is about.
samson_ has joined #bitcoin-wizards
Giszmo has joined #bitcoin-wizards
starsoccer has quit [Read error: Connection reset by peer]
starsoccer has joined #bitcoin-wizards
<gmaxwell> zooko: bleh. I think that whole discussion is OT for PHC. A point you may be missing there is that an ideal consensus POW function is progress free-- progress gives advantages to centeralized attackers; so thats an extra consideration around a single run of the algorithim taking a long time.
starsoccer is now known as Guest27290
gielbier has joined #bitcoin-wizards
Guest27290 has quit [Changing host]
Guest27290 has joined #bitcoin-wizards
Guest27290 is now known as starsoccer
starsoccer is now known as Starsoccer
<zooko> gmaxwell: yeah, that's a very good point.
gielbier has quit [Ping timeout: 248 seconds]
jae_ has joined #bitcoin-wizards
<pigeons> what is an advantage of "memory hardness"?
<zooko> Posted a further extension of the talking-to-myself-off-topic thread on PHC…
<bramc> pigeons, Memory is more commodity than CPU. A memory hard problem might be more resistant to custom chips outperforming commodity ones
<bramc> Whether that's a real benefit is a different discussion
gielbier has joined #bitcoin-wizards
<nsh> the main advantage is advancing the state of understanding of the hardness of making things hard
<pigeons> yeah i think i saw some info on "outperforming" being arguable considering energy use
eudoxia has joined #bitcoin-wizards
polyclef has joined #bitcoin-wizards
<zooko> Hiya polyclef!
shen_noe has quit [Quit: Leaving]
jtimon has quit [Remote host closed the connection]
hashtagg_ has quit [Ping timeout: 244 seconds]
bramc has quit [Quit: This computer has gone to sleep]
<fluffypony> lol
<polyclef> hey zooko!
bramc has joined #bitcoin-wizards
<Luke-Jr> pigeons: basically memory-hard aims for "RAM is the ASIC"
p15x has joined #bitcoin-wizards
<amiller> the distinction between memory-hard and memory-bound is important here too
p15x_ has quit [Ping timeout: 248 seconds]
<bramc> I thought ethereum was a cow system
<fluffypony> it is
<amiller> bramc, ethereum is so far a memory-throughput-bound PoW system, with plans to switch to filet mignon in a year or so
<bramc> It seems like the latest ethereum proof of work involves having a somewhat expensive to calculate data set which you reuse a lot
<bramc> The idea being that you take a seed, hash it to find out which indices you need, look up those indices, and hash them together.
<bramc> er, actually it doesn't decide which things to hash together up front but pulls them in one at a time after hashing the last one
<bramc> It look annoyingly expensive to verify, basically requiring 32 megabytes of memory to run the verification process
<amiller> yes it requires 32MB of memory to verify
<amiller> they just endure that verification expense
shen_noe has joined #bitcoin-wizards
antgreen` has quit [Ping timeout: 244 seconds]
jwilkins has joined #bitcoin-wizards
chmod755 has quit [Quit: Ex-Chat]
Quanttek has quit [Ping timeout: 264 seconds]
polyclef has quit [Ping timeout: 246 seconds]
<CodeShark_> As long as the verification cost is near-fixed, near-independent of the pow cost, 32MB isn't such a huge cost
<zooko> I just wrote a note to password-hashing mailing list mooting a 1 GiB cost to verify! :-(
<kanzure> is this the same mailing list? https://password-hashing.net/interaction.html
shen_noe has quit [Quit: Leaving]
<CodeShark_> But that was for server applications (i.e. authentication), no zooko?
<zooko> kanzure: yes
<zooko> CodeShark_: no, for a cryptocurrency.
<CodeShark_> For large servers 1GB to secure passwords isn't such a huge cost
jwilkins has quit [Ping timeout: 255 seconds]
<CodeShark_> But for mobile cryptocurrency wallets, 1GB is still significant
<zooko> Yeah.
<CodeShark_> It probably won't be in a few years, though :)
<Luke-Jr> CodeShark_: well, it's also important for the PoW to be *cheap* to avoid DoS risks and minimise IBD time
shen_noe has joined #bitcoin-wizards
<zooko> Luke-Jr: what's IBD stand for?
<Luke-Jr> Initial Blockchain Download
<Luke-Jr> Litecoin is slower to IBD than Bitcoin in part because of their PoW
<zooko> Hm.
eudoxia has quit [Quit: Leaving]
ruby32 has quit [Quit: ruby32]
<CodeShark_> ideally we'll eventually move to more succinct proofs that don't sacrifice security
<CodeShark_> I don't think it's really necessary to run through the entire network history to validate the present state
<CodeShark_> But yes, luke-jr - mSIGNA takes much longer to validate the litecoin block headers than bitcoin
shen_noe has quit [Quit: Leaving]
<CodeShark_> it's also why litecoin uses separate hash functions for PoW and for indexing (I think)
<gmaxwell> kanzure: you're like a whole day late on that. :)
<Eliel> practically speaking, there's no reason for any single person to validate any block twice. For my own use, given that I had a secure way to generate signatures with a personal high security key, I could just trust any block that's been signed with it.
<kanzure> gmaxwell: a new low for me... alas.
bendavenport has quit [Quit: bendavenport]
se3000 has quit [Quit: se3000]
bramc has quit [Quit: This computer has gone to sleep]
<fluffypony> kanzure: if it's zero knowledge then how can anyone know it, duh
<fluffypony> also have we spoken about how HackingTeam's dump includes a BTC wallet swiper...
zefiris has quit [Quit: Page closed]
<kanzure> no, although i think everyone saw it
<gmaxwell> I'd pinged someone to fetch the arcive to look for bitcoin stuff.
bendavenport has joined #bitcoin-wizards
<kanzure> actually, do we have a link to the swiper
jwilkins has joined #bitcoin-wizards
<fluffypony> yes hold
ThomasV has quit [Ping timeout: 264 seconds]
StephenM347 has quit []
<kanzure> yeesh even feathercoin? how desperate are they.
<fluffypony> lol
<leakypat> fluffypony: was the HT thing targeting core specifically ?
<fluffypony> seems so
<fluffypony> "%APPDATA%\\Bitcoin\\wallet.dat"
<kanzure> what's really weird is that you don't need to detect specific altcoins; a generic bitcoin-core sniffer would have worked fine
<kanzure> almost all of them have the same wallet.dat filename anyway
<leakypat> What a shitty company
PaulCapestany has quit [Quit: .]
PaulCapestany has joined #bitcoin-wizards
<leakypat> By the looks of the leaks all their tools are garbage also
<kanzure> well to be fair they did get hacked pretty hard
<kanzure> so might explain their approach to security as well (low quality)
<leakypat> Yep, it is very funny
cornusammonis has quit [Ping timeout: 248 seconds]
jae_ has quit [Remote host closed the connection]
Luke-Jr has quit [Read error: Connection reset by peer]
bendavenport has quit [Quit: bendavenport]
bendavenport has joined #bitcoin-wizards
JackH has quit [Ping timeout: 252 seconds]
zooko has quit [Ping timeout: 240 seconds]
DougieBot5000 has quit [Quit: Leaving]
eudoxia has joined #bitcoin-wizards
<leakypat> Ah, full RBF is so much nicer than FSS
p15x_ has joined #bitcoin-wizards
<leakypat> For progressively increasing fees FSS is only really good for an emergency one time push
Mably has quit [Ping timeout: 248 seconds]
p15x has quit [Ping timeout: 246 seconds]
<leakypat> Although that would be a godsend at the moment
vaalbara has quit [Remote host closed the connection]
hashtag has joined #bitcoin-wizards
vaalbara has joined #bitcoin-wizards
akrmn has quit [Ping timeout: 256 seconds]
hashtag has quit [Ping timeout: 246 seconds]
p15x_ has quit [Ping timeout: 248 seconds]
eudoxia has quit [Remote host closed the connection]
Starduster has quit [Read error: Connection reset by peer]
Starduster has joined #bitcoin-wizards
akrmn has joined #bitcoin-wizards
jae_ has joined #bitcoin-wizards
jae_ has quit [Ping timeout: 264 seconds]
vaalbara has quit [Remote host closed the connection]
DougieBot5000 has joined #bitcoin-wizards
wallet42 has quit [Quit: Leaving.]
bramc has joined #bitcoin-wizards
jae_ has joined #bitcoin-wizards
jae_ has quit [Remote host closed the connection]
jae_ has joined #bitcoin-wizards
frankenmint has joined #bitcoin-wizards
www has quit [Ping timeout: 264 seconds]
btcdrak has joined #bitcoin-wizards
dEBRUYNE has quit [Ping timeout: 265 seconds]
sausage_factory has joined #bitcoin-wizards
Tiraspol has quit [Ping timeout: 240 seconds]
blackwraith has quit [Ping timeout: 265 seconds]
AaronvanW has quit [Ping timeout: 246 seconds]
Tiraspol has joined #bitcoin-wizards
bliljerk101 has quit [Ping timeout: 244 seconds]