You are viewing a single comment's thread from:

RE: Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)

in #steemdev7 years ago (edited)

Stupid handy script!!! I would like to add that it is good to install Forever as I keep getting an error after a while from line 71:26, (var opType = blockops[0];) which drops the script requiring a manual restart.

I got around the manual restart with:

npm install forever -g

Then run:

forever start -e err.log vooby001.js

This will put the script into auto-restart and log any errors. I also made a little batch file to auto-start the script in case of computer restart and dropped that in my startup folder.