-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode-config.yaml
More file actions
79 lines (47 loc) · 1.25 KB
/
node-config.yaml
File metadata and controls
79 lines (47 loc) · 1.25 KB
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
vegaNode:
nodeID: vm
nodeType: Master
nodeRoles: []
nodeIPAddr: 127.0.0.1
nodePort: 7770
vegaCluster:
- nodeID: c1
nodeType: Compute
nodeRoles: [TxValidation, OutputStore]
nodeIPAddr: 127.0.0.1
nodePort: 7771
- nodeID: c2
nodeType: Compute
nodeRoles: [TxValidation, OutputStore]
nodeIPAddr: 127.0.0.1
nodePort: 7772
bitcoinNetwork: bsv
logLevel: Debug
logFileName: ./debug.log
bitcoinNodeListenIP: 127.0.0.1
bitcoinNodeListenPort: 3000
endPointHTTPSListenIP: 127.0.0.1
endPointHTTPSListenPort: 9091
maxTxProcThreads: 80
maxBitcoinPeerCount: 10
unresponsivePeerConnTimeoutSecs: 180
acivatePeerDiscovery: True
staticPeerList: []
allegoryVendorSecretKey: 1435cf8e437d789eac332c3c66b2a51876e58c21db4b4da15488c3decb1a8b57
maxTMTBuilderThreads: 20
maxTMTQueueSize: 1024
txProcInputDependenciesWait: 240
txProcTimeoutSecs: 250
tlsCertificatePath: ./example.crt
tlsKeyfilePath: ./example.key
tlsCertificateStorePath: ./
neo4jUsername: neo4j
neo4jPassword: neo4j
allegoryNameUtxoSatoshis: 5555
allegoryTxFeeSatsProducerAction: 400
allegoryTxFeeSatsOwnerAction: 200
txOutputValuesCacheKeyBits: 20
unconfirmedTxCacheKeyBits: 16
shardingHashSecretSalt: 29347693
maxTxProcessingThreads: 100
maxTxProcessingBuffer: 100