iceland2k14 / rsz

Retrieve ECDSA signature R,S,Z values from blockchain rawtx or txid.
MIT License
90 stars 69 forks source link

rsz_rdiff_scan.py keeps losing connection #35

Open Riddick1985 opened 5 months ago

Riddick1985 commented 5 months ago

Hi, starting today rsz_rdiff_scan.py loses connection, and never gets to the end of scanning transactions. Is it a api problem or is mempool clogged? I also increased the timeout... but nothing... The program never gets to the end, it always tells me this: "Unable to connect internet to fetch RawTx. Exiting.." My connection is 1000 download/500 upload with the netgear xr1000. Thanks for your help. Ice, this file is fantastic, it should be upgraded

pianist-coder commented 5 months ago

The only solution is to either look for another pool, or set a longer delay using time.sleep(20) - its mean 20 seconds

Riddick1985 commented 5 months ago

The only solution is to either look for another pool, or set a longer delay using time.sleep(20) - its mean 20 seconds

Ok, thank you. I'll try again with 20 seconds. Can you tell me which pool I can try please?

edit: I tried now with 20 seconds... Nothing, it loses connection while scanning transactions. It will be a pool problem

edit2: I tried changing the pool link in the file... But nothing, it doesn't work Can anyone help me do this? Thank you

Riddick1985 commented 5 months ago

OK I turned on Windows 10 updates and it works great now. I would like to ask just one more thing, if possible. Can the file be modified to scan multiple addresses together? Thank you

aleksva77 commented 5 months ago

OK I turned on Windows 10 updates and it works great now. I would like to ask just one more thing, if possible. Can the file be modified to scan multiple addresses together? Thank you

what are the updates for windows 10?