jito-labs / jito-ts

Jito Typescript SDK
Other
92 stars 50 forks source link

[Question] How to get authorized keypair #26

Open theluxaz opened 3 months ago

theluxaz commented 3 months ago

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 commented 3 months ago

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 commented 2 weeks ago

~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);