create account

[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란? by nand

View this thread on: hive.blogpeakd.comecency.com
· @nand ·
$6.38
[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?
![](http://i.imgur.com/3rkXFiZ.png)


스팀잇에서 항상 아이디 옆에 따라다니는 동그라미 안에 숫자 뭔지 아시나요? 

reputation 입니다.

한글 번역이 문제인데요.

명성?평판? 명망? 영명?

전 `명성`이 더 익숙해 보이는데, `평판`이라고 더 많이 쓰시는 것 같더라고요.

한글 스팀잇이 나올 때 잘 정하면 될 것 같습니다. 
(이미 정해졌나요?)

이게 높으면 좋은가요? 

네. 

그럼 어떻게 올리죠?

바로 알아볼게요.

---
## 계산 방법

![](http://i.imgur.com/IloAytR.jpg)

### 등장인물

`voter`와 `author`가 있습니다.

`voter`는 upvote나 flag 하는 사람. 
`author`는 글이나 댓글 작성자 입니다.


`voter`와 `author` 각자의 `reputation` 값이 있겠죠.

이건 화면상 보이는 값이 아니에요. 

화면상 값은 이게 수식으로 환산되어서 나옵니다.
(조금 이따 알아보죠)

`reputation` 값은 대략 10의 9제곱이 넘는 엄청 큰 값이에요.

---
### 언제 변하나?

`voter`가 `author`의 게시글에  upvote나 flag 를 눌렀을 때 `author`의 `reputation` 이 변합니다.

---
### 조건

케이스 바이 케이스로 알아보죠.

#### `voter`의  `reputation` 이 0보다 작다 (음수다)
-> `author`의 `reputation` 은 안변합니다.
- '`reputation`도 없는게 니가 감히?' 이거죠.


####  flag한 `voter`의  `reputation` 이 `author`의 `reputation`보다 작다
->- `author`의 `reputation` 은 안변합니다.
- '`reputation`도 나보다 작은게 감히 내 `reputation`을 깎아?' 이런거죠.

#### 다른 경우들은 `author`의 `reputation`에 `voter`의  reward share가 반영된다.


요약하자면 결국 뭐냐.
- `reputation` 이 0인 극단적인 `voter`를 제외하면.
- upvote는 모두 영향을 주고.
- flag는 나보다 `author`보다 `reputation`이 큰 `voter`만 영향을 준다. 입니다.


두줄로 다시 요약합니다.
- **flag는 하극상이 안된다.**. 
- **`reputation`이 없으면 행위 무능력자다**
이렇게 볼 수 있겠네요.


그럼 reward share는 뭐죠?
저는 upvote 할 때 '영향을 미치는 그 무엇' 정도로 이해하고 있습니다. 100% upvote하면 100으로 미치고, 1% upvote하면 1으로 미치고요.
reward share는 steem power에 따라 달라지는 거 같긴 한데,
reputation에 따라서도 달라지는지는 모르겠군요.



---
### 화면 표시

이제 `reputation`이 화면에 표시됩니다.

그냥 바로 표시되는건 아니고, 이런 수식을 사용합니다.
`max(log10(abs(reputation))-9,0)*((reputation>= 0)?1:-1)*9+25`

이게 뭔말입니까? ㅎㅎ

---

또 케이스 바이 케이스로 설명하면,

- `reputation`이 10^9 되는 사람은 25로 표시됩니다.
그렇습니다. 처음 가입한 사람은 25로 표시되죠.

- `reputation`이 10^9 미만 되는 사람도 25로 표시됩니다.

- 더 내려가서 `reputation`이 음수면? 깎여서 16이 됩니다. 

- 더 깎여서 -10^9 미만으로 되면? 16보다 더 내려갑니다. 

25와 16 사이인 경우는 없겠네요.
사실 이런 케이스들은 별로 없을거고.

---

위로 올라가보죠. 

25부터 시작해서 `reputation`을 쌓으면 쌓을수록 커지는데, 

이게 log 형태로 커집니다.

그래서 점점 올리기 어려워집니다.

그럼 얼마나 어려운가요?

![](http://i.imgur.com/pmNB168.jpg)

이런 그래프를 띕니다.
50까진 비교적 빨리 올라가다가 엄청 느려지는 걸 보실 수 있죠.

![](http://i.imgur.com/bZ92yYn.jpg)
재미로 좀 밑쪽을 보면 이런 요상한 형태를 띕니다.

---
## 통계

스팀잇 유저 수는 22만명이 넘었다고 합니다.

이 중에 평판 70 넘는 분 보신 적 있나요.
몇 분 없죠.

70이 넘으면 123위 안에 드는 것입니다. 상위 약 0.06%네요.

60 넘으면 약 1650위 안에 드는 것. 상위 약 0.75%
50 넘으면 약 7100위. 상위 약 3.2%
40 넘으면 약 17000위. 상위 약 7.7%
30 넘으면 약 31000위. 상위 약 14%

감과는 약간 다른데요?
사실 22만명은 가입자 기준이지 실제 활동 인원과는 차이가 있을테니까요.


순위는 아래 링크에서 보실 수 있습니다.
https://steemwhales.com/?p=1&s=reputation


---
### 참고 자료

밑의 두 글을 참조하였습니다.
원글이 설명이 너무 이해하기 힘들게 쓰여 있어서 이 글을 작성하게 되었습니다.
- https://steemit.com/kr/@callihappiness/5ftpab
- https://steemit.com/steemit/@arcange/what-is-steemit-reputation-and-how-does-it-work

관련 github 코드입니다:
- https://github.com/steemit/steem/blob/master/libraries/plugins/follow/follow_plugin.cpp


---
여기까지입니다.

잘 보셨으면 Upvote (^) !
구독하시려면 Follow 부탁드려요.
지금까지 @nand 였습니다.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authornand
permlinksteem-dictionary-reputation
categorykr
json_metadata{"tags":["kr","steemit","kr-newbie","kr-steemit","steemkr"],"users":["nand"],"image":["http://i.imgur.com/3rkXFiZ.png","http://i.imgur.com/IloAytR.jpg","http://i.imgur.com/pmNB168.jpg","http://i.imgur.com/bZ92yYn.jpg"],"links":["https://steemwhales.com/?p=1&s=reputation","https://steemit.com/kr/@callihappiness/5ftpab","https://steemit.com/steemit/@arcange/what-is-steemit-reputation-and-how-does-it-work","https://github.com/steemit/steem/blob/master/libraries/plugins/follow/follow_plugin.cpp"],"app":"steemit/0.1","format":"markdown"}
created2017-06-29 11:43:57
last_update2017-06-29 11:43:57
depth0
children47
last_payout2017-07-06 11:44:00
cashout_time1969-12-31 23:59:59
total_payout_value5.879 HBD
curator_payout_value0.504 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,862
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,611,548
net_rshares707,356,150,045
author_curate_reward""
vote details (58)
@ahn ·
궁금했는데.^^.고맙습니다.ㅎ
properties (22)
authorahn
permlinkre-nand-steem-dictionary-reputation-20180116t080914198z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-16 08:09:15
last_update2018-01-16 08:09:15
depth1
children1
last_payout2018-01-23 08:09:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation11,921,293,249,650
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,888,705
net_rshares0
@nand ·
감사합니다~
properties (22)
authornand
permlinkre-ahn-re-nand-steem-dictionary-reputation-20180116t095830082z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-16 09:58:30
last_update2018-01-16 09:58:30
depth2
children0
last_payout2018-01-23 09:58:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,904,809
net_rshares0
@btm92 ·
스팀잇 아이디 옆에 숫자가 뭘뜻하는지 몰랐는데 이제 좀 알겠네요~ ㅎㅎ   좋은 글 감사드려요
properties (22)
authorbtm92
permlinkre-nand-steem-dictionary-reputation-20180129t213811480z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-29 21:38:12
last_update2018-01-29 21:38:12
depth1
children1
last_payout2018-02-05 21:38:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation1,402,224,233
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,383,725
net_rshares0
@nand ·
감사합니다. 이것도 읽어보세요
마크다운 총정리 https://steemit.com/kr/@nand/markdown
스팀잇에 올리면 안되는 글 https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit
properties (22)
authornand
permlinkre-btm92-re-nand-steem-dictionary-reputation-20180130t151038340z
categorykr
json_metadata{"tags":["kr"],"links":["https://steemit.com/kr/@nand/markdown","https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit"],"app":"steemit/0.1"}
created2018-01-30 15:10:39
last_update2018-01-30 15:10:39
depth2
children0
last_payout2018-02-06 15:10:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,593,020
net_rshares0
@choim ·
좋은글 읽고 보팅하고 팔로우 하고 갑니다 ㅎㅎ 

이제 시작한지 2틀? 3일? 되서 감도 안잡혔는데 

제 이름 옆에 숫자가 그런 의미였군요...

30이 넘으면 14%라고 하셨는데... 뿌듯하네요 ㅎㅎ
properties (22)
authorchoim
permlinkre-nand-steem-dictionary-reputation-20180212t022441624z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-12 02:24:45
last_update2018-02-12 02:24:45
depth1
children1
last_payout2018-02-19 02:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation2,952,630,372,437
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,811,664
net_rshares0
@nand ·
감사합니다. 
이것도 읽어보시면 도움이 될지도 모릅니다.
마크다운 총정리 https://steemit.com/kr/@nand/markdown
스팀잇에 올리면 안되는 글 https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit
properties (22)
authornand
permlinkre-choim-re-nand-steem-dictionary-reputation-20180212t105147581z
categorykr
json_metadata{"tags":["kr"],"links":["https://steemit.com/kr/@nand/markdown","https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit"],"app":"steemit/0.1"}
created2018-02-12 10:51:51
last_update2018-02-12 10:51:51
depth2
children0
last_payout2018-02-19 10:51:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,905,234
net_rshares0
@chuwo ·
명성이 뭐하는 것일까라고 고민하다 여기까지 왔습니다.
정리 감사합니다.
properties (22)
authorchuwo
permlinkre-nand-steem-dictionary-reputation-20180307t141107551z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-03-07 14:11:06
last_update2018-03-07 14:11:06
depth1
children0
last_payout2018-03-14 14:11:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation87,241,828,796
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,881,543
net_rshares0
@currencydoctor ·
감사합니다.
뉴비인데 명성이란게 있었네요
레벨같은거라고 보면 되겠네요 ㅎㅎ
properties (22)
authorcurrencydoctor
permlinkre-nand-steem-dictionary-reputation-20180116t235817572z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-16 23:58:18
last_update2018-01-16 23:58:18
depth1
children1
last_payout2018-01-23 23:58:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation97,546,560,662
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,050,711
net_rshares0
@nand ·
네 맞습니다. ㅎㅎ 레벨업하는 느낌입니다
properties (22)
authornand
permlinkre-currencydoctor-re-nand-steem-dictionary-reputation-20180121t173918985z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-21 17:39:21
last_update2018-01-21 17:39:21
depth2
children0
last_payout2018-01-28 17:39:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,160,008
net_rshares0
@cyan2017 ·
비록 오늘 첫 가입을 한 스티머지만 
30을 향해 노력해봐야겠습니다.
숫자가 무얼 뜻하나 궁금했는데 
레퓨테이션 평판?? 뭔말이지??싶어서 검색해서왔습니다.
팔로우하고갈게요^^
properties (22)
authorcyan2017
permlinkre-nand-steem-dictionary-reputation-20170927t200815810z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-09-27 20:08:15
last_update2017-09-27 20:08:15
depth1
children1
last_payout2017-10-04 20:08:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation7,879,210,094,268
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,116,068
net_rshares0
@nand ·
네 감사합니다 환영합니다~
properties (22)
authornand
permlinkre-cyan2017-re-nand-steem-dictionary-reputation-20170930t111847019z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-09-30 11:18:36
last_update2017-09-30 11:18:36
depth2
children0
last_payout2017-10-07 11:18:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,367,738
net_rshares0
@doosan ·
$0.36
와 이렇게 좋은 글이 업보트를 너무 적게 받았네요 ㅠㅠ
👍  
properties (23)
authordoosan
permlinkre-nand-steem-dictionary-reputation-20170717t002302841z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-07-17 00:23:03
last_update2017-07-17 00:23:03
depth1
children1
last_payout2017-07-24 00:23:03
cashout_time1969-12-31 23:59:59
total_payout_value0.270 HBD
curator_payout_value0.090 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation9,839,320,762,645
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,716,853
net_rshares70,804,383,075
author_curate_reward""
vote details (1)
@nand ·
좋게 봐주셔서 감사합니다
properties (22)
authornand
permlinkre-doosan-re-nand-steem-dictionary-reputation-20171222t122123703z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-12-22 12:21:24
last_update2017-12-22 12:21:24
depth2
children0
last_payout2017-12-29 12:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,686,933
net_rshares0
@feeltheair ·
보다 열심히 글을 올리고 보팅하고, 댓글도 달고 해야겠네요. 좋은 정보 감사합니다!
properties (22)
authorfeeltheair
permlinkre-nand-steem-dictionary-reputation-20180220t064316946z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-20 06:43:18
last_update2018-02-20 06:43:18
depth1
children1
last_payout2018-02-27 06:43:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation2,931,841,891,660
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,991,458
net_rshares0
@nand ·
네. 그러면 명성은 자연히 쌓여갈겁니다. 감사합니다~!
properties (22)
authornand
permlinkre-feeltheair-re-nand-steem-dictionary-reputation-20180220t194612828z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-20 19:46:15
last_update2018-02-20 19:46:15
depth2
children0
last_payout2018-02-27 19:46:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,150,910
net_rshares0
@geusgod ·
steem 변수값 분석중인데 좋은정보 감사드립니다~^^
properties (22)
authorgeusgod
permlinkre-nand-2017629t213055751z
categorykr
json_metadata{"tags":"kr","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-29 12:30:57
last_update2017-06-29 12:30:57
depth1
children1
last_payout2017-07-06 12:30:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation305,686,699,200
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,616,467
net_rshares0
@nand ·
저랑 비슷한 작업을 하고 계시군요.
서로 정보 나눠요~ 팔로우 할게요
properties (22)
authornand
permlinkre-geusgod-re-nand-2017629t213055751z-20170629t123900101z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 12:38:57
last_update2017-06-29 12:38:57
depth2
children0
last_payout2017-07-06 12:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,617,338
net_rshares0
@greenjuice ·
와..이제 이해가 되었네요..감사합니다.^^
properties (22)
authorgreenjuice
permlinkre-nand-steem-dictionary-reputation-20170630t112853153z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-30 11:28:57
last_update2017-06-30 11:28:57
depth1
children1
last_payout2017-07-07 11:28:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation23,007,934,038,307
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,748,993
net_rshares0
@nand ·
감사합니다! ㅎㅎ
👍  
properties (23)
authornand
permlinkre-greenjuice-re-nand-steem-dictionary-reputation-20170630t113014530z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-30 11:30:45
last_update2017-06-30 11:30:45
depth2
children0
last_payout2017-07-07 11:30:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,749,132
net_rshares1,345,880,208
author_curate_reward""
vote details (1)
@hoopy ·
이 좋은 글을 리스팀하지 못하네요. 아니면 제가 버튼을 못 찾고 있는 건가요? 좋은 글 감사합니다!
properties (22)
authorhoopy
permlinkre-nand-steem-dictionary-reputation-20180212t065800939z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-12 06:58:00
last_update2018-02-12 06:58:00
depth1
children1
last_payout2018-02-19 06:58:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation1,014,924,085,739
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,861,543
net_rshares0
@nand ·
감사합니다. 
리스팀은 7일 내 보상을 받지 않은 글만 가능합니다. 어떻게보면 불합리해 보일 수도 있죠.

이것도 읽어보시면 도움이 될지도 모릅니다.
마크다운 총정리 https://steemit.com/kr/@nand/markdown
스팀잇에 올리면 안되는 글 https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit
properties (22)
authornand
permlinkre-hoopy-re-nand-steem-dictionary-reputation-20180212t105101641z
categorykr
json_metadata{"tags":["kr"],"links":["https://steemit.com/kr/@nand/markdown","https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit"],"app":"steemit/0.1"}
created2018-02-12 10:51:06
last_update2018-02-12 10:51:06
depth2
children0
last_payout2018-02-19 10:51:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,905,123
net_rshares0
@icoclip ·
좋은글 감사합니다 팔로우 누르고 갑니다.
properties (22)
authoricoclip
permlinkre-nand-steem-dictionary-reputation-20171001t054415155z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-10-01 05:44:15
last_update2017-10-01 05:44:15
depth1
children1
last_payout2017-10-08 05:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation71,686,231,809
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,440,396
net_rshares0
@nand ·
네 감사합니다
properties (22)
authornand
permlinkre-icoclip-re-nand-steem-dictionary-reputation-20171222t122307569z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-12-22 12:23:09
last_update2017-12-22 12:23:09
depth2
children0
last_payout2017-12-29 12:23:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,687,170
net_rshares0
@jinsun950110 ·
오 궁금했던 부분인데 완전 깔끔히 해결되었네요ㅎㅎ
👍  
properties (23)
authorjinsun950110
permlinkre-nand-steem-dictionary-reputation-20170629t174627345z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 17:46:27
last_update2017-06-29 17:46:27
depth1
children1
last_payout2017-07-06 17:46:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation75,444,890,044
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,654,403
net_rshares1,045,921,370
author_curate_reward""
vote details (1)
@nand ·
도움이 되셨다니 좋군요 ㅎㅎ
properties (22)
authornand
permlinkre-jinsun950110-re-nand-steem-dictionary-reputation-20170629t180850509z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 18:09:18
last_update2017-06-29 18:09:18
depth2
children0
last_payout2017-07-06 18:09:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,657,102
net_rshares0
@kongstar ·
저는 상위 7.7프로이군요 !! 상위 1%를 향해 열심히 달려야겠습니다 ㅎㅎ
properties (22)
authorkongstar
permlinkre-nand-steem-dictionary-reputation-20170629t125922550z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 12:59:21
last_update2017-06-29 12:59:21
depth1
children1
last_payout2017-07-06 12:59:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation204,463,212,709
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,619,638
net_rshares0
@nand ·
같이 달려봐요 ㅎㅎ
👍  
properties (23)
authornand
permlinkre-kongstar-re-nand-steem-dictionary-reputation-20171222t122143714z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-12-22 12:21:45
last_update2017-12-22 12:21:45
depth2
children0
last_payout2017-12-29 12:21:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,686,989
net_rshares0
author_curate_reward""
vote details (1)
@kpanda ·
잘 읽었습니다!
properties (22)
authorkpanda
permlinkre-nand-steem-dictionary-reputation-20171222t091503487z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-12-22 09:15:03
last_update2017-12-22 09:15:03
depth1
children1
last_payout2017-12-29 09:15:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation155,790,202,707
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,664,996
net_rshares0
@nand ·
감사합니다~
properties (22)
authornand
permlinkre-kpanda-re-nand-steem-dictionary-reputation-20171222t122432368z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-12-22 12:24:33
last_update2017-12-22 12:24:33
depth2
children0
last_payout2017-12-29 12:24:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,687,342
net_rshares0
@kukudas ·
오 저는 상위 7.7%의 사람이었군요 💃🏻
properties (22)
authorkukudas
permlinkre-nand-2017629t21727645z
categorykr
json_metadata{"tags":"kr","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-29 12:07:27
last_update2017-06-29 12:07:27
depth1
children1
last_payout2017-07-06 12:07:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation378,537,429,608
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,613,988
net_rshares0
@nand ·
축하드립니다! ㅎㅎ 자부심 가지세요~
properties (22)
authornand
permlinkre-kukudas-re-nand-2017629t21727645z-20170629t123702789z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 12:37:00
last_update2017-06-29 12:37:00
depth2
children0
last_payout2017-07-06 12:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,617,113
net_rshares0
@m2emediaworks ·
이제 조금씩 이해가 되네요.. 시작한지 일주일인데 43이면 그래도 긍정적으로 생각해야겠네요
properties (22)
authorm2emediaworks
permlinkre-nand-steem-dictionary-reputation-20180203t090921121z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-03 09:09:18
last_update2018-02-03 09:09:18
depth1
children1
last_payout2018-02-10 09:09:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation155,276,942,996
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,599,528
net_rshares0
@nand ·
잘 하고 계십니다. 일주일에 그정도면 훌륭합니다.
properties (22)
authornand
permlinkre-m2emediaworks-re-nand-steem-dictionary-reputation-20180203t162611142z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-03 16:26:12
last_update2018-02-03 16:26:12
depth2
children0
last_payout2018-02-10 16:26:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,680,219
net_rshares0
@nannana777 ·
아 이제 이해가 되었습니다 ㅋㅋ 저는 가입지역별로 분류한건줄 알았네요 ㅎㅎㅎ
properties (22)
authornannana777
permlinkre-nand-steem-dictionary-reputation-20180217t062320221z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-17 06:23:30
last_update2018-02-17 06:23:30
depth1
children1
last_payout2018-02-24 06:23:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation378,556,235,683
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,184,424
net_rshares0
@nand ·
가입 지역별이라. 그것도 재밌겠는데요.

이것도 읽어보시면 도움이 될지도 모릅니다.
마크다운 총정리 https://steemit.com/kr/@nand/markdown
스팀잇에 올리면 안되는 글 https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit
properties (22)
authornand
permlinkre-nannana777-re-nand-steem-dictionary-reputation-20180217t192443561z
categorykr
json_metadata{"tags":["kr"],"links":["https://steemit.com/kr/@nand/markdown","https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit"],"app":"steemit/0.1"}
created2018-02-17 19:24:30
last_update2018-02-17 19:24:30
depth2
children0
last_payout2018-02-24 19:24:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id38,332,049
net_rshares0
@nuoi7 ·
설명 감사합니다~~~
properties (22)
authornuoi7
permlinkre-nand-steem-dictionary-reputation-20180205t003213111z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-02-05 00:32:15
last_update2018-02-05 00:32:15
depth1
children1
last_payout2018-02-12 00:32:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation73,782,729
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,011,704
net_rshares0
@nand ·
감사합니다. 이것도 읽어보세요
마크다운 총정리 https://steemit.com/kr/@nand/markdown
스팀잇에 올리면 안되는 글 https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit
properties (22)
authornand
permlinkre-nuoi7-re-nand-steem-dictionary-reputation-20180205t020223466z
categorykr
json_metadata{"tags":["kr"],"links":["https://steemit.com/kr/@nand/markdown","https://steemit.com/kr/@nand/do-not-write-these-things-on-steemit"],"app":"steemit/0.1"}
created2018-02-05 02:02:24
last_update2018-02-05 02:02:24
depth2
children0
last_payout2018-02-12 02:02:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,026,054
net_rshares0
@nyeon ·
잘보고 가요~
properties (22)
authornyeon
permlinkre-nand-steem-dictionary-reputation-20180514t142936231z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-05-14 14:28:33
last_update2018-05-14 14:28:33
depth1
children0
last_payout2018-05-21 14:28:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation10,159,068,196
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,647,243
net_rshares0
@paxnet ·
명성이란게 순위도 있었군요. 좋은 정보 감사합니다. 
하루 글쓰기 제한 있나요?
properties (22)
authorpaxnet
permlinkre-nand-steem-dictionary-reputation-20180124t111132706z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-24 11:11:36
last_update2018-01-24 11:11:36
depth1
children1
last_payout2018-01-31 11:11:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation4,092,970,542,068
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,897,212
net_rshares0
@nand ·
하루 글쓰기 제한은 없지만 `Bandwidth` 라는 개념이 있어서, 
너무 많이 쓰면 제한당할 수도 있습니다.
properties (22)
authornand
permlinkre-paxnet-re-nand-steem-dictionary-reputation-20180125t123455598z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-25 12:35:00
last_update2018-01-25 12:35:00
depth2
children0
last_payout2018-02-01 12:35:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,190,652
net_rshares0
@realgr ·
50만 찍고싶군요 ㅎㅎ 좋은글은 추천입니다!
properties (22)
authorrealgr
permlinkre-nand-steem-dictionary-reputation-20170629t115701201z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 11:57:03
last_update2017-06-29 11:57:03
depth1
children1
last_payout2017-07-06 11:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation11,552,313,280,970
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,612,892
net_rshares0
@nand ·
감사합니다. 50은 금방 찍으실거에요
properties (22)
authornand
permlinkre-realgr-re-nand-steem-dictionary-reputation-20170629t123637068z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 12:36:36
last_update2017-06-29 12:36:36
depth2
children0
last_payout2017-07-06 12:36:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,617,063
net_rshares0
@scylogo ·
좋은 글입니다. 결국에는 평판이 좋은분께서 보팅을 많이 해주셔야 올라갈수 있는 거네요. 그리고 평판은 로그함수로 50까지는 잘 올라가지만 그이상은 힘든 거고요
👍  
properties (23)
authorscylogo
permlinkre-nand-steem-dictionary-reputation-20180129t005347310z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2018-01-29 00:53:48
last_update2018-01-29 00:53:48
depth1
children0
last_payout2018-02-05 00:53:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation1,775,036,151,433
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,143,987
net_rshares488,502,476
author_curate_reward""
vote details (1)
@siwoo ·
생각보다 어려운것같아요 제가 바보라그런가 흑흑...ㅠㅠ  하지만 마지막 요약을 보고 대략이나마 알게됐어용 ㅎㅎ
properties (22)
authorsiwoo
permlinkre-nand-steem-dictionary-reputation-20170629t133735107z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 13:37:36
last_update2017-06-29 13:37:36
depth1
children1
last_payout2017-07-06 13:37:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation250,259,570,598
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,624,083
net_rshares0
@nand ·
두줄 요약까지 넣기 잘했군요.
사실 제가 좀 어렵게 쓴 것 같기도 해요. ㅎㅎ
properties (22)
authornand
permlinkre-siwoo-re-nand-steem-dictionary-reputation-20170629t141008795z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 14:10:06
last_update2017-06-29 14:10:06
depth2
children0
last_payout2017-07-06 14:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,628,097
net_rshares0
@steameat ·
글 잘읽었습니다.  고생하셨어요 덕분에 이해에 도움이 되네요.  제 블로그도 시간되시면 구경와주세요!
properties (22)
authorsteameat
permlinkre-nand-steem-dictionary-reputation-20170629t114612216z
categorykr
json_metadata{"tags":["kr"],"app":"steemit/0.1"}
created2017-06-29 11:46:15
last_update2017-06-29 11:46:15
depth1
children1
last_payout2017-07-06 11:46:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation450,237,017,378
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,611,800
net_rshares0
@nand ·
네 안그래도 @steameat님 팔로우 중이죠 ㅎㅎ 자주 놀러갈게요
properties (22)
authornand
permlinkre-steameat-re-nand-steem-dictionary-reputation-20170629t123616157z
categorykr
json_metadata{"tags":["kr"],"users":["steameat"],"app":"steemit/0.1"}
created2017-06-29 12:36:15
last_update2017-06-29 12:36:15
depth2
children0
last_payout2017-07-06 12:36:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation2,991,057,704,509
root_title"[Steem Dictionary] 스팀잇에서 reputation (평판,명성)이란?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,617,034
net_rshares0