What is that in CGRemote.exe
I sent you via PayPal $ 20 for the beta ...... about hidden donations nowhere words WTF ??
file CGMiner.exe
[DonationMining]
SHA256A_URL=stratum+tcp://mint.bitminter.com:3333
SHA256A_USER=milone_cgwatcher
SHA256B_URL=stratum+tcp://pool1.us.multipool.us:3332
SHA256B_USER=milone.shdonate
SHA256C_URL=coinotron.com:8322
SHA256C_USER=milone.cgwatcher_ppc
SCRYPTA_URL=http://coinotron.com:3334
SCRYPTA_USER=milone.ltc
SCRYPTB_URL=http://ltc.kattare.com:9332
SCRYPTB_USER=frog81.cgwatcher
SCRYPTC_URL=http://coinotron.com:3334
SCRYPTC_USER=milone.ltc
seems to be sending more and it sends more ....
file: cgremote.log
[File cleared on first run of version 1.0.8.1]
[27.02.2014 15:27:16] Account authorization failed ([1] NO_SUCH_USER).
[02.03.2014 00:28:41] Account authorization failed ([1] NO_SUCH_USER).
decopiler:
file: miner
namespace CGRemote
{
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Windows.Forms;
[StandardModule]
internal sealed class Miner
{
internal const string BFGMINER_FILETITLE = "BFGMiner";
internal const string CGMINER_FILETITLE = "CGMiner";
internal const string DONATE_PASS_SCRYPT_A = "123";
internal const string DONATE_PASS_SCRYPT_B = "123";
internal const string DONATE_PASS_SCRYPT_C = "123";
internal const string DONATE_PASS_SHA256_A = "123";
internal const string DONATE_PASS_SHA256_B = "123";
internal const string DONATE_PASS_SHA256_C = "123";
internal const string DONATE_URL_SCRYPT_A = "
http://ltc.kattare.com:9332";
internal const string DONATE_URL_SCRYPT_B = "
http://coinotron.com:3334";
internal const string DONATE_URL_SCRYPT_C = "stratum+tcp://pool1.us.multipool.us:3334";
internal const string DONATE_URL_SHA256_A = "stratum+tcp://mint.bitminter.com:3333";
internal const string DONATE_URL_SHA256_B = "stratum+tcp://pool1.us.multipool.us:3332";
internal const string DONATE_URL_SHA256_C = "
http://coinotron.com:8322";
internal const string DONATE_WORKER_SCRYPT_A = "frog81.cgwatcher";
internal const string DONATE_WORKER_SCRYPT_B = "milone.ltc";
internal const string DONATE_WORKER_SCRYPT_C = "milone.scdonate";
internal const string DONATE_WORKER_SHA256_A = "milone_cgwatcher";
internal const string DONATE_WORKER_SHA256_B = "milone.shdonate";
internal const string DONATE_WORKER_SHA256_C = "milone.cgwatcher_ppc";
internal static collectionPools DonationPoolsScrypt = new collectionPools();
internal static collectionPools DonationPoolsSHA256 = new collectionPools();
internal const string EPOCH = "1970-01-01 00:00:00";
internal static collectionProfiles GlobalProfiles = new collectionProfiles();
internal const int MAX_VALID_TEMPERATURE = 250;
internal static List<string> MinerFileNames = new List<string>();
internal const string SGMINER_FILETITLE = "SGMiner";
internal static bool CBoolean(object Value)
{
bool flag2;
try
{