File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OmniFlix Hub blockchain is built using Cosmos-SDK and CometBFT
1414```
1515sudo rm -rf /usr/local/go
1616wget -q -O - https://git.io/vQhTU | bash -s -- --remove
17- wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.12
17+ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.24.3
1818 ```
1919
2020### Installation
@@ -24,7 +24,9 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.12
2424```
2525git clone https://github.com/Omniflix/omniflixhub.git
2626cd omniflixhub
27- git checkout v5.2.0
27+
28+ # v6.0.0 for v6 upgrade and after
29+ git checkout v5.2.2
2830go mod tidy
2931make install
3032```
@@ -58,6 +60,7 @@ curl https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genes
5860- [ Marketplace] ( https://github.com/OmniFlix/omniflixhub/tree/main/marketplace )
5961- [ ITC] ( https://github.com/OmniFlix/omniflixhub/tree/main/itc )
6062- [ StreamPay] ( https://github.com/OmniFlix/streampay )
63+ - [ MediaNode] ( https://github.com/OmniFlix/omniflixhub/tree/main/medianode )
6164
6265### Documentation
6366
@@ -80,6 +83,7 @@ curl https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genes
8083 - [ v5] ( https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5-upgrade.md ) at block 13986200
8184 - [ v5.1.0] ( https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5.1.0-upgrade.md ) at block ` 15777200 `
8285 - [ v5.2.0] ( https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5.2.0-upgrade.md ) at block ` 16516000 `
86+ - [ v6] ( https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v6-upgrade.md ) at block ` 18004800 `
8387
8488### Testnets
8589
You can’t perform that action at this time.
0 commit comments