github.com/braveheart12/insolar-09-08-19@v0.8.7/scripts/insolard/genesis.yaml (about)

     1  root_keys_file: "scripts/insolard/configs/root_member_keys.json"
     2  node_keys_dir: "scripts/insolard/reusekeys/node"
     3  discovery_keys_dir: "scripts/insolard/reusekeys/discovery"
     4  keys_name_format: "/node_%02d.json"
     5  reuse_keys: false
     6  root_balance: 1000000000
     7  majority_rule: 0
     8  min_roles:
     9    virtual:  1
    10    heavy_material: 1
    11    light_material: 1
    12  pulsar_public_keys:
    13    - "pulsar_public_key"
    14  discovery_nodes:
    15    -
    16      host: "127.0.0.1:13831"
    17      role: "heavy_material"
    18      cert_name: "discovery_cert_1.json"
    19    -
    20      host: "127.0.0.1:23832"
    21      role: "virtual"
    22      cert_name: "discovery_cert_2.json"
    23    -
    24      host: "127.0.0.1:33833"
    25      role: "light_material"
    26      cert_name: "discovery_cert_3.json"
    27    -
    28      host: "127.0.0.1:43834"
    29      role: "virtual"
    30      cert_name: "discovery_cert_4.json"
    31    -
    32      host: "127.0.0.1:53835"
    33      role: "light_material"
    34      cert_name: "discovery_cert_5.json"
    35  #  -
    36  #    host: "127.0.0.1:53866"
    37  #    role: "virtual"
    38  #    cert_name: "discovery_cert_6.json"
    39  #  -
    40  #    host: "127.0.0.1:53877"
    41  #    role: "light_material"
    42  #    cert_name: "discovery_cert_7.json"
    43  #  -
    44  #    host: "127.0.0.1:53888"
    45  #    role: "virtual"
    46  #    cert_name: "discovery_cert_8.json"
    47  #  -
    48  #    host: "127.0.0.1:53899"
    49  #    role: "light_material"
    50  #    cert_name: "discovery_cert_9.json"
    51  #  -
    52  #    host: "127.0.0.1:53100"
    53  #    role: "virtual"
    54  #    cert_name: "discovery_cert_10.json"
    55  #  -
    56  #    host: "127.0.0.1:51101"
    57  #    role: "light_material"
    58  #    cert_name: "discovery_cert_11.json"
    59  #  -
    60  #    host: "127.0.0.1:53202"
    61  #    role: "virtual"
    62  #    cert_name: "discovery_cert_12.json"
    63  #  -
    64  #    host: "127.0.0.1:53404"
    65  #    role: "virtual"
    66  #    cert_name: "discovery_cert_13.json"
    67  #  -
    68  #    host: "127.0.0.1:53606"
    69  #    role: "virtual"
    70  #    cert_name: "discovery_cert_14.json"
    71  #  -
    72  #    host: "127.0.0.1:53707"
    73  #    role: "light_material"
    74  #    cert_name: "discovery_cert_15.json"
    75  #  -
    76  #    host: "127.0.0.1:53808"
    77  #    role: "virtual"
    78  #    cert_name: "discovery_cert_16.json"
    79  #  -
    80  #    host: "127.0.0.1:53909"
    81  #    role: "light_material"
    82  #    cert_name: "discovery_cert_17.json"
    83  #  -
    84  #    host: "127.0.0.1:51110"
    85  #    role: "virtual"
    86  #    cert_name: "discovery_cert_18.json"
    87  #  -
    88  #    host: "127.0.0.1:53111"
    89  #    role: "light_material"
    90  #    cert_name: "discovery_cert_19.json"
    91  #  -
    92  #    host: "127.0.0.1:51112"
    93  #    role: "virtual"
    94  #    cert_name: "discovery_cert_20.json"
    95  #  -
    96  #    host: "127.0.0.1:53113"
    97  #    role: "light_material"
    98  #    cert_name: "discovery_cert_21.json"
    99  #  -
   100  #    host: "127.0.0.1:54114"
   101  #    role: "light_material"
   102  #    cert_name: "discovery_cert_22.json"
   103  #  -
   104  #    host: "127.0.0.1:51115"
   105  #    role: "light_material"
   106  #    cert_name: "discovery_cert_23.json"
   107  
   108  nodes:
   109    -
   110      host: "127.0.0.1:63836"
   111      role: "virtual"
   112      keys_file: "scripts/insolard/nodes/1/keys.json"
   113      cert_name: "node_cert_1.json"
   114  #  - # Attention! You must wait `lightChainLimit` pulses after LM joined to run benchmark w/o errors.
   115  #    host: "127.0.0.1:63936"
   116  #    role: "light_material"
   117  #    keys_file: "scripts/insolard/nodes/2/keys.json"
   118  #    cert_name: "node_cert_2.json"