-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.json
90 lines (85 loc) · 1.85 KB
/
properties.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
{
"coin": {
"eth": {
"wallet": "",
"miner": "claymore",
"pool": {
"ethermine": {
"url": "stratum+tcp://us1.ethermine.org",
"port": "4444",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
}
}
},
"etn": {
"wallet": "",
"miner": "xmrstak",
"pool": {
"nanopool": {
"url": "stratum+tcp://etn-us-east1.nanopool.org",
"port": "13333",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
},
"spacepools": {
"url": "stratum+tcp://pool.etn.spacepools.org",
"port": "5555",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
}
}
},
"grft": {
"wallet": "",
"miner": "xmrstak",
"pool": {
"spacepools": {
"url": "stratum+tcp://pool.graft.spacepools.org",
"port": "5555",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
}
}
},
"xmr": {
"wallet": "",
"miner": "xmrstak",
"pool": {
"nanopool": {
"url": "stratum+tcp://xmr-us-east1.nanopool.org",
"port": "14444",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
},
"supportxmr": {
"url": "stratum+tcp://pool.supportxmr.com",
"port": "7777",
"lastPayoutAmount": "",
"lastPayoutTimestamp": "",
"password": "x"
}
}
}
},
"miner": {
"claymore": {
"path": "~/cryptocurrency/miner/claymore/ethdcrminer64",
"params": "-epool POOL:PORT -ewal WALLET -eworker WORKER -epsw PASSWORD -mode 1 -tt 80 -allpools 1"
},
"xmrstak": {
"path": "~/cryptocurrency/miner/xmr-stak/bin/xmr-stak",
"httpd": "8080",
"currency": "cryptonight_v7",
"params": "--noAMD --currency CURRENCY -o POOL:PORT -u WALLET@WORKER -p PASSWORD -i HTTPD -r WORKER"
}
},
"email": "",
"worker": "",
"process": "mine.sh"
}