You are viewing a single comment's thread from:
RE: Reverse bounties: how do we fund development through Steemit of different apps and features?
@bmann I have installed Homebrew and steem acc to this post. https://steemit.com/steemit/@teego/homebrew-package-updated-to-version-0-12-0
Is this what I need to develop eg an upvote Bot? How do I start steem? Or do I need something else? Jesta recommended piston, but I saw that you have something up on github, too.
You don't need to run a local instance of steemd at all unless you a) want to mining or b) are doing something else that is useful
I have forks of @jesta's steempress and a fork of steemit.com on my public Github so I can submit fixes and run my own experiments.
For steemit, I edited the README (and updated the example config) to make it clear you don't need to run steemd at all. The relevant section is:
Piston is a command line tool, it also ships with an "experimental" steemd node you can connect to.
None of those will help in building an up vote bot. I have this Python based autovote-bot bookmarked on Github but haven't attempted to run it myself. You do need steemd installed, which comes with
cli_wallet
. I don't fully understand that wallet part yet and haven't tried the automate-bot.Probably best to attempt to follow instructions and get that running. Post issues on that Github repo if you run into trouble. I'll try and get that running at some point too, but won't get a chance likely until next week at the earliest.
Hope that loooong reply helps.
@bmann So basically, I have just installed steem on my PC through home-brew which is fine for mining, but for my purpose, I don't need that, I just access through ws://node.steem.ws? An ok, I will try to follow the instructions on your bot and see if it works. Maybe even modify the code sooner or later.
Yes, you're correct, various public nodes can be used. Not my bot, just the one I have bookmarked to try myself! Report back on where you get to.