-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jito block height exceed #19
Comments
what function you are using? if you use >=0.000001 sol jito tips, it's failing only when the transaction has logical error. https://jito-labs.gitbook.io/mev/searcher-resources/bundles. Or you can send the transaction to bloXroute server(they have some high staked rpc to send your transaction to the current blockleader), it would be a better performance. https://github.com/outsmartchad/solana-trading-cli/blob/main/src/Transactions/bloXroute_tips_tx_executor.js |
I have the same problem, it keeps failing when I use this buy function, here are my logs |
WSOL |
Raydium swap functions & cli uses WSOL for settlement now, but Orca & Meteora swap & cli use SOL for settlement now |
I don't understand, so how can I buy RAY or JUP using this method. I know that all token swaps require WSOL |
You mean raydium is temporarily unavailable. If I want to use it, I should use orca or Meteora swap. |
I have this prob, too. Hope that someone can help. Many thanks ❤️. |
I know that from discord, we should swap SOL for WSOL first. |
This error is not specific, but it is due to the lack of WSOL in your wallet. In fact, I noticed that creating the WSOL account without funding it was enough for the code to work. Swapping to WSOL on the dex seems to be really difficult. Try doing this via Solana CLI or a swap script. |
The repo includes a swap script, I think you should use that, it is in |
when using jito tx, I always have this error
code like this,Is there any solutions?
The text was updated successfully, but these errors were encountered: