{include file="global/block_header.tpl" BLOCK_HEADER="Getting Started Guide" BLOCK_STYLE="clear:none;"}
  • 1. Create account.
  • 2. Download a miner.
  • 3. Configure your miner.

    Settings for Stratum (recommended):

    STRATUM:stratum+tcp://{$smarty.server.SERVER_NAME}
    PORT:{$SITESTRATUMPORT|default:"3333"}
    Username:Weblogin.Worker
    Password:Worker Password

    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

    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.
  • 5. Advanced cgminer settings / FAQ
  • {include file="global/block_footer.tpl"}