chainstacklabs / pump-fun-bot

A fully functional pump.fun trading and sniping bot not relying on any 3rd party APIs
101 stars 49 forks source link

Transactions Sending But Never Confirmed #5

Closed gitgitgoat closed 4 weeks ago

gitgitgoat commented 4 weeks ago

Using Chainstack free API for RPC and WSS.

Terminal info below, any help is appreciated! This is me running trade.py

Waiting for a new token creation... Subscribed to blocks mentioning program: 6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P New token created: { "name": "Morrel", "symbol": "MORREL", "uri": "https://ipfs.io/ipfs/Qmdy2hRuUDAC1ubC2NbNZXGK2cvCYBWapmAaF13MXR8oxP", "mint": "GjhEyYvbzihrNZUFbgGYRkeDpWnpprnzq6Np4Fr1pump", "bondingCurve": "8t2dcQHzzDXWvcN3FX6XTx1j5Q2cmxgpZ2LjYxy5VJo9", "associatedBondingCurve": "DcZu7SxY8iyW7yhddQ48HnoU7oUYCuAdcmHFjTMovKey", "user": "GvScDnhpBoUe3w4Y2BxXZiajkkPFiBp9YNAoNj62Eizv" } Token information saved to trades/GjhEyYvbzihrNZUFbgGYRkeDpWnpprnzq6Np4Fr1pump.txt Waiting for 15 seconds for things to stabilize... Bonding curve address: 8t2dcQHzzDXWvcN3FX6XTx1j5Q2cmxgpZ2LjYxy5VJo9 Token price: 0.0000000306 SOL Buying 0.025000 SOL worth of the new token with 50.0% slippage tolerance... Creating associated token account (Attempt 1)... Associated token account created. Associated token account address: 4bAU9LmpYJWybNVpxa9PD1yyvDGtqQ33x31rvN8AQQR5 Transaction sent: https://explorer.solana.com/tx/YLHsGqaxW2mqLrKAiyvsS7Ac6r54wF2SzUkh8kdwgFRpyhphhaucZBVLLEPqoTe5jyM63D325KHsCq335ELjdPU Attempt 1 failed: Unable to confirm transaction YLHsGqaxW2mqLrKAiyvsS7Ac6r54wF2SzUkh8kdwgFRpyhphhaucZBVLLEPqoTe5jyM63D325KHsCq335ELjdPU Retrying in 1 seconds... Transaction sent: https://explorer.solana.com/tx/3Dyh4UvVgVzHTpbFWU9jGVi2VHsQ5y6svKXNzKqSi8mCnqTDtWGkKRwvrS2tPSP1dfRj3tE3UPRRJvCSLPw2wWMk Attempt 2 failed: Unable to confirm transaction 3Dyh4UvVgVzHTpbFWU9jGVi2VHsQ5y6svKXNzKqSi8mCnqTDtWGkKRwvrS2tPSP1dfRj3tE3UPRRJvCSLPw2wWMk Retrying in 2 seconds... Transaction sent: https://explorer.solana.com/tx/2FWtMkYuLon9vFEvguDjmJnWsy3MEB8R9gJViXkvZ2syh9iZ9YpnVNdvy51qPeSTGwY52oCMpNwYoFL9nuyN9oRD Attempt 3 failed: Unable to confirm transaction 2FWtMkYuLon9vFEvguDjmJnWsy3MEB8R9gJViXkvZ2syh9iZ9YpnVNdvy51qPeSTGwY52oCMpNwYoFL9nuyN9oRD Retrying in 4 seconds... Transaction sent: https://explorer.solana.com/tx/5hXLmoiRGHjt742JhPVt3JJVyWRP4RmNkKQ9Zbv9AymN9hEcmKS6LJoCCVLhJpNRTUBJgXmKefyMBKMGmaPcWAmR Attempt 4 failed: Unable to confirm transaction 5hXLmoiRGHjt742JhPVt3JJVyWRP4RmNkKQ9Zbv9AymN9hEcmKS6LJoCCVLhJpNRTUBJgXmKefyMBKMGmaPcWAmR Retrying in 8 seconds... Transaction sent: https://explorer.solana.com/tx/5nryJ5CKQDT4jVye4vvLEmvaNfMDcJZhPVqcoLknHzth6TKswXESqfDFFWXduoHMvEwbuxYZhbBbyvavTUWuF23Z

gitgitgoat commented 4 weeks ago

Current buy.py file located here: https://github.com/gitgitgoat/Chainstack-Test

Current errors: Attempt 1 to create associated token account failed: 'solders.message.Message' object has no attribute 'nonce_instruction'

gitgitgoat commented 4 weeks ago

Sorted.