gianlucamazza / solana-mmaker

This project is a Solana Market Maker Bot designed to automate trading strategies on the Solana blockchain using the Jupiter swap protocol.
41 stars 11 forks source link

Transactions timeout too frequently. #1

Open congoboss opened 3 months ago

congoboss commented 3 months ago

Hey. I love the bot, but the transactions timeout too frequently (currently 29 out of 30 transactions get timeout) and it doesn't get executed on the blockchain. I've increased the timeout delay from 60000 to 300000 which didn't help. I've also bought quicknode and helius rpc plans to test with them, still the problem remains. I suspect that the problem might be coming from the sol fee offered by the bot to the validators for getting the transaction signed, but I couldn't find anything in the code related to that to play with. Can you help me out? Thank you!

gianlucamazza commented 3 months ago

I have to investigate on it 🤝