noahtheprogrammer / saltyminer

An open-source miner for numerous cryptocurrencies with a simple user interface.
GNU General Public License v3.0
0 stars 0 forks source link

Support for multiple miners #18

Closed noahtheprogrammer closed 2 years ago

noahtheprogrammer commented 2 years ago

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 and WebClient().

noahtheprogrammer commented 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

noahtheprogrammer commented 2 years ago

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.

noahtheprogrammer commented 2 years ago

All software is now supported using a hidden command line. Testing and linking to the user interface will begin soon.

noahtheprogrammer commented 2 years ago

CPU mining is now supported! GPU mining following soon!