this post was submitted on 03 Feb 2024
396 points (93.0% liked)

News

22903 readers
3566 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious right or left wing sources will be removed at the mods discretion. We have an actively updated blocklist, which you can see here: https://lemmy.world/post/2246130 if you feel like any website is missing, contact the mods. Supporting links can be added in comments or posted seperately but not to the post body.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source.


Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.


7. No duplicate posts.


If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners.


The auto mod will contact you if a link shortener is detected, please delete your post if they are right.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] makeasnek@lemmy.ml 1 points 7 months ago (1 children)

Proof of Stake at the end of the day is just saying “instead of joining a mining pool and paying my electricity and hardware to do a lot of wasteful work, I’ll instead pick another entity to do the mining for me and give me a share of the profits”. Proof of Stake is still Proof of Work,

It's literally not this. Proof-of-stake is basically saying "I'm allowed to author the next block because some math formula says a coin I hold is eligible to do this, and here's a signature proving I own the coin". It's not proof-of-work, it's proof-of-ownership.

[–] dipshit@lemmy.world 1 points 7 months ago

It's literally not this. Proof-of-stake is basically saying "I'm allowed to author the next block because some math formula says a coin I hold is eligible to do this, and here's a signature proving I own the coin". It's not proof-of-work, it's proof-of-ownership.

It’s literally this (I’m relying on the dictionary defintion of literally which also includes figuratively.

You’re right about proof of stake, in that it gives the machine the ability to write the next block. But that machine still has to do work. That work still must be proved. The only difference is because the machine was picked it doesn’t have to compete with millions of other machines doing the same work.

I’m sure you realize the work involved in Proof of Work isn’t really all that much work for your machine to do, it’s more about getting that work done faster than any other machine you are competing with. So, Proof of Work is more aptly “race to the right answer” with other machines validating that correct answer. Redundency and verification in computer systems is a good thing, but we don’t need millions of machines running the same verification.

As for which machine gets picked, that’s based on the amount of coin staked in that validator / miner / processor / machine / whatever you want to call it. So in a simplified example if 50% of the coins were staked at validator A, 25% at validator B and 25 more validators each at 1%, those percentages are a sort of weighting of the roll of a dice to favor those validators to that amount.

As a validator, you still have to do the work, possibly of other validators (redundency, etc..). If the system picks validator A to mine the next block and validators B and C to confirm validator A did it correctly, validator A earns the reward for that block. The only reason validator A got a chance to do this was because of the people who staked with validator A, so validator A rewards everyone who staked a percent of the reward based on how much each address has staked with validator A. This gives person who stakes with that validator an incentive to do so.

If on the other hand validator A submits the work and it is considered invalid by the other validators, the network (not sure of specifics, contracts I imagone) can pull from the funds from the validator which would be missing from the invalid block, hurting the validator and providing the validator an incentive to correctly validate the work.

If the systems were the same in this hypthetical example, with validator A, B and 25 more validators (a total of 27), with a hypothetical 2 validators validating the chosen validator, we have the same mechanism of action going on cryptographly, (doing the work of validating transactions and trying to write to the block chain, being stopped by other machines to cross-check that it is correct), you have 3 machines running in proof of stake vs proof of work’s 27 machines. There’s still 1 winner of that 27vs1, but the proof-of-stake system has weighed the chance of the winner at who has the most at stake, or who people have entrusted the most with their coins; whereas the proof-of-work system is largely left up to the 3 fastest machines, usually determined not by processing power but by network speed and geographic location.