Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding workers data to api #278

Merged
merged 1 commit into from
Sep 17, 2023
Merged

Adding workers data to api #278

merged 1 commit into from
Sep 17, 2023

Conversation

BadTigrou
Copy link
Contributor

@BadTigrou BadTigrou commented Sep 17, 2023

Adding workers data into stratum api file..

{ "hashrate_15m": 1161, "hashrate_1h": 1161, "hashrate_24h": 1161, "total_hashes": 97539, "shares_found": 0, "shares_failed": 0, "average_effort": 0, "current_effort": 0.124, "connections": 2, "incoming_connections": 2, "block_reward_share_percent": 0.317, "workers": [ "192.168.1.1:44628,60,2501,518,z", "192.168.1.2:46396,64,2501,1547,y" ] }

Data is structured as follow :
ip:port,uptime,difficulty,hashrate,name

For archive purporse, the discussion behind this update is in initial pull request #277

@SChernykh SChernykh merged commit e355f45 into SChernykh:master Sep 17, 2023
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants