Merge pull request #51 from Gonbatfire/dhub-zwxlam

Changes from Dhub
This commit is contained in:
Gonbatfire 2025-04-24 11:06:06 -03:00 committed by GitHub
commit e08bb07bfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,9 @@ Proof-of-stake mining or staking is typically implemented in such a way that a r
- Easy-to-use: Flip the switch and start staking.
The only requirement is to run a Zano node (currently, this can only be done on a desktop device). The Zano desktop wallet automatically functions as a Zano node.
The only requirement is to run a Zano node (currently, this can only be done on a desktop device). The Zano desktop wallet automatically functions as a Zano node.
There is no "delegation" function in Zano Staking, as we believe that it goes against network decentralization, and running a Zano node takes very few resources.
There is no "delegation" function in Zano Staking, as we believe that it goes against network decentralization, and running a Zano node takes very few resources.
## How to Stake Zano
@ -47,13 +47,17 @@ Simply open the Zano desktop wallet, make sure the blockchain is synchronised, a
</div>
```
:::tip
You can observe your progress in the `Staking` tab of your staking wallet. The amount of earnings depends on the wallet balance. You can switch `Staking` on and off without any limitations.
:::
![Staking Tab on GUI wallet.](/img/stake/staking-zano/zano-staking.jpg)
## Estimating PoS Rewards
Proof-of-stake earnings depend on the current PoS difficulty and the number of coins you have locked for staking. The more coins you stake, the better chance you have to “win” the right to sign the next PoS block. Of course, its important to estimate your chances and predict how much you can earn in some way. **The most straightforward way to do so is to use the community-made [Staking Simulator](https://zanostats.com/staking).**
Proof-of-stake earnings depend on the current PoS difficulty and the number of coins being staked. The more coins you stake, the better chance you have to “win” the right to sign the next PoS block. Of course, its important to estimate your chances and predict how much you can earn in some way. **The most straightforward way to do so is to use the community-made [Staking Simulator](https://zanostats.com/staking).**
:::note