Skip to content

Commit a7a9ac5

Browse files
Merge branch 'sprint-july-4' into feature/validator-diagnostics
2 parents ec38bb3 + 760ea32 commit a7a9ac5

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

config/0chain_blobber.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@ read_price: 0.00 # token / GB for reading
1515
write_price: 0.10 # token / GB / time_unit for writing
1616
price_in_usd: false
1717
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-
3218

3319
# update_allocations_interval used to refresh known allocation objects from SC
3420
update_allocations_interval: 1m
@@ -38,11 +24,11 @@ max_dirs_files: 50000
3824

3925
# delegate wallet (must be set)
4026
delegate_wallet: '9c693cb14f29917968d6e8c909ebbea3425b4c1bc64b6732cadc2a1869f49be9'
41-
# maximum allowed number of stake holders
27+
`# maximum allowed number of stake holders
4228
num_delegates: 50
4329
# service charge of the blobber
4430
service_charge: 0.10
45-
# min submit from miners
31+
# min submit from miners`
4632
min_submit: 50
4733
# min confirmation from sharder
4834
min_confirmation: 50

docker.local/conductor-config/0chain_blobber.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,7 @@ read_price: 0.01 # token / GB for reading
2222
write_price: 0.10 # token / GB / time_unit for writing
2323
price_in_usd: false
2424
price_worker_in_hours: 12
25-
# the time_unit configured in Storage SC and can be given using
26-
#
27-
# ./zbox sc-config
28-
#
2925

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
3826
# max_offer_duration restrict long contracts where,
3927
# in the future, prices can be changed
4028
max_offer_duration: 744h # 31 day

0 commit comments

Comments
 (0)