shamhi / MemeFiBot

Bot that mines coins in MemeFiCoin
245 stars 82 forks source link

Invalid protocol detected in upgrade_boost #167

Open hasan1818666891 opened 5 days ago

hasan1818666891 commented 5 days ago
2024-09-13 18:20:55 | ERROR    | 707 - khondoker | ⚠ Warning! Invalid protocol detected in upgrade_boost msg: You have no spins left
2024-09-13 18:21:01 | ERROR    | 707 - khondoker | ⚠ Warning! Invalid protocol detected in upgrade_boost msg: You have no spins left
2024-09-13 18:21:09 | ERROR    | 707 - khondoker | ⚠ Warning! Invalid protocol detected in upgrade_boost msg: You have no spins left

frequently showing this error.

hasan1818666891 commented 5 days ago

This problem occured due to multiple account, plz add delay option between every account.

hasan1818666891 commented 5 days ago

I think this can bypass Rate limit,

After changing useragent and adding those x-headers ->

     'X-Forwarded-For':'127.0.0.1',
   'X-Forwarded-Host' : '127.0.0.1',
   'X-Client-IP' : '127.0.0.1',
   'X-Remote-IP' : '127.0.0.1',
   'X-Remote-Addr' : '127.0.0.1',
   'X-Host' : '127.0.0.1', 
hasan1818666891 commented 5 days ago

Now going smoothly 🥵

pascholynx commented 5 days ago

Where do I add the x headers

rixfou commented 4 days ago

@hasan1818666891 Where do I add the x headers

Softexdigitalbd commented 3 days ago

I think this can bypass Rate limit,

After changing useragent and adding those x-headers ->

   'X-Forwarded-For':'127.0.0.1',
   'X-Forwarded-Host' : '127.0.0.1',
   'X-Client-IP' : '127.0.0.1',
   'X-Remote-IP' : '127.0.0.1',
   'X-Remote-Addr' : '127.0.0.1',
   'X-Host' : '127.0.0.1', 

which useragent you have used