-
Notifications
You must be signed in to change notification settings - Fork 1
/
circles-config.cfg
54 lines (54 loc) · 1.24 KB
/
circles-config.cfg
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
{
"Init": {
"EnableUnsecuredDevWallet": true,
"KeepDevWalletInMemory": true,
"WebSocketsEnabled": false,
"DiscoveryEnabled": false,
"PeerManagerEnabled": false,
"ProcessingEnabled": true,
"IsMining": true,
"StoreReceipts": true,
"ChainSpecPath": "chainspec/circles.json",
"BaseDbPath": "spaceneth_db",
"LogFileName": "spaceneth.logs.txt"
},
"Baseline": {
"Enabled": true
},
"Sync": {
"NetworkingEnabled": false,
"SynchronizationEnabled": false
},
"Network": {
"DiscoveryPort": 30303,
"P2PPort": 30303
},
"Mining": {
"Enabled": true
},
"JsonRpc": {
"Enabled": true,
"Host": "0.0.0.0",
"Port": 8545,
"EnabledModules": ["Eth","Subscribe","Trace","TxPool","Web3","Personal","Proof","Net","Parity","Health","Rpc","Circles"]
},
"TxPool": {
"Size": 128
},
"Db": {
"CacheIndexAndFilterBlocks": false
},
"EthStats": {
"Enabled": false,
"Server": "ws://localhost:3000/api",
"Name": "Nethermind",
"Secret": "secret",
"Contact": "[email protected]"
},
"Metrics": {
"Enabled": false,
"NodeName": "circles",
"PushGatewayUrl": "http://localhost:9091/metrics",
"IntervalSeconds": 5
}
}