|
|
|
@@ -63,7 +63,7 @@ A council member can create a Farming Policy (DAO) in the following way:
|
|
|
|
|
6: Select an actions `tfgridModule` -> `createFarmingPolicy` and fill in all the fields.
|
|
|
|
|
7: Create a forum post with the details of the farming policy and fill in the link of that post in the `link` field
|
|
|
|
|
8: Give it some good `description`.
|
|
|
|
|
9: Duration is optional (by default it's 7 days). A proposal cannot be closed before the duration is "expired". If you wish to set a duration, the duration should be expressed in number of blocks from `now`. For example, 2 hours is equal to 1200 blocks (blocktime is 6 seconds) in this case, the duration should be filled in as `1200`.
|
|
|
|
|
9: Duration is optional (by default it's 7 days). A proposal cannot be closed before the duration is "expired". If you wish to set a duration, the duration should be expressed in number of slice from `now`. For example, 2 hours is equal to 1200 slice (blocktime is 6 seconds) in this case, the duration should be filled in as `1200`.
|
|
|
|
|
10: If all the fields are filled in, click `Propose`, now Farmers can vote. A proposal can be closed manually once there are enough votes AND the proposal is expired. To close go to extrinsics -> `dao` -> `close` -> fill in proposal hash and index (both can be found in chainstate).
|
|
|
|
|
|
|
|
|
|
All (su, cu, nu, ipv4) values should be expressed in units USD. Minimal uptime should be expressed as integer that represents an percentage (example: `95`).
|
|
|
|
@@ -86,7 +86,7 @@ First identify the policy ID to link to a farm. You can check for farming polici
|
|
|
|
|
6: Limits contains a `farming_policy_id` (Required) and cu, su, end, node count (which are all optional). It also contains `node_certification`, if this is set to true only certified nodes can have this policy.
|
|
|
|
|
7: Create a forum post with the details of why we want to link that farm to that policy and fill in the link of that post in the `link` field
|
|
|
|
|
8: Give it some good `description`.
|
|
|
|
|
9: Duration is optional (by default it's 7 days). A proposal cannot be closed before the duration is "expired". If you wish to set a duration, the duration should be expressed in number of blocks from `now`. For example, 2 hours is equal to 1200 blocks (blocktime is 6 seconds) in this case, the duration should be filled in as `1200`.
|
|
|
|
|
9: Duration is optional (by default it's 7 days). A proposal cannot be closed before the duration is "expired". If you wish to set a duration, the duration should be expressed in number of slice from `now`. For example, 2 hours is equal to 1200 slice (blocktime is 6 seconds) in this case, the duration should be filled in as `1200`.
|
|
|
|
|
10: If all the fields are filled in, click `Propose`, now Farmers can vote. A proposal can be closed manually once there are enough votes AND the proposal is expired. To close go to extrinsics -> `dao` -> `close` -> fill in proposal hash and index (both can be found in chainstate).
|
|
|
|
|
|
|
|
|
|
For reference:
|
|
|
|
|