You are viewing a single comment's thread from:
RE: Curobot v1.3 - Huge Updates - Your personal steemvoter
Nope, doesn't work, didn't get an upvote from you!
Include downvote features.
Comment Upvotes? Do you distinguish between main posts and comments?
Multiaccount feature?
Just dropping words now..
Also works with downvotes. Just give the weight negative. (Ex: -5 will downvote with %-5)
Comment upvotes are not supported at the moment. Only works with main posts.
That's a todo. Currently it can be done by duplicating configuration and running multiple curobot instances. A waste of bandwidth but it will work until I add it.
Let's see what I can do... :)
Thanks for the feedback.
For more accounts you will need to separate the voting and the blockchain read functions.
And create a DB.
store there when to vote what with which user.
Until when it should try this (max. 6.5 days), if vp is low.
And that would introduce the MySQL dependency again.. Sorry:)
ah, not really. We can handle multiple rules for different accounts in the JSON config. I really don't want any database dependency. :)
Not even a small tiny mini micro sqlite3? :)
Without that, the bot has to parse the blockchain often.. And if it crashes, all is lost..
_