Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
added India and Brasil locations
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Jun 6, 2017
1 parent 45e6854 commit 867d578
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions NiceHashMiner/Forms/Form_Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions NiceHashMiner/Forms/Form_Main.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,15 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing">
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</data>
<data name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing">
</metadata>
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>133, 17</value>
</data>
</metadata>
</root>
5 changes: 4 additions & 1 deletion NiceHashMiner/Forms/Form_Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion NiceHashMiner/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace NiceHashMiner {
public class Globals {
// Constants
public static string[] MiningLocation = { "eu", "usa", "hk", "jp" };
public static string[] MiningLocation = { "eu", "usa", "hk", "jp", "in", "br" };
public static readonly string DemoUser = "3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2";
// change this if TOS changes
public static int CURRENT_TOS_VER = 3;
Expand Down

0 comments on commit 867d578

Please sign in to comment.