-
Notifications
You must be signed in to change notification settings - Fork 50
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
The supplied pubkey is not authorized to generate a token #35
Comments
const keyPair = solanaWeb3.Keypair.generate(); Are those correct ways ? |
I was recently registered an account at jitolabs, could that be the reason ? should I wait for a time ? |
Hi sirs @buffalu @dovahcrow @esemeniuc @mdr0id , I have applied to jitolabs with a pubkey but I still get this above error. Can you show me a way to handle this ? |
You have to open a ticket on Discord to add public key to whitelist. |
i am submit form on https://web.miniextensions.com but have the same problem - can't find where to open a ticker on discord Are you no longer accepting new searchers? |
Hi
When I run below script,
cargo run --release --bin jito-shredstream-proxy -- shredstream --block-engine-url https://ny.mainnet.block-engine.jito.wtf --auth-keypair my_keypair.json --desired-regions amsterdam,ny --dest-ip-ports 127.0.0.1:8001
I got below warning and I cannot receive any data
[2024-12-14T11:27:55Z WARN jito_shredstream_proxy::heartbeat] Failed to connect to block engine, retrying. Error: BlockEngineConnectionError client error: status: PermissionDenied, message: "The supplied pubkey is not authorized to generate a token.", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "server": "jito-block-engine", "x-request-received-at": "2024-12-14T11:27:55.369Z", "content-length": "0", "date": "Sat, 14 Dec 2024 11:27:54 GMT", "x-envoy-upstream-service-time": "0"} }
[2024-12-14T11:27:55Z INFO solana_metrics::metrics] metrics disabled: environment variable not found
[2024-12-14T11:27:55Z WARN solana_metrics::metrics] datapoint: shredstream_proxy-heartbeat_client_error,block_engine_url=https://ny.mainnet.block-engine.jito.wtf errors=1i error_str="BlockEngineConnectionError client error: status: PermissionDenied, message: "The supplied pubkey is not authorized to generate a token.", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "server": "jito-block-engine", "x-request-received-at": "2024-12-14T11:27:55.369Z", "content-length": "0", "date": "Sat, 14 Dec 2024 11:27:54 GMT", "x-envoy-upstream-service-time": "0"} }"
I tried different pubkeys and made them approved but didn't work. Is there anyway to fix this issue ?
The text was updated successfully, but these errors were encountered: