You are viewing a single comment's thread from:

RE: 每天进步一点点:发布喂价(feed_publish)

in #cn6 years ago (edited)

另外steem库有简便的定义好的函数可以用:

from steem import Steem
nodes="http://api.justyy.com"
steem = Steem(keys=["5KXXXXX"],nodes=nodes)
tx=steem.commit.witness_feed_publish(price_usd, quote=1.000, account="maiyude")
print(tx)

HIVE就改用BEEM库换个节点