-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathconfig.json
executable file
·111 lines (111 loc) · 2.67 KB
/
config.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
103
104
105
106
107
108
109
110
111
{
"process": {
"file_limit": 1000000,
"core_limit": 1000000000
},
"log": {
"path": "/var/log/pool/jobmaster",
"flag": "fatal,error,warn,info,debug,trace"
},
"alert": {
"host": "192.168.1.1",
"addr": "192.168.1.1:10000"
},
"svr": {
"bind": [
"[email protected]:6000",
"[email protected]:6000"
],
"max_pkg_size": 1048576
},
"cli": "[email protected]:6001",
"main_coin": {
"name": "BTC",
"host": "192.168.0.114",
"port": 8332,
"user": "rpcuser",
"pass": "rpcpassword"
},
"aux_coin": [
{
"name": "SYS",
"host": "192.168.0.114",
"port": 8370,
"user": "rpcuser",
"pass": "rpcpassword"
},
{
"name": "EMC",
"host": "192.168.0.114",
"port": 6662,
"user": "rpcuser",
"pass": "rpcpassword"
},
{
"name": "NMC",
"host": "192.168.0.114",
"port": 8336,
"user": "rpcuser",
"pass": "rpcpassword"
},
{
"name": "ELA",
"host": "192.168.0.114",
"port": 20336,
"user": "ElaUser",
"pass": "Ela123",
"address": "EMKQntNVy4NTmCBPiiYuoT9yYrD3XrTydP"
}
],
"aux_merkle_nonce": 0,
"aux_merkle_size": 16,
"aux_job_timeout": 15,
"rsk_job_interval": 30,
"rsk_coin": {
"name": "RSK",
"host": "192.168.0.114",
"port": 4444,
"user": "rpcuser",
"pass": "rpcpassword"
},
"vcash_coin": {
"name": "VCASH",
"host": "127.0.0.1",
"port": 3517,
"user": "rpcuser",
"pass": "rpcpassword"
},
"blockmaster": [
"[email protected]:5000"
],
"http_svr": {
"bind": [
"[email protected]:8103"
],
"max_pkg_size": 102400
},
"blockmaster_timeout": 60,
"jobmonitor": "[email protected]:9000",
"main_coin_recipient": "15sDLQav35eur1zqjafHhHYZ2xgwf4w874",
"coin_recipients": [
{
"address": "17GAyL3udGqifuUuiqaX9Tso8P5giKc4Sc",
"percent": 0.2
},
{
"address": "1BfYbcgBd5BcsgmawW53B5Ts8CBgXWpE5s",
"percent": 0.4
},
{
"address": "1Ce9278aHSigH6HVwjGTd3SxKsTnEww6GF",
"percent":0.3
}
],
"main_block_version": 536870928,
"job_rebroadcast_timeout": 50,
"ip_banned_time": 3600,
"pool_name": "ViaBTC",
"coinbase_message": "EB1/AD6",
"coinbase_account": false,
"spv_mining_timeout": 30
}