You are viewing a single comment's thread from:

RE: Curobot v1.3 - Huge Updates - Your personal steemvoter

in #utopian-io7 years ago (edited)

Include downvote features.

Also works with downvotes. Just give the weight negative. (Ex: -5 will downvote with %-5)

Comment Upvotes? Do you distinguish between main posts and comments?

Comment upvotes are not supported at the moment. Only works with main posts.

Multiaccount feature?

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.

Nope, doesn't work, didn't get an upvote from you!

Let's see what I can do... :)

Thanks for the feedback.

Sort:  

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..