input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

error while running private devnet #458

Closed pgwadapool closed 1 year ago

pgwadapool commented 1 year ago

Context & versions

Private devnet as explained in the guide

Steps to reproduce

MITHRIL_IMAGE_ID=latest NUM_BFT_NODES=1 NUM_POOL_NODES=2 ./devnet-run.sh

Actual behavior

Start Cardano nodes

./devnet-run.sh: line 48: ./start-cardano.sh: No such file or directory

Start Mithril nodes

./devnet-run.sh: line 58: ./start-mithril.sh: No such file or directory

Expected behavior

Start Cardano nodes

Start Cardano network cardano-node: no process found Starting Cardano node 'node-bft1' Starting Cardano node 'node-pool1' Starting Cardano node 'node-pool2'

pgwadapool commented 1 year ago

Actually jq was missing

Closing