version: 1.0 # delegate wallet (must be set) delegate_wallet: 'e984e37602ecd8ac5201638b45bc63d73bd2416bf8b91d9deb514bd6819b16fc' # maximum allowed number of stake holders num_delegates: 100 # service charge of related blobber service_charge: 0.1 #TODO CHECK IF 0 WORKS WELL block_worker: https://test2.zus.network/dns rate_limiters: # Rate limiters will use this duration to clean unused token buckets. # If it is 0 then token will expire in 10 years. default_token_expire_duration: 5m # If blobber is behind some proxy eg. nginx, cloudflare, etc. proxy: true logging: level: "error" console: true # printing log to console is only supported in development mode healthcheck: frequency: 50m # send healthcheck to miners every 60 seconds server_chain: id: "0afc093ffb509f059c55478bc1a60351cef7b4e9c008a53a6cc8241ca8617dfe" owner: "edb90b850f2e7e7cbd0a1fa370fdcc5cd378ffbec95363a7bc0e5a98b8ba5759" genesis_block: id: "ed79cae70d439c11258236da1dfa6fc550f7cc569768304623e8fbd7d70efae4" signature_scheme: "bls0chain" # integration tests related configurations integration_tests: # address of the server address: host.docker.internal:15210 # lock_interval used by nodes to request server to connect to blockchain # after start lock_interval: 1s