Skip to content
Snippets Groups Projects
Commit 56e8ad81 authored by leonidas's avatar leonidas
Browse files

add backup-pool-server for supportXMR.com

parent 477128ec
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ ...@@ -14,6 +14,11 @@
result += "export pool_address1=pool.supportxmr.com:5555;"; result += "export pool_address1=pool.supportxmr.com:5555;";
result += "export wallet1=" + getField("wallet1") +";"; result += "export wallet1=" + getField("wallet1") +";";
result+="export nicehash1=false;" result+="export nicehash1=false;"
result += "export pool_pass2=x:azurecloudminingscript;";
result += "export pool_address2=pool-ca.supportxmr.com:5555;";
result += "export wallet2=" + getField("wallet1") +";";
result+="export nicehash2=false;"
result+=getEpilog(); result+=getEpilog();
......
assets/nicehash_wallet.jpg

32.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment