Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

hosteroeu/api

Repository files navigation

Medusa

SELECT COUNT(m.id) as miners, h.account_id, a.name, a.email FROM hosts as h LEFT JOIN accounts as a ON h.account_id = a.id LEFT JOIN miners as m ON m.host_id = h.id GROUP BY account_id;

export $(cat .env | xargs)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages