RE: Best Practice Running Steemd v0.16.0

You are viewing a single comment's thread from:

Best Practice Running Steemd v0.16.0

in witness-category •  8 years ago 

Good info. I have a question: Are there any way for send founds programatically without run your own node? Thanks!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

You can use cli_wallet to connect to a public websocket server, for example (https://steemit.com/steemws/@jesta/steem-ws-the-public-steem-api-cluster):

./cli_wallet -s wss://node.steem.ws -H 127.0.0.1:8091 --rpc-http-allowip 127.0.0.1

Then connect to the cli_wallet with your own program.

You can also use piston (https://piston.readthedocs.io/en/stable/).

Oh, thanks you very much! What noob that I am...