RE: project: bullfrog-system | Mine STEEM with ease

You are viewing a single comment's thread from:

project: bullfrog-system | Mine STEEM with ease

in steemit •  8 years ago  (edited)

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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

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.

  ·  8 years ago (edited)

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.