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...

우분투 18.04에서 빌드한 steemd, cli_wallet을 우분투 20.04에서 실행

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/18-04-steemd-cliwallet-20-04


우분투 18.04LTS에서 steemd와 cli_wallet을 빌드해서 우분투 20.04LTS에서 실행해 보았습니다.

우선 steemd는 문제 없이 잘 실행되는 것 같습니다. 다행이네요.

cli_wallet은 오류가 발생하는데, libreadline.so.7 파일이 없다는 내용입니다.

우분투 20.04LTS의 라이브러리 파일을 살펴보았습니다. /lib/x86_64-linux-gnu/ 디렉토리에 있습니다.

20.04에서는 libreadline.so.8이 있네요. libreadline.so.8.0에 심볼릭 링크(symbolic link)로 연결되어 있습니다. 버전이 7에서 8로 올라간 모양입니다.

호환성에 큰 문제는 없을 것으로 생각되어 libreadline.so.7을 심볼릭 링크로 만들어 libreadline.so.8.0에 연결했습니다.

cd /lib/x86_64-linux-gnu/
sudo ln -s libreadline.so.8.0 libreadline.so.7

다시 cli_wallet을 실행해 보니, 해당 오류 메시지가 사라졌습니다. 아마도 문제 없을 것으로 보입니다.

빠르면 오늘중으로 증인 노드 구동을 시도해 볼 수 있을 것 같습니다.

Comments

Popular posts from this blog

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

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

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