mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 12:30:09 +00:00
Merge branch 'i18n' of https://github.com/lbryio/lbry.io into i18n
This commit is contained in:
commit
42658b7035
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ class DownloadActions extends Actions
|
|||
|
||||
if (!$email || !filter_var($email, FILTER_VALIDATE_EMAIL))
|
||||
{
|
||||
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . $email);
|
||||
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . htmlspecialchars($email));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ category: mining
|
|||
Library Credits (LBC) are mined over a 20-year Proof of Work period.
|
||||
Block rewards increase every 100 blocks by 1LBC, peak at 500, and decline slowly.
|
||||
|
||||
For GPU mining, please see our list of [pools] (https://lbry.io/faq/mining-pools). Each pool has a slightly different setup so please check their Getting Started page.
|
||||
For GPU mining, please see our list of [pools](https://lbry.io/faq/mining-pools). Each pool has a slightly different setup so please check their Getting Started page.
|
||||
|
||||
For CPU mining, LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue