top | item 31397008

(no title)

somezero | 3 years ago

Sure! It’s P2P, but doesn’t need centralized certificate authorities (= Has some Sybil resistance)

discuss

order

littlestymaar|3 years ago

> doesn’t need centralized certificate authorities (= Has some Sybil resistance)

What link do you make between Sybil attacks and centralized authorities? And btw the only decentralized sybil resistance component to blockchain things was proof of work, which is being deprecated by most people who believe Web3 is a thing (which afaik Bitcoiners don't).

somezero|3 years ago

The only way to provably prevent Sybil attacks are CAs (https://www.freehaven.net/anonbib/cache/sybil.pdf) This is why almost all P2P and DHT papers assumed existence of a CA in their system model eg. Castro’s secure routing etc.

P.S. PoS protocols are also Sybil resistance mechanisms. Look into Tendermint and compare it with, say, PBFT.