From 84fcbef4d753f8d019fd255eadbf627c704c98fa Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 29 Nov 2013 10:01:03 +0000 Subject: [PATCH] Added Algorithm Check --- public/templates/mpos/gettingstarted/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/gettingstarted/default.tpl b/public/templates/mpos/gettingstarted/default.tpl index 2dcd4357..6c0b4e4b 100644 --- a/public/templates/mpos/gettingstarted/default.tpl +++ b/public/templates/mpos/gettingstarted/default.tpl @@ -25,7 +25,7 @@

If you use a command-line miner, type:

-
./cgminer --scrypt -o stratum+tcp://{$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.Worker -p Worker password
+
./cgminer {if $GLOBAL.config.algorithm == 'scrypt'} --scrypt {/if} -o stratum+tcp://{$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.Worker -p Worker password

If you want, you can create additional workers with usernames and passwords of your choice Here

  • 4. Create a {$SITECOINNAME|default:"Litecoin"} address to recieve payments.