From 09c70376c84a7db219de6805928bb0bd4da7e6fd Mon Sep 17 00:00:00 2001 From: Zemrys Date: Tue, 3 Jul 2018 08:56:47 -0400 Subject: [PATCH] some cleanup --- Vertminer/Main.Designer.vb | 8 ---- Vertminer/Main.resx | 76 +++++++++----------------------------- Vertminer/Main.vb | 4 +- Vertminer/settings.resx | 12 +++--- 4 files changed, 26 insertions(+), 74 deletions(-) diff --git a/Vertminer/Main.Designer.vb b/Vertminer/Main.Designer.vb index 6f5ee2a..9e16d40 100644 --- a/Vertminer/Main.Designer.vb +++ b/Vertminer/Main.Designer.vb @@ -63,7 +63,6 @@ Partial Class Main Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.Panel3 = New System.Windows.Forms.Panel() - Me.Label5 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() @@ -336,7 +335,6 @@ Partial Class Main ' resources.ApplyResources(Me.Panel3, "Panel3") Me.Panel3.BackColor = System.Drawing.Color.DarkSlateGray - Me.Panel3.Controls.Add(Me.Label5) Me.Panel3.Controls.Add(Me.CheckBox2) Me.Panel3.Controls.Add(Me.Button4) Me.Panel3.Controls.Add(Me.DataGridView1) @@ -358,11 +356,6 @@ Partial Class Main Me.Panel3.ForeColor = System.Drawing.SystemColors.Control Me.Panel3.Name = "Panel3" ' - 'Label5 - ' - resources.ApplyResources(Me.Label5, "Label5") - Me.Label5.Name = "Label5" - ' 'DataGridView1 ' Me.DataGridView1.AllowUserToAddRows = False @@ -508,7 +501,6 @@ Partial Class Main Friend WithEvents Button4 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents CheckBox2 As CheckBox - Friend WithEvents Label5 As Label Friend WithEvents Idle_Check As Timer Friend WithEvents Idle_Worker As System.ComponentModel.BackgroundWorker Friend WithEvents Idle_Timer As Timer diff --git a/Vertminer/Main.resx b/Vertminer/Main.resx index f4f4979..35ac53f 100644 --- a/Vertminer/Main.resx +++ b/Vertminer/Main.resx @@ -151,7 +151,7 @@ Panel3 - 10 + 9 Bottom @@ -184,7 +184,7 @@ Panel3 - 12 + 11 Top @@ -217,7 +217,7 @@ Panel3 - 17 + 16 369, 67 @@ -987,7 +987,7 @@ Panel3 - 16 + 15 Top @@ -1025,7 +1025,7 @@ That way in the event that your pool goes down, you'll just continue to mine on Panel3 - 7 + 6 Popup @@ -1058,7 +1058,7 @@ That way in the event that your pool goes down, you'll just continue to mine on Panel3 - 5 + 4 Bottom, Right @@ -1094,7 +1094,7 @@ That way in the event that your pool goes down, you'll just continue to mine on Panel3 - 4 + 3 Bottom, Left @@ -1130,7 +1130,7 @@ That way in the event that your pool goes down, you'll just continue to mine on Panel3 - 2 + 1 Top, Right @@ -1166,7 +1166,7 @@ That way in the event that your pool goes down, you'll just continue to mine on Panel3 - 1 + 0 Top, Right @@ -1198,7 +1198,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 14 + 13 109, 8 @@ -1222,7 +1222,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 18 + 17 663, 18 @@ -1398,46 +1398,6 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Top, Bottom, Left, Right - - Top - - - True - - - Microsoft Sans Serif, 7pt, style=Bold - - - 162, 52 - - - 110, 26 - - - 90 - - - Vertminer includes -2% Dev Fee - - - TopCenter - - - False - - - Label5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Panel3 - - - 0 - Top, Bottom, Left, Right @@ -1460,7 +1420,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 3 + 2 Microsoft Sans Serif, 8pt, style=Bold @@ -1493,7 +1453,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 6 + 5 True @@ -1523,7 +1483,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 8 + 7 Top @@ -1562,7 +1522,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 9 + 8 Top, Right @@ -1595,7 +1555,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 11 + 10 Top, Right @@ -1628,7 +1588,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 13 + 12 Microsoft Sans Serif, 9.75pt @@ -1658,7 +1618,7 @@ If mining on a public P2Pool node, make sure your worker name = your wallet addr Panel3 - 15 + 14 Microsoft Sans Serif, 8.25pt, style=Bold diff --git a/Vertminer/Main.vb b/Vertminer/Main.vb index 74e662e..4c84024 100755 --- a/Vertminer/Main.vb +++ b/Vertminer/Main.vb @@ -631,6 +631,7 @@ Public Class Main Else If show_cli = True Or amdminer = True Then TextBox2.Text = "CLI is open" + TextBox3.Text = "Check CLI" Else TextBox2.Text = "Waiting for share" End If @@ -2070,13 +2071,10 @@ Public Class Main If ComboBox1.SelectedItem = "AMD-lyclminer" Then default_miner = "amd-lyclminer" - Label5.Visible = False ElseIf ComboBox1.SelectedItem = "NVIDIA-ccminer" Then default_miner = "nvidia-ccminer" - Label5.Visible = False ElseIf ComboBox1.SelectedItem = "CPU-cpuminer" Then default_miner = "cpu-cpuminer" - Label5.Visible = False End If End Sub diff --git a/Vertminer/settings.resx b/Vertminer/settings.resx index ae15dfb..76061ae 100644 --- a/Vertminer/settings.resx +++ b/Vertminer/settings.resx @@ -140,16 +140,18 @@ NOTICE: To run P2Pool, you must have a Vertcoin Wallet running locally. Select which of your GPU devices to use. -Example: '0,1,4' launches the miner using GPU's with the PCIeBusId's of 1,2 and 5. -Example: '0,2-5' launches the miner using GPU's with the PCIeBusId's 1,3,4,5,6 +Example: '0,1,4' launches the miner using GPU's with the device id's 1,2 and 5. +Example: '0,2-5' launches the miner using GPU's with the dvice id's 1,3,4,5,6 Example: Leaving box blank launches miner using all GPU's. Select which of your GPU devices to use. -Example: '0,1,4' launches the miner using GPU's with the PCIeBusId's of 1,2 and 5. -Example: '0,2-5' launches the miner using GPU's with the PCIeBusId's 1,3,4,5,6 -Example: Leaving box blank launches miner using all GPU's. +Example: '0,1,4' launches the miner using GPU's with the device id's 1,2 and 5. +Example: '0,2-5' launches the miner using GPU's with the dvice id's 1,3,4,5,6 +Example: Leaving box blank launches miner using all GPU's. + + *For use with AMD graphics cards*