diff --git a/public/templates/bootstrap/gettingstarted/default.tpl b/public/templates/bootstrap/gettingstarted/default.tpl
index 1a3c8c03..34deedbb 100644
--- a/public/templates/bootstrap/gettingstarted/default.tpl
+++ b/public/templates/bootstrap/gettingstarted/default.tpl
@@ -15,9 +15,9 @@
2. Download a miner.
./bfgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.WorkerName -p WorkerPassword
- If you want to mine on a Windows Operating System , Then you'll need to create a Batch File to start your miner.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
+ If you want to mine on a Windows Operating System , Then you'll need to create a Batch File to start your miner.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
MinerD
minerd -a {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -t 6 -s 4 -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin.WorkerName -p WorkerPassword
CGMiner
@@ -55,7 +55,7 @@
- Scrypt readme
- Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in cgminer (HW). HW=0 is good, otherwise lower intensity :)
- - Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
+ - Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
- There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
- Here's a great guide how to get up and running with Xubuntu.
diff --git a/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl b/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
index 2ac6687f..353f4384 100644
--- a/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
+++ b/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
@@ -24,7 +24,7 @@
- | all time |
+ All Time |
{($FIRSTBLOCKFOUND / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.Total|number_format} |
{$LASTBLOCKSBYTIME.TotalValid|number_format} |
@@ -49,7 +49,7 @@
{($LASTBLOCKSBYTIME.Total|default:"0.00" / ($FIRSTBLOCKFOUND / $COINGENTIME) * 100)|number_format:"2"}% |
- | last hour |
+ Last Hour |
{(3600 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.1HourTotal|number_format} |
{$LASTBLOCKSBYTIME.1HourValid|number_format} |
@@ -74,7 +74,7 @@
{($LASTBLOCKSBYTIME.1HourTotal|default:"0.00" / (3600 / $COINGENTIME) * 100)|number_format:"2"}% |
- | last 24 hours |
+ Last 24 Hours |
{(86400 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.24HourTotal|number_format} |
{$LASTBLOCKSBYTIME.24HourValid|number_format} |
@@ -99,7 +99,7 @@
{($LASTBLOCKSBYTIME.24HourTotal|default:"0.00" / (86400 / $COINGENTIME) * 100)|number_format:"2"}% |
- | last 7 days |
+ Last 7 Days |
{(604800 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.7DaysTotal|number_format} |
{$LASTBLOCKSBYTIME.7DaysValid|number_format} |
@@ -124,7 +124,7 @@
{($LASTBLOCKSBYTIME.7DaysTotal|default:"0.00" / (604800 / $COINGENTIME) * 100)|number_format:"2"}% |
- | last 4 Weeks |
+ Last 4 Weeks |
{(2419200 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.4WeeksTotal|number_format} |
{$LASTBLOCKSBYTIME.4WeeksValid|number_format} |
@@ -149,7 +149,7 @@
{($LASTBLOCKSBYTIME.4WeeksTotal|default:"0.00" / (2419200 / $COINGENTIME) * 100)|number_format:"2"}% |
- | last 12 Month |
+ The Past 12 Months |
{(29030400 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.12MonthTotal|number_format} |
{$LASTBLOCKSBYTIME.12MonthValid|number_format} |