Closed noahtheprogrammer closed 2 years ago
I will be updating this as I continue my work. However, the application needs to have support for the software below:
Software to Implement
All software is now able to be installed. I will be adding onto this comment whenever I have added actual mining support for each respective binary.
All software is now supported using a hidden command line. Testing and linking to the user interface will begin soon.
CPU mining is now supported! GPU mining following soon!
In order to add more mining binaries to Saltyminer, we must download a file from Github's release API, after determining the URL to download from a dropdown string variable. Then, it must decompress the file into a directory inside its folder. We need to use
System.IO.Compression
andWebClient()
.