Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: stardust-coin on June 17, 2018, 01:59:03 PM



Title: Reducing minner sofeware hide minning
Post by: stardust-coin on June 17, 2018, 01:59:03 PM
EX XMRIG
 *   You should have received a copy of the GNU General Public License
 *   along with this program. If not, see <http://www.gnu.org/licenses/>.
 */
//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();
}