pooler / electrum-ltc

Electrum-LTC Litecoin wallet
https://electrum-ltc.org
MIT License
199 stars 103 forks source link

RPC daemon service generate HTTP 500 errors while payto is used consecutively. #240

Open rrguardo opened 4 years ago

rrguardo commented 4 years ago

Payto command is not working with consecutive calls, usually more than 10% of payments fails even if retry many times. The RPC daemon client show HTTP 500 error coming from server.

To reproduce the problem:

  1. Create a large set of micro payments ~100.
  2. Send those payment with the payto command using electrum daemon RPC.
  3. Payment should be send one by one without delays.
  4. Use Electrum v 3.3.8

    I have some small sets with only 4 address payments where happened the same, but usually is more visible the problem with larger consecutive usage of payto command.

rrguardo commented 4 years ago

I guess there is a undocumented limit about payto command?