Sorry newbie, I dont get the PoS block creation, to much contradiction

1

I am sorry for the repeat question but I cant find a clear answer. Most of the time PoS isnt explained in detail (only explaining the advantage) and a lot of sources contradict each other and now I am confused.

I think I get PoW but I dont get PoS:

1) there seems to be two types of PoS. One where everyone bets on the most likely block to be picked and another where one node is chosen to validates the block based on the amount of coins you hold and some other factors... is that right? In the first case who decides which block to pick?

2) In both cases it was mentioned, that there was no need for miners. So if you only bet or validate, who creates the block in the first place or is creating the hashes? Or does PoS not use hashes anymore? If yes how do they validate with the ledges of the other nodes?

3) If PoS uses hashes and taken there is no competition of who completes the hash first, isnt there a risk that the chosen one cant compute the hash in time because of e.g. insufficient ressources?

4) Isnt the security less then PoW? As far as I see it, if the function only chooses one node isnt it in theory possible to alter the blockchain? Hashes arent bond by mining power anymore and the current node is the sole active one...

Phi La

Posted 2018-11-26T01:28:16.260

Reputation: 11

1Welcome to bitcoin.stackexchange. To get a better chance of receiving answers, edit this and remove 2-4 and put them each into separate questions. Please try to make the title useful for other people in the future who have the same question and who are searching for answers.RedGrittyBrick 2018-11-27T10:16:13.183

Answers

1

POS distributes valid block rewards proportionally to stakers. However, majority stakers cannot be unseated if they do not wish to trade their stake. A 51% staker can control/censor the system indefinitely.

POW always allows for new hashrate to come online. If fees increase, new mining will join, thereby diluting a potential 51% miner. Because external hashrate can always be added, the Power of any miner can always be balanced That is not the case with POS.

James C.

Posted 2018-11-26T01:28:16.260

Reputation: 2 183