removed hard link to index.php

This commit is contained in:
Sebastian Grewe 2013-05-24 08:51:25 +02:00
parent 3c99fef939
commit 1c5bd14646

View File

@ -11,8 +11,8 @@
<li><strong>Create account.</strong> <li><strong>Create account.</strong>
<br> <br>
<ul> <ul>
<li>Register <a href="index.php?page=register">here</a>, or login if you already have account</li> <li>Register <a href="{$smarty.server.PHP_SELF}?page=register">here</a>, or login if you already have account</li>
<li>Create a <a href="index.php?page=account&action=workers">worker</a> that will be used by the miner to login</li> <li>Create a <a href="{$smarty.server.PHP_SELF}?page=account&action=workers">worker</a> that will be used by the miner to login</li>
</ul> </ul>
</li><li><strong>Download a miner.</strong> </li><li><strong>Download a miner.</strong>
@ -49,7 +49,7 @@ Start your miner using the following parameters:
If you use a command-line miner, type: If you use a command-line miner, type:
<pre> ./minerd --url http://pool.grewe.ca:8337/ --userpass <em>Weblogin</em>.<em>Worker</em>:<em>Worker password</em> <pre> ./minerd --url http://pool.grewe.ca:8337/ --userpass <em>Weblogin</em>.<em>Worker</em>:<em>Worker password</em>
</pre> </pre>
If you want, you can create additional workers with usernames and passwords of your choice <a href="index.php?page=account&action=workers">Here<br></a><br> If you want, you can create additional workers with usernames and passwords of your choice <a href="{$smarty.server.PHP_SELF}?page=account&action=workers">Here<br></a><br>
</li> </li>
<li><strong>Create a Litecoin address to recieve payments.</strong> <li><strong>Create a Litecoin address to recieve payments.</strong>
<ul> <ul>