machinecoin-project / bitcoin-wallet

This project ports "bitcoin-wallet" to be compatible with Machinecoin.
1 stars 3 forks source link

ExChangeRateProvider #6

Open Gitju opened 10 years ago

Gitju commented 10 years ago

As long as I don't know if there exists an exchangerateprovider which trades MAC into USD/Euro I set a fixed return value in ticker.machinecoin.de.

Located in // /wallet/src/de/schildbach/wallet/ExchangeRatesProvider.java BTCE_URL = new URL("http://ticker.machinecoin.de/?action=exchangerate&base=MAC&alt=USD"); BTCE_EURO_URL = new URL("http://ticker.machinecoin.de/?action=exchangerate&base=MAC&alt=EUR"); VIRCUREX_URL = new URL("http://ticker.machinecoin.de/?action=lastexchange&base=MAC&alt=USD");

This ticket will be open until I get to know such an exchange rate provider which can deliver me real trade values.