File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed
docker.local/conductor-config Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,6 @@ read_price: 0.00 # token / GB for reading
15
15
write_price : 0.10 # token / GB / time_unit for writing
16
16
price_in_usd : false
17
17
price_worker_in_hours : 12
18
- # the time_unit configured in Storage SC and can be given using
19
- #
20
- # ./zbox sc-config
21
- #
22
-
23
- # min_lock_demand is value in [0; 1] range; it represents number of tokens the
24
- # blobber earned even if a user will not read or write something
25
- # to an allocation; the number of tokens will be calculated by the following
26
- # formula (regarding the time_unit and allocation duration)
27
- #
28
- # allocation_size * write_price * min_lock_demand
29
- #
30
- min_lock_demand : 0.1
31
-
32
18
33
19
# update_allocations_interval used to refresh known allocation objects from SC
34
20
update_allocations_interval : 1m
@@ -38,11 +24,11 @@ max_dirs_files: 50000
38
24
39
25
# delegate wallet (must be set)
40
26
delegate_wallet : ' 9c693cb14f29917968d6e8c909ebbea3425b4c1bc64b6732cadc2a1869f49be9'
41
- # maximum allowed number of stake holders
27
+ ` # maximum allowed number of stake holders
42
28
num_delegates: 50
43
29
# service charge of the blobber
44
30
service_charge: 0.10
45
- # min submit from miners
31
+ # min submit from miners`
46
32
min_submit : 50
47
33
# min confirmation from sharder
48
34
min_confirmation : 50
Original file line number Diff line number Diff line change @@ -22,19 +22,7 @@ read_price: 0.01 # token / GB for reading
22
22
write_price : 0.10 # token / GB / time_unit for writing
23
23
price_in_usd : false
24
24
price_worker_in_hours : 12
25
- # the time_unit configured in Storage SC and can be given using
26
- #
27
- # ./zbox sc-config
28
- #
29
25
30
- # min_lock_demand is value in [0; 1] range; it represents number of tokens the
31
- # blobber earned even if a user will not read or write something
32
- # to an allocation; the number of tokens will be calculated by the following
33
- # formula (regarding the time_unit and allocation duration)
34
- #
35
- # allocation_size * write_price * min_lock_demand
36
- #
37
- min_lock_demand : 0.1
38
26
# max_offer_duration restrict long contracts where,
39
27
# in the future, prices can be changed
40
28
max_offer_duration : 744h # 31 day
You can’t perform that action at this time.
0 commit comments