mirror of https://github.com/nucypher/nucypher.git
Update worklock status output example to real output
parent
0e15296358
commit
d487de9a31
|
@ -52,31 +52,26 @@ The following is an example output of the ``status`` command (hypothetical value
|
|||
|
||||
.. code::
|
||||
|
||||
_ _ _ _ _
|
||||
| | | | | | | | | |
|
||||
| | | | ___ _ __ | | __| | ___ ___ | | __
|
||||
| |/\| | / _ \ | '__|| |/ /| | / _ \ / __|| |/ /
|
||||
\ /\ /| (_) || | | < | |____| (_) || (__ | <
|
||||
\/ \/ \___/ |_| |_|\_\\_____/ \___/ \___||_|\_\
|
||||
|
||||
Reading Latest Chaindata...
|
||||
|
||||
WorkLock (0xe9778E69a961e64d3cdBB34CF6778281d34667c2)
|
||||
|
||||
Time
|
||||
══════════════════════════════════════════════════════
|
||||
|
||||
Escrow (Closed)
|
||||
Escrow Period (Open)
|
||||
------------------------------------------------------
|
||||
Allocations Available . Yes
|
||||
Start Date ............ 2020-03-25 00:00:00+00:00
|
||||
End Date .............. 2020-03-31 23:59:59+00:00
|
||||
Duration .............. 6 days, 23:59:59
|
||||
Time Remaining ........ Closed
|
||||
Allocations Available . No
|
||||
Start Date ............ 2020-09-01 00:00:00+00:00
|
||||
End Date .............. 2020-09-28 23:59:59+00:00
|
||||
Duration .............. 27 days, 23:59:59
|
||||
Time Remaining ........ 26 days, 15:43:43
|
||||
|
||||
Cancellation (Open)
|
||||
Cancellation Period (Open)
|
||||
------------------------------------------------------
|
||||
End Date .............. 2020-04-01 23:59:59+00:00
|
||||
Duration .............. 7 days, 23:59:59
|
||||
Time Remaining ........ 1 day, 2:47:32
|
||||
End Date .............. 2020-09-30 23:59:59+00:00
|
||||
Duration .............. 29 days, 23:59:59
|
||||
Time Remaining ........ 28 days, 15:43:43
|
||||
|
||||
|
||||
Economics
|
||||
|
@ -84,27 +79,27 @@ The following is an example output of the ``status`` command (hypothetical value
|
|||
|
||||
Participation
|
||||
------------------------------------------------------
|
||||
Lot Size .............. 280000000 NU
|
||||
Min. Allowed Escrow ... 15 ETH
|
||||
Participants .......... 1000
|
||||
ETH Supply ............ 50000 ETH
|
||||
ETH Pool .............. 50000 ETH
|
||||
Lot Size .............. 225000000 NU
|
||||
Min. Allowed Escrow ... 5 ETH
|
||||
Participants .......... 71
|
||||
ETH Supply ............ 620.65 ETH
|
||||
ETH Pool .............. 620.65 ETH
|
||||
|
||||
Base (minimum escrow)
|
||||
------------------------------------------------------
|
||||
Base Deposit Rate ..... 1000 NU per base ETH
|
||||
Base Deposit Rate ..... 3000 NU per base ETH
|
||||
|
||||
Bonus (surplus over minimum escrow)
|
||||
------------------------------------------------------
|
||||
Bonus ETH Supply ...... 35000 ETH
|
||||
Bonus Lot Size ........ 265000000 NU
|
||||
Bonus Deposit Rate .... 7571.43 NU per bonus ETH
|
||||
Bonus ETH Supply ...... 265.65 ETH
|
||||
Bonus Lot Size ........ 223935000 NU
|
||||
Bonus Deposit Rate .... 842970 NU per bonus ETH
|
||||
|
||||
Refunds
|
||||
------------------------------------------------------
|
||||
Refund Rate Multiple .. 4.00
|
||||
Bonus Refund Rate ..... 1892.86 units of work to unlock 1 bonus ETH
|
||||
Base Refund Rate ...... 250.0 units of work to unlock 1 base ETH
|
||||
Refund Rate Multiple .. 8.00
|
||||
Bonus Refund Rate ..... 105371.25 units of work to unlock 1 bonus ETH
|
||||
Base Refund Rate ...... 375.0 units of work to unlock 1 base ETH
|
||||
|
||||
* NOTE: bonus ETH is refunded before base ETH
|
||||
|
||||
|
|
Loading…
Reference in New Issue