forked from yuriy0803/open-etc-pool-friends
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayouts.json
50 lines (43 loc) · 936 Bytes
/
payouts.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
{
"threads": 4,
"coin": "etc",
"name": "main",
"pplns": 9000,
"network": "classic",
"coin-name":"etc",
"payouts": {
"enabled": true,
"requirePeers": 1,
"interval": "20m",
"daemon": "http://127.0.0.1:8545",
"timeout": "10s",
"address": "0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6",
"gas": "21000",
"gasPrice": "50000000000",
"autoGas": true,
"threshold": 500000000,
"bgsave": false,
"concurrentTx": 10
},
"upstreamCheckInterval": "5s",
"upstream": [
{
"name": "main",
"url": "http://127.0.0.1:8545",
"timeout": "10s"
}
],
"redis": {
"endpoint": "127.0.0.1:6379",
"poolSize": 10,
"database": 0,
"password": "",
"sentinelEnabled": false,
"masterName": "mymaster",
"sentinelAddrs": [
"127.0.0.1:26379",
"127.0.0.1:26389",
"127.0.0.1:26399"
]
}
}