-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Context & versions
- Hydra version: 0.22.4
- Blockfrost API key: valid (tried deleting and creating a new Blockfrost project)
- Network: both testnet and mainnet
- Operating System: Docker (aarch64), Darwin (aarch64)
Steps to reproduce
- Start Hydra node with the following command:
hydra-node \ --node-id alice-node \ --persistence-dir ./persistence \ --cardano-signing-key ./config/credentials/alice/alice-node.sk \ --hydra-signing-key ./config/credentials/alice/alice-hydra.sk \ --blockfrost ./blockfrost-project.txt \ --hydra-scripts-tx-id c9c4d820d5575173cfa81ba2d2d1096fc40f84d16d8c17284da410a4fb5e64eb,ae4443b46f550289337fc5c2c52b24f1288dab36d1a229167a6e04f056a966fe,48bd29e43dd01d12ab464f75fe40eed80e4051c8d3409e1cb20b8c01120b425e \ --ledger-protocol-parameters ./config/protocol-parameters.json \ --listen 0.0.0.0:5001 \ --api-host 0.0.0.0
- Observe logs immediately after startup.
Actual behavior
- Hydra node fails with error:
BlockfrostAPIError "BlockfrostNotFound"
- See attached log for details.
hydra-blockfrost-api-error.txt
Expected behavior
- Hydra node should initialize successfully without Blockfrost API errors, assuming correct configuration.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress 🕐