daisy613 / autoCoins

This Powershell script allows you to avoid most pumps/dumps by dynamically controlling the coin list in WickHunter bot to blacklist or un-blacklist coins.
7 stars 4 forks source link

Suggestion: Only announce quarantine deltas on the webhook #15

Open shrx opened 3 years ago

shrx commented 3 years ago

Right now the webhook quarantine announcements will include repeatedly-quarantined coins. It would be more useful to only include coins that were newly-quarantined since the last check.

Example of the current behavior: 10:22 AM: QUARANTINED: AKROUSDT, ALICEUSDT, ALPHAUSDT, AVAXUSDT, CHRUSDT, COMPUSDT, DGBUSDT, ETCUSDT, FLMUSDT, MATICUSDT, RENUSDT, STMXUSDT, SXPUSDT, XMRUSDT

10:38 AM: QUARANTINED: AKROUSDT, ALICEUSDT, ALPHAUSDT, AVAXUSDT, CHRUSDT, COMPUSDT, DGBUSDT, FLMUSDT, MATICUSDT, NKNUSDT, RENUSDT, STMXUSDT, SXPUSDT, XMRUSDT

Example of expected behavior: 10:22 AM: QUARANTINED: AKROUSDT, ALICEUSDT, ALPHAUSDT, AVAXUSDT, CHRUSDT, COMPUSDT, DGBUSDT, ETCUSDT, FLMUSDT, MATICUSDT, RENUSDT, STMXUSDT, SXPUSDT, XMRUSDT

10:38 AM: QUARANTINED: NKNUSDT

cryptoploit commented 3 years ago

If they change that, it will be extremely difficult to troubleshoot and backtrack when something happened. Some people prefer to log as much detail as possible. However, I wouldn't mind if they set up a customizable "LOG_LEVEL" variable in the JSON to adjust this if needed.