Update BTC-e ticker URL

This commit is contained in:
Brian Ziemek 2018-03-18 02:45:24 -04:00 committed by GitHub
parent c2f3171d1a
commit 53c311563b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ $config['gettingstarted']['stratumport'] = '3333';
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-ticker-api
**/
$config['price']['enabled'] = false;
$config['price']['url'] = 'https://btc-e.com';
$config['price']['url'] = 'https://btc-e.nz';
$config['price']['target'] = '/api/2/ltc_usd/ticker';
$config['price']['currency'] = 'USD';