Skip to content

yuzuka4573/Miner_running_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miner_running_checker

To check Miner mining process in MPOS mining pool with MPOS APIs.

More info

This is Windows console application.
You can see Miner States, HashRate, ShareRate and Amplification of Confirmed Coin in MPOS mining pool. Runnning program, set timer interval which get information from mining pool.

Install

I will write it soon (or clone and build this project!!)

Setup

This program need "profile.txt" in same directory.
In profile.txt, write profile like this (4line 1sets!!)


Your Miner Name (Ex. My mining Rig001)
Coin Type(Ex. BTC)
MPOS API URLs[getuserstates]
MPOS API URLs[getuserbalance]

In MPOS API URLs, You can find API key and URLs in My Account>Edit Account>Account Details>API Key (meybe...?)
Like this:
MPOS API URLs[getuserstates]
https://[your mining pool].com/index.php?page=api&action=getuserstatus&api_key=[your API key]
MPOS API URLs[getuserbalance]
https://[your mining pool].com/index.php?page=api&action=getuserbalance&api_key=[your API key]

How to use

  1. Set profile.txt
  2. Running Program
  3. set timer interval

Downloads

[Download Link]https://drive.google.com/open?id=1PSfq2BIPh0sUD-LYyoHpIT_dZ0VbNR28

About

To check Miner mining process in MPOS mining pool with MPOS APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages