[암호화폐] 6/23일 11:50 sctm 채굴 현황

in #sct5 years ago

어제 새벽까지 채굴 현황을 모아서 볼 수 있는 파이썬 프로그램 만들었습니다. 아직 웹 프로그래밍을 할 줄 몰라서 저만 볼 수 있는 상태이고요. 아마 곧 웹에서 볼 수 있는 사이트가 나올 것으로 보입니다.

점유율은 채굴된 수량 대비하여 본인의 점유율이고 지분율은 현재 staking되어 있는 수량대비 본인의 지분율입니다. 두 수치가 비슷하게 움직이면 지분율과 채굴량이 비슷하게 나온다고 보시면 됩니다.

위 표를 보면 비슷하게 나오는 것 같습니다. 단 스테이킹을 한 시점이 다를 수 있기 때문에 단순히 현재 지분율과 점유율이 차이가 있다고 해서 다르다고 판단하기는 좀 어려울 것 같습니다.

다만 스테이킹 된 52명 중 현재까지 한 개라고 채굴이 되신 분은 40명입니다. 이 수치는 갈수록 증가할 것 같습니다.
아직 한 개도 채굴이 되지 않으신 분들입니다. 조만간 기쁜 소식이 오기를 기원합니다.


채굴은 steem-engine에 나오지 않고 steem 블록체인에서 확인이 가능합니다.

관련 파이썬 코드는 아래와 같습니다.

        mined = {}
        account = Account(accnt)
        for h in account.history_reverse():
            if ( h["type"] == 'custom_json' ):
                if ( h['id'] == 'scot_claim' ) :
                    mining = json.loads(h['json'])
                    print(h['timestamp'], mining['claim_token_amount'], mining['winner'])
                    for winner in mining['winner'] :
                        try:
                            mined[winner] += mining['claim_token_amount']
                        except KeyError:
                            mined[winner] = mining['claim_token_amount']

# 결과를 소팅하여 출력
        sorted_m = sorted(mined.items(), key=lambda kv: kv[1], reverse=True)
        for miner in sorted_m :
            print("miner : ", miner[0], "\t", "%.2f"%mined[miner[0]])

Sort:  

제가 1등이군요. 아래 테이블에서… ㅠㅠ

사실 처음부터 저 지분이었던 건 아니고 매일 조금씩 수량을 늘린 거라 안 나와도 이상한 상황은 아닙니다…만 하나라도 빨리 보고 싶군요. 엉엉.

곧 나올겁니다.

Posted using Partiko Android

감사합니다.
채굴이 되었는지도 모르고 있었는데
그래도 비슷하게 채굴을 하고 있군요
완전 괜찮은데요. 감사 감사 꾸벅~~~

Congratulations @tradingideas! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You published more than 1000 posts. Your next target is to reach 1100 posts.

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

Do not miss the last post from @steemitboard:

The Steem community has lost an epic member! Farewell @woflhart!
SteemitBoard - Witness Update
Do not miss the coming Rocky Mountain Steem Meetup and get a new community badge!
Vote for @Steemitboard as a witness to get one more award and increased upvotes!

이걸 따로 다 뽑아내시다니 대단하십니다. 웹 버전도 곧 나오겠네요!

저도 오늘 첫 채굴이 되었더라구요~

신나는 채굴 가즈아~

그렇지 않아도 goodhello님 첫 채굴된 것 보고 다행이다 라고 생각하고 있었어요. 축하합니다.

Thank you for your continued support towards JJM. For each 1000 JJM you are holding, you can get an additional 1% of upvote. 10,000JJM would give you a 11% daily voting from the 700K SP virus707 account.

Hi @tradingideas!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 3.647 which ranks you at #5256 across all Steem accounts.
Your rank has dropped 37 places in the last three days (old rank 5219).

In our last Algorithmic Curation Round, consisting of 179 contributions, your post is ranked at #102.

Evaluation of your UA score:
  • You're on the right track, try to gather more followers.
  • The readers like your work!
  • You have already shown user engagement, try to improve it further.

Feel free to join our @steem-ua Discord server

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.030
BTC 67388.31
ETH 3311.98
USDT 1.00
SBD 2.74