From 8ad9cbe33a6c1490e0dbce63800a008dc1398450 Mon Sep 17 00:00:00 2001 From: rdlrt <3169068+rdlrt@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:21:41 +0000 Subject: [PATCH] Update MC4 to Mainnet --- Scripts/cntools-changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/cntools-changelog.md b/Scripts/cntools-changelog.md index e860d53cd..16fbe8674 100644 --- a/Scripts/cntools-changelog.md +++ b/Scripts/cntools-changelog.md @@ -10,8 +10,9 @@ and this adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). > We have made quite a few changes to not use ptn0 in our scripts and source github structures (except template files), alongwith other changes listed beneath. Please follow steps below for upgrade (from 5.1.0 or earlier): > - Execute the below (by default it will set you up against `mainnet` network), do not overwrite config please: -> `curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh` -> ./prereqs.sh -s +> `curl -sS -o ~/tmp/prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh` +> `cd ~/tmp/prereqs.sh;chmod 700 ~/tmp/prereqs.sh` +> `./prereqs.sh -s` > - Start using updated cnode.sh to run a passive node, or edit the cnode.sh to include your pool keys and run as pool owner. =======