From 9a49841aacda1f188cf94a834e6a4a60ee8cd9ed Mon Sep 17 00:00:00 2001 From: Karol Ochman-Milarski <46135727+zmrocze@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:44:14 +0200 Subject: [PATCH] Improve vasil-hardfork.md. --- vasil-hardfork.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vasil-hardfork.md b/vasil-hardfork.md index db949389..adaa0b33 100644 --- a/vasil-hardfork.md +++ b/vasil-hardfork.md @@ -13,6 +13,9 @@ To witness a fork one should: - start cluster with `cabal new-run local-cluster [CLUSTER_DIR]` and copy shown node socket - to hard-fork run: ``` + # Start in plutip directory and have cardano-cli in path. + # You can obtain it by entering the nix shell with `nix develop` + export CARDANO_NODE_SOCKET_PATH= # submit update-proposal bumping major version to 7 (babbage) @@ -23,6 +26,8 @@ To witness a fork one should: bash cluster-data/update-proposal-cost-model.sh ``` +Above commands submits two transactions if the first one fails. Seeing one "transaction submit error" for every "Transaction submitted succesfully" is fine. + One can use the started cardano node for submiting transactions, queries etc. Use node socket with `--mainnet` flag. Wallet address displayed by local-cluster is for key in `$CLUSTER_WORK_DIR/bot-plutus-interface/signing-keys`. One can ignore it.