Remix.run Logo
Alifatisk 4 days ago

"of a 51% attack", it's called a sybil attack

https://en.wikipedia.org/wiki/Sybil_attack

Btw, here's the alternative link https://xcancel.com/p3b7_/status/1955173413992984988

vlabakje90 4 days ago | parent | next [-]

Going by the definition given in the wiki you’ve linked, a Sybil attack is about creating many fake identities to gain disproportionate influence in a network. A 51% attack in blockchain terms is specifically about controlling the majority of the network’s mining/staking power to override consensus.

So I'd say they're not exactly the same.

ceejayoz 4 days ago | parent [-]

Someone amassing 51% of the network would probably want to do so under some fake identities so others don't realize what's about to happen. Not the same, but probably related.

delfinom 4 days ago | parent [-]

Lol, there's no such thing as "fake identities" here. You just run more miners with different payout addresses for mining. But there is no "fake"

ceejayoz 4 days ago | parent [-]

> You just run more miners with different payout addresses for mining.

That it's dramatically easier to conceal your identity doesn't mean concealing your identity isn't useful.

treyd 4 days ago | parent | prev | next [-]

It's the same failure mode as a Sybil attack, but it's called a 51% when there's the additional assumption of the hashrate being hard to obtain and evenly-enough distributed to mitigate sybiling, and that assumption is being violated.

rcxdude 4 days ago | parent | prev | next [-]

A Sybil attack is about having many identities in systems which make such identities count for something, blockchains are designed to avoid that attack by saying "identities don't matter for consensus, only raw 'work' does". a 51% attack is therefore analogous to a Sybil attack but not the same thing.

4 days ago | parent | prev | next [-]
[deleted]
the8472 4 days ago | parent | prev [-]

Byzantine Failure seems more appropriate.