-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Good Morning.
I've been getting a lot of connection errors, and I would like to use my self-hosted instance of mempool.space to avoid rate limits.
I would like to use my self-hosted mempool.space to get the LastBlock and MempoolFees.
I've updated the code to use https://blockchain.info/ticker for the price, which works fine, but I replaced mempool.space with https://192.168.0.123:4081/api/blocks/tip/height I'm getting connection error. Same thing with https://192.168.0.123:4081/api/v1/fees/recommended. Both of these API work in a web browser on my computer, and I'm not sure why I'm seeing Connection Error for both on the OrangeClock after uploading the changes.
Additionally, it would be nice to have these updates as a backup or using mempool.space as a backup so I have two sets of APIs I can use in the even that I hit rate limits.