Post
Topic
Board Bitcoin Technical Support
Re: mempool / electrs install, can load transactions but not addresses
by
szeco
on 11/12/2021, 22:11:43 UTC
Appreciate the suggestions folks..

getmempoolinfo returns
Quote
{
  "loaded": true,
  "size": 572,
  "bytes": 191953,
  "usage": 1004624,
  "maxmempool": 300000000,
  "mempoolminfee": 0.00001000,
  "minrelaytxfee": 0.00001000,
  "unbroadcastcount": 0
}


nginx logs have some funky http codes, internal server error for the address GET?
Quote
185.220.101.178 - - [12/Dec/2021:09:01:06 +1100] "GET /api/tx/dba3a64c1117fb5c67dfc4546b18968ff6f6d716705427c86c6d7cb6d87afb3f HTTP/1.1" 200 801
185.220.101.178 - - [12/Dec/2021:09:01:07 +1100] "GET /api/tx/dba3a64c1117fb5c67dfc4546b18968ff6f6d716705427c86c6d7cb6d87afb3f/outspends HTTP/1.1" 501 15
185.220.101.178 - - [12/Dec/2021:09:01:51 +1100] "GET /api/address/bc1qn75z0k77ywdc47cu9t68xg67rr3g0sw3pm47jv HTTP/1.1" 500 5

could not find an associate log for electrs.

i can share the clearnet address for the mempool if that might help?