You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const keyPair = solanaWeb3.Keypair.generate();
my_keypair.json -> keyPair.secretKey as 64 int array
and I submitted keyPair.publicKey as string to be approved
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: