-
Notifications
You must be signed in to change notification settings - Fork 1
/
shc.conf.default
195 lines (156 loc) · 3.61 KB
/
shc.conf.default
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
#
# Verbose logging information.
# Default: 0 (false)
#debug=0
#
# Verbose network command logging.
# Default: 0 (false)
#net-debug=0
#
# The maximum number of socket connections allowed for all services.
# Default: 300
#net-max=300
#
# Whether to auto-seed the core node peers.
# Default: 1
#seed=1
#
# Whether to participate in notary transactions.
# Default: 1 (true)
#notary=1
#
# Administrative RPC commands.
# Default: 0 (false)
#admin=0
#
# Allow no-fee transactions (<= 512b).
# Default: 0 (false)
#free-relay=0
#
# The number of seconds to ban a node for suspicious activity.
# Default: 21600
#ban-span=21600
#
# The amount of suspicious behaviour before banning a node.
# Default: 1000
#ban-threshold=1000
#
# The preferred maximum block size.
# Default: 4096000
#block-size=4096000
#
# The preferred minimum relay tx fee in shionoshis.
# Default: 1000
#min-fee=1000
#
# The port to accept incoming SHC service connections.
# Default: 24104
#shc-port=24104
#
# Generate bech32 style coin addresses when supported.
# Default: 0 (false)
#bech32=0
#
# The built-in stratum miner service.
# Default: 1 (true)
#stratum=1
#
# The socket port to listen for stratum connections.
# Default: 9448
#stratum-port=9448
#
# The maximum number of seconds between "getwork" notifications.
# Default: 12
#stratum-work-cycle=12
#
# The RPC command service.
# Default: 1 (true)
#rpc=1
#
# The socket port to listen for RPC commands.
# Default: 9447
#rpc-port=9447
#
# The IP Address of the ethernet device to bind the RPC service to or a literal star "*" to allow any incoming network connection.
# Default: 127.0.0.1
#rpc-host=127.0.0.1
#
# The ShionCoin Testnet service.
# Default: 0 (false)
#testnet=0
#
# The socket port to listen for testnet connections.
# Default: 26104
#testnet-port=26104
#
# Provide a stratum mining service for the SHA256D PoW algorthm.
# Default: 0 (false)
#stratum-sha256d=0
#
# The socket port to listen for stratum SHA256D connections.
# Default: 9450
#stratum-sha256d-port=9450
#
# Provide a stratum mining service for the KECCAK PoW algorthm.
# Default: 0 (false)
#stratum-keccak=0
#
# The socket port to listen for stratum KECCAK connections.
# Default: 9452
#stratum-keccak-port=9452
#
# Provide a stratum mining service for the X11 PoW algorthm.
# Default: 0 (false)
#stratum-x11=0
#
# The socket port to listen for stratum X11 connections.
# Default: 9454
#stratum-x11-port=9454
#
# Provide a stratum mining service for the BLAKE2S PoW algorthm.
# Default: 0 (false)
#stratum-blake2s=0
#
# The socket port to listen for stratum BLAKE2S connections.
# Default: 9456
#stratum-blake2s-port=9456
#
# Provide a stratum mining service for the QUBIT PoW algorthm.
# Default: 0 (false)
#stratum-qubit=0
#
# The socket port to listen for stratum QUBIT connections.
# Default: 9458
#stratum-qubit-port=9458
#
# Provide a stratum mining service for the GROESTL PoW algorthm.
# Default: 0 (false)
#stratum-groestl=0
#
# The socket port to listen for stratum GROESTL connections.
# Default: 9460
#stratum-groestl-port=9460
#
# Provide a stratum mining service for the SKEIN PoW algorthm.
# Default: 0 (false)
#stratum-skein=0
#
# The socket port to listen for stratum SKEIN connections.
# Default: 9462
#stratum-skein-port=9462
#
# Provide a stratum mining service for the TESTNET coin interface.
# Default: 0 (false)
#stratum-testnet=0
#
# Derive new wallet keys using a hierarhchically deterministic algorythm.
# Default: 1 (true)
#hdkey=1
#
# Use the Dilithium signing algorythm for new coin addresses.
# Default: 0 (false)
#dilithium=0
#
# Embed consensus-based blockchain paramater extended transactions.
# Default: 0 (false)
#param-tx=0