forked from MultiPoolMiner/MultiPoolMiner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPIDocs.html
67 lines (50 loc) · 2.41 KB
/
APIDocs.html
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
<html>
<body>
<h1>MultiPoolMiner API</h1>
API data is available at http://localhost:3999/<resource>
<h2>Resources</h2>
<h3>Version</h3>
<a href="http://localhost:3999/version">/version</a>
<p>Returns the version number of MultiPoolMiner.</p>
<h3>Miners</h3>
<a href="http://localhost:3999/miners">/miners</a>
<p>Dump of the $Miners variable</p>
<h3>Running Miners</h3>
<a href="http://localhost:3999/runningminers">/runningminers</a>
<p>Shows data about the miners that are currently running.</p>
<h3>Active Miners</h3>
<a href="http://localhost:3999/activeminers">/activeminers</a>
<p>Shows data about all miners that are enabled.</p>
<h3>Failed Miners</h3>
<a href="http://localhost:3999/failedminers">/failedminers</a>
<p>Shows data about all miners that are failed.</p>
<h3>Pools</h3>
<a href="http://localhost:3999/pools">/pools</a>
<p>Dump of the $Pools variable</p>
<h3>NewPools</h3>
<a href="http://localhost:3999/newpools">/newpools</a>
<p>Dump of the $NewPools variable</p>
<h3>AllPools</h3>
<a href="http://localhost:3999/allpools">/allpools</a>
<p>Dump of the $AllPools variable</p>
<h3>Config</h3>
<a href="http://localhost:3999/config">/config</a>
<p>Shows the full configuration for the running script, after all variable substitution and pool entries are added</p>
<h3>Debug</h3>
<a href="http://localhost:3999/debug">/debug</a>
<p>Shows all data added to the $API hashtable, used only for debugging.</p>
<h3>Devices</h3>
<a href="http://localhost:3999/devices">/devices</a>
<p>Dump of the $Devices variable, used only for debugging. Shows information about all found mining devices, used only for debugging.</p>
<h3>Stats</h3>
<a href="http://localhost:3999/stats">/stats</a>
<p>Dump of the $Stats variable, used only for debugging. Stats data is used for internal MPM calculations.</p>
<h3>WatchdogTimers</h3>
<a href="http://localhost:3999/watchdogtimers">/watchdogtimers</a>
<p>Dump of the $WatchdogTimers variable, used only for debugging. WatchdogTimers data is used for internal MPM calculations.</p>
<h3>Stop</h3>
<a href="http://localhost:3999/stop">/stop</a>
<p>Tells the script to stop running.</p>
<a href="https://multipoolminer.io">MultiPoolMiner.io</a>
</body>
</html>