From d66c01401f418e23d7f4c42550f0f569bd0418e4 Mon Sep 17 00:00:00 2001 From: Marston Connell <34043723+TheMarstonConnell@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:17:20 -0400 Subject: [PATCH] Update v4.0.0.md --- upgrades/v4.0.0.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/upgrades/v4.0.0.md b/upgrades/v4.0.0.md index 391ea6f8..0695b277 100644 --- a/upgrades/v4.0.0.md +++ b/upgrades/v4.0.0.md @@ -116,6 +116,15 @@ cp -rv "{YOUR_CURRENT_STORAGE_PROVIDER_DIRECTORY}/ipfs-storage" "$HOME/.sequoia/ cp "{YOUR_CURRENT_STORAGE_PROVIDER_DIRECTORY}/config/priv_storkey.json" "$HOME/.sequoia" ``` +Then edit `$HOME/.sequoia/config.yaml` to better reflect your providers specifications. +#### Config +##### IPFS +Replace `dns4/ipfs.example.com/tcp/4001` with a new subdomain specifically for your providers IPFS route, for example, Jackal Labs testnet provider is `testnet-provider.jackallabs.io`, so our IPFS domain would be `dns4/testnet-ipfs.jackallabs.io/tcp/443`. +##### Connection +Make sure to connect your provider to a node that supports RPC and GRPC or it will not work. + +#### Starting Sequoia + Once the v4.0.0 upgrade is finished, you can start your provider back up again by running: ```shell sequoia start @@ -193,4 +202,4 @@ Restart the node: canined start ``` -The network should now be upgrade to v4 - Acacia. \ No newline at end of file +The network should now be upgrade to v4 - Acacia.