Hacker News new | ask | show | jobs
by Sargos 2725 days ago
Any computer or laptop can stake. Your computer will need to be online 24/7 to stake.

You will need to download an Ethereum 2.0 wallet when it releases and start staking through the UI. 6 or so of these are being built and you can check it Prysmatic Labs to see the progress on theirs.

1 comments

Isn't the chain too large/heavy on I/O for an average laptop?
You will only make a few blocks a day depending on how much you stake. It's not too intensive from what I've seen. I think it will work fine even on a slow HDD.

One important thing to note is that the proof of stake Ethereum chain is a different chain than the proof of work Ethereum chain. You won't need the legacy PoW chain to stake.

With PoS you only need data from the last checkpoint to stake. This is only a subset of the entire chain. You also only need the data for the shards you are a validator for which further reduces the data required. The goal is to allow anyone to stake if they want to regardless of hardware in order to increase decentralization.

You still have to validate all the blocks made at the same time by others, don't you? And that's gonna be hard on IO.
You would only be validating blocks in your committee. Not the whole network.