Creating a local cluster with the mkfiles script
Last updated
Last updated
git colne https://github.com/input-output-hk/cardano-node.git
git checkout tags/8.0.0# echo "TestConwayHardForkAtEpoch: 0" >> "${ROOT}/configuration.yaml" ./scripts/babbage/mkfiles.sh
generated genesis with: 3 genesis keys, 3 non-delegating UTxO keys, 3 stake pools, 3 delegating UTxO keys, 3 delegation map entries,
example/node-spo1.sh
example/node-spo2.sh
example/node-spo3.sh
CARDANO_NODE_SOCKET_PATH=example/node-spo1/node.sockexample/node-spo1.shexample/node-spo2.shexample/node-spo3.shSTART_TIME="$(${DATE} -d "now + 30 seconds" +%s)"
CARDANO_NODE_SOCKET_PATH=example/node-spo1/node.sockcardano-cli query tip --testnet-magic 42
{
"block": 3519,
"epoch": 70,
"era": "Babbage",
"hash": "dd38083ef4392502218e71c6364bcfefdef1f9e6563f27fa1db2196e1c65b786",
"slot": 35361,
"slotInEpoch": 361,
"slotsToEpochEnd": 139,
"syncProgress": "100.00"
}