frostfs-node/config/mainnet
Pavel Karpy 923f84722a Move to frostfs-node
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2022-12-28 15:04:29 +03:00
..
README.md Move to frostfs-node 2022-12-28 15:04:29 +03:00
config.yml [#1764] neofs-node: Validate config before usage 2022-09-27 08:57:20 +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