Skip to content
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

[Question] How to get authorized keypair #26

Open
theluxaz opened this issue May 17, 2024 · 2 comments
Open

[Question] How to get authorized keypair #26

theluxaz opened this issue May 17, 2024 · 2 comments

Comments

@theluxaz
Copy link

I am trying to develop and use Jito, but I always keep getting "The supplied pubkey is not authorized to generate a token." . How does one authorize a pubkey? Please add to the Readme.md if possible.

@dexbotsdev
Copy link

These guys have not yet released v4.0.0 to Public ( not published to npmjs) so unless they do it you will not have the latest privilege of using without access keys

@eoin-betdex
Copy link

eoin-betdex commented Aug 6, 2024

I have the same issue when trying to use the latest public version from npm, v4.1.1.
Is there some other steps I need to follow to be able to send bundles?

This was my own issue,

      const client = searcherClient(url, (provider.wallet as NodeWallet).payer);

when for unauth'd access I should have been doing

          const client = searcherClient(url);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants