In my [previous article](https://steemit.com/steemdev/@oflyhigh/how-to-calculate-estimated-account-value-part-one), we concluded that: To calculate estimated account value, we need to get items from these four parts: 1) The assets in wallet( And in SAVINGS) 2) The assets in internal market 3) The assets(SBD) in conversion processes 4) The assets(rewards) to be claimed I will explain how to get them in this article.  # The assets in wallet( And in SAVINGS) The following assets need to be fetched. * STEEM * STEEM POWER * STEEM DOLLARS * STEEM in SAVINGS * STEEM DOLLARS in SAVINGS There is a API named **`get_accounts`** will retrieve the account information which contained the above items. ` vector< extended_account > get_accounts( vector< string > names ) const;` To retrieve them we need to put the account name into list, and then call API with this list as arguments. We can read the item value from the result using the corresponding key. Item | Key ----|---- STEEM | balance STEEM POWER | vesting_shares STEEM DOLLARS| sbd_balance STEEM in SAVINGS| savings_balance STEEM DOLLARS in SAVINGS | savings_sbd_balance     An additional note, STEEM POWER was expressed in the form of VESTS, we need to convert it to equivalent STEEM. # The assets in internal market To simplify the problem, In order to simplify the problem, we define two type of operations: ***BUY*** and ***SELL***. * **BUY**: We pay SBD, and want to receive STEEM * **SELL**: We pay STEEM, and want to receive SBD So, We get the following correspondence Asset| How to calculate ---|---- STEEM in internal market | Remaining STEEM in all opening SELL order STEEM DOLLARS in internal market | Remaining SBD in all opening BUY order There is a API named **`get_open_orders`**, will return all open orders in internal market for specified account. `vector<extended_limit_order> get_open_orders( string owner )const;` The example return information for my account.  We can draw the results from above information: we have 0.586 STEEM and 2 SBD in internal market. # The assets(SBD) in conversion processes As I mentioned in previous article, if we try to convert some amount SBD to STEEM, it will disappear from the wallet. So to accurately calculate the estimated account value, we need to get this part of SBD. Fortunately, there is a API called **`get_conversion_requests`**. `vector<convert_request_api_obj> get_conversion_requests( const string& account_name )const;` The result should like this one, We can work out the total amount of SBD easily.  # The assets(rewards) to be claimed And after HF18, users need to claim their rewards manually, so to accurately calculate the estimated account value, we need to add this part: Rewards to be claim. The good news is we can retrieval them directly from user info, with same API **`get_accounts`** and the same way. Item | Key ----|---- STEEM Reward to be claimed | `reward_steem_balance` STEEM DOLLARS to be claimed | `reward_sbd_balance` STEEM POWER to be claimed | `reward_vesting_balance` / `reward_vesting_steem`  For STEEM POWER to be claimed, we can obtain it from **`reward_vesting_balance`** or **`reward_vesting_steem`**, but the previous one need to be converted, so the later one is better. For detailed usage of APIs, Please refer to the [**steem source code** on Github](https://github.com/steemit/steem). # 中文 上篇文章中我们得出结论,精确计算账户估值,我们需要读取: * 钱包资产(包括存款账户) * 内部市场资产 * 转换中的资产 * 待收取的资产 我们可以使用: **`get_accounts`**读回钱包资产(包括存款账户) **`get_open_orders`**读回并计算出内部市场资产 **`get_conversion_requests`**读回并计算出 转换中的资产 **`get_accounts`**读回待收取的资产 API的详细用法,请参考[Github上的steem源码](https://github.com/steemit/steem)
author | oflyhigh |
---|---|
permlink | how-to-calculate-estimated-account-value-part-two |
category | steemdev |
json_metadata | {"tags":["steemdev","steemit","wallet","cn-programming","cn"],"image":["https://steemitimages.com/DQmbJsbAdBGz7L6r7nkrEuJjeZHGcpb3Lh2ABo7iei98v1S/image.png","https://steemitimages.com/DQmePGpEQhp6GcCRfqPrqWHop4eKarF4pmEZ77s21NprFLR/image.png","https://steemitimages.com/DQmQETyNWCmG71g62JbedfCg58PZXiEjCtaMiD4FVYarFq2/image.png","https://steemitimages.com/DQmNnnmDmmVpJ8hWjZieRdR6pEZmvLXS1JtQm4wwwdj4MB6/image.png","https://steemitimages.com/DQmc6REL5iKYF6hDDxvMeFWvPEDNXcAHyaMmK3SnE6ZGNwX/image.png","https://steemitimages.com/DQmXaRGkLLRGHDviC7YUT6RtuNmAaiP4z4523ehkimF2oM5/image.png","https://steemitimages.com/DQmbQyo4FaENctoreWzudn9cEpfqp9U4ZZeCHNSziMf7omf/image.png","https://steemitimages.com/DQmTRx1tH8Cp7J2rQP5raa23fxB2iray8MDa6BkPc51ZhHd/image.png"],"links":["https://steemit.com/steemdev/@oflyhigh/how-to-calculate-estimated-account-value-part-one","https://github.com/steemit/steem"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-02 05:27:12 |
last_update | 2017-09-02 08:00:39 |
depth | 0 |
children | 61 |
last_payout | 2017-09-09 05:27:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 238.745 HBD |
curator_payout_value | 49.103 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,373 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,617,616 |
net_rshares | 74,722,146,420,817 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 103,249,352,179 | 0.03% | ||
abit | 0 | 33,049,693,767,094 | 55% | ||
fractalnode | 0 | 320,702,353 | 25% | ||
k-rapper | 0 | 62,432,266,813 | 100% | ||
jademont | 0 | 180,848,392,527 | 100% | ||
andrew-jesus | 0 | 210,865,493 | 100% | ||
gavvet | 0 | 186,259,823,785 | 1% | ||
steve-walschot | 0 | 447,674,580 | 1% | ||
dragonslayer109 | 0 | 20,957,817,290 | 1% | ||
coinbitgold | 0 | 167,670,563,172 | 80% | ||
wongshiying | 0 | 30,202,516,304 | 100% | ||
proglobyte | 0 | 19,675,977,706 | 100% | ||
mark-waser | 0 | 200,016,474,467 | 100% | ||
geoffrey | 0 | 503,264,518,415 | 28% | ||
bacchist | 0 | 1,270,876,904 | 0.03% | ||
jacor | 0 | 7,133,980,578 | 1% | ||
livingfree | 0 | 938,579,942,878 | 15% | ||
juvyjabian | 0 | 1,301,924,223 | 3% | ||
fundurian | 0 | 40,759,664,818 | 30% | ||
arcange | 0 | 27,936,172,921 | 10% | ||
geronimo | 0 | 60,267,844,531 | 100% | ||
deanliu | 0 | 841,185,018,221 | 100% | ||
rea | 0 | 295,641,720,940 | 25% | ||
raphaelle | 0 | 5,029,462,449 | 10% | ||
joythewanderer | 0 | 115,306,575,237 | 100% | ||
lemooljiang | 0 | 79,452,514,092 | 25% | ||
ace108 | 0 | 503,978,820,093 | 25% | ||
tensaix2j | 0 | 2,091,319,451 | 100% | ||
prasanna | 0 | 586,357,221 | 100% | ||
lsc9999 | 0 | 126,948,282,774 | 100% | ||
proglobyte-m1 | 0 | 8,626,269,615 | 100% | ||
tingaling | 0 | 8,719,518,343 | 100% | ||
magicmonk | 0 | 35,547,312,997 | 100% | ||
laoyao | 0 | 32,303,277,996 | 100% | ||
cryptoninja | 0 | 169,447,792 | 2% | ||
somebody | 0 | 1,336,498,979,468 | 100% | ||
feelapi | 0 | 2,850,795,962 | 60% | ||
timsaid | 0 | 122,741,016,943 | 1% | ||
midnightoil | 0 | 174,157,420,952 | 100% | ||
btsabc | 0 | 88,151,109,802 | 100% | ||
kurtbeil | 0 | 397,941,872,594 | 100% | ||
xiaohui | 0 | 919,439,296,008 | 100% | ||
silentlucidity53 | 0 | 3,513,416,386 | 75% | ||
oflyhigh | 0 | 2,088,683,003,213 | 100% | ||
jackpot | 0 | 183,824,451 | 100% | ||
xiaokongcom | 0 | 15,527,187,962 | 100% | ||
hanshotfirst | 0 | 139,582,935,118 | 5% | ||
zentat | 0 | 26,359,653,888 | 100% | ||
rivalhw | 0 | 104,627,297,572 | 60% | ||
nextgen622 | 0 | 631,710,705,748 | 100% | ||
chinadaily | 0 | 235,066,943,080 | 100% | ||
helene | 0 | 266,764,024,223 | 100% | ||
ffcrossculture | 0 | 20,981,090,392 | 100% | ||
ethansteem | 0 | 465,253,051,879 | 100% | ||
sweetsssj | 0 | 2,973,144,143,335 | 10% | ||
tumutanzi | 0 | 2,287,794,718,672 | 13% | ||
steembriefing | 0 | 10,617,378,607 | 100% | ||
sumiiit | 0 | 1,299,211,495 | 100% | ||
englishtchrivy | 0 | 109,007,574,069 | 25% | ||
davidjkelley | 0 | 9,393,981,740 | 100% | ||
digital-wisdom | 0 | 82,757,607,529 | 100% | ||
ethical-ai | 0 | 7,171,802,948 | 100% | ||
cornerstone | 0 | 393,170,607,098 | 33% | ||
jwaser | 0 | 50,251,610,560 | 100% | ||
shieha | 0 | 244,935,756,647 | 100% | ||
profitgenerator | 0 | 2,635,724,785 | 100% | ||
ebargains | 0 | 468,852,113 | 10% | ||
bwaser | 0 | 11,791,970,100 | 100% | ||
z3r0d4yz | 0 | 3,955,573,424 | 100% | ||
anomaly | 0 | 365,071,489 | 1% | ||
ellepdub | 0 | 12,025,816,547 | 100% | ||
arama | 0 | 1,544,433,390,736 | 35% | ||
herpetologyguy | 0 | 380,929,563,608 | 100% | ||
morgan.waser | 0 | 20,826,800,848 | 100% | ||
landann | 0 | 144,700,676 | 100% | ||
whoib | 0 | 251,713,471 | 100% | ||
handyman | 0 | 9,336,361,177 | 100% | ||
strong-ai | 0 | 23,392,909,007 | 100% | ||
steemitawards | 0 | 8,345,009,924 | 100% | ||
thesteemitawards | 0 | 309,559,469 | 100% | ||
steemawards | 0 | 259,200,504 | 100% | ||
thesteemawards | 0 | 310,079,943 | 100% | ||
steemint | 0 | 24,606,572,455 | 100% | ||
stacee | 0 | 66,135,933,024 | 100% | ||
luneknight | 0 | 2,068,036,004 | 100% | ||
successforall | 0 | 628,871,675 | 100% | ||
alejandr0 | 0 | 609,735,346 | 100% | ||
steemtruth | 0 | 38,343,439,361 | 10% | ||
lalala | 0 | 47,434,844,440 | 100% | ||
black-eye | 0 | 141,386,443 | 100% | ||
themeanbean | 0 | 51,979,931,032 | 100% | ||
jmehta | 0 | 1,433,193,199 | 100% | ||
happyukgo | 0 | 390,564,946 | 30% | ||
muhtadiaremi | 0 | 2,537,994,936 | 100% | ||
devilwsy | 0 | 2,441,920,141 | 100% | ||
janiceting | 0 | 2,440,022,607 | 100% | ||
lydiachan | 0 | 65,158,991,089 | 100% | ||
technoprogressiv | 0 | 22,510,044,148 | 100% | ||
rappiro | 0 | 61,852,509 | 100% | ||
qeysolutions | 0 | 50,111,538,603 | 100% | ||
freedominnumbers | 0 | 1,613,223,290 | 100% | ||
dragon40 | 0 | 3,310,325,294 | 10% | ||
covey | 0 | 1,696,173,071 | 100% | ||
jackhircus | 0 | 50,258,869,468 | 85% | ||
blackbunny | 0 | 57,381,891,966 | 100% | ||
bitsy | 0 | 1,781,780,736 | 100% | ||
jubi | 0 | 21,583,173,476 | 100% | ||
free2play | 0 | 8,722,630,272 | 100% | ||
loosechange | 0 | 1,505,527,573 | 100% | ||
bigyellow | 0 | 2,705,598,039 | 100% | ||
ejemai | 0 | 6,783,269,829 | 42% | ||
lingfei | 0 | 77,014,396,370 | 100% | ||
shaunmza | 0 | 7,928,349,988 | 15% | ||
kiran27 | 0 | 554,978,578 | 100% | ||
yyyy | 0 | 26,464,853,079 | 100% | ||
normanvortex | 0 | 214,579,237 | 100% | ||
mandela | 0 | 2,122,107,876 | 1% | ||
aaronthegoat | 0 | 1,831,632,877 | 100% | ||
ygern | 0 | 8,230,455,612 | 45% | ||
trafalgar | 0 | 2,577,430,368,138 | 12% | ||
battleaxe | 0 | 1,145,065,238 | 2% | ||
cornelia | 0 | 5,371,311,736 | 100% | ||
austinsandersco | 0 | 94,502,113,284 | 70% | ||
photowebgear | 0 | 4,075,254,426 | 100% | ||
nemog | 0 | 457,471,930 | 100% | ||
bondar | 0 | 466,762,340 | 100% | ||
loloj | 0 | 457,453,428 | 100% | ||
mikrob | 0 | 462,888,862 | 100% | ||
spyspooky | 0 | 453,317,917 | 100% | ||
devexer | 0 | 461,776,671 | 100% | ||
aismor | 0 | 717,518,674 | 100% | ||
ses | 0 | 450,952,581 | 100% | ||
marrapi | 0 | 465,576,218 | 100% | ||
the50 | 0 | 22,625,991,856 | 100% | ||
ohanna | 0 | 476,474,502 | 100% | ||
marxrab | 0 | 2,964,677,851 | 8% | ||
jonahyates | 0 | 457,499,361 | 100% | ||
htliao | 0 | 5,100,097,456,031 | 31% | ||
c86l | 0 | 339,803,879 | 100% | ||
gordonovich | 0 | 1,044,394,490 | 5% | ||
emcvay | 0 | 516,134,502 | 10% | ||
maxd337 | 0 | 640,208,745 | 100% | ||
manuel78 | 0 | 108,000,839 | 1% | ||
texas-steemem | 0 | 6,581,472,034 | 100% | ||
steemlancer | 0 | 6,985,413,007 | 100% | ||
tellall | 0 | 500,579,890 | 100% | ||
mandagoi | 0 | 7,999,996,311 | 10% | ||
belleontherocks | 0 | 15,499,313,239 | 100% | ||
praz735u5 | 0 | 2,571,042,695 | 100% | ||
frankintaiwan | 0 | 56,688,011 | 10% | ||
ribalinux | 0 | 5,934,846,679 | 25% | ||
stackin | 0 | 15,144,025,173 | 1% | ||
anto2318 | 0 | 4,921,730,650 | 100% | ||
davy73 | 0 | 88,299,158 | 100% | ||
wylo | 0 | 634,054,854 | 100% | ||
susanlo | 0 | 43,228,921,928 | 100% | ||
jkkim | 0 | 29,450,161,087 | 10% | ||
ebejammin | 0 | 637,441,787,514 | 100% | ||
sallsteem | 0 | 3,881,240,584 | 100% | ||
steemj | 0 | 525,464,194 | 100% | ||
nanosesame | 0 | 10,318,481,441 | 100% | ||
simontycy | 0 | 579,598,655 | 100% | ||
kitcat | 0 | 70,077,057,055 | 64% | ||
happychau123 | 0 | 9,091,870,817 | 100% | ||
linuslee0216 | 0 | 8,081,239,161,152 | 41% | ||
revelim | 0 | 7,374,086,040 | 30% | ||
cryptohustler | 0 | 9,899,881,772 | 100% | ||
lima12 | 0 | 535,063,517 | 100% | ||
suitablybored | 0 | 1,006,549,107 | 100% | ||
wilkinshui | 0 | 58,095,148,978 | 100% | ||
kedjom-keku | 0 | 5,419,336,282 | 50% | ||
drwom | 0 | 18,515,431,421 | 100% | ||
exec | 0 | 82,485,819,105 | 100% | ||
eval | 0 | 830,371,268 | 100% | ||
aliyah2017 | 0 | 118,635,745,229 | 100% | ||
mypointofview | 0 | 461,285,705 | 100% | ||
aaronli | 0 | 19,584,840,217 | 100% | ||
todderic | 0 | 1,814,595,001 | 100% | ||
akuma3 | 0 | 607,937,971 | 100% | ||
nationalpark | 0 | 20,884,643,851 | 100% | ||
shenchensucc | 0 | 13,286,010,103 | 100% | ||
gamochkina1982 | 0 | 527,434,980 | 100% | ||
nanogivers | 0 | 131,297,259 | 100% | ||
cashisking | 0 | 10,382,189,305 | 100% | ||
hectorjoachim | 0 | 467,018,538 | 100% | ||
agusdiansyah | 0 | 3,520,368,933 | 100% | ||
walkinharmony | 0 | 8,875,119,500 | 90% | ||
asterix87 | 0 | 14,469,361,265 | 100% | ||
dwarrilow2002 | 0 | 203,829,758 | 100% | ||
spinladen | 0 | 317,688,764 | 100% | ||
chitnaingoo | 0 | 544,829,151 | 100% | ||
bilal7 | 0 | 529,285,480 | 100% | ||
stegis | 0 | 673,476,361 | 100% | ||
steameat | 0 | 449,594,896,757 | 100% | ||
abetterworld | 0 | 3,415,903,941 | 100% | ||
liflorence | 0 | 20,426,359,937 | 68% | ||
incrediblesnow | 0 | 10,871,728,038 | 50% | ||
hobby-club | 0 | 3,326,158,593 | 100% | ||
ldauch | 0 | 11,025,797,328 | 100% | ||
zeidlitwhips | 0 | 845,854,005 | 30.31% | ||
cryptosam95 | 0 | 858,914,153 | 100% | ||
devilcat | 0 | 399,943,275 | 100% | ||
tmoz | 0 | 433,679,553 | 100% | ||
jeffrey24864 | 0 | 1,604,637,883 | 100% | ||
futuresmart | 0 | 6,000,013,477 | 100% | ||
mrpointp | 0 | 19,139,982,112 | 30% | ||
that1consultant | 0 | 10,801,620,799 | 100% | ||
sanzo | 0 | 521,853,434 | 100% | ||
davaowhenyo | 0 | 620,139,483 | 100% | ||
allenshayzar | 0 | 619,520,000 | 100% | ||
rogasa3000 | 0 | 1,681,432,232 | 100% | ||
travelgirl | 0 | 17,029,851,972 | 53% | ||
theaccount | 0 | 343,833,600 | 100% | ||
raku | 0 | 784,924,965 | 100% | ||
neverxpected | 0 | 381,004,800 | 100% | ||
hamzeto | 0 | 1,328,323,422 | 100% | ||
resteeming | 0 | 532,906,416 | 100% | ||
crypto-expo | 0 | 133,714,241 | 100% | ||
ravenousappetite | 0 | 619,520,000 | 100% | ||
greatness96 | 0 | 1,324,729,944 | 100% | ||
aabb | 0 | 254,652,172 | 100% | ||
everrich | 0 | 585,485,370 | 100% | ||
auntigormint | 0 | 1,385,465,438 | 100% | ||
superhardness | 0 | 113,994,759,266 | 58% | ||
beccadeals | 0 | 1,131,082,957 | 100% | ||
mrliga | 0 | 8,844,698,464 | 100% | ||
powerfj | 0 | 3,566,768,999 | 50% | ||
angela.ghkh | 0 | 722,922,289 | 100% | ||
hannahwu | 0 | 7,488,599,010 | 47% | ||
ribalko26 | 0 | 535,884,800 | 100% | ||
jejangkit | 0 | 98,947,063 | 100% | ||
amarmech595 | 0 | 311,253,450 | 100% | ||
agamsaia | 0 | 3,967,080,356 | 100% | ||
elegente | 0 | 590,986,435 | 100% | ||
nicolemoker | 0 | 3,101,459,886,604 | 15% | ||
negojobs | 0 | 223,294,666 | 100% | ||
davidzack | 0 | 403,726,621 | 100% | ||
mawardi | 0 | 519,197,445 | 100% | ||
ceauvalh | 0 | 592,715,962 | 100% | ||
manishsingh9 | 0 | 634,703,937 | 100% | ||
leyla5 | 0 | 1,027,877,253 | 100% | ||
nenyandriyany | 0 | 1,139,956,165 | 100% | ||
applesspatrick | 0 | 1,031,705,329 | 100% | ||
beulahlandeu | 0 | 2,215,312,971 | 100% | ||
sweethoney | 0 | 967,880,070 | 100% | ||
duekie | 0 | 353,730,049 | 100% | ||
idx | 0 | 11,490,738,617 | 55% | ||
nasrud | 0 | 704,462,554 | 100% | ||
petrosy | 0 | 483,225,600 | 100% | ||
sleepyheadspeaks | 0 | 869,280,667 | 100% | ||
malakah | 0 | 441,219,985 | 100% | ||
kangnajiang | 0 | 410,074,338 | 30% | ||
olyanich | 0 | 523,703,677 | 100% | ||
chaofanjun | 0 | 3,353,590,506 | 100% | ||
jasonshick | 0 | 11,303,252,953 | 50% | ||
exprmnt | 0 | 1,955,177,958 | 100% | ||
nurhasib | 0 | 68,726,316 | 100% | ||
lancy | 0 | 336,097,634 | 50% | ||
hatalita | 0 | 492,518,400 | 100% | ||
gigpen | 0 | 458,395,349 | 100% | ||
shakibsarker | 0 | 825,352,139 | 100% | ||
rooneey | 0 | 952,891,069 | 100% | ||
leogor1234 | 0 | 3,449,393,658 | 100% | ||
aafeng | 0 | 546,485,917 | 88% | ||
luojia | 0 | 4,349,703,173 | 100% | ||
azharali | 0 | 585,446,400 | 100% | ||
sylvia1997 | 0 | 6,024,840,193 | 100% | ||
amaliatul | 0 | 374,864,035 | 100% | ||
reinhardbaust | 0 | 577,216,096 | 100% | ||
minimalpris | 0 | 1,393,780,307 | 100% | ||
fakire1sadaka | 0 | 141,168,520 | 50% | ||
yunkard | 0 | 201,831,094 | 100% | ||
geass | 0 | 140,950,463 | 30% | ||
funmeme | 0 | 1,394,390,383 | 100% | ||
karasui | 0 | 574,217,876 | 100% | ||
katkar | 0 | 216,456,687 | 100% | ||
alli.top | 0 | 146,846,002 | 100% | ||
ghady | 0 | 887,906,809 | 100% | ||
mzockova | 0 | 529,689,600 | 100% | ||
secvolgo | 0 | 526,592,000 | 100% | ||
olpite | 0 | 535,920,500 | 100% | ||
eleon88 | 0 | 595,066,831 | 100% | ||
phabr | 0 | 446,054,400 | 100% | ||
yupiter | 0 | 526,662,156 | 100% | ||
mikovsech | 0 | 539,197,877 | 100% | ||
jerlen17 | 0 | 316,313,048 | 100% | ||
yinlovesu0914 | 0 | 3,580,525,121 | 100% | ||
santigs | 0 | 729,956,380 | 100% | ||
likun | 0 | 537,807,442 | 100% | ||
eosint | 0 | 2,171,943,420 | 100% | ||
solomonsojay | 0 | 442,558,357 | 50% | ||
luciferianluci | 0 | 530,699,939 | 100% | ||
nantorious | 0 | 445,575,504 | 100% | ||
kashish.azad | 0 | 417,284,302 | 100% | ||
olosofja | 0 | 548,745,174 | 100% | ||
sultan-aceh | 0 | 75,588,041 | 100% | ||
anatolich | 0 | 519,780,542 | 100% | ||
allacorneva | 0 | 531,171,690 | 100% | ||
zuski | 0 | 81,465,293 | 100% | ||
endless.drugs | 0 | 645,147,640 | 100% | ||
freedom-fighter | 0 | 619,520,000 | 100% | ||
fbslo | 0 | 379,377,699 | 100% | ||
enta | 0 | 5,877,777,397 | 23% | ||
redtea | 0 | 855,938,770 | 100% | ||
rosbah | 0 | 78,765,389 | 100% | ||
softboy112 | 0 | 1,098,198,333 | 100% | ||
miyata1987 | 0 | 53,001,515 | 100% | ||
geckothailand | 0 | 317,019,008 | 100% | ||
sebboo4 | 0 | 356,619,264 | 100% | ||
michaelsi | 0 | 0 | 100% | ||
gameoutcome | 0 | 5,421,381,020 | 20% | ||
arifhidayat | 0 | 1,143,234,661 | 100% | ||
faustino | 0 | 120,296,282 | 100% | ||
mashrurkhan | 0 | 1,147,418,835 | 100% | ||
karnaout | 0 | 1,160,642,779 | 100% | ||
checlevack | 0 | 986,545,464 | 100% | ||
neoint | 0 | 2,760,351,987 | 100% | ||
crazyspazeface | 0 | 632,916,119 | 100% | ||
bachtiar0210 | 0 | 70,845,124 | 100% | ||
skpjr001 | 0 | 1,153,279,827 | 100% | ||
angeltours | 0 | 992,346,083 | 100% | ||
younis | 0 | 1,107,601,175 | 100% | ||
rusinho027 | 0 | 263,755,451 | 100% | ||
technologynepal | 0 | 1,160,638,332 | 100% | ||
majajobee | 0 | 826,187,223 | 100% | ||
nawi | 0 | 88,771,007 | 100% | ||
jaderpogi | 0 | 1,458,269,021 | 100% | ||
teleandr | 0 | 729,544,439 | 100% | ||
fixatij | 0 | 93,352,112 | 100% | ||
dgorbunov | 0 | 1,197,508,218 | 100% | ||
mescalito | 0 | 6,387,863,829 | 100% | ||
kanashimi | 0 | 79,341,005 | 5% | ||
astasya | 0 | 992,342,976 | 100% | ||
cupidofdarkness | 0 | 180,774,147 | 100% | ||
qacen | 0 | 824,049,926 | 100% | ||
vote4modi | 0 | 1,050,858,715 | 100% | ||
serfis | 0 | 956,086,458 | 100% | ||
alexey11 | 0 | 446,855,450 | 100% | ||
pitzywealth | 0 | 1,037,625,047 | 100% | ||
chen-chen | 0 | 850,786,919 | 100% | ||
lebman | 0 | 970,195,342 | 100% | ||
have-a-nice-day | 0 | 232,703,860 | 20% | ||
xeyri | 0 | 279,066,370 | 100% | ||
eloyibarra | 0 | 157,592,887 | 100% | ||
makaroni123 | 0 | 256,781,749 | 100% | ||
tiffanyrej | 0 | 1,977,792,492 | 100% | ||
khalilad | 0 | 1,131,615,965 | 100% | ||
faissalchahid | 0 | 906,724,682 | 100% | ||
sajjad711 | 0 | 777,899,632 | 100% | ||
bliond | 0 | 961,661,533 | 100% | ||
sid9999 | 0 | 227,995,830 | 100% | ||
erraji | 0 | 1,067,781,100 | 100% | ||
ms8988 | 0 | 1,086,655,811 | 100% | ||
superbing | 0 | 1,459,820,138 | 30% | ||
dailyfortune | 0 | 628,069,942 | 30% | ||
hilal71 | 0 | 969,126,365 | 100% | ||
janoed | 0 | 1,120,008,023 | 100% | ||
jonas160 | 0 | 52,705,304 | 100% | ||
mohdhaekal | 0 | 683,713,308 | 100% | ||
lahcen80 | 0 | 953,139,343 | 100% | ||
athenabree08 | 0 | 284,757,158 | 100% | ||
dalee | 0 | 781,337,196 | 100% | ||
qaismx | 0 | 395,479,746 | 100% | ||
sakshi1524 | 0 | 441,922,850 | 100% | ||
zafarynl | 0 | 94,387,678 | 100% | ||
xiaoshancun | 0 | 247,536,055 | 100% | ||
raihanrahman | 0 | 882,077,195 | 100% | ||
sarumagar | 0 | 487,463,565 | 100% | ||
cryptononymous | 0 | 17,956,514,340 | 100% | ||
rocketmining | 0 | 510,675,140 | 100% | ||
jorjinho10 | 0 | 191,503,010 | 100% | ||
dailystats | 0 | 644,736,453 | 30% | ||
bobbydee | 0 | 992,332,779 | 100% | ||
theassailant | 0 | 437,166,994 | 100% | ||
enrisan | 0 | 214,715,247 | 100% | ||
skinzart | 0 | 156,684,097 | 100% | ||
emarshall98 | 0 | 934,301,470 | 100% | ||
fgik | 0 | 998,135,710 | 100% | ||
derkon | 0 | 992,332,591 | 100% | ||
coinwallet | 0 | 969,119,859 | 100% | ||
stbrians | 0 | 313,368,041 | 100% | ||
marek33 | 0 | 290,155,584 | 100% | ||
sekou | 0 | 638,342,256 | 100% | ||
moviemeter | 0 | 406,217,785 | 100% | ||
nicejob | 0 | 1,160,622,222 | 100% | ||
steemfuad | 0 | 841,451,047 | 100% | ||
moneyup | 0 | 1,096,787,878 | 100% | ||
ilya1990 | 0 | 464,248,833 | 100% | ||
fullbex | 0 | 1,120,000,252 | 100% | ||
grapeape6 | 0 | 301,761,725 | 100% | ||
arvinder | 0 | 1,056,165,977 | 100% | ||
zelcott | 0 | 1,032,953,379 | 100% | ||
thegoliath | 0 | 220,518,126 | 100% | ||
emmakaur | 0 | 284,352,256 | 100% | ||
xiepan | 0 | -1,160,621,419 | -100% | ||
classypalani | 0 | 58,031,067 | 100% | ||
brokenheartgang | 0 | 127,668,299 | 100% | ||
ahmadalmohamad | 0 | 278,549,014 | 100% | ||
felixkwt | 0 | 1,160,620,882 | 100% | ||
thazol | 0 | 974,921,508 | 100% | ||
blockchaincenter | 0 | 1,119,998,667 | 100% | ||
eddzin | 0 | 1,096,785,725 | 100% | ||
bleizer | 0 | 789,221,380 | 100% | ||
papcio | 0 | 876,267,772 | 100% | ||
amirali1990 | 0 | 696,371,738 | 100% | ||
asocial | 0 | 232,123,911 | 100% | ||
saidadnane | 0 | 1,032,951,369 | 100% | ||
erlan91 | 0 | 493,263,268 | 100% | ||
xj3000 | 0 | 435,232,295 | 100% | ||
khuber | 0 | 1,079,375,939 | 100% | ||
domcrypto | 0 | 905,282,806 | 100% | ||
scottrade | 0 | 1,073,572,557 | 100% | ||
silviubash | 0 | 876,267,299 | 100% | ||
fulgance | 0 | 777,614,580 | 100% | ||
roncrowder | 0 | 383,004,185 | 100% | ||
ping-ping | 0 | 1,137,406,327 | 100% | ||
viperinemarrow | 0 | 980,722,615 | 100% | ||
raedan | 0 | 1,073,571,096 | 100% | ||
schurik | 0 | 81,243,137 | 100% | ||
alexeyqian | 0 | 0 | 100% | ||
weiwang01 | 0 | 0 | 100% |
nice post and i like read your post... thank you
author | agamsaia |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t053948020z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 05:39:45 |
last_update | 2017-09-02 05:39:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 05:39:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 2,090,775,223,533 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,618,325 |
net_rshares | 0 |
Finally know how to calculation between all these assets, great post!
author | alexeyqian |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20180119t041155763z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-01-19 04:11:57 |
last_update | 2018-01-19 04:11:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-26 04:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 181,222,266 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,540,688 |
net_rshares | 0 |
useful dear,, thanks # upvoted
author | angela.ghkh |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t055803407z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 05:58:03 |
last_update | 2017-09-02 05:58:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 05:58:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 2,888,077,605,665 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,619,488 |
net_rshares | 0 |
写的很清楚,看一次就能了解了。 谢谢 有空的话看下我的 post, 谢谢 :) Please check out my post too if possible, Thanks :) https://steemit.com/cn/@applesspatrick/saturday-photography-awesome-shot-in-a-rainy-day
author | applesspatrick |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t183146756z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://steemit.com/cn/@applesspatrick/saturday-photography-awesome-shot-in-a-rainy-day"],"app":"steemit/0.1"} |
created | 2017-09-02 18:31:48 |
last_update | 2017-09-02 18:31:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 18:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 1,315,638,110,417 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,673,728 |
net_rshares | 0 |
Congratulations @oflyhigh! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170902) in the following category: * Pending payout - Ranked 4 with $ 302,11
author | arcange |
---|---|
permlink | re-how-to-calculate-estimated-account-value-part-two-20170902t164318000z |
category | steemdev |
json_metadata | "" |
created | 2017-09-03 14:41:57 |
last_update | 2017-09-03 14:41:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 14:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 1,146,606,639,109,506 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,748,707 |
net_rshares | 0 |
Very detailed informative post. Thanks for all the information.
author | beccadeals |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t132105180z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 13:21:06 |
last_update | 2017-09-02 13:21:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 13:21:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 1,684,200,351,243 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,647,327 |
net_rshares | 0 |
O哥这中文够简洁的。哈哈
author | bigyellow |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t155641229z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 15:56:30 |
last_update | 2017-09-02 15:56:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 15:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 7,347,169,841,366 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,660,506 |
net_rshares | 0 |
O哥,代理的SP能算入账户资产吗?
author | chaofanjun |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t233153644z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 23:31:54 |
last_update | 2017-09-02 23:31:54 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 23:31:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 3,294,852,863,443 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,693,105 |
net_rshares | 0 |
当然不能 😄
author | oflyhigh |
---|---|
permlink | re-chaofanjun-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t235139280z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 23:51:39 |
last_update | 2017-09-02 23:51:39 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 23:51:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,694,156 |
net_rshares | 0 |
excellent post friend
author | cointraveler |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t052909205z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 05:29:18 |
last_update | 2017-09-02 05:29:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 05:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 21,756,488,559 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,617,737 |
net_rshares | 0 |
I use https://steemd.com there all the info
author | cryptotrader2017 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t074046387z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://steemd.com"],"app":"steemit/0.1"} |
created | 2017-09-03 07:40:51 |
last_update | 2017-09-03 07:40:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 07:40:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 7,902,886,759,634 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,719,652 |
net_rshares | 0 |
Super cool thanks!
author | davidrestrepo |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t005201445z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-03 00:51:51 |
last_update | 2017-09-03 00:51:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 00:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.393 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 757,119,534,433 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,697,276 |
net_rshares | 104,394,861,428 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
davidrestrepo | 0 | 104,394,861,428 | 100% |
Very usefull information! Thank you for sharing this great information. :)
author | edgaras123 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t092256738z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-03 09:22:54 |
last_update | 2017-09-03 09:22:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 09:22:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 10,891,883,384 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,725,549 |
net_rshares | 0 |
Excellent tutorial! Resteemed!
author | elegente |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t224145402z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 22:41:42 |
last_update | 2017-09-02 22:41:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 22:41:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | -273,943,619,793 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,690,406 |
net_rshares | 0 |
author | endless.drugs |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t003944824z |
category | steemdev |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2017-09-03 00:39:48 |
last_update | 2022-05-03 04:30:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 00:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 31,910,531,697,153 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,696,680 |
net_rshares | 426,684,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endless.drugs | 0 | 426,684,947 | 100% |
Good post. Good. Luck! Follow me thanks!
author | erraji |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t073851984z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 07:38:57 |
last_update | 2017-09-02 07:38:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 07:38:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 4,492,031,957 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,625,258 |
net_rshares | 0 |
i hope u explain soon how to get payouts also.. and thanks for this one :) many of us needed to know all this..
author | fhakrul |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t163323806z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 16:33:24 |
last_update | 2017-09-02 16:33:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 16:33:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 307,725,527,834 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,663,867 |
net_rshares | 0 |
you always become useful when you start to write a post and share with us, somehow we should be grateful, because what you submit is really very easy to understand
author | fikarmalow | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t154814367z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 08:48:18 | ||||||
last_update | 2017-09-02 08:48:18 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-09-09 08:48:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 163 | ||||||
author_reputation | 245,684,224,045 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,629,463 | ||||||
net_rshares | 0 |
Thank you.
author | oflyhigh |
---|---|
permlink | re-fikarmalow-re-oflyhigh-201792t154814367z-20170902t120228420z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:02:36 |
last_update | 2017-09-02 12:02:36 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 12:02:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,734 |
net_rshares | 0 |
This is an area that has always baffled me and I believe others too. You have made so clear even for new users. I recommend others to book mark the post for future reference.
author | gigpen |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t062059684z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:21:03 |
last_update | 2017-09-02 06:21:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 06:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 381,110,239,767 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,620,809 |
net_rshares | 0 |
The method is streamlined but has great utility Thank you for this useful article We await your further information
author | gostar |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t205430906z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 20:54:15 |
last_update | 2017-09-02 20:54:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 20:54:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 27,511,165,434 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,683,554 |
net_rshares | 0 |
Excellent post @oflyhigh, I agree with what you write, it's very interesting, thanks for sharing that information , I follow you, we must support ourselves as a community, I appreciate it if you I would give me a look at my last post and give me your opinion, greetings and success in everything.
author | hectorjoachim |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t054534916z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"} |
created | 2017-09-02 05:45:39 |
last_update | 2017-09-02 05:45:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 05:45:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 842,137,746,604 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,618,652 |
net_rshares | 0 |
wow nice job
author | holl.boll |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t080144219z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 08:01:42 |
last_update | 2017-09-02 08:01:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 08:01:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | -30,357,862,109 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,626,634 |
net_rshares | 0 |
thanks 4 such a nice post
author | imth3best1 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t110842599z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-03 11:08:45 |
last_update | 2017-09-03 11:09:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 11:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 21,088,747,939 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,732,237 |
net_rshares | 645,656,007 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
imth3best1 | 0 | 645,656,007 | 100% |
Good Please apvote me. https://steemit.com/travel/@jasonmunapasee/travels-lake-fresh-water-treatment-201792t184242680z
author | jasonmunapasee |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t041351843z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://steemit.com/travel/@jasonmunapasee/travels-lake-fresh-water-treatment-201792t184242680z"],"app":"steemit/0.1"} |
created | 2017-09-03 04:14:00 |
last_update | 2017-09-03 04:14:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 04:14:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 762,044,151,528,650 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,707,991 |
net_rshares | 0 |
I always visit your blog because you inspires me. Do what you do. Thank you very much for sharing inspiring content.
author | keks |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t145424128z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 14:54:24 |
last_update | 2017-09-02 14:54:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 14:54:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 3,120,009,340,054 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,655,100 |
net_rshares | 0 |
Step by step explanation...great work! 👍
author | leyla5 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t94137547z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 05:41:42 | ||||||
last_update | 2017-09-02 05:41:42 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-09-09 05:41:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 40 | ||||||
author_reputation | 1,040,285,308,040 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,618,429 | ||||||
net_rshares | 0 |
Thank you.
author | oflyhigh |
---|---|
permlink | re-leyla5-re-oflyhigh-201792t94137547z-20170902t115925629z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 11:59:33 |
last_update | 2017-09-02 11:59:33 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 11:59:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,503 |
net_rshares | 0 |
Thanks for sharing!
author | maestroq |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t060837727z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:08:39 |
last_update | 2017-09-02 06:08:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 06:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 5,924,317,112,668 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,620,111 |
net_rshares | 0 |
Thanks for sharing the Information of steemit account value, Really it helped a lot to understand basic mechanism of steemit. Also I missed the part one, definitely will navigate and read it out..
author | manishsingh9 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t060937805z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:09:36 |
last_update | 2017-09-02 06:09:36 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 06:09:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 11,449,295,224 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,620,166 |
net_rshares | 0 |
You are welcome!
author | oflyhigh |
---|---|
permlink | re-manishsingh9-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t120120352z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:01:27 |
last_update | 2017-09-02 12:01:27 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 12:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,647 |
net_rshares | 0 |
Gone over my head 🙄🙄
author | mhain |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t130506469z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 13:05:09 |
last_update | 2017-09-02 13:05:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 13:05:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 1,997,446,384 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,646,144 |
net_rshares | 0 |
permission to reblog again because its very nice post
author | mohdhaekal | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t13250461z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 06:02:54 | ||||||
last_update | 2017-09-02 06:02:54 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-09-09 06:02:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 53 | ||||||
author_reputation | 2,373,946,032,372 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,619,777 | ||||||
net_rshares | 0 |
Thank you.
author | oflyhigh |
---|---|
permlink | re-mohdhaekal-re-oflyhigh-201792t13250461z-20170902t120053799z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:01:03 |
last_update | 2017-09-02 12:01:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 12:01:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,606 |
net_rshares | 0 |
Thanks for this detailed post!
author | nantorious |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t084320155z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 08:43:18 |
last_update | 2017-09-02 08:43:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 08:43:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 29,912,880,936 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,629,157 |
net_rshares | 123,037,872 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
usedproductz | 0 | 123,037,872 | 100% |
Great explanation! Ty
author | nicejob |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t080005142z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 08:00:03 |
last_update | 2017-09-02 08:00:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 08:00:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 99,707,375 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,626,529 |
net_rshares | 0 |
Or... we could just take the account value estimation on the wallet as gospel :) Great post!
author | oddnugget |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t145906939z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 14:59:12 |
last_update | 2017-09-02 14:59:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 14:59:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 640,761,657,131 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,655,554 |
net_rshares | 0 |
thanks for sharing i will take my time to study this
author | ogunlaja |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t065811181z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:58:12 |
last_update | 2017-09-02 06:58:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 06:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 176,684,260,841 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,622,869 |
net_rshares | 765,455,616 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ogunlaja | 0 | 765,455,616 | 100% |
very useful information thank you @oflyhigh for sharing
author | padmakshi |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t060359881z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"} |
created | 2017-09-02 06:04:03 |
last_update | 2017-09-02 06:04:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 06:04:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 1,095,407,523,576 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,619,854 |
net_rshares | 0 |
Nice
author | rappiro | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t13148185z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 16:01:48 | ||||||
last_update | 2017-09-02 16:01:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-09 16:01:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4 | ||||||
author_reputation | 8,955,066,682,926 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,660,949 | ||||||
net_rshares | 0 |
Vielen Dank für diesen sehr informativen Beitrag.....Auch ich bin über jegliche Unterstützung dankbar
author | reinhardbaust |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t112357149z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-03 11:23:57 |
last_update | 2017-09-03 11:23:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 11:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 3,411,826,005 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,733,214 |
net_rshares | 0 |
Thanks a lot for sharing this post @oflyhigh ^_^ you have feed our minds with a knowledge about calculating the estimated account value. This sure is worthy for sharing :) Keep it up!
author | rejzons |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t061426448z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["oflyhigh"],"app":"steemit/0.1"} |
created | 2017-09-02 06:12:54 |
last_update | 2017-09-02 06:12:54 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 06:12:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 5,048,601,082,793 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,620,364 |
net_rshares | 0 |
Welcome.
author | oflyhigh |
---|---|
permlink | re-rejzons-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t120140081z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:01:48 |
last_update | 2017-09-02 12:01:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 12:01:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,666 |
net_rshares | 0 |
So clear....i just post and upvote on steemit but never know how to calculate it. But your post really elaborate it clearly.
author | rooneey | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t18125289z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 11:13:03 | ||||||
last_update | 2017-09-02 11:13:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-09 11:13:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 124 | ||||||
author_reputation | 8,862,226,725,886 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,638,527 | ||||||
net_rshares | 0 |
Very complete and useful article. Didn't had this view about the subject. I'm sharing !
author | roronoazoro | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201792t101224968z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-02 07:12:27 | ||||||
last_update | 2017-09-02 07:12:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-09 07:12:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 87 | ||||||
author_reputation | 58,241,631,353 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,623,721 | ||||||
net_rshares | 0 |
Thank you for part 2! Is there an online tool for this?
author | ruttydm |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170903t145840731z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-03 14:58:39 |
last_update | 2017-09-03 14:58:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 14:58:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 173,804,565,165 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,750,266 |
net_rshares | 0 |
your post is very nice, full pack of knowledge and very attractive :-)
author | saeedshaikh |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t210959223z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 21:10:03 |
last_update | 2017-09-02 21:10:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 21:10:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 95,404,093,559 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,684,692 |
net_rshares | 0 |
**i hope u explain soon how to get payouts also.. and thanks for this one :) many of us needed to know all this..**
author | sakshi1524 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t080705016z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 08:06:57 |
last_update | 2017-09-02 08:06:57 |
depth | 1 |
children | 2 |
last_payout | 2017-09-09 08:06:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | -62,326,817,280 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,626,960 |
net_rshares | 630,241,581 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dwarrilow2002 | 0 | 200,594,365 | 100% | ||
sakshi1524 | 0 | 429,647,216 | 100% |
There are many people who have strategies to get payouts. I think the biggest thing is participate. Create your own interesting posts, make well written and informed replies and up vote posts which you think deserve it. I believe the first 50 votes you make in the day are the most valuable. Check your wallet every day because I think it takes about a week for the steem to start fogging in (someone please correct me if I am wrong). Of course I only make pennies but I take joy in learning.
author | dwarrilow2002 |
---|---|
permlink | re-sakshi1524-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t183248450z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 18:32:48 |
last_update | 2017-09-02 18:32:48 |
depth | 2 |
children | 1 |
last_payout | 2017-09-09 18:32:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 493 |
author_reputation | 3,266,337,977,991 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,673,808 |
net_rshares | 1,699,860,024 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dwarrilow2002 | 0 | 197,358,972 | 100% | ||
laylahsophia | 0 | 898,247,020 | 100% | ||
sakshi1524 | 0 | 604,254,032 | 100% |
thanks... and i wish u all the best
author | sakshi1524 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dwarrilow2002-201793t23478639z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-03 18:17:12 | ||||||
last_update | 2017-09-03 18:17:36 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-09-10 18:17:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 35 | ||||||
author_reputation | -62,326,817,280 | ||||||
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 13,767,786 | ||||||
net_rshares | 365,599,407 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dwarrilow2002 | 0 | 365,599,407 | 100% |
Is there any technique for a post to come in trending section because I am feeling jealous seeing your payout money 🤣🤣
author | sid9999 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t082217956z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 08:22:21 |
last_update | 2017-09-02 08:22:21 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 08:22:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 1,063,603,177,392 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,627,919 |
net_rshares | 222,149,783 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sid9999 | 0 | 222,149,783 | 100% |
We all would love a bone or two to be thrown our way haha. Try joining @minnowsupport or giving @randowhale a go!
author | oddnugget |
---|---|
permlink | re-sid9999-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t145955446z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["minnowsupport","randowhale"],"app":"steemit/0.1"} |
created | 2017-09-02 15:00:03 |
last_update | 2017-09-02 15:00:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 15:00:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 640,761,657,131 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,655,628 |
net_rshares | 0 |
simplified but accurated detailed one. good post
author | sunrays |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t064636832z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:38:30 |
last_update | 2017-09-02 06:38:30 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 06:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 7,261,177,118 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,621,835 |
net_rshares | 1,143,213,709 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sunrays | 0 | 1,143,213,709 | 100% |
If this is the simplified version I would hate to see a detailed version. Valuable info nonetheless
author | jasonshick |
---|---|
permlink | re-sunrays-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t093938503z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 09:47:09 |
last_update | 2017-09-02 09:47:09 |
depth | 2 |
children | 0 |
last_payout | 2017-09-09 09:47:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 34,285,892,602,808 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,633,008 |
net_rshares | 1,143,213,194 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iamsubbu | 0 | 1,143,213,194 | 100% |
有些人说自己英语不好,我又被骗了
author | sylvia1997 |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t060254155z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:02:30 |
last_update | 2017-09-02 06:02:30 |
depth | 1 |
children | 4 |
last_payout | 2017-09-09 06:02:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 56,740,881,429,787 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,619,754 |
net_rshares | 0 |
o哥说喜欢美女 这个绝对错不了。:)
author | jubi |
---|---|
permlink | re-sylvia1997-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t060340710z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 06:03:42 |
last_update | 2017-09-02 06:03:42 |
depth | 2 |
children | 1 |
last_payout | 2017-09-09 06:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 82,406,494,254,467 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,619,835 |
net_rshares | 0 |
你知道的太多了!🔫
author | oflyhigh |
---|---|
permlink | re-jubi-re-sylvia1997-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t120032914z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:00:42 |
last_update | 2017-09-02 12:00:42 |
depth | 3 |
children | 0 |
last_payout | 2017-09-09 12:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,584 |
net_rshares | 0 |
哪个骗子,揭发他!😡
author | oflyhigh |
---|---|
permlink | re-sylvia1997-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t120008846z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 12:00:18 |
last_update | 2017-09-02 12:00:18 |
depth | 2 |
children | 1 |
last_payout | 2017-09-09 12:00:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,284,572,834,290,229 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,641,551 |
net_rshares | 0 |
切,你还不知道吗
author | sylvia1997 |
---|---|
permlink | re-oflyhigh-re-sylvia1997-re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t142433912z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 14:24:36 |
last_update | 2017-09-02 14:24:36 |
depth | 3 |
children | 0 |
last_payout | 2017-09-09 14:24:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 56,740,881,429,787 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,652,463 |
net_rshares | 0 |
Thanks @oflyhigh for a very detàiled information about calculating estimated account. I am new in steemit and your post helped a lot. Best regard @tatimaryati
author | tatimaryati |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t203303649z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["oflyhigh","tatimaryati"],"app":"steemit/0.1"} |
created | 2017-09-02 20:33:09 |
last_update | 2017-09-02 20:33:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 20:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 236,817,667,758 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,682,043 |
net_rshares | 0 |
Great post giving necessary information to understand your Steemit account, thanks for this!
author | thegoliath |
---|---|
permlink | re-oflyhigh-how-to-calculate-estimated-account-value-part-two-20170902t132900245z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-09-02 13:29:00 |
last_update | 2017-09-02 13:29:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-09 13:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 251,393,288,295,570 |
root_title | "How to calculate estimated account value: Part Two / 如何计算账户估值:第二部分" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,647,878 |
net_rshares | 0 |