How strong are the RC costs changing?

holger80(74)
Published in
#steem
Words
127
Reading
1 min
Listen
Play
8y

I'm working currently on an exact calculation of RC costs for the beem library. I will write an Utopian post about the new features when Utopian has recovered.

The script is creating a signed operation and calculates the exact RC costs that would have been charged when broadcasting the operation. As the calculation is accurate, we can see the smallest changes.

I calculated the RC costs 600x for

  • my last post
  • a transfer: {"from": "holger80", "to": "beembot", "amount": Amount("0.001 STEEM"), "memo": "Test"}
  • a vote: {"voter": "timcliff", "author": "holger80", "permlink": "rc-costs-do-not-depend-on-compute-time", "weight": 10000}

First results

RC costs for a post

rc_comment.png

RC costs for a transfer

rc_transfer.png

RC costs for a vote

rc_vote.png

Conclusion

All RC costs are going down right now. But the RC costs for a post/comment are almost constant.

I will continue to work on the new rc module for beem.

How strong are the RC costs changing? | Ecency