softsimon
softsimon
Time to close until we have an actual plan for this. node100.bitcoin.wiz.biz doesn't even exist.
The Lightning tab is hidden until `LIGHTNING: true` in the frontend configuration as well.
Fixed in https://github.com/mempool/electrs/pull/2
@dependabot recreate
@dependabot recreate
Fix: Support GeoLite, with graceful fallback. Basically disable ISP automatically when the file is missing, which it is in the Lite database.
After it's merged to Core it would require a new release for it to be accessible though. But it's a very helpful Core API for us!
The fixes are in the following commits: 02f361af7334ec8e0df6206c15d328fa7807f5cf caa8cfbc0e5cf1fba5dc9ca82b0ec3dd3e350fc9
There is a new mempool-config.json backend config you need to set. `"GOGGLES_INDEXING": true,`
Because the address/utxo endpoint only exists in `mempool/electrs` and hasn't been ported to the nodejs API when using Electrum Server from romanz or Fulctrum like in your case. Because we...