Script doesn't continue after matching ETH_MIN_SWEEP
Opened this issue · 3 comments
shabbadont commented
I've set
ETH_MIN_SWEEP = '0.00'
There is ETH in the wallet, but the script just seems to pause when I run it - no error or anything. If I increase to 1.0, the script will run - it will report the balance, and run the counter waiting for more eth.
Is there something that I am doing wrong? Thanks.
shabbadont commented
(node:39152) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ...
to show where the warning was created)
shabbadont commented
fixed the error with --no-experimental-fetch
but the script still freezes up when eth is detected
rashtug2 commented
the bsc version work well, but the eth always give error... and it stop working after a while