-
Notifications
You must be signed in to change notification settings - Fork 18
/
pool_config_sample.json
102 lines (102 loc) Β· 2.47 KB
/
pool_config_sample.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
99
100
101
102
{
"enabled": false,
"extensions": { "miningCandidateApi": false },
"featured": true,
"fees": 1,
"addresses": {
"address": "14JbhdE5QCqm4jmHKaTkfjqNbkqWQCy78E",
"tAddress": "",
"zAddress": ""
},
"coin": {
"name": "Carrot",
"symbol": "CRRT",
"algorithm": "sha256",
"satoshiPrecision": 8,
"peerMagic": "ace4b9cd",
"peerMagicTestnet": "f01a6eef",
"hasGetInfo": false,
"hashrateType": "sols",
"requireShielding": false,
"sapling": false,
"txfee": 0.0004,
"mainnet": {
"bech32": "bhtc",
"bip32": {
"public": "0488B21E"
},
"pubKeyHash": "19",
"scriptHash": "32"
},
"parameters": {
"N": "",
"K": "",
"personalization": ""
},
"testnet": {
"bech32": "tbhtc",
"bip32": {
"public": "043587CF"
},
"pubKeyHash": "19",
"scriptHash": "C4"
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 26710,
"user": "hr-pool",
"password": "hr-pool"
}
],
"paymentProcessing": {
"enabled": true,
"checkInterval": 20,
"operationInterval": 0,
"paymentInterval": 7200,
"shieldInterval": 0,
"minimumPayment": 0.05,
"daemon": {
"host": "127.0.0.1",
"port": 26710,
"user": "hr-pool",
"password": "hr-pool"
}
},
"ports": {
"3010": {
"enabled": true,
"soloMining": false,
"diff": 8,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3011": {
"enabled": true,
"soloMining": true,
"diff": 8,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
},
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": 26709,
"disableTransactions": true
},
"rewardRecipients": {
"14JbhdE5QCqm4jmHKaTkfjqNbkqWQCy78E": 1
}
}