Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 88946ee

Browse files
authored
Set default Tunnel Configuration to "not allowed"
Tunnel Connections are not stable in regards to SIP09 and also bad for performance. Further it increases the chances to mark a legit farmer as a cheater when creating the payout sheet.
1 parent c8b616f commit 88946ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/farmer.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"doNotTraverseNat": false,
3535
// Maximum number of tunnels to provide to the network
3636
// Tunnels help nodes with restrictive network configurations participate
37-
"maxTunnels": 3,
37+
"maxTunnels": 0,
3838
// Maximum number of concurrent connections to allow
3939
"maxConnections": 150,
4040
// If providing tunnels, the starting and ending port range to open for
4141
// them
4242
"tunnelGatewayRange": {
43-
"min": 4001,
44-
"max": 4003
43+
"min": 0,
44+
"max": 0
4545
},
4646
// Number of times to retry joining the network and the wait time between
4747
"joinRetry": {

0 commit comments

Comments
 (0)