From 3d7d338db1f6cd39727294e0ae628d600efbe216 Mon Sep 17 00:00:00 2001 From: "dhub-sync[bot]" <145223974+dhub-sync[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:01:06 +0000 Subject: [PATCH 1/2] Changes from dhub --- docs/stake/proof-of-stake-mining.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stake/proof-of-stake-mining.md b/docs/stake/proof-of-stake-mining.md index b1ea822..e6eeffe 100644 --- a/docs/stake/proof-of-stake-mining.md +++ b/docs/stake/proof-of-stake-mining.md @@ -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 From c3c3e03241310edea0a3bd90800192c29e7fd113 Mon Sep 17 00:00:00 2001 From: "dhub-sync[bot]" <145223974+dhub-sync[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:05:50 +0000 Subject: [PATCH 2/2] Changes from Dhub --- docs/stake/proof-of-stake-mining.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/stake/proof-of-stake-mining.md b/docs/stake/proof-of-stake-mining.md index e6eeffe..3baf14b 100644 --- a/docs/stake/proof-of-stake-mining.md +++ b/docs/stake/proof-of-stake-mining.md @@ -47,13 +47,17 @@ Simply open the Zano desktop wallet, make sure the blockchain is synchronised, a ``` +:::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, it’s 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, it’s 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