STEEM POWER retention ratio of top 50 witnesses

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/steem-power-retention-ratio-of-top-50-witnesses Hello, this is @joviansummer(witness: @jswit). Some time ago there was a bit of discussion on discord witness chanel about witnesses' power-down/cashing-out. So out of curiosity I just checked current ratio of witnesses' own STEEM POWER(VESTS) and all-time producer reward(VESTS). The ratio is calculated by the following simple formula: ratio(%) = account's own SP(MV) / all-time producer reward SP(MV) * 100% Ratio value less than 100% indicates power-down. If witness does additional power-up or gets other types of reward(e.g., curation reward), the ratio may exceed 100%. This does not take witness' other accounts into consideration. All-time producer reward data is from @steemchiller's SDS API. Here is the result: rank account own_sp prod_sp ratio 1 justyy 2188.411MV 1284.2MV 170.41% 2 steemchiller 982.134MV 124...

파이썬(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포스팅 강박에서 벗어나기