francestu96

Results 11 issues of francestu96

I want to apply a fee of the 10% every time my token is transferred (except the case the from is the owner). When i use PancakeSwap I'm able to...

When I launch the script, it logs correctly but it exits immediately: ![Cattura](https://user-images.githubusercontent.com/32491001/208405514-5cb700f7-9a0c-404f-b606-6ce6365b172c.PNG) Python version: 3.10.4

Is there a specific numer of requests for second limit before Instagram asks you for the challenge? I tired to make **a request every 30s** and I get challenged even...

question
unconfirmed

I have a particular condition where I have to run the miner behind a chain of proxies. I use [proxychains-ng](https://github.com/rofl0r/proxychains-ng) to accomplish this task (as far as I understood, it...

I have this simple code: ``` const client = new TelegramClient(new StoreSession("my_session"), parseInt(process.env.API_ID), process.env.API_HASH, { connectionRetries: 5, }); (async () => { await client.start({ phoneNumber: async () => await input.text("Please...

When trying to import some package from the SDK, i got the error. I have **main.mjs** file and I run it with: **node ./main.mjs**. It starts with: `import { Liquidity...

I want to listen to some channels and, after a successful `client.start()` authentication, I make: `client.addEventHandler(msgHandler, new NewMessage({ incoming: true, chats: []]));` For some reason, some channels **does not trigger**...

I'm simply doing a telnet to the **excavator** process to test it. It runs at **localhost:6666** This is the result code I got from shell: ``` [user@pc ~]$ telnet localhost...

I'm using the last stable version of web3 (v6.13.0) but flashbots is incompatible with it and I receive the error: **(AttributeError("'Flashbots' object has no attribute 'web3'"))** While installing flashbots it...

As the subject describe, when I run the **Create Token Account** example, I got the following error on **ATA**: `Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL failed: Provided owner is not allowed`