Skip to content

Commit

Permalink
Update v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
defrisk0 authored Oct 12, 2023
1 parent cd57006 commit b92ebd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CASCADIA/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Install CLI:
````
git clone https://github.com/cascadiafoundation/cascadia
cd ~/cascadia
git checkout v0.1.5
git checkout v0.1.6
make install
````
Let's check the version (current as of September 2023 - v0.1.5 commit: 3e834a69b0c477daa00b95f9331f6b06c5fd3472):
Let's check the version (current as of October 2023 - v0.1.6 commit: 06ad7b0222b3d7795c25173231fb8b90ad79cdbf):
````
cascadiad version --long
````
Expand All @@ -40,7 +40,7 @@ Download the current genesis file:
````
curl -L https://anode.team/Cascadia/test/genesis.json > $HOME/.cascadiad/config/genesis.json
````
Let's check sum genesis file (current as of September 2023 - 74ea3c84182028300d0c101c5cf017a055782c595ed91e4be3638380f0169582):
Let's check sum genesis file (current as of October 2023 - 74ea3c84182028300d0c101c5cf017a055782c595ed91e4be3638380f0169582):
````
sha256sum $HOME/.cascadiad/config/genesis.json
````
Expand All @@ -51,7 +51,7 @@ sed -i 's|^minimum-gas-prices *=.*|minimum-gas-prices = "0.01aCC"|g' $HOME/.casc
Adding seeds and peers:
````
seeds=""
peers="[email protected]:25556,[email protected]:35656"
peers="[email protected]:49656,[email protected]:17856,[email protected]:34656,[email protected]:26656,[email protected]:15656,[email protected]:26656,[email protected]:35656,[email protected]:17096,[email protected]:38656,[email protected]:26656"
sed -i -e 's|^seeds *=.*|seeds = "'$seeds'"|; s|^persistent_peers *=.*|persistent_peers = "'$peers'"|' $HOME/.cascadiad/config/config.toml
````
Add addrbook:
Expand Down

0 comments on commit b92ebd0

Please sign in to comment.