Closed AdamB2023 closed 1 year ago
yeah, this feature prevents to buy same token during the SAME DAY
(it looks through your Tx file of the day)
I could create only one BIG tx file, but then it would become bigger and bigger and slow down the bot...
is this super important ? do I need to work on it ?
(please tell me not lol)
Currently, it may end up in short time period - few minutes before and after midnight will trigger. Please allow the user to define how many days he wants to store coins list. By default, the file will be small, but everyone who needs can prevent being pulled into the same coin again for a longer period, and eventually maintain his contracts blacklist 🙏
Just faced it again:
02-17 23:51:32.5132 299a - BUY Tx - COINNAME1 - 0x - Case 1 - Swap sent in: 0.02189s
00:03 - WH restart, and then later it bought same token:
02-18 00:11:20.1120 9d8c - BUY Tx - COINNAME1 - 0x - Case 2 - Swap sent in: 0.02627s
Please allow user to define, how long the logs should be stored.
changing log is quite difficult, but I've improved WalletHunter to check if you did not bought same tokens TODAY AND YESTERDAY --> should solve 99% of cases I guess in v0.50.1c
02-05 19:12:28 WH bought COIN_NAME
02-05 19:13:46 it detected swap for same coin, and skipped it as intended.
Then i made an update to recent version, and it did not prevented purchase next day.