How public-key cryptography secures bitcoin transactions from 51% attacks and Mining Attacks

0

I wanted to better understand how public-key cryptography avoids 51% attacks and mining attacks, also if this question is wrong please correct so that i can improve my research and provide me with right resources

The Decoder

Posted 2019-07-21T08:17:05.800

Reputation: 41

As Ugam said these two are not related. You may want to check out the tag [majority-attack]: https://bitcoin.stackexchange.com/questions/tagged/majority-attack?tab=Frequent

Murch 2019-08-14T03:18:35.587

Answers

2

Public key cryptography has nothing to do with 51% attacks. The only thing a miner can do with >50% hash power is double spend bitcoins for which he controls the private key or censor transactions by not including them in the blocks he creates. He cannot spend bitcoins for which he doesn't control the private keys.

Ugam Kamat

Posted 2019-07-21T08:17:05.800

Reputation: 5 180