Anything other than the resources listed below will be looked for in the web directory and sent if it exists.
Any .ps1 files in the web directory will be run and their output sent. They get passed a $Parameters object with keys and values from the URL string. Test it with this demo: /scripts/demo.ps1?message=Hello%20world! This feature can be used to gather data that the API doesn't expose directly.
Shows data about all miners that are enabled.
Shows all algorithms that can be mined with at least one pool
Dump of the $AllDevices variable, used only for debugging. Shows information about all found mining devices, used only for debugging.
Dump of the $AllMiners variable, used only for debugging. Shows information about all found miners, used only for debugging.
Dump of the $AllPools variable
Shows the exchange rates of all currencies
Returns the version number of MultiPoolMiner API.
Returns bestminers information.
Returns bestminers_comparison information.
Returns bestminers_combos information.
Returns bestminers_combos_comparison information.
Returns bestminers_combo information.
Returns bestminers_combo_comparison information.
Returns pool balances jobs information.
Returns the BTC exchange rate for the first configured currency.
Shows the cumulated earnings of all miners
Shows the cumulated profit (earning - power cost) of all miners
Shows the full configuration for the running script, after all variable substitution and pool entries are added
Shows all data added to the $API hashtable, used only for debugging.
Dump of the $Devices variable, used only for debugging. Shows information about all active mining devices, used only for debugging.
Shows the exchange rates for the configured currencies
Shows data about all miners that are failed.
Shows data about all miners that are filtered out.
Collection of intervals (StartStart & StartEnd)
Dump of the $Miners variable
Current mining cost in Currency[0]
Current mining earning (MiningEarning - MiningCosts) in Currency[0]
Current mining profit in Currency[0]
Shows data about all miners that need benchmarking.
Dump of the $NewPools variable
Returns pool NewPools jobs information.
Shows the balances at the pools
Dump of the $Pools variable
Shows data about the miners that are currently running.
Dump of the $Stats variable, used only for debugging. Stats data is used for internal MPM calculations.
Tells the script to stop running.
Returns the list of unprofitable algorithms.
Returns the version number of MultiPoolMiner.
Dump of the $WatchdogTimers variable, used only for debugging. WatchdogTimers data is used for internal MPM calculations.
MultiPoolMiner.io