You are viewing a single comment's thread from:RE: project: bullfrog-system | Mine STEEM with easeView the full contextView the direct parentproctologic (61)in #steemit • 8 years ago Nice to help out
echo -e "${GRN}|=== Configuring steemd for 'synconly' ... |${NC}"
sudo /home/frog/bin/config-steemd.bash synconly
is obsolete now
Fixed and tested.
Good catch. bin/replay-steemd and recompile-steemd do that on their own now ...
also
echo -e "${GRN}| * Configure files in /usr/local/var/lib/steemd/configs. |${NC}"
should be
echo -e "${GRN}| * Configure files in /var/local/steemd/configs/. |${NC}"
Thanks! Fixed.
Testing the download now ...