php-mpos/public/templates/test/gettingstarted/default.tpl
2013-09-12 19:29:06 +10:00

81 lines
3.2 KiB
Smarty

<article class="module width_full">
<header><h3>GettingStarted</h3></header>
<div class="module_content">
<table width="100%">
<tbody>
<p>
</p>
<li>1. <strong>Create account.</strong>
<br>
<ul>
<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="{$smarty.server.PHP_SELF}?page=account&action=workers">worker</a> that will be used by the miner to login</li>
</ul>
</li><li>2. <strong>Download a miner.</strong>
<ul>
<li><em>Windows users:</em> download and unzip:
<a href="http://ck.kolivas.org/apps/cgminer/3.2/cgminer-3.2.2-windows.zip">Cgminer-3.2.2-windows.zip</a>.
<li><em>Linux users:</em> download and unpack :
<a href="http://ck.kolivas.org/apps/cgminer/3.2/cgminer-3.2.2-x86_64.tar.bz2">Cgminer-3.2.2 (64bit)</a>
</pre></li>
<li><em>Mac OS X users:</em> precompiled binaries are available <a href="https://bitcointalk.org/index.php?topic=55038.msg654850#msg654850">here</a>.</li>
</ul>
</li>
<li>3. <strong>Configure your miner.</strong>
<br><br>
Settings for Stratum (recommended):
</table>
</tbody>
<br>
<table width="100%">
<tbody>
<tr><td>STRATUM:</td><td><kbd>stratum+tcp://yourdomain.com</kbd></td></tr>
<tr><td>PORT:</td><td><kbd>3333</kbd></td></tr>
<tr><td>Username:</td><td><kbd><em>Weblogin</em>.<em>Worker</em></kbd></td></tr>
<tr><td>Password:</td><td><kbd>Worker Password</kbd></td></tr>
</tbody>
</table>
<table width="100%">
<tbody>
<br>
If you use a command-line miner, type:
<pre> ./cgminer --scrypt -o stratum+tcp://yourdomain.com:3333 -u <em>Weblogin</em>.<em>Worker</em> -p <em>Worker password</em>
</pre>
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>4. <strong>Create a Litecoin address to recieve payments.</strong>
<ul>
<li> Downloading the client &amp; block chain: Download the Litecoin client from the <a href="http://www.litecoin.org/">here</a>.<br>
Generate a new address and input it on your account page to receive payments.
</li>
</li>
</tbody>
</table>
<table width="100%">
<tbody>
<li>5. <strong>Advanced cgminer settings / FAQ</strong>
<ul>
<li>
<a href="https://github.com/ckolivas/cgminer/blob/master/SCRYPT-README">Scrypt readme</a>
</li>
<li>
Don't set <b>intensity</b> too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for <b>hardware errors</b> in cgminer (HW). HW=0 is good, otherwise lower intensity :)
</li>
<li>
Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate <b>thread-concurrency</b>.
Easiest way to get this optimized is to use same settings as others have used here: <a href="http://litecoin.info/Mining_Hardware_Comparison">here</a>.
</li>
<li>
There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
</li>
<li>
Here's a great <a href="https://docs.google.com/document/d/1Gw7YPYgMgNNU42skibULbJJUx_suP_CpjSEdSi8_z9U/preview?sle=true">guide</a> how to get up and running with Xubuntu.
</li>
</ul>
</li>
</tbody>
</table>
</div>
</article>