diff --git a/ETN_CPU_GPU_MINER/.vs/ETN_CPU_GPU_MINER/DesignTimeBuild/.dtbcache b/ETN_CPU_GPU_MINER/.vs/ETN_CPU_GPU_MINER/DesignTimeBuild/.dtbcache new file mode 100644 index 0000000..29632cf Binary files /dev/null and b/ETN_CPU_GPU_MINER/.vs/ETN_CPU_GPU_MINER/DesignTimeBuild/.dtbcache differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.Designer.cs b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.Designer.cs index b4330f7..bf8dda3 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.Designer.cs +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.Designer.cs @@ -52,6 +52,7 @@ private void InitializeComponent() this.groupBox5 = new System.Windows.Forms.GroupBox(); this.WorkStatus = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.chkTLS = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.port = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); @@ -72,6 +73,7 @@ private void InitializeComponent() this.label3 = new System.Windows.Forms.Label(); this.chkMaxUp = new System.Windows.Forms.CheckBox(); this.groupBox11 = new System.Windows.Forms.GroupBox(); + this.label37 = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.btnCPUConfig = new System.Windows.Forms.Button(); this.txtTempLimit = new System.Windows.Forms.TextBox(); @@ -125,8 +127,8 @@ private void InitializeComponent() this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.groupBox9 = new System.Windows.Forms.GroupBox(); + this.label38 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); - this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); @@ -139,7 +141,6 @@ private void InitializeComponent() this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.m_cTimer = new System.Windows.Forms.Timer(this.components); this.m_cScheduleTimer = new System.Windows.Forms.Timer(this.components); - this.label37 = new System.Windows.Forms.Label(); this.tabs.SuspendLayout(); this.tab_miner.SuspendLayout(); this.groupBox6.SuspendLayout(); @@ -329,6 +330,7 @@ private void InitializeComponent() // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); + this.groupBox2.Controls.Add(this.chkTLS); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.port); this.groupBox2.Controls.Add(this.label2); @@ -338,6 +340,12 @@ private void InitializeComponent() this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // + // chkTLS + // + resources.ApplyResources(this.chkTLS, "chkTLS"); + this.chkTLS.Name = "chkTLS"; + this.chkTLS.UseVisualStyleBackColor = true; + // // label6 // resources.ApplyResources(this.label6, "label6"); @@ -479,6 +487,12 @@ private void InitializeComponent() this.groupBox11.Name = "groupBox11"; this.groupBox11.TabStop = false; // + // label37 + // + resources.ApplyResources(this.label37, "label37"); + this.label37.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; + this.label37.Name = "label37"; + // // label36 // resources.ApplyResources(this.label36, "label36"); @@ -845,8 +859,8 @@ private void InitializeComponent() // groupBox9 // resources.ApplyResources(this.groupBox9, "groupBox9"); + this.groupBox9.Controls.Add(this.label38); this.groupBox9.Controls.Add(this.label19); - this.groupBox9.Controls.Add(this.label18); this.groupBox9.Controls.Add(this.label17); this.groupBox9.Controls.Add(this.label15); this.groupBox9.Controls.Add(this.label14); @@ -857,16 +871,16 @@ private void InitializeComponent() this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; // + // label38 + // + resources.ApplyResources(this.label38, "label38"); + this.label38.Name = "label38"; + // // label19 // resources.ApplyResources(this.label19, "label19"); this.label19.Name = "label19"; // - // label18 - // - resources.ApplyResources(this.label18, "label18"); - this.label18.Name = "label18"; - // // label17 // resources.ApplyResources(this.label17, "label17"); @@ -925,12 +939,6 @@ private void InitializeComponent() this.m_cScheduleTimer.Interval = 15000; this.m_cScheduleTimer.Tick += new System.EventHandler(this.OnScheduleTimer); // - // label37 - // - resources.ApplyResources(this.label37, "label37"); - this.label37.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; - this.label37.Name = "label37"; - // // Form1 // resources.ApplyResources(this, "$this"); @@ -1021,7 +1029,6 @@ private void InitializeComponent() private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label15; - private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox WorkStatus; private System.Windows.Forms.Label lblCPUUsage; private System.Windows.Forms.Label lblGPUUsage; @@ -1092,6 +1099,8 @@ private void InitializeComponent() private System.Windows.Forms.Button btnGPUConfig; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label label37; + private System.Windows.Forms.CheckBox chkTLS; + private System.Windows.Forms.Label label38; } } diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.cs b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.cs index ecfb3b9..87a3e07 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.cs +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.cs @@ -93,7 +93,8 @@ public Form1() //Load Help tab tabs.SelectedTab = tbHelp; } - + //Set TLS flag + chkTLS.Checked = registryManager.GetTLSFLAG(); //Spool up timers InitTemps(); @@ -154,7 +155,7 @@ private void BtnStartMining_Click(object sender, EventArgs e) if (!IsWalletValid()) return; SpawnMiner(cpuorgpu.SelectedItem.ToString()); - PushStatusMessage("config.txt updated", m_bDoLog); + PushStatusMessage("configs updated", m_bDoLog); //Start header Timer for app run time m_bStartTime = true; stopwatch.Start(); @@ -178,7 +179,7 @@ private void SpawnMiner(string sComponent) #region UPDATE CONFIG #region House Keeping string sConfig_Template_File_Name = "config_templates/config-etncraft.txt"; - string sConfig_File_Name = "app_assets/config.txt"; + string sConfig_File_Name = "app_assets/pools.txt"; #endregion #region Delete and recreate config.txt if (File.Exists(sConfig_File_Name)) @@ -196,6 +197,9 @@ private void SpawnMiner(string sComponent) var CONFIG_CONTENTS = File.ReadAllText(sConfig_File_Name); CONFIG_CONTENTS = CONFIG_CONTENTS.Replace("address_replace", m_MiningURL + ":" + port.Text); CONFIG_CONTENTS = CONFIG_CONTENTS.Replace("wallet_replace", wallet_address.Text.Replace(" ", "")); + CONFIG_CONTENTS = CONFIG_CONTENTS.Replace("rig_id_replace", "ETNCRAFT_" + System.Environment.UserName.Replace(" ", "_")); + CONFIG_CONTENTS = CONFIG_CONTENTS.Replace("use_tls_replace", chkTLS.Checked.ToString().ToLower()); + File.SetAttributes(Application.StartupPath + "\\" + sConfig_File_Name, FileAttributes.Normal); File.WriteAllText(Application.StartupPath + "\\" + sConfig_File_Name, CONFIG_CONTENTS); #endregion @@ -489,6 +493,7 @@ private void SaveConfig() registryManager.SetEnforceMaxUpTime(chkMaxUp.Checked); registryManager.SetMaxUpTimeMin(maxUpTimeMin.Text.Length > 0 ? Convert.ToDouble(maxUpTimeMin.Text) : 0); registryManager.SetScheduleData(m_sScheduleData); + registryManager.SetTLSFlag(chkTLS.Checked); PushStatusMessage("Configuration Updated", m_bDoLog); } @@ -731,12 +736,12 @@ private bool IsWalletValid() private void LoadPoolListFromWebsite() { //Set Path - string filepath = Application.StartupPath + "\\app_assets\\pools.txt"; + string filepath = Application.StartupPath + "\\app_assets\\etnpools.txt"; //Download doc from website try { WebClient webClient = new WebClient(); - webClient.DownloadFile("http://liamthrower.com/pools.txt", filepath); + webClient.DownloadFile("http://liamthrower.com/etnpools.txt", filepath); } catch (Exception e) { @@ -780,17 +785,24 @@ private string CheckTempLimitEntry(string sText) private string GetCurrentCoinPrice() { string sETNUSD = ""; - var json = new WebClient().DownloadString("https://api.nanopool.org/v1/etn/prices"); - if (!json.Equals("")) + try + { + var json = new WebClient().DownloadString("https://api.nanopool.org/v1/etn/prices"); + if (!json.Equals("")) + { + PRICE_Rootobject r = JsonConvert.DeserializeObject(json); + sETNUSD = "Date: " + DateTime.Now.ToString("MMM dd @ hh:mm:ss") + "\r\n"; + sETNUSD += "ETN Price USD: " + r.data.price_usd + "\r\n"; + sETNUSD += "ETN Price BTN: " + r.data.price_btc + "\r\n"; + sETNUSD += "ETN Price EUR: " + r.data.price_eur + "\r\n"; + sETNUSD += "ETN Price RUR: " + r.data.price_rur + "\r\n"; + sETNUSD += "ETN Price CNY: " + r.data.price_cny + "\r\n\r\n"; + sETNUSD += "Source: Nanopool.org"; + } + } + catch (Exception e) { - PRICE_Rootobject r = JsonConvert.DeserializeObject(json); - sETNUSD = "Date: " + DateTime.Now.ToString("MMM dd @ hh:mm:ss") + "\r\n"; - sETNUSD += "ETN Price USD: " + r.data.price_usd + "\r\n"; - sETNUSD += "ETN Price BTN: " + r.data.price_btc + "\r\n"; - sETNUSD += "ETN Price EUR: " + r.data.price_eur + "\r\n"; - sETNUSD += "ETN Price RUR: " + r.data.price_rur + "\r\n"; - sETNUSD += "ETN Price CNY: " + r.data.price_cny + "\r\n\r\n"; - sETNUSD += "Source: Nanopool.org"; + sETNUSD = e.Message; } return sETNUSD; } diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.resx b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.resx index 07d1d8e..064dffd 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.resx +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Form1.resx @@ -690,6 +690,36 @@ Top, Left, Right + + Top, Right + + + True + + + 635, 18 + + + 68, 17 + + + 43 + + + Use TLS + + + chkTLS + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + Top, Right @@ -700,7 +730,7 @@ NoControl - 302, 19 + 194, 19 31, 13 @@ -721,13 +751,13 @@ groupBox2 - 0 + 1 Top, Right - 665, 16 + 575, 16 2, 2, 2, 2 @@ -751,7 +781,7 @@ groupBox2 - 1 + 2 Top, Right @@ -760,7 +790,7 @@ True - 631, 19 + 541, 19 29, 13 @@ -781,13 +811,13 @@ groupBox2 - 2 + 3 Top, Right - 338, 15 + 230, 14 2, 2, 2, 2 @@ -808,7 +838,7 @@ groupBox2 - 3 + 4 CPU @@ -841,7 +871,7 @@ groupBox2 - 4 + 5 True @@ -868,7 +898,7 @@ groupBox2 - 5 + 6 8, 61 @@ -2726,7 +2756,7 @@ Then click "save schedule" 5 - 4, 229 + 4, 239 708, 146 @@ -2822,7 +2852,7 @@ Then click "save schedule" 1 - 2, 158 + 3, 169 710, 59 @@ -2848,67 +2878,70 @@ Then click "save schedule" Top, Left, Right - + True - + Arial Black, 9pt - + NoControl - - 7, 121 + + 7, 104 - - 527, 17 + + 416, 17 - - 9 + + 10 - - HELPFUL TIP: Click the auto load config checkbox on the settings/utilities tab. + + 6) Check Use TLS if your pool requires transport layer security - - label19 + + label38 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox9 - + 0 - + True - + Arial Black, 9pt - - 7, 104 + + NoControl - - 530, 17 + + 8, 131 - - 8 + + 527, 17 + + + 9 - - 6) Change POOL. Default pool is currently the best performing(has most miners) + + HELPFUL TIP: Click the auto load config checkbox on the settings/utilities tab. - - label18 + + label19 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox9 - + 1 @@ -3128,7 +3161,7 @@ Then click "save schedule" 3, 6 - 710, 146 + 710, 157 0 diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/PoolsCollection.cs b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/PoolsCollection.cs index 2458819..9f243c1 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/PoolsCollection.cs +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/PoolsCollection.cs @@ -11,7 +11,7 @@ public int Load() this.Clear(); try { - using (StreamReader sr = new StreamReader(Application.StartupPath + "\\app_assets\\pools.txt")) + using (StreamReader sr = new StreamReader(Application.StartupPath + "\\app_assets\\etnpools.txt")) { while (sr.Peek() >= 0) { diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Properties/AssemblyInfo.cs b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Properties/AssemblyInfo.cs index 58f7ac5..c66b58f 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Properties/AssemblyInfo.cs +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.5")] -[assembly: AssemblyFileVersion("2.0.0.5")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.0.0")] diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/RegistryManager.cs b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/RegistryManager.cs index 8351cb2..adaac23 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/RegistryManager.cs +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/RegistryManager.cs @@ -28,11 +28,13 @@ class RegistryManager private const string SUBKEY_TREE = "SOFTWARE\\ETNCRAFT"; private const string SCHEDULE_DATA = "SchedDat"; private const string SCHEDULE_ENABLED = "SchedEnabled"; + private const string USE_TLS = "TLS"; private const bool autoLoadDefault = false; private const bool newMinerDefault = true; private const bool ignoreTempWarnDefault = false; private const bool enforceMaxUpTimeDefault = false; + private const bool TLSFlag = false; private const double maxUpTimeDefault = 0.0; private const string walletIdDefault = "Enter Your Public Wallet Address"; private const string portDefault = "5555"; @@ -96,8 +98,10 @@ public void Initialize() if (etnCraftAppKey.GetValue(MAX_UPTIME_MIN) == null) SetMaxUpTimeMin(maxUpTimeDefault); + if (etnCraftAppKey.GetValue(USE_TLS) == null) + SetTLSFlag(TLSFlag); - etnCraftAppKey.Close(); + etnCraftAppKey.Close(); etnCraftAppKey = localMachine.OpenSubKey(SUBKEY_TREE, true); } @@ -244,6 +248,14 @@ public void SetScheduleEnabled(bool bScheduleEnabled) { etnCraftAppKey.SetValue(SCHEDULE_ENABLED, bScheduleEnabled); } + public bool GetTLSFLAG() + { + return Convert.ToBoolean(etnCraftAppKey.GetValue(USE_TLS)); + } + public void SetTLSFlag(bool bUseTLS) + { + etnCraftAppKey.SetValue(USE_TLS, bUseTLS); + } #endregion #region Utilities diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.exe b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.exe index 040409c..fd8594a 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.exe and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.exe differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.pdb b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.pdb index 2be5027..81da87a 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.pdb and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/ETN_CPU_GPU_MINER.pdb differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/etncraft-xmr.exe b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/etncraft-xmr.exe index 20dac6a..2c72cbc 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/etncraft-xmr.exe and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/etncraft-xmr.exe differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/libeay32.dll b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/libeay32.dll index d2054c9..1d52ea6 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/libeay32.dll and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/libeay32.dll differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/ssleay32.dll b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/ssleay32.dll index 3e516d5..ac0b9a4 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/ssleay32.dll and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/ssleay32.dll differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-backend.lib b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-backend.lib index e3a7356..b491262 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-backend.lib and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-backend.lib differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-c.lib b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-c.lib index f36fede..13f021d 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-c.lib and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmr-stak-c.lib differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.dll b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.dll index 7a8b086..693a10f 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.dll and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.dll differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.exp b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.exp index 7d435c2..3dff395 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.exp and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_cuda_backend.exp differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.dll b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.dll index 76df035..948a6f6 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.dll and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.dll differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.exp b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.exp index 1babed7..7ed207a 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.exp and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/app_assets/xmrstak_opencl_backend.exp differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT-DEFAULT.mcf b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT-DEFAULT.mcf deleted file mode 100644 index e892bfe..0000000 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT-DEFAULT.mcf +++ /dev/null @@ -1,11 +0,0 @@ -Enter Public Wallet Here -Space Pools - -pool.etn.spacepools.org -5555 -4 -CPU -AMD -Standard -no -ETNCRAFT xmr-stak-cpu \ No newline at end of file diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT.mcf b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT.mcf deleted file mode 100644 index 24de78b..0000000 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/ENTCRAFT.mcf +++ /dev/null @@ -1,10 +0,0 @@ - -Space Pool - -pool.etn.spacepools.org - - -CPU - - -no diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/config-etncraft.txt b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/config-etncraft.txt index 6fd86d5..2ad71e0 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/config-etncraft.txt +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Debug/config_templates/config-etncraft.txt @@ -1,6 +1,8 @@ -/* + +/* * pool_address - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported. * wallet_address - Your wallet, or pool login. + * rig_id - Rig identifier for pool-side statistics (needs pool support). * pool_password - Can be empty in most cases or "x". * use_nicehash - Limit the nonce to 3 bytes as required by nicehash. * use_tls - This option will make us connect using Transport Layer Security. @@ -10,173 +12,38 @@ * * We feature pools up to 1MH/s. For a more complete list see M5M400's pool list at www.moneropools.com */ + "pool_list" : [ - {"pool_address" : "address_replace", "wallet_address" : "wallet_replace", "pool_password" : "x", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, + {"pool_address" : "address_replace", "wallet_address" : "wallet_replace", "rig_id" : "rig_id_replace", "pool_password" : "", "use_nicehash" : false, "use_tls" : use_tls_replace, "tls_fingerprint" : "", "pool_weight" : 1 }, ], /* - * currency to mine - * allowed values: 'monero' or 'aeon' - */ -"currency" : "monero", - -/* - * Network timeouts. - * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make - * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for - * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable - - * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the - * server usually takes to process our calls. - * - * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection. - * retry_time - How long should we wait before another connection attempt. - * Both values are in seconds. - * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners - * don't mine while the connection is lost, so your computer's power usage goes down to idle. - */ -"call_timeout" : 10, -"retry_time" : 30, -"giveup_limit" : 0, - -/* - * Output control. - * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal - * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal - * performance monitors, there is very little reason to spew out pages of text instead of concise reports. - * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports. - * - * verbose_level - 0 - Don't print anything. - * 1 - Print intro, connection event, disconnect event - * 2 - All of level 1, and new job (block) event if the difficulty is different from the last job - * 3 - All of level 1, and new job (block) event in all cases, result submission event. - * 4 - All of level 3, and automatic hashrate report printing - * - * print_motd - Display messages from your pool operator in the hashrate result. - */ -"verbose_level" : 4, -"print_motd" : true, - -/* - * Automatic hashrate report - * - * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4. - * This option has no effect if verbose_level is not 4. - */ -"h_print_time" : 60, - -/* - * Manual hardware AES override - * - * Some VMs don't report AES capability correctly. You can set this value to true to enforce hardware AES or - * to false to force disable AES or null to let the miner decide if AES is used. - * - * WARNING: setting this to true on a CPU that doesn't support hardware AES will crash the miner. - */ -"aes_override" : null, - -/* - * LARGE PAGE SUPPORT - * Large pages need a properly set up OS. It can be difficult if you are not used to systems administration, - * but the performance results are worth the trouble - you will get around 20% boost. Slow memory mode is - * meant as a backup, you won't get stellar results there. If you are running into trouble, especially - * on Windows, please read the common issues in the README. - * - * By default we will try to allocate large pages. This means you need to "Run As Administrator" on Windows. - * You need to edit your system's group policies to enable locking large pages. Here are the steps from MSDN - * - * 1. On the Start menu, click Run. In the Open box, type gpedit.msc. - * 2. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings. - * 3. Expand Security Settings, and then expand Local Policies. - * 4. Select the User Rights Assignment folder. - * 5. The policies will be displayed in the details pane. - * 6. In the pane, double-click Lock pages in memory. - * 7. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group. - * 8. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on - * 9. Reboot for change to take effect. - * - * Windows also tends to fragment memory a lot. If you are running on a system with 4-8GB of RAM you might need - * to switch off all the auto-start applications and reboot to have a large enough chunk of contiguous memory. - * - * On Linux you will need to configure large page support "sudo sysctl -w vm.nr_hugepages=128" and increase your - * ulimit -l. To do do this you need to add following lines to /etc/security/limits.conf - "* soft memlock 262144" - * and "* hard memlock 262144". You can also do it Windows-style and simply run-as-root, but this is NOT - * recommended for security reasons. - * - * Memory locking means that the kernel can't swap out the page to disk - something that is unlikely to happen on a - * command line system that isn't starved of memory. I haven't observed any difference on a CLI Linux system between - * locked and unlocked memory. If that is your setup see option "no_mlck". - */ - -/* - * use_slow_memory defines our behaviour with regards to large pages. There are three possible options here: - * always - Don't even try to use large pages. Always use slow memory. - * warn - We will try to use large pages, but fall back to slow memory if that fails. - * no_mlck - This option is only relevant on Linux, where we can use large pages without locking memory. - * It will never use slow memory, but it won't attempt to mlock - * never - If we fail to allocate large pages we will print an error and exit. - */ -"use_slow_memory" : "warn", - -/* - * TLS Settings - * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption - * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel. + * Currency to mine. Supported values: * - * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo. - */ -"tls_secure_algo" : true, - -/* - * Daemon mode + * aeon7 (use this for Aeon's new PoW) + * bbscoin (automatic switch with block version 3 to cryptonight_v7) + * croat + * edollar + * electroneum + * graft + * haven + * intense + * karbo + * monero7 (use this for Monero's new PoW) + * sumokoin (automatic switch with block version 3 to cryptonight_heavy) * - * If you are running the process in the background and you don't need the keyboard reports, set this to true. - * This should solve the hashrate problems on some emulated terminals. - */ -"daemon_mode" : false, - -/* - * Buffered output control. - * When running the miner through a pipe, standard output is buffered. This means that the pipe won't read - * each output line immediately. This can cause delays when running in background. - * Set this option to true to flush stdout after each line, so it can be read immediately. - */ -"flush_stdout" : true, - -/* - * Output file - * - * output_file - This option will log all output to a file. - * - */ -"output_file" : "", - -/* - * Built-in web server - * I like checking my hashrate on my phone. Don't you? - * Keep in mind that you will need to set up port forwarding on your router if you want to access it from - * outside of your home network. Ports lower than 1024 on Linux systems will require root. + * Native algorithms which not depends on any block versions: * - * httpd_port - Port we should listen on. Default, 0, will switch off the server. + * # 1MiB scratchpad memory + * cryptonight_lite + * cryptonight_lite_v7 + * # 2MiB scratchpad memory + * cryptonight + * cryptonight_v7 + * # 4MiB scratchpad memory + * cryptonight_heavy */ -"httpd_port" : 0, -/* - * HTTP Authentication - * - * This allows you to set a password to keep people on the Internet from snooping on your hashrate. - * Keep in mind that this is based on HTTP Digest, which is based on MD5. To a determined attacker - * who is able to read your traffic it is as easy to break a bog door latch. - * - * http_login - Login. Empty login disables authentication. - * http_pass - Password. - */ -"http_login" : "", -"http_pass" : "", - -/* - * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose? - * This setting will only be needed in 2020's. No need to worry about it now. - */ -"prefer_ipv4" : true, +"currency" : "cryptonight_v7", diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.exe b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.exe index 0dada83..97f7581 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.exe and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.exe differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.pdb b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.pdb index 9e8a100..918290e 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.pdb and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/bin/Release/ETN_CPU_GPU_MINER.pdb differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/DesignTimeResolveAssemblyReferences.cache index e538686..ee77fbb 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.Form1.resources b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.Form1.resources index 03de477..7e9f99e 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.Form1.resources and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.Form1.resources differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache index d553707..a373206 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a8244abadcddb1a8248d185b59d48fb4ec1b8fee +46f92fe82354b83810f785a6b257bf8437a94e5d diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt index 58e89ec..c2f8d94 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt @@ -79,7 +79,6 @@ E:\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.cspr C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Debug\ETN_CPU_GPU_MINER.exe.config C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Debug\ETN_CPU_GPU_MINER.exe C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Debug\ETN_CPU_GPU_MINER.pdb -C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.Form1.resources C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.Properties.Resources.resources C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache @@ -113,3 +112,6 @@ C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\E C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.exe C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.pdb +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csprojAssemblyReference.cache +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Debug\ETN_CPU_GPU_MINER.csproj.CopyComplete diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache index 266d2a0..29f0bda 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache deleted file mode 100644 index 352d208..0000000 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache and /dev/null differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.exe b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.exe index 040409c..fd8594a 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.exe and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.exe differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.pdb b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.pdb index 2be5027..81da87a 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.pdb and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Debug/ETN_CPU_GPU_MINER.pdb differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/CoreCompileInputs.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/CoreCompileInputs.cache index 0f5e36b..66c5374 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/CoreCompileInputs.cache +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/CoreCompileInputs.cache @@ -1 +1 @@ -efbf3003cbb31029a2f908f39c4fce40828a79e7 +ba360b951a90cb8abde9e89a464d1cd6ccb70912 diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index 25f6a75..15a7833 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.Form1.resources b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.Form1.resources index 5fd03e2..7e9f99e 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.Form1.resources and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.Form1.resources differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache index 784dc5c..f18f59a 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -ece7bd6fa2ef3b3ca5c7b88d13f51cd638ca0d90 +f688bab826f462146861d5efa5ef7c8cf950ef55 diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt index fd9b2fe..4c9eb34 100644 --- a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt +++ b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.FileListAbsolute.txt @@ -10,7 +10,6 @@ E:\Crypto\Liams_ETN_Miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CP C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\ETN_CPU_GPU_MINER.exe.config C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\ETN_CPU_GPU_MINER.exe C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\ETN_CPU_GPU_MINER.pdb -C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.Form1.resources C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.Properties.Resources.resources C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache @@ -30,3 +29,6 @@ C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\E C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\ETN_CPU_GPU_MINER.pdb C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\Newtonsoft.Json.dll C:\Projects\$HOLDING_TANK\ETNCRAFT-The_AIO_Electroneum_miner\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\bin\Release\Newtonsoft.Json.xml +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.csprojAssemblyReference.cache +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.csproj.CoreCompileInputs.cache +C:\Users\SaturnV\Desktop\Local GIT\ETNCRAFT\ETNCRAFT\ETN_CPU_GPU_MINER\ETN_CPU_GPU_MINER\obj\Release\ETN_CPU_GPU_MINER.csproj.CopyComplete diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache index 178872a..6c80c04 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csproj.GenerateResource.Cache differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache deleted file mode 100644 index 6dbe666..0000000 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.csprojResolveAssemblyReference.cache and /dev/null differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.exe b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.exe index 0dada83..97f7581 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.exe and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.exe differ diff --git a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.pdb b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.pdb index 9e8a100..918290e 100644 Binary files a/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.pdb and b/ETN_CPU_GPU_MINER/ETN_CPU_GPU_MINER/obj/Release/ETN_CPU_GPU_MINER.pdb differ