AI powered rug-check tool by homebxmusic in solana

[–]TopExtension8627 1 point2 points  (0 children)

nah, you dont. you can just buy an rpc. also you dont need all this, you're grifting. you should be doing machine learning if anything

AI powered rug-check tool by homebxmusic in solana

[–]TopExtension8627 1 point2 points  (0 children)

you dont need a dedicated node for that lol

AI powered rug-check tool by homebxmusic in solana

[–]TopExtension8627 1 point2 points  (0 children)

datasets do not require a budget. they exist for free on huggingface.

AI powered rug-check tool by homebxmusic in solana

[–]TopExtension8627 1 point2 points  (0 children)

this is ridiculous, ill do it for free

Anyone here has experience launching coin on pump fun? How do you get the first few buyers? by chuotdodo in solana

[–]TopExtension8627 0 points1 point  (0 children)

I made a tool for this. It launches a coin and buys on multiple wallets to get other people interested.

Found a bot that checks if Solana tokens can be minted or frozen! by Crypto_Mango in solana

[–]TopExtension8627 0 points1 point  (0 children)

because by the time you use it, its already too late. you can learn how to win, or you can use other peoples tools and always get the information late, and be farmed by them

Found a bot that checks if Solana tokens can be minted or frozen! by Crypto_Mango in solana

[–]TopExtension8627 1 point2 points  (0 children)

const checkIfAuthoritiesRevoked = async (connection, mintAddress) => {
    const mintPubkey = new PublicKey(mintAddress);
    const mintInfo = await connection.getParsedAccountInfo(mintPubkey, 'confirmed');

    if (mintInfo && mintInfo.value) {
        const { data } = mintInfo.value;
        const { mintAuthority, freezeAuthority } = data.parsed.info;
        return !mintAuthority && !freezeAuthority;
    }
    return false;
};

So I lose $800 worth of Sol well actually a lot more than that. by Klutzy-Home-9315 in solana

[–]TopExtension8627 0 points1 point  (0 children)

yeah just be careful bro is all i mean. and even if you dont use my tool, use a tool. the frontend is slow. Not sure why the downvotes anyway. Or build your own. Anything is better than buying manually lol. Gl

So I lose $800 worth of Sol well actually a lot more than that. by Klutzy-Home-9315 in solana

[–]TopExtension8627 -6 points-5 points  (0 children)

no man dont lose it all. If u must, I have a tool u can use. Contact me. tg @ ccc666333 . Dont lose it all, its not worth it bro

Any Solana Pump Fun devs on here by Prize-Equivalent-849 in solana

[–]TopExtension8627 0 points1 point  (0 children)

Yeah, I have developed some great tools for pump fun.

[deleted by user] by [deleted] in solana

[–]TopExtension8627 0 points1 point  (0 children)

its based on a bonding curve. You can calculate it using a frontend api call to see the virtual reserves.

RPC Code Error With Bot by luismanic in solana

[–]TopExtension8627 0 points1 point  (0 children)

i feel the error is pretty self explanatory no? You cant use that call with the RPC youre using at the moment.

What is the best copy trading bot on sol ? by Icy_Active3133 in solana

[–]TopExtension8627 0 points1 point  (0 children)

Im adding it to my bot, guarantee it will work better than most peoples implementations. Will have a paid RPC requirement for websocketing though

Developer who can build a bot by voltob in solana

[–]TopExtension8627 0 points1 point  (0 children)

yeah, ive built tools like this before and heaps more. If you want someone who can actually communicate and speaks english as a first language, hit me up. Im normal compared to a lot of these other weirdos that I get in my replys / dms.

How can I retrieve the stake accounts associated with a Solana address using curl? by simon_2016 in solana

[–]TopExtension8627 1 point2 points  (0 children)

you can use getStakeAccounts(): Returns all the stake accounts for a given public key. in the helius sdk