GentBG x PUSSTEEM - burning both STEEM and PUSS

Image
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/gentbg-x-pussteem-burning-both-steem-and-puss Hello, this is @joviansummer(witness: @jswit), developer of GentBG project. I registered @gentbg account to PUSSTEEM about a week ago and donated some of my own PUSS token to @gentbg's EPUSS account. Now, @gentbg will burn STEEM and EPUSS at the same time. PUSSTEEM's boosting upvotes will help increasing baseline burning significantly. @gentbg's SP reward is delegate to @jsup to get automated upvotes, forming a baseline burning of liquid reward independent of other people's upvotes. Some may argue 100%(both liquid and SP reward) burning is much better, but I chose this approach to prevent @gentbg from becoming a spamming account. Constantly asking for upvotes via mentioning and commenting every week may eventually become a big annoyance to curators. That being said, anyone is welcome to participate in countering STEEM inflation by giving upvotes ...

파이썬(steem-python)을 이용한 스팀 가격 공시

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/4vvjru-steem-python


steem-python을 이용해서 스팀 가격을 공시할 수 있습니다. @jswit 증인 노드에서 자동으로 가격을 공시하기 위해 필요한 부분입니다.

가격을 공시하기 위해서는 액티브키(private active key)가 필요하며, 아래의 예시와 같이 해 볼 수 있습니다. Steem 객체의 commit.witness_feed_publish()를 사용합니다.

from steem import Steem

# 증인 계정
witness_id = 'jswit'
# 액티브키
priv_key = '5*******...*'

# 스팀 가격: 0.495라고 가정
steem_price = 0.495

# 가격 공시
s = Steem(keys=priv_key)
s.commit.witness_feed_publish(steem_price, account=witness_id)

업비트에서 시세를 가져오는 기능과 조합해서 가격을 공시하는 방식으로 작업할 예정입니다.

파이썬으로 업비트 거래소의 스팀 가격 조회 https://steemit.com/hive-141029/@joviansummer/6bstk5

Comments

Popular posts from this blog

스티미언의 영향력 지수 계산

jsup/avle code update - you don't have to write post everyday

jsup/avle 보팅 코드 갱신 - 1일1포스팅 강박에서 벗어나기