-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathton-global.config.json
92 lines (92 loc) · 2.5 KB
/
ton-global.config.json
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
{
"@type": "config.global",
"dht": {
"@type": "dht.config.global",
"k": 6,
"a": 3,
"static_nodes": {
"@type": "dht.nodes",
"nodes": [
{
"@type": "dht.node",
"id": {
"@type": "pub.ed25519",
"key": "u7kGcqk7a5vBpYfpl5V27LXIKfeZfZU6cSDrrEg0B6g="
},
"addr_list": {
"@type": "adnl.addressList",
"addrs": [
{
"@type": "adnl.address.udp",
"ip": -1304504083,
"port": 6302
}
],
"version": 0,
"reinit_date": 0,
"priority": 0,
"expire_at": 0
},
"version": -1,
"signature": "9M8RgXWm//yQGfYc2fqTx+Vs5Jk12FtGrnqY27fLp3HM1Bscnt8Qxpdm7UpLfwC9DEbeh2kDnUA5gGKhbvClDA=="
},
{
"@type": "dht.node",
"id": {
"@type": "pub.ed25519",
"key": "znOAvy1ECxyzeKishi4PdSO2edaVx78wynVyNKLBmQ8="
},
"addr_list": {
"@type": "adnl.addressList",
"addrs": [
{
"@type": "adnl.address.udp",
"ip": -1068377703,
"port": 6302
}
],
"version": 0,
"reinit_date": 0,
"priority": 0,
"expire_at": 0
},
"version": -1,
"signature": "KLH17nNKmOk3carKwbsUcVBc4JZpdAUdUOMxe8FSyqnkOw/lolnltbylJcC+lvPpIV5ySI/Qx8UZdNRV/4HzCA=="
},
{
"@type": "dht.node",
"id": {
"@type": "pub.ed25519",
"key": "kmkAun0dklYp40lgbL1koUFQraCyBoMVfJSB+9QMoHI="
},
"addr_list": {
"@type": "adnl.addressList",
"addrs": [
{
"@type": "adnl.address.udp",
"ip": -1300227689,
"port": 6302
}
],
"version": 0,
"reinit_date": 0,
"priority": 0,
"expire_at": 0
},
"version": -1,
"signature": "yZp55Y8vkcTNKSmy4x7e4IhJiy64J+WMX65DfG+PwsxGgnfMx403Kd1QInLV+Xglt3GGogYX715rcNSw3g8CCg=="
}
]
}
},
"validator": {
"@type": "validator.config.global",
"zero_state": {
"workchain": -1,
"shard": -9223372036854775808,
"seqno": 0,
"root_hash": "F6OpKZKqvqeFp6CQmFomXNMfMj2EnaUSOXN+Mh+wVWk=",
"file_hash": "XplPz01CXAps5qeSWUtxcyBfdAo5zVb1N979KLSKD24="
}
}
}