You are viewing a single comment's thread from:
RE: Where have all the bots gone???
I think that is how the current operational bots are running, but I guess a lot use Piston for simplicity and less hardware requirement like myself
I think that is how the current operational bots are running, but I guess a lot use Piston for simplicity and less hardware requirement like myself
I use piston too. You can adjust it to use other websockets, including your own steemd node. Hardware is an issue for me too though. For mining, I'm running 4 steemd nodes in 2 linux VMs with 4 or 8 G of RAM each. But because of the database size, they're all configured as low-memory nodes, which doesn't give me all the information I need for my bot to run its checks.
I'm a python noob, I call Steem like this because I'm upvoting with more than one account, or maybe more... steem = Steem(wif=[posting_key[0],posting_key[1]]), how would I use the other steemd nodes?
Python is new to me too, but I think you just need to add a "node=" argument to your Steem() call. i.e.
steem = Steem(node=[public websocket URL], wif=[posting_key[0],posting_key[1]]), ...). I switched to the one from @gtg in the list above when the one from steemit broke.
I suspect a secret handshake was made to switch off permanently or temporarily, it is a free service at the end of the day so i'm thankful for it
Nesting limit. Replying to:
I agree. Seems consistent with "the whale experiment."
FYI, if the others go away too, you can get most of the block chain information by setting up your own low memory node in a linux vm with 4g of RAM (and a good bit of disk space). The only thing I've noticed (so far) that's missing from mine are the secondary tags.
Can't say I want to run a node or mine atm, if my bot is disabled it's no biggy
Nevermind I figured it out, thanks :D