Unable to use coinbase as rate provider
Description
When selecting coinbase as rate provider, the currency list is still mempool's list
Expected Behavior
load currencies list from Coinbase.
Actual Behavior
still using mempool list
Possible Fix
Steps to Reproduce
- choose Coinbase as rate provider
- try to add a currency that is available only on coinbase
- see if it missing
Context
I'm unable to choose different curencies from Coinbase, that are missing from mempool.
Your Environment
- BitBanana version: 0.8.3
- Android version: 13
- Device: pixel 4a
- LND Version: core 24.08
@sha-265 Do you have tor enabled in the settings? If yes, this might cause it as cloudflare often blocks requests coming from tor exit nodes.
@michaelWuensch yep, disabling Tor fixed the problem. maybe you should spilt this setting for rate provider, so I can use Tor for the other things. or add a rate provider with more currencies that not blocking tor. thanks
@sha-265 I have to reimplement tor anyway before I can release the next version as the current library is no longer compatible with the now required API level. I'll keep this in mind and maybe make a Tor settings page where you can turn on and off tor for specific things.
Thank you