0

So, i have this condition where 2/3 of the validators are not honest and they can carry out a fraud transaction. What can be done to prevent it and how do i know which 2/3 are fraud? PBFT isn't working out then, right?

What if 2/3 are not honest?

Any solution?

renny
  • 590
  • 4
  • 23

1 Answers1

1

If more than 2/3 of validators are malicious, there's not much hope. Expect maybe for minority to fork out.

We're currently working on #200 which is suppose to help address the case where 1/3+ of validators are malicious. "We need to boot into a "recovery mode" protocol so validators can publish evidence, find out who shit the bed, kick them out and restart". You can read more on proof of fork accountability here

melekes
  • 1,880
  • 2
  • 24
  • 30