Small docs update for snapshots cli command

pull/2211/head
vzotova 2020-08-31 14:11:54 +03:00
parent 719b35889e
commit 690f6f754f
1 changed files with 19 additions and 0 deletions

View File

@ -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
******