Skip to content

Commit

Permalink
changed p2p port
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Aug 20, 2023
1 parent 94385b2 commit ffeff50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ignitehq/cli:v0.27.1
FROM ignitehq/cli:v0.26.1


USER root
Expand Down Expand Up @@ -44,4 +44,4 @@ RUN wget -O $HOME/.Cardchain/config/addrbook.json "https://raw.githubusercontent


RUN chmod +x ./docker-run.sh
ENTRYPOINT bash docker-run.sh
ENTRYPOINT bash docker-run.sh
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ validators:
timeout_commit: 5s
moniker: yesyoulikeCC
p2p:
laddr: 0.0.0.0:26658
laddr: 0.0.0.0:26656
rpc:
laddr: 0.0.0.0:26657
pprof_laddr: :6061
4 changes: 2 additions & 2 deletions docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
fi

SEEDS=""
PEERS="[email protected]:26657"; \
PEERS="[email protected]:26656"; \
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.Cardchain/config/config.toml

SNAP_RPCs=("http://crowd.rpc.t.stavr.tech:21207"
Expand Down Expand Up @@ -72,4 +72,4 @@ Cardchaind start
# backup area (this will be executed if the Cardchaind process is killed)
now=$(date +"%d.%m.%Y")
Cardchaind export > /backup/genesis$now.json
echo "BACKUP should be in /backup/genesis$now"
echo "BACKUP should be in /backup/genesis$now"

0 comments on commit ffeff50

Please sign in to comment.