Hello All. Since I am “Crypto Dad”
I am in search for a software for my sons “latest crypto project” that does the following. *Spoiler - I’m going to just explain what I desire as I don’t want to spare you guys any mangling or misappropriation of any technical terminology.
Scenario
5 Family members have usb plug in type miners (Gekko, ASIC Saphire, Moonlander, etc).
• All miners are SOLO mining. (No mining pool)
• Each individual miners “stats” are sent to my sons server (website) and stored in a database allowing him to assign individual log ins for each miner. (Family member) and They are able to view the results of their miner however he chooses.
* Software Download for each user?
As this “seeming” simple enough I assume that there is software or apps that allow this currently. Any open source recommendations or developers would be appreciated.
* Any advice on which USB miners that would be best suited for this please advise. Keep in mind that the actual reward value is not a concern. The amount of data that can be extracted from the miner to the server snd how “cool” the miners look is of more value in this endeavor.
Well, if you use cgminer for each, you may use the api for displaying the individual result on a webpage.
The sample code for doing so is in the cgminer folder.
There is also a php script for displaying multiple api messages on one website.
A user of bct has written it and it works great.
(I search for the name and type it here if I can find it)