Open the file: include/classes/tools.class.php
Find:
return 'mintpal';
}
Behind paste this code:
return 'bittrex';
}
Find:
return @$aData['0']['last_price'];
break;
Behind paste this code:
$aData_2 = number_format($aData['result'][0]['Price'],8);
return @$aData_2;
break;
Save changes.
Open the file: include/config/global.inc.php
Find:
Set to true
The rest of the settings should look like this:
$config['price']['target'] = '/api/v1/public/getmarkethistory?market=BTC-SFR&count=1';
$config['price']['currency'] = 'BTC';
market=BTC-SFR ==> this parameter change on the coin you want to retrieve the data from the API Bittrex
Save the changes. From now on you have enabled the download of data from bittrex.
I hope that someone is useful.
Donation BTC: 1DsqeqapMoGAhPmNaiL5HqxnBYiFDR7coo