Skip to content

Commit

Permalink
Update v4.0.0.md (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell authored Jul 21, 2024
2 parents 9069402 + d66c014 commit ba7aee0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion upgrades/v4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -193,4 +202,4 @@ Restart the node:
canined start
```

The network should now be upgrade to v4 - Acacia.
The network should now be upgrade to v4 - Acacia.

0 comments on commit ba7aee0

Please sign in to comment.