github.com/koko1123/flow-go-1@v0.29.6/cmd/bootstrap/example_files/node-config.json (about)

     1  [
     2    {
     3      "Role": "collection",
     4      "Address": "123.0.1.10",
     5      "Weight": 110
     6    },
     7    {
     8      "Role": "collection",
     9      "Address": "123.0.1.11",
    10      "Weight": 110
    11    },
    12    {
    13      "Role": "collection",
    14      "Address": "123.0.1.12",
    15      "Weight": 110
    16    },
    17    {
    18      "Role": "collection",
    19      "Address": "123.0.1.13",
    20      "Weight": 110
    21    },
    22    {
    23      "Role": "collection",
    24      "Address": "123.0.1.14",
    25      "Weight": 110
    26    },
    27    {
    28      "Role": "collection",
    29      "Address": "123.0.1.15",
    30      "Weight": 110
    31    },
    32    {
    33      "Role": "consensus",
    34      "Address": "123.0.2.10",
    35      "Weight": 220
    36    },
    37    {
    38      "Role": "consensus",
    39      "Address": "123.0.2.20",
    40      "Weight": 220
    41    },
    42    {
    43      "Role": "consensus",
    44      "Address": "123.0.2.30",
    45      "Weight": 220
    46    },
    47    {
    48      "Role": "execution",
    49      "Address": "123.0.3.10",
    50      "Weight": 310
    51    },
    52    {
    53      "Role": "verification",
    54      "Address": "123.0.4.10",
    55      "Weight": 420
    56    },
    57    {
    58      "Role": "verification",
    59      "Address": "123.0.4.20",
    60      "Weight": 420
    61    },
    62    {
    63      "Role": "access",
    64      "Address": "123.0.5.20",
    65      "Weight": 430
    66    }
    67  ]