summaryrefslogtreecommitdiff
path: root/test/testdata/nettemplates/TenNodesDistributedMultiWallet.json
blob: 8c4fb39f6f8f8d949f1b8b0d91cb13b558b9ca8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
    "Genesis": {
        "NetworkName": "tbd",
        "PartKeyDilution": 50,
        "LastPartKeyRound": 2000,
        "Wallets": [
            {
                "Name": "20pct",
                "Stake": 20,
                "Online": true
            },
            {
                "Name": "10pct",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node1",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node2",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node3",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node4",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node5",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node6",
                "Stake": 10,
                "Online": true
            },
            {
                "Name": "Node7",
                "Stake": 10,
                "Online": true
            }
        ]
    },
    "Nodes": [
        {
            "Name": "Primary",
            "IsRelay": true,
            "Wallets": [
              { "Name": "20pct",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Relay2",
            "IsRelay": true,
            "Wallets": [
              { "Name": "10pct",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node1-3",
            "Wallets": [
              { "Name": "Node1",
                "ParticipationOnly": false },
              { "Name": "Node2",
                "ParticipationOnly": false },
              { "Name": "Node3",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node4",
            "Wallets": [
              { "Name": "Node4",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node5",
            "Wallets": [
              { "Name": "Node5",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node6",
            "Wallets": [
              { "Name": "Node6",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node7",
            "Wallets": [
              { "Name": "Node7",
                "ParticipationOnly": false }
            ]
        },
        {
            "Name": "Node8"
        },
        {
            "Name": "Node9"
        },
        {
            "Name": "Node10"
        }
    ]
}