From 89c6857e72e4e64de87b6cfb1893a5b0dbac908e Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 29 Nov 2013 10:45:40 +0000 Subject: [PATCH] Removed WhiteSpace --- 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 6c0b4e4b..cff72f2d 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 {if $GLOBAL.config.algorithm == 'scrypt'} --scrypt {/if} -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.