From 690f6f754fb7ef8f2e2b0ab2ba494abfd0df0d16 Mon Sep 17 00:00:00 2001 From: vzotova Date: Mon, 31 Aug 2020 14:11:54 +0300 Subject: [PATCH] Small docs update for snapshots cli command --- .../guides/network_node/staking_guide.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/guides/network_node/staking_guide.rst b/docs/source/guides/network_node/staking_guide.rst index 5a38950ae..f728f79a9 100644 --- a/docs/source/guides/network_node/staking_guide.rst +++ b/docs/source/guides/network_node/staking_guide.rst @@ -77,6 +77,8 @@ All staking-related operations done by Staker are performed through the ``nucyph +----------------------+-------------------------------------------------------------------------------+ | ``winddown`` | Manage winding down of stakes | +----------------------+-------------------------------------------------------------------------------+ +| ``snapshots`` | Manage taking snapshots | ++----------------------+-------------------------------------------------------------------------------+ | ``mint`` | Mint last portion of reward | +----------------------+-------------------------------------------------------------------------------+ | ``merge`` | Merge two stakes into one | @@ -385,6 +387,23 @@ Wind down is *disabled* by default. To start winding down an existing stake: (nucypher)$ nucypher stake winddown --hw-wallet +Snapshots +********* + +Taking snapshots is *enabled* by default. This option gives ability to be involved in DAO. To stop taking snapshots: + +.. code:: bash + + (nucypher)$ nucypher stake snapshots --disable + +To enable snapshots again: + +.. code:: bash + + (nucypher)$ nucypher stake snapshots --enable + + + Divide ******