frostfs-node/config/mainnet
Dmitrii Stepanov 07390ad4e3
DCO action / DCO (pull_request) Successful in 2m54s Details
Vulncheck / Vulncheck (pull_request) Successful in 3m11s Details
Tests and linters / Staticcheck (pull_request) Successful in 3m55s Details
Build / Build Components (1.21) (pull_request) Successful in 3m51s Details
Build / Build Components (1.20) (pull_request) Successful in 4m6s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 5m10s Details
Tests and linters / Lint (pull_request) Successful in 5m24s Details
Tests and linters / Tests (1.20) (pull_request) Successful in 6m56s Details
Tests and linters / Tests with -race (pull_request) Successful in 7m46s Details
[#715] node: Unify config parameter names
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-11-22 17:13:50 +03:00
..
README.md [#83] pre-commit: Add initial configuration 2023-03-13 07:07:29 +00:00
config.yml [#715] node: Unify config parameter names 2023-11-22 17:13:50 +03:00

README.md

N3 Mainnet Storage node configuration

Here is a template for simple storage node configuration in N3 Mainnet. Make sure to specify correct values instead of <...> placeholders. Do not change contracts section. Run the latest frostfs-node release with the fixed config frostfs-node -c config.yml

To use NeoFS in the Mainnet, you need to deposit assets to NeoFS contract. The contract sript hash is 2cafa46838e8b564468ebd868dcafdd99dce6221 (N3 address NNxVrKjLsRkWsmGgmuNXLcMswtxTGaNQLk)

Tips

Use grpcs:// scheme in the announced address if you enable TLS in grpc server.

node:
  addresses:
    - grpcs://frostfs.my.org:8080

grpc:
  num: 1
  0:
    endpoint: frostfs.my.org:8080
    tls:
      enabled: true
      certificate: /path/to/cert
      key: /path/to/key