Skip to content

Commit

Permalink
Merge pull request #444 from guydavis/integration
Browse files Browse the repository at this point in the history
v0.6.6
  • Loading branch information
guydavis authored Nov 28, 2021
2 parents a54542b + 390efe9 commit c729eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/farmr_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ if [[ ${mode} == 'fullnode' ]] || [[ ${mode} =~ "harvester" ]]; then
echo "/stor-blockchain/venv/bin/stor" > override-stor-binary.txt
fi

if [[ ! -f /etc/logrotate.d/farmr ]]; then
tee /etc/logrotate.d/farmr <<EOF
/root/.chia/farmr/log* {
tee /etc/logrotate.d/farmr <<EOF
/root/.chia/farmr/log*txt {
rotate 3
hourly
}
EOF
fi

# Use local file for configuration
#sed -i 's/"Online Config": true/"Online Config": false/g' blockchain/*.json
Expand Down
1 change: 1 addition & 0 deletions scripts/forktools_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ if [[ ${mode} == 'fullnode' ]] || [[ ${mode} =~ "harvester" ]]; then
sed -i "s/SETPLOTLOADFREQUENCY='18000'/SETPLOTLOADFREQUENCY='1800' /g" /root/.chia/forktools/ftconfigs/config.forkfixconfig*
echo 'Y' | ./forkfixconfig all
./forkpatch all -multiproc
./forkpatch all -logwinningplots
fi
fi

0 comments on commit c729eb9

Please sign in to comment.