From 7977834aa0fe78a8f3b17fb977a61400841c4596 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Mon, 10 Mar 2014 13:29:43 +0100 Subject: [PATCH 1/5] [UPDATE] additional spaces request #1920 --- public/templates/bootstrap/account/edit/detail.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/bootstrap/account/edit/detail.tpl b/public/templates/bootstrap/account/edit/detail.tpl index 574f5d0b..204a9dfb 100644 --- a/public/templates/bootstrap/account/edit/detail.tpl +++ b/public/templates/bootstrap/account/edit/detail.tpl @@ -36,13 +36,13 @@
- Donation amount in percent ({$DONATE_THRESHOLD.min}-100%) + Donation amount in percent ({$DONATE_THRESHOLD.min} - 100%) {nocache}{/nocache}

- {$GLOBAL.config.ap_threshold.min}-{$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout. A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply + {$GLOBAL.config.ap_threshold.min} - {$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout. A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply
From 4ff53d16f6a4ea42a97857ce2bbe6c5cef95f6c4 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 10 Mar 2014 05:36:31 -0700 Subject: [PATCH 2/5] [UPDATE] Registration Layout --- .../templates/bootstrap/register/default.tpl | 44 +++++++++++-------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/public/templates/bootstrap/register/default.tpl b/public/templates/bootstrap/register/default.tpl index fe8df99d..b8b6f225 100644 --- a/public/templates/bootstrap/register/default.tpl +++ b/public/templates/bootstrap/register/default.tpl @@ -16,27 +16,35 @@ Register new account
-
- - + +
+ +
-
- - Strength - - - - + (Strength) +
+ +
-
- - - - + +
+ +
-
- - Four digit number. Remember this pin! + +
+ + +
+
+ + +
+ + Four digit number. Remember this pin! +
+ +
From 20df3794b7020f7513e07dcfb9347917abf29519 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Mon, 10 Mar 2014 13:55:30 +0100 Subject: [PATCH 3/5] [UPDATE] changed bitcoin icon to money --- public/templates/bootstrap/dashboard/round_stats.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/bootstrap/dashboard/round_stats.tpl b/public/templates/bootstrap/dashboard/round_stats.tpl index 9b2e28fd..ef3ea8e0 100644 --- a/public/templates/bootstrap/dashboard/round_stats.tpl +++ b/public/templates/bootstrap/dashboard/round_stats.tpl @@ -18,7 +18,7 @@

Of Expected Shares

- +

{$GLOBAL.userdata.estimates.payout|number_format:"8"}

{$GLOBAL.config.currency} Estimated Earnings

From bf3029dc3c761e9770b173747f1186328bd40e0a Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 10 Mar 2014 06:09:03 -0700 Subject: [PATCH 4/5] [UPDATE] Move .hashunits into span next to Hashrate [FIX] For resize --- .../bootstrap/dashboard/overview_no_price.tpl | 12 ++++++------ .../templates/bootstrap/dashboard/overview_price.tpl | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/templates/bootstrap/dashboard/overview_no_price.tpl b/public/templates/bootstrap/dashboard/overview_no_price.tpl index 3e735f62..1a3a5ea9 100644 --- a/public/templates/bootstrap/dashboard/overview_no_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_no_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index b96c7414..837465ad 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
From c53c288d00968bdd109aec340cee7cf04ea28f1c Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Mon, 10 Mar 2014 16:12:47 +0100 Subject: [PATCH 5/5] [UPDATE] reworked getting started page --- .../templates/bootstrap/gettingstarted/default.tpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/templates/bootstrap/gettingstarted/default.tpl b/public/templates/bootstrap/gettingstarted/default.tpl index 76218156..5928b5d7 100644 --- a/public/templates/bootstrap/gettingstarted/default.tpl +++ b/public/templates/bootstrap/gettingstarted/default.tpl @@ -22,22 +22,24 @@

3. Configure your miner.

+

    Settings for Stratum (recommended):

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

    If you use a command-line miner, type:

  • CGMiner
  • ./cgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.Worker -p Worker password
  • BFGMiner
  • ./bfgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$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.

  • Downloading the client & block chain: Download the {$SITECOINNAME|default:"Litecoin"} client from here.