diff --git a/public/templates/bootstrap/gettingstarted/default.tpl b/public/templates/bootstrap/gettingstarted/default.tpl index 1a3c8c03..34deedbb 100644 --- a/public/templates/bootstrap/gettingstarted/default.tpl +++ b/public/templates/bootstrap/gettingstarted/default.tpl @@ -15,9 +15,9 @@
2. Download a miner.
./bfgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.WorkerName -p WorkerPassword
If you want to mine on a Windows Operating System , Then you'll need to create a Batch File to start your miner.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
+If you want to mine on a Windows Operating System , Then you'll need to create a Batch File to start your miner.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
minerd -a {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -t 6 -s 4 -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.WorkerName -p WorkerPassword