Skip to content

Commit

Permalink
Update peers
Browse files Browse the repository at this point in the history
  • Loading branch information
defrisk0 authored Oct 12, 2023
1 parent b92ebd0 commit cf9bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ANDROMEDA/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sed -i 's|^minimum-gas-prices *=.*|minimum-gas-prices = "0.0001uandr"|g' $HOME/.
Adding seeds and peers:
````
seeds=""
peers="[email protected]:4665,[email protected]:27412,[email protected]:56656,[email protected]:30656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,247f3c2bed475978af238d97be68226c1f084180@andromedad.peer.stavr.tech:4376"
peers="[email protected]:14656,[email protected]:14756,[email protected]:56656,[email protected]:32656,247f3c2bed475978af238d97be68226c1f084180@88.99.164.158:4376"
sed -i -e 's|^seeds *=.*|seeds = "'$seeds'"|; s|^persistent_peers *=.*|persistent_peers = "'$peers'"|' $HOME/.andromedad/config/config.toml
````
Edit pruning parameter:
Expand Down

0 comments on commit cf9bdbe

Please sign in to comment.