You are viewing a single comment's thread from:
RE: steem forever (rewarding old posts) with beem
Thanks, I forget to remove the set node in the steem object.
With
stm = Steem(keys=[wif])
the default configuration using a list of available nodes is used and beem can switch to the next node on failure. The script will also work with the one set node, but just in case I want to mention this.