You are viewing a single comment's thread from:
RE: project: bullfrog-system | Mine STEEM with ease
Can you add automatic download of blockchain from http://www.steemitup.eu/ please?
cd /var/local/steemd/
wget http://www.steemitup.eu/witness_node_data_dir.tar.gz
tar -xvf witness_node_data_dir.tar.gz
Yes! I've been looking for a good link all day for that very purpose.
Thanks, procto. I'll update the install script to grab that and I think I'll add a standalone script to import it at any time as well.
recompile-steem.bash
missing line
rm -fr /home/frog/project/steemit
Guide says bin/recompile-steemd.bash
file says
bin/recompile-steem.bash
Thanks. Fixed. https://github.com/roylaurie/bullfrog-system/commit/f3649775818eb25d290b84ab59c5b7dad6da31ef
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 ...
Done. Implemented & tested. Thanks, again.