1fge / pump-fun-sniper-bot

86 stars 30 forks source link

Very done, but i got into this error #1

Closed nPokemon closed 2 months ago

nPokemon commented 3 months ago

(base) ubuntu@nmveserver1:~/Solana/pump-fun-sniper-bot$ go run . 2024/08/13 21:33:32 rpc error: code = PermissionDenied desc = The supplied pubkey is not authorized to generate a token. exit status 1

I have try quicknode, getblock , and helius, but still getting error.

can you able to help please ?

1fge commented 3 months ago

I'm not sure what might be causing this, but this codebase isn't really meant to be run as-is. For it to work at properly, you'd need a dedicated RPC and a MySQL database set up as expected by the code. This code is mostly meant as a starting point or reference to see how you can add these features into your own code.