-
Notifications
You must be signed in to change notification settings - Fork 33
Broken since the deprecation of 'steemd.steemit.com' on Jan 6th #68
Comments
You will have to change pistonapi/steemnoderpc.py so as to make it an http client instead of websocket. Then call Steem(node = ' https://api.steemit.com') |
That sounds a bit involved - has anyone else made this change yet? No simply fix like routing to another wss node? |
Looks like I'm able to use another node via: Though can anyone advise are there any security concerns to sending my wif across nodes not maintained by Steemit? |
If you found another working wss node go for it! The wif never leaves your computer. AFAIK it is used only for signing the transaction, within your system, and only the signatures leaves your system. |
There was an announcement here: I tried but didn't know how to solve this.
Would piston-lib make some update according this? |
My app built with steem-piston hasn't been able to properly connect to a node ever since the depreciation of 'steemd.steemit.com' on January 6th, 2018. Can someone advise how to remedy?
from piston.steem import Steem
s = Steem()
Yields:
Lost connection to node during wsconnect(): wss://steemd.steemit.com (2/-1) Retrying in 2 seconds
Lost connection to node during wsconnect(): wss://node.steem.ws (3/-1) Retrying in 4 seconds
I have tried:
s = Steem('api.steemit.com')
and similar variations with no luck either.
The text was updated successfully, but these errors were encountered: