psdlt

Results 22 comments of psdlt

@ARebek first of all, thank you for you comment :) As stated earlier, I only did limited testing, but during that testing I found that setting `AUTOSELL_MIN_PROFIT` to lower values...

@TJCares1966 you didn't do anything wrong. It's a warning (not an error) thrown by one of the libraries used by this bot. I'm not exactly sure which one library that...

@TJCares1966 the error/warning you quoted is definitely not an issue. If there is additional output, please share it, but please open a separate issue not to pollute this one :)

@ARebek yea, summer seems to be slow, not that much network activity as there was 2-3 months ago. > it's detecting my gas and doing the exactly same operation but...

@ARebek front-running is sort-of kind-of mitigable, but it's definitely outside the scope of this project/bot and it also has it's own limitations. As for your experience with that 9BNB txn:...

@ARebek that certainly looks like a more advanced bot :)

By a popular demand... :) https://github.com/psdlt/roboape/commit/ec13b62b6eec2a90486bbcd7c95070ce40f124ad Added a new setting to `.env`: `MIN_RESERVE`. Set it to `0` to effectively disable this check. Value is in BNB. Have fun!

@QCharger have you ran `npm run build` after copying files? Have you updated your `.env` file to include the new setting? What value do you have there?

@KrishnaSagar thank you! could you please describe in more details what you want to achieve? What's your scenario?

@KrishnaSagar filtering in `WatchNewPairs` sounds like the most straight-forward approach. I'll see what I can do. Or you can make the changes yourself and submit a PR ;)