mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 15:20:36 +00:00
will not be used in normal cases, but you can temporary display 2 coin algos with that : in web/yaamp/modules/site/results/found_results.php @@ -19,6 +19,10 @@ WriteBoxHeader("Last $count Blocks ($algo)"); $criteria->condition .= " AND IFNULL(coin.visible,1)=1"; // ifnull for rental +if($algo == 'phi2') { + $criteria->condition .= " AND t.algo IN(:algo,'phi')"; + $criteria->params = array(':algo'=>$algo); +} else if($algo != 'all') { |
||
---|---|---|
.. | ||
current_results.php | ||
found_results.php | ||
graph_assets_results.php | ||
graph_earnings_results.php | ||
graph_hashrate_results.php | ||
graph_market_balance.php | ||
graph_market_prices.php | ||
graph_negative_results.php | ||
graph_price_results.php | ||
graph_profit_results.php | ||
graph_user_results.php | ||
history_results.php | ||
miners_results.php | ||
mining_results.php | ||
user_earning_results.php | ||
wallet_graphs_results.php | ||
wallet_miners_results.php | ||
wallet_results.php |