diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 1609b8b8..4a139582 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -69,6 +69,24 @@ $config['wallet']['host'] = 'localhost:19334'; $config['wallet']['username'] = 'testnet'; $config['wallet']['password'] = 'testnet'; + + + +/** + * Getting Started Config + * + * This is displayed on GettingStarted Page + * to make it more dynamic + * + * + **/ +$config['gettingstarted']['coinname'] = 'Litecoin'; +$config['gettingstarted']['coinurl'] = 'http://www.litecoin.org'; +$config['gettingstarted']['stratumport'] = '3333'; + + + + /** * API configuration to fetch prices for set currency * diff --git a/public/templates/mmcFE/gettingstarted/default.tpl b/public/templates/mmcFE/gettingstarted/default.tpl index f609a6b8..d242dd4e 100644 --- a/public/templates/mmcFE/gettingstarted/default.tpl +++ b/public/templates/mmcFE/gettingstarted/default.tpl @@ -7,9 +7,9 @@
  • 2. Download a miner.
  • 3. Configure your miner. @@ -17,29 +17,29 @@ - +
    STRATUM:stratum+tcp://{$smarty.server.SERVER_NAME}
    PORT:3333
    PORT:{$SITESTRATUMPORT}
    Username:Weblogin.Worker
    Password:Worker Password

    If you use a command-line miner, type:

    -
    ./cgminer --scrypt -o stratum+tcp://{$smarty.server.SERVER_NAME}:3333 -u Weblogin.Worker -p Worker password
    +
    ./cgminer --scrypt -o stratum+tcp://{$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT} -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 Litecoin address to recieve payments. +
  • 4. Create a {$SITECOINNAME} address to recieve payments.
  • 5. Advanced cgminer settings / FAQ
  • {include file="global/block_footer.tpl"} diff --git a/public/templates/mpos/gettingstarted/default.tpl b/public/templates/mpos/gettingstarted/default.tpl index 5e677acd..128bc46c 100644 --- a/public/templates/mpos/gettingstarted/default.tpl +++ b/public/templates/mpos/gettingstarted/default.tpl @@ -9,9 +9,9 @@
  • 2. Download a miner.
  • 3. Configure your miner. @@ -19,29 +19,29 @@ - +
    STRATUM:stratum+tcp://{$smarty.server.SERVER_NAME}
    PORT:3333
    PORT:{$SITESTRATUMPORT}
    Username:Weblogin.Worker
    Password:Worker Password

    If you use a command-line miner, type:

    -
    ./cgminer --scrypt -o stratum+tcp://{$smarty.server.SERVER_NAME}:3333 -u Weblogin.Worker -p Worker password
    +
    ./cgminer --scrypt -o stratum+tcp://{$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT} -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 Litecoin address to recieve payments. +
  • 4. Create a {$SITECOINNAME} address to recieve payments.
  • 5. Advanced cgminer settings / FAQ