Closed cipig closed 2 years ago
Build script updated... https://github.com/getlynx/LynxElectrumBuilder/blob/main/build.sh
We need the blockchain.scripthash.get_history
to support pagination. Also, if the error happens only with LYNX, then it's more of a specific electrums' problem.
I hope the upcoming electrumx protocol update will support pagination on get_history.
Checked again and excessive resource usage
is not an error coming from electrumx itself (couldn't find the string in electrumx code), so it is coming from lynxd... and that doesn't surprise me at all because i remember that lynxd was causing much higher load then other coin daemons.
Closing the issue for now.
on ADEX Desktop using mm2 from dev branch i get this errors every 10s and LYNX is not working:
mm2 on CLI (no GUI) doesn't have this problem, so i assume it is related to tx_history (which is off on CLI)
EDIT: looked into entire log and discovered this
being the first error related to LYNX electrums... seems the servers are simply reaching the resource limit because of tx_history and then deny the client from reconnecting. Will ask the guy running the servers to disable ressource limits, but i think we should find a better solution to not reach this limits. Can we disable tx_history altogether? Or make it slower?