mempool / mining-pools

Bitcoin Mining Pools Coinbase Tags
https://mempool.space/mining/pools
MIT License
26 stars 32 forks source link

Add missing addresses field #59

Closed natsoni closed 6 months ago

natsoni commented 6 months ago

Fixes https://github.com/mempool/mempool/issues/5079 by adding a missing addresses field to FutureBit Apollo Solo pool.

nymkappa commented 6 months ago

I'd like the mempool backend to handle this properly regardless, for example:

Something like that..

natsoni commented 6 months ago

I'd like the mempool backend to handle this properly regardless, for example:

  • Tags ok but missing addresses: set addresses to [] by default, log a WARN
  • Addresses ok but missing tags: set tags to [] by default, log a WARN
  • Both missing, print an ERR

Something like that..

Done in https://github.com/mempool/mempool/pull/5098