Skip to content

Commit

Permalink
add target_outbound_peer_count support
Browse files Browse the repository at this point in the history
  • Loading branch information
raingggg committed Jan 6, 2022
1 parent 72d482c commit 9a303cf
Show file tree
Hide file tree
Showing 88 changed files with 88 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockers/coctohug-aedge/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-aedge/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-apple/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-apple/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-avocado/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-avocado/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-btcgreen/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-btcgreen/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cactus/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cactus/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cannabis/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cannabis/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chaingreen/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chaingreen/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chia/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chia/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=10

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chives/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-chives/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=8

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-covid/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-covid/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cryptodoge/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-cryptodoge/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-dogechia/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-dogechia/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-ethgreen/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-ethgreen/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-flax/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-flax/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=8

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-flora/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-flora/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-fork/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-fork/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-goji/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-goji/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-greendoge/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-greendoge/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-hddcoin/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-hddcoin/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-kale/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-kale/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-lucky/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-lucky/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-maize/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-maize/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-melati/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-melati/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-mint/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-mint/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-mogua/chain_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for p in ${plots_dir//:/ }; do
done

sed -i 's/localhost/127.0.0.1/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml
sed -i 's/target_outbound_peer_count: 8/target_outbound_peer_count: ${MAX_PEER_COUNT}/g' ~/${CONFIG_PATH}/mainnet/config/config.yaml

chmod 755 -R /root/${CONFIG_PATH}/mainnet/config/ssl/ &> /dev/null
${BINARY_NAME} init --fix-ssl-permissions > /dev/null
Expand Down
1 change: 1 addition & 0 deletions dockers/coctohug-mogua/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ENV TZ=Etc/UTC
ENV FLASK_ENV=production
ENV XDG_CONFIG_HOME=/root/.chia
ENV FORK_CODE_BRANCH=${CODE_BRANCH}
ENV MAX_PEER_COUNT=5

VOLUME [ "/id_rsa" ]

Expand Down
Loading

0 comments on commit 9a303cf

Please sign in to comment.