-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdefault_network.json
98 lines (98 loc) · 2 KB
/
default_network.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
93
94
95
96
97
98
{
"service_bismuth_blockchain": {
"initial_difficulty": 10,
"genesis_address": "cc846806ba14b8ec5a042d254beeeb637ee91033fa0f84c66063e0a9",
"foundation_miners": [
"884dbabd8e214cf1ac80c0718d6c66fd9cdb7a28cfdd0d2bc3b053fe",
"d6d7e856b50ea783c388e17137eb789dd21a08295bbaa834a4b9b9ea"
],
"known_nodes": [
{
"host": "p2p-id.ru",
"node_tcp_port": 15658,
"mining_pool_tcp_port": 18525,
"explorer_http_port": 19080
},
{
"host": "bitdust.app",
"node_tcp_port": 15658,
"mining_pool_tcp_port": 18525,
"explorer_http_port": 19080
}
]
},
"service_entangled_dht": {
"bucket_size": 4,
"default_age": 43200,
"known_nodes": [
{
"host": "p2p-id.ru",
"udp_port": 14441
},
{
"host": "p2p-alice.ai",
"udp_port": 14441
},
{
"host": "bitdust.ai",
"udp_port": 14441
},
{
"host": "root-node.ai",
"udp_port": 14441
},
{
"host": "bitdust.app",
"udp_port": 14441
},
{
"host": "peer2peer.ai",
"udp_port": 14441
},
{
"host": "seed.bitdust.io",
"udp_port": 14441
}
],
"max_age": 86400,
"parallel_calls": 4,
"refresh_timeout": 600,
"rpc_timeout": 10
},
"service_gateway": {
"session_key_type": "AES"
},
"service_identity_propagate": {
"known_servers": [
{
"host": "p2p-id.ru",
"http_port": 80
},
{
"host": "p2p-alice.ai",
"http_port": 80
},
{
"host": "bitdust.ai",
"http_port": 80
},
{
"host": "root-node.ai",
"http_port": 80
},
{
"host": "bitdust.app",
"http_port": 80
},
{
"host": "peer2peer.ai",
"http_port": 80
},
{
"host": "seed.bitdust.io",
"http_port": 80
}
],
"whitelisted_servers": []
}
}