jsup 2.1 - investor's relief (experiment on separation of investment and SNS)

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/jsup-2-1-investor-s-relief-experiment-on-separation-of-investment-and-sns Hello, this is @joviansummer(witness: @jswit). I'm starting a new experiment regarding my @jsup vote service. The purpose of this experiment is to separate STEEM investment and social interaction(posting/commenting). For many people, writing a post daily(literally 365 posts per year) is not easy. It's not fun, and mandatory daily post only written for self-voting delegation service tends to result in useless low-quality content. I hope this new function of @jsup will reduce those posts, and also make it a bit more easy to invest in STEEM without worrying about daily posting. I think pressure of daily posting significantly undermines Steem as SNS. It's not fun. This is how it works: From 11:45 PM to 11:50 PM every night(reference time zone is GMT+9), @jsup checks if eligible delegators wrote something and received daily v...

파이썬(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 보팅 코드 갱신 - 1일1포스팅 강박에서 벗어나기

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