You are viewing a single comment's thread from:
RE: Where have all the bots gone???
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