mirror of https://github.com/nucypher/nucypher.git
Small docs update for snapshots cli command
parent
719b35889e
commit
690f6f754f
|
@ -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
|
||||
******
|
||||
|
||||
|
|
Loading…
Reference in New Issue