 *Image Credit: Pixabay.com* @shenchensucc 12天前写了 [YY一个cn区最低保障系统](https://steemit.com/cn/@shenchensucc/yy-cn) 老实说,规则太复杂,实现起来有点难度(不仅是程序,而且还要考虑到 @justyy 机器人的资源 VP, SP)。 今天 YY了一个简单的雏形,当然规则还需要进一步细化,现[机器人](https://justyy.com/archives/5260)已经上线,使用方法及规则如下: # 谁能使用 需要是 CN 区 微信群成员 并在这个列表上: https://helloacm.com/tools/steemit/wechat/ # 怎么使用 使用方法很简单,只需要 代理给 @justyy 任意量的SP,信任可以从最基本的比如 20 SP做起。 ## 怎么代理? 可以通过 [vessel](https://justyy.com/archives/5106) 钱包( 作者: @jesta 开源steemit钱包 ): https://steemit.com/steem-project/@jesta/vessel-006-steem-power-delegation 或者可以通过 steemconnect 比如下面URL代理20SP给 @justyy 机器人 https://v2.steemconnect.com/sign/delegateVestingShares?delegator=YOUR_STEEM_ID&delegatee=justyy&vesting_shares=20 SP (**20后面有个空格**) 记得替换掉上面的 YOUR_STEEM_ID. # 有啥好处? 每天英国时间0点的时候会根据你代理的SP给一些利息表示感谢 (CNU我认为是 CN Upvoting 的意思): 比如: ``` Thank you for supporting CNU! Your 10.64 SP gives you interests of 0.004 SBD. Thank you for supporting CNU! Your 15.84 SP gives you interests of 0.006 SBD. Thank you for supporting CNU! Your 20.01 SP gives you interests of 0.008 SBD. Thank you for supporting CNU! Your 35.06 SP gives you interests of 0.014 SBD. ``` 当然最重要的好处是可以获得 @justyy 的点赞,先看一下下面这个 [Python](https://justyy.com/archives/5217) 函数: ``` def getScore(sp, total_esp, vp): bonus = 2 + min(sp, 1000) / 1000 ratio = min(100, sp / total_esp * bonus * 100 / (vp / 100)) return ratio ``` sp 是你给 @justyy 代理的 SP, total_esp 是现在 @justyy 的有效总SP,然后 VP是 现在机器人的投票能量。函数返回值就是 @justyy 会给你最新文章(发表时间大于半小时小于24小时) 点赞的比重。 sp / total_esp * 100 就是你代理的SP占的整个 ESP的比重,然后奖励保底是2倍,并且按每多 100 SP (封底1000)多 10% 这也就是 bonus 的求法。 然后还得看当前的VP投票能量,所以这也就是后面 / (vp/100) 的意思。比如现在 @justyy 的 有效ESP是 2000,投票能量是 50%,如果你这时候代理 100 SP,那么将获得 机器人点赞的比例是: bonus = 2 + 100/1000 = 2.1 ratio = min(100, 100/(2000+100) X 2.1 X 100/(50/100)) = 20% 那么这一次赞你将得到 2100 X 0.2 X 0.5=210 SP 的赞,是划算的,**这还不算上67级给你点赞,等级的传递,特别是有利于小鱼的升级**。 # 点赞次数 根据比例,如果你的 sp/total_esp 比例大于 80%,每天将得到 最多3次点赞;如果大于40%小于80% 将得到2次点赞,否则就是1次点赞。 需要注意的是,之前上线的 [优质内容机器人](https://steemit.com/cn/@justyy/good-content-upvoting-history-now-integrated-into-to-daily-ranking-table)点赞比例将大幅下调,并且已经限制为一天最多一次。如果你只发表一篇文章,并且已经加入这个计划,而且又在[排名前30](https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-18),那么会优先考虑 这个计划的点赞比例。 # 信任可以从 少量 SP开始 1. 记住,我是用 @justyy (没有专门的机器人号) 来为你点赞,这是因为可以用上 @justyy 2000的 ESP。 2. 我不会因为这么点事情而 毁坏我 67级的名誉。 3. 代理后,因为我用的是 [steemsql](https://justyy.com/archives/5198) 可能有几个小时延时,如果没有点赞,可以给我留言,我一定会补上(点赞和每日利息) 4. 如果取消计划,只需要 undelegate 就可以了, 但代理出的 SP 系统需要7天才能还到你帐号上。 5. 代理 SP只是借给 @justyy 所以各位可以放心,7天随时可以拿回。 有其它建议可以在下面留言,谢谢!  STEEMIT 中文区 RSS 工具和名单: - [SteemIt 好友微信群排行榜](https://helloacm.com/tools/steemit/wechat/) - [SteemIt 好友微信群文章列表](https://helloacm.com/tools/steemit/wechat/rss/) - [SteemIt 好友微信群评论列表](https://helloacm.com/tools/steemit/wechat/rss/comments/) Chrome 插件: - [隐藏收益,专注写作!](https://justyy.com/archives/5269) - [简繁体自动转换](https://justyy.com/archives/5016) Steem API: - [获取微信群成员关注和粉丝的API](https://justyy.com/archives/5241) - [SteemIt API/transfer-history 最简单获取帐号钱包记录的API](https://justyy.com/archives/5070) - [简单封装了一下 steemit/account](https://justyy.com/archives/5063) 最近帖子: - [CN 每日排行榜](https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-18) - [逻辑测试系列之二 - DECR](https://steemit.com/cn/@justyy/logic-tests-series-2-decr-decr) - [记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历](https://steemit.com/cn/@justyy/teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a) - [即使你不打算换工作,你每年也得去面试](https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job) - [STEEM中文区剪刀石头布大赛 - 第一期 (奖金30 SBD + 帖子SBD收益)](https://steemit.com/cn/@justyy/steem-50-sbd) STEEMIT CN RSS Tools: - [SteemIt Daily Wechat Group Ranking ](https://helloacm.com/tools/steemit/wechat-ranking/) - [SteemIt CN RSS for Posts](https://helloacm.com/tools/steemit/wechat-ranking/rss/) - [SteemIt CN RSS for Comments](https://helloacm.com/tools/steemit/wechat-ranking/rss/comments/) Chrome Extensions: - [Hide Steemit Payout](https://helloacm.com/hide-steemit-payout/) - [Simplified to Traditional Switch](https://helloacm.com/chrome-extension-to-switch-between-simplified-chinese-and-traditional-chinese-automatically/) Steem API: - [Two APIs to get the followers and following list in the Wechat Group](https://helloacm.com/steemit-api-two-apis-to-get-the-followers-and-following-list-in-the-wechat-group/) - [SteemIt API/transfer-history](https://helloacm.com/how-to-get-transfer-history-of-steemit-accounts-via-steemit-apitransfer-history/) - [steemit/account](https://helloacm.com/how-to-retrieve-steemit-account-information-via-api-steemitaccount/) Recent Posts: - [Daily Top 30 Authors by Pending Payout in Last 7 Days](https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-09-17) - [Logic Tests Series (2) - DECR](https://steemit.com/cn/@justyy/logic-tests-series-2-decr-decr) - [The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running.](https://steemit.com/cn/@justyy/teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a) - [Go to an Interview even if you are not changing your job.](https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job) - [Rock-Paper-Scissors Gaming Contest for SteemIt CN Community](https://steemit.com/cn/@justyy/steem-50-sbd) // Later, it may be reposted to my blogs: [justyy.com](https://justyy.com), [helloacm.com](https://helloacm.com) and [codingforspeed.com](https://codingforspeed.com) 稍后同步到我的[中文博客](https://justyy.com)和英文[计算机](https://helloacm.com)[博客](https://codingforspeed.com)。 - [STEEMIT cn区最低保障系统 上线了!](https://justyy.com/archives/5337) - [记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历](https://justyy.com/archives/5322) - [The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running.](https://helloacm.com/the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-robot-python-script-up-running/) Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts. 原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。 **@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看: [cn区最低保障系统 上线了!](https://steemit.com/cn/@justyy/cn-introduction-to-the-cn-wechat-group-voting-robot-justyy) 和 [CN 区优质内容点赞机器人上线了!](https://steemit.com/cn/@justyy/a-good-content-upvote-bot-cn) 和 [点赞机器人每日点赞记录整合到每日报表中!](https://steemit.com/cn/@justyy/good-content-upvoting-history-now-integrated-into-to-daily-ranking-table)**  欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。 Interesting Comments might be rewarded with 1 SBD.
author | justyy |
---|---|
permlink | cn-introduction-to-the-cn-wechat-group-voting-robot-justyy |
category | cn |
json_metadata | {"tags":["cn","steemit","voting-bot","delegate"],"users":["shenchensucc","justyy","jesta"],"image":["https://steemitimages.com/DQmXLJ3f8LrpDSp1eto3ewY5W5a97eAviGi9LJuw9QajLti/image.png","https://justyy.com/wp-content/uploads/2017/07/justyy-steemit.png","https://justyy.com/gif/justyy-php-is-the-best.gif"],"links":["https://steemit.com/cn/@shenchensucc/yy-cn","https://justyy.com/archives/5260","https://helloacm.com/tools/steemit/wechat/","https://justyy.com/archives/5106","https://steemit.com/steem-project/@jesta/vessel-006-steem-power-delegation","https://v2.steemconnect.com/sign/delegateVestingShares?delegator=YOUR_STEEM_ID&delegatee=justyy&vesting_shares=20","https://justyy.com/archives/5217","https://steemit.com/cn/@justyy/good-content-upvoting-history-now-integrated-into-to-daily-ranking-table","https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-18","https://justyy.com/archives/5198","https://helloacm.com/tools/steemit/wechat/rss/","https://helloacm.com/tools/steemit/wechat/rss/comments/","https://justyy.com/archives/5269","https://justyy.com/archives/5016","https://justyy.com/archives/5241","https://justyy.com/archives/5070","https://justyy.com/archives/5063","https://steemit.com/cn/@justyy/logic-tests-series-2-decr-decr","https://steemit.com/cn/@justyy/teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a","https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job","https://steemit.com/cn/@justyy/steem-50-sbd","https://helloacm.com/tools/steemit/wechat-ranking/","https://helloacm.com/tools/steemit/wechat-ranking/rss/","https://helloacm.com/tools/steemit/wechat-ranking/rss/comments/","https://helloacm.com/hide-steemit-payout/","https://helloacm.com/chrome-extension-to-switch-between-simplified-chinese-and-traditional-chinese-automatically/","https://helloacm.com/steemit-api-two-apis-to-get-the-followers-and-following-list-in-the-wechat-group/","https://helloacm.com/how-to-get-transfer-history-of-steemit-accounts-via-steemit-apitransfer-history/","https://helloacm.com/how-to-retrieve-steemit-account-information-via-api-steemitaccount/","https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-09-17","https://justyy.com","https://helloacm.com","https://codingforspeed.com","https://justyy.com/archives/5337","https://justyy.com/archives/5322","https://helloacm.com/the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-robot-python-script-up-running/","https://steemit.com","https://Steemit.com","https://steemit.com/cn/@justyy/cn-introduction-to-the-cn-wechat-group-voting-robot-justyy","https://steemit.com/cn/@justyy/a-good-content-upvote-bot-cn"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-18 15:58:06 |
last_update | 2017-09-25 11:41:57 |
depth | 0 |
children | 91 |
last_payout | 2017-09-25 15:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 76.516 HBD |
curator_payout_value | 20.832 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,259 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,240,313 |
net_rshares | 38,397,256,677,229 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 12,298,539,980,715 | 30% | ||
rok-sivante | 0 | 1,012,880,555,346 | 100% | ||
robrigo | 0 | 225,992,056,144 | 100% | ||
freeyourmind | 0 | 1,917,607,510,705 | 100% | ||
biophil | 0 | 23,236,417,952 | 100% | ||
fundurian | 0 | 37,311,365,655 | 25% | ||
arcange | 0 | 30,736,288,469 | 10% | ||
ubg | 0 | 219,765,453 | 1% | ||
raphaelle | 0 | 5,029,462,449 | 10% | ||
joythewanderer | 0 | 62,852,143,060 | 30% | ||
quigua | 0 | 778,227,199 | 100% | ||
tensaix2j | 0 | 2,621,651,336 | 100% | ||
magicmonk | 0 | 35,349,076,595 | 100% | ||
myfirst | 0 | 62,526,087,655 | 100% | ||
cryptoninja | 0 | 678,288,986 | 6% | ||
snowflake | 0 | 1,954,295,120,223 | 100% | ||
elfkitchen | 0 | 21,507,437,183 | 100% | ||
oflyhigh | 0 | 737,514,684,777 | 30% | ||
archiles | 0 | 113,945,417 | 100% | ||
ericsim1991 | 0 | 110,530,722 | 100% | ||
ericsim1989 | 0 | 115,878,596 | 100% | ||
tumutanzi | 0 | 2,964,301,157,055 | 15% | ||
shengui | 0 | 555,276,366 | 100% | ||
zhijun | 0 | 7,006,319,685 | 100% | ||
justyy | 0 | 63,413,030,957 | 100% | ||
dagul | 0 | 123,726,188 | 100% | ||
luneknight | 0 | 2,351,341,826 | 100% | ||
rarcntv | 0 | 239,276,862 | 20% | ||
birds90 | 0 | 24,147,053,330 | 100% | ||
rach | 0 | 12,777,573,012 | 100% | ||
dapeng | 0 | 72,456,318,091 | 100% | ||
happyukgo | 0 | 514,796,471 | 100% | ||
bring | 0 | 3,638,450,134 | 100% | ||
ozymandias | 0 | 2,514,830,769 | 100% | ||
lydiachan | 0 | 9,422,512,825 | 60% | ||
someonewhoisme | 0 | 1,914,662,985,848 | 100% | ||
ygern | 0 | 12,038,161,158 | 45% | ||
hardliner | 0 | 328,094,318 | 100% | ||
sar | 0 | 526,666,501 | 100% | ||
sberkassa | 0 | 520,435,568 | 100% | ||
romantico | 0 | 512,432,576 | 100% | ||
gogom | 0 | 507,902,549 | 100% | ||
arabika | 0 | 532,192,353 | 100% | ||
shamahan | 0 | 533,728,583 | 100% | ||
hammadakhtar | 0 | 1,209,150,655 | 10% | ||
luna33 | 0 | 124,158,510,279 | 100% | ||
htliao | 0 | 3,144,526,805,764 | 20% | ||
aarkay | 0 | 112,074,894 | 100% | ||
sv67216721 | 0 | 4,531,176,116 | 5% | ||
olegokun | 0 | 635,653,608 | 100% | ||
frankintaiwan | 0 | 88,324,461 | 20% | ||
unatalmaria | 0 | 2,205,120,058 | 20% | ||
sweetcoin | 0 | 3,476,284,636 | 100% | ||
raywang | 0 | 1,183,509,314 | 100% | ||
ojaber | 0 | 23,909,285,202 | 100% | ||
marcevhc | 0 | 2,477,587,174 | 50% | ||
monoc | 0 | 1,460,478,878 | 100% | ||
nanosesame | 0 | 13,459,827,876 | 100% | ||
kenchung | 0 | 39,569,656,862 | 100% | ||
linuslee0216 | 0 | 7,183,779,313,031 | 40% | ||
viralcutz | 0 | 553,905,055 | 10% | ||
suitablybored | 0 | 249,724,706 | 100% | ||
wilkinshui | 0 | 66,116,610,297 | 100% | ||
anfitriones | 0 | 291,326,761 | 50% | ||
brandneweyes | 0 | 1,971,516,037 | 100% | ||
cardumen | 0 | 320,243,443 | 60% | ||
shenchensucc | 0 | 14,184,745,057 | 100% | ||
sanks7 | 0 | 265,229,003 | 5% | ||
d-pend | 0 | 4,636,626,070 | 0.5% | ||
pula78 | 0 | 743,351,605 | 100% | ||
susanli3769 | 0 | 4,318,363,383 | 100% | ||
gentlebot | 0 | 169,411,429,275 | 100% | ||
justyska | 0 | 573,208,598 | 100% | ||
karliks | 0 | 573,056,000 | 100% | ||
nicolebh | 0 | 610,227,200 | 100% | ||
lindseycok | 0 | 585,446,400 | 100% | ||
nellyrocks | 0 | 597,836,800 | 100% | ||
let5see | 0 | 619,520,000 | 100% | ||
thing-2 | 0 | 168,703,234,366 | 100% | ||
minnowpond | 0 | 1,215,528,560 | 1% | ||
roqueone | 0 | 1,096,853,894 | 100% | ||
sherriechau | 0 | 1,143,281,570 | 100% | ||
renafuam | 0 | 1,120,067,730 | 100% | ||
joykit | 0 | 1,080,696,092 | 100% | ||
minnowpond1 | 0 | 147,240,329 | 1% | ||
travelgirl | 0 | 15,638,708,900 | 30% | ||
hrsagar | 0 | 378,636,829 | 0.1% | ||
kevinloomis | 0 | 510,396,055 | 85.55% | ||
catwomanteresa | 0 | 8,916,874,385 | 30% | ||
syh7758520 | 0 | 4,153,759,036 | 100% | ||
superhardness | 0 | 56,348,252,348 | 32% | ||
towardsthesun | 0 | 2,295,977,348 | 100% | ||
floprime | 0 | 4,085,460,221 | 85.55% | ||
hannahwu | 0 | 8,326,276,267 | 51% | ||
yanqingmu | 0 | 0 | 100% | ||
nicolemoker | 0 | 3,526,479,001,382 | 17% | ||
davidzack | 0 | 349,243,980 | 100% | ||
jackyx2clic | 0 | 105,409,599 | 100% | ||
liangfengyouren | 0 | 7,551,052,279 | 100% | ||
cron | 0 | 8,064,132,425 | 25% | ||
idx | 0 | 6,248,808,790 | 30% | ||
nasrud | 0 | 3,554,713,484 | 100% | ||
jiangchen | 0 | 3,489,588,583 | 100% | ||
georgij | 0 | 384,102,400 | 100% | ||
mangoanddaddy | 0 | 3,174,059,595 | 100% | ||
kangnajiang | 0 | 2,232,591,692 | 100% | ||
voyto | 0 | 620,221,411 | 100% | ||
eliovich | 0 | 610,877,210 | 100% | ||
bertaroyer | 0 | 1,073,618,076 | 100% | ||
altaq | 0 | 1,073,618,076 | 100% | ||
cherio | 0 | 1,073,618,075 | 100% | ||
jessicameng | 0 | 6,769,138,390 | 100% | ||
ribblepascual | 0 | 597,836,800 | 100% | ||
seibsleskl131 | 0 | 585,446,400 | 100% | ||
luojia | 0 | 8,460,508,374 | 100% | ||
meharbankert | 0 | 597,836,800 | 100% | ||
metteserve | 0 | 597,836,800 | 100% | ||
humphreyb | 0 | 573,056,000 | 100% | ||
herlife | 0 | 8,382,820,065 | 33% | ||
manzaneirajenna | 0 | 597,836,800 | 100% | ||
copherexilorme | 0 | 573,056,000 | 100% | ||
harmannmorgan | 0 | 573,056,000 | 100% | ||
keodiana | 0 | 620,221,399 | 100% | ||
hinon | 0 | 325,248,000 | 100% | ||
lmusa | 0 | 337,638,400 | 100% | ||
imomu | 0 | 1,161,984,449 | 100% | ||
acheslazhe | 0 | 1,100,651,339 | 100% | ||
geass | 0 | 764,211,219 | 100% | ||
lavonnebatlinerr | 0 | 573,056,000 | 100% | ||
cannizzozephieri | 0 | 573,056,000 | 100% | ||
orourkepage | 0 | 585,680,459 | 100% | ||
smedleyobieby | 0 | 585,446,400 | 100% | ||
griglikbenack | 0 | 573,056,000 | 100% | ||
moonvoid | 0 | 607,452,884 | 100% | ||
karasui | 0 | 4,205,458,309 | 100% | ||
colatimes | 0 | 610,227,200 | 100% | ||
dariasaponta | 0 | 573,056,000 | 100% | ||
beyersduba | 0 | 573,056,000 | 100% | ||
aiporlanibenjez | 0 | 573,056,000 | 100% | ||
adragnaphilmore | 0 | 573,056,000 | 100% | ||
ivorybrys | 0 | 573,056,000 | 100% | ||
dannydan | 0 | 600,066,925 | 100% | ||
tvb | 0 | 5,619,499,815 | 100% | ||
goldminevoyager | 0 | 582,241,282 | 100% | ||
scarfatojennaii | 0 | 610,227,200 | 100% | ||
bezelllivintoni | 0 | 573,056,000 | 100% | ||
skenan | 0 | 1,580,880,991 | 100% | ||
sunnyjolly | 0 | 9,322,266,997 | 100% | ||
giannicoangla | 0 | 573,056,000 | 100% | ||
reevaweiden | 0 | 597,836,800 | 100% | ||
asparasjenna | 0 | 573,056,000 | 100% | ||
schlitzrhymes | 0 | 597,836,800 | 100% | ||
ranskijenna | 0 | 610,227,200 | 100% | ||
gubseribbotsona | 0 | 573,056,000 | 100% | ||
julissaboeckmann | 0 | 573,056,000 | 100% | ||
davidconstantine | 0 | 531,474,173 | 85.55% | ||
gilman | 0 | 648,217,043 | 100% | ||
vipprohorihina | 0 | 610,917,948 | 100% | ||
mccalliehart | 0 | 585,446,400 | 100% | ||
leverhelgeq | 0 | 585,446,400 | 100% | ||
jemisondeku | 0 | 573,056,000 | 100% | ||
ranseydrink | 0 | 573,056,000 | 100% | ||
voughtbrink | 0 | 597,836,800 | 100% | ||
haytonmomper | 0 | 573,056,000 | 100% | ||
alinesherwood | 0 | 573,056,000 | 100% | ||
ganngenes | 0 | 573,056,000 | 100% | ||
purdieabrah | 0 | 597,836,800 | 100% | ||
mrspointm | 0 | 13,710,712,949 | 38% | ||
zerangueproctor | 0 | 610,227,200 | 100% | ||
cercadotinishai | 0 | 573,056,000 | 100% | ||
ericsim | 0 | 284,979,200 | 100% | ||
chinaqf | 0 | 1,947,894,962 | 100% | ||
deskart | 0 | 271,341,061 | 100% | ||
kanxsh | 0 | 0 | 100% | ||
feildigbiemp | 0 | 573,056,000 | 100% | ||
prantherbocklund | 0 | 610,227,200 | 100% | ||
mynchjenna | 0 | 597,836,800 | 100% | ||
cooganrozina | 0 | 573,056,000 | 100% | ||
bembibushie | 0 | 573,056,000 | 100% | ||
carlitafass | 0 | 573,056,000 | 100% | ||
butterbaughokit | 0 | 1,073,603,428 | 100% | ||
sheppardmanfred | 0 | 1,120,029,521 | 100% | ||
demaskyfri | 0 | 1,073,603,426 | 100% | ||
eilersagnola | 0 | 1,073,603,426 | 100% | ||
lizarragata | 0 | 1,096,816,472 | 100% | ||
jimmyjichi | 0 | 750,988,183 | 100% | ||
dawanosc | 0 | 573,056,000 | 100% | ||
gelseyhoskyn | 0 | 573,056,000 | 100% | ||
lenzostaback | 0 | 573,056,000 | 100% | ||
bloomstromcouls | 0 | 1,073,601,977 | 100% | ||
derosekira | 0 | 1,073,601,971 | 100% | ||
erikamarvell | 0 | 1,073,601,970 | 100% | ||
smithwickschlum | 0 | 1,143,239,954 | 100% | ||
adamsiiij | 0 | 1,073,600,971 | 100% | ||
czarnieckie | 0 | 1,073,600,970 | 100% | ||
moenrichietn | 0 | 1,096,813,962 | 100% | ||
eikenberry | 0 | 1,073,600,964 | 100% | ||
baylesament | 0 | 1,073,600,962 | 100% | ||
kampffromen | 0 | 1,073,600,962 | 100% | ||
tesardeshra | 0 | 1,073,600,960 | 100% | ||
heeschenriq | 0 | 1,073,600,960 | 100% | ||
gatherhaefner | 0 | 1,073,600,959 | 100% | ||
chenhs | 0 | 0 | 100% | ||
smileschin | 0 | 1,144,409,933 | 100% | ||
eduter | 0 | 16,808,181,884 | 100% | ||
yellowbird | 0 | 13,217,159,807 | 100% | ||
sabbir24 | 0 | 149,586,958 | 86.12% | ||
mumingduozi | 0 | 2,041,997,507 | 100% | ||
primetimesports | 0 | 126,474,283 | 0.02% | ||
veronicazhu | 0 | 1,111,200,936 | 100% | ||
harryp3 | 0 | 523,682,094 | 85.55% | ||
fury123 | 0 | 1,410,526,727 | 100% | ||
blondinka | 0 | 1,162,035,425 | 100% | ||
xuran | 0 | 2,602,294,165 | 100% | ||
ismail1986 | 0 | 1,671,500,560 | 100% | ||
awiwea1974 | 0 | 1,237,998,841 | 100% | ||
vasilek | 0 | 2,847,027,473 | 100% | ||
superbing | 0 | 2,015,500,308 | 100% | ||
drag0nballsuper | 0 | 349,401,365 | 85.55% | ||
vitalijshus | 0 | 1,149,024,137 | 100% | ||
dailyfortune | 0 | 1,174,077,952 | 100% | ||
dancingapple | 0 | 1,906,754,310 | 100% | ||
annapolit | 0 | 1,079,385,749 | 100% | ||
xiaoshancun | 0 | 122,523,390 | 100% | ||
cordydrelick | 0 | 1,073,580,442 | 100% | ||
kassayavrosz | 0 | 1,073,580,442 | 100% | ||
polmonoti | 0 | 1,143,218,090 | 100% | ||
gongshapin | 0 | 1,073,580,435 | 100% | ||
suddarthwirt | 0 | 1,096,792,981 | 100% | ||
ferronicrich | 0 | 1,073,580,430 | 100% | ||
kronberger | 0 | 1,073,580,430 | 100% | ||
geromalla | 0 | 1,073,580,427 | 100% | ||
dailystats | 0 | 1,013,757,971 | 100% | ||
lixing | 0 | 1,253,874,602 | 100% | ||
sonyamed | 0 | 1,131,608,085 | 100% | ||
victory622 | 0 | 21,183,993,352 | 100% | ||
yanel | 0 | 1,933,278,290 | 100% | ||
mintu | 0 | 187,700,952 | 100% | ||
bcrafts | 0 | 705,112,650 | 85.55% | ||
sidelevs | 0 | 1,160,620,949 | 100% | ||
afukichi | 0 | 69,516,585 | 100% | ||
monkeyplayfire | 0 | 1,096,783,268 | 100% | ||
technicalpaul | 0 | 75,665,113 | 85.55% | ||
mekalish | 0 | 1,108,389,211 | 100% | ||
fndjang | 0 | 52,498,465 | 100% | ||
zhuray | 0 | 1,149,009,157 | 100% | ||
allamorenaya | 0 | 1,149,007,594 | 100% | ||
jianjunge | 0 | 609,667,632 | 100% | ||
f3nix | 0 | 75,659,407 | 85.55% | ||
yaobinwen | 0 | 1,149,005,632 | 100% | ||
melaleuca | 0 | 1,021,335,410 | 100% | ||
penstand | 0 | 806,622,653 | 100% | ||
mahbubalam | 0 | 121,863,598 | 100% | ||
lee26 | 0 | 969,105,746 | 100% | ||
atifkhan | 0 | 586,103,629 | 100% | ||
harchiko | 0 | 1,160,601,219 | 100% | ||
techlee | 0 | 0 | 100% | ||
monshine | 0 | 0 | 100% | ||
quantum-bug | 0 | 0 | 100% | ||
month | 0 | 0 | 100% | ||
hhtop | 0 | 0 | 100% | ||
nostalgic1212 | 0 | 0 | 100% | ||
phllix | 0 | 0 | 100% | ||
idealact | 0 | 0 | 100% | ||
jukdog | 0 | 0 | 100% | ||
dullman | 0 | 0 | 100% |
求加入微信群~
author | bigbigfish | ||||||
---|---|---|---|---|---|---|---|
permlink | re-justyy-2017107t232340813z | ||||||
category | cn | ||||||
json_metadata | {"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-07 15:23:42 | ||||||
last_update | 2017-10-07 15:23:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-14 15:23: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 | 7 | ||||||
author_reputation | 1,608,578,620,795 | ||||||
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 17,018,497 | ||||||
net_rshares | 0 |
還要再了解一下,先點個讚
author | catwomanteresa |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t195414667z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 19:54:15 |
last_update | 2017-09-18 19:54:15 |
depth | 1 |
children | 1 |
last_payout | 2017-09-25 19: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 | 12 |
author_reputation | 241,816,863,618,687 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,260,039 |
net_rshares | 0 |
妹子来吧,就等 你了
author | justyy |
---|---|
permlink | re-catwomanteresa-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t142943153z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 14:29:45 |
last_update | 2017-09-20 14:29:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 14:29: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 | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,106 |
net_rshares | 0 |
我好像完全没看懂……
author | chinaqf |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t160946320z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:09:51 |
last_update | 2017-09-18 16:09:51 |
depth | 1 |
children | 1 |
last_payout | 2017-09-25 16:09: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 | 10 |
author_reputation | 440,492,334,341 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,241,320 |
net_rshares | 0 |
这。。。。尴尬了
author | justyy |
---|---|
permlink | re-chinaqf-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t161114247z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:11:15 |
last_update | 2017-09-18 16:11:15 |
depth | 2 |
children | 0 |
last_payout | 2017-09-25 16:11: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 | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,241,441 |
net_rshares | 0 |
我代理过去了254.7SP,支持一下,哈哈。
author | coldhair |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t151038573z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 15:10:39 |
last_update | 2017-09-19 15:10:39 |
depth | 1 |
children | 2 |
last_payout | 2017-09-26 15:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.461 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 34,617,352,014,488 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,335,389 |
net_rshares | 183,109,135,313 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coldhair | 0 | 183,109,135,313 | 100% |
谢谢医生,已收到。
author | justyy |
---|---|
permlink | re-coldhair-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t153637165z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 15:36:39 |
last_update | 2017-09-19 15:36:39 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 15:36: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 | 9 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,337,649 |
net_rshares | 0 |
机器人测试通过。 
author | justyy |
---|---|
permlink | re-coldhair-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t153756274z |
category | cn |
json_metadata | {"tags":["cn"],"image":["https://steemitimages.com/DQmY2PKsQ4cuWoV4ZSHgr19XySx7o2tRyhof9YxDHyK1fRS/image.png"],"app":"steemit/0.1"} |
created | 2017-09-19 15:37:57 |
last_update | 2017-09-19 15:37:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 15:37: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 | 97 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,337,779 |
net_rshares | 0 |
author | cron |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t171746043z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 17:17:48 |
last_update | 2017-09-18 17:17:48 |
depth | 1 |
children | 1 |
last_payout | 2017-09-25 17:17:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.919 HBD |
curator_payout_value | 1.304 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 41,199,477,443,220 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,247,141 |
net_rshares | 2,064,224,961,294 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pal | 0 | 2,030,521,023,210 | 100% | ||
cron | 0 | 33,703,938,084 | 100% |
Successful Send of 101 Sending Account: cron Receiving Account: justyy New sending account balance: 996304 New receiving account balance: 100 Fee: 1 Steem trxid: 55f49c8e453c3f1a5d584ce55e9a9e942880fdbc Thanks for using POCKET! I am running [this confirmer code.](https://github.com/staflund/pocket)
author | wazzzuuup |
---|---|
permlink | re-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t171746043z-20170918t171900 |
category | cn |
json_metadata | "" |
created | 2017-09-18 17:19:03 |
last_update | 2017-09-18 17:19:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-25 17:19: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 | 299 |
author_reputation | 42,110,878,622 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,247,241 |
net_rshares | 432,996,491 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pocket-a | 0 | 315,970,397 | 10% | ||
pocket-pi | 0 | 117,026,094 | 10% | ||
masterpocket | 0 | 0 | 10% | ||
bondy007 | 0 | 0 | 10% | ||
pocket-node | 0 | 0 | 10% |
榜上无名,做不了低保户~
author | dancingapple |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t005431829z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:54:36 |
last_update | 2017-09-19 00:54:36 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 00:54: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 | 12 |
author_reputation | 10,745,118,807,680 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,278,951 |
net_rshares | 0 |
刚加上,你够资格了
author | justyy |
---|---|
permlink | re-dancingapple-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t085510392z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 08:55:12 |
last_update | 2017-09-19 08:55:12 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 08:55: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 | 9 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,307,465 |
net_rshares | 0 |
试了一下发 20SP过去,不知道成功没,这边已经扣了;
author | feng1925 |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t075522699z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 07:55:33 |
last_update | 2017-09-20 07:55:33 |
depth | 1 |
children | 2 |
last_payout | 2017-09-27 07:55: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 | 27 |
author_reputation | 2,368,831,964,425 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,400,197 |
net_rshares | 0 |
收到了
author | justyy |
---|---|
permlink | re-feng1925-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t082140808z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 08:21:42 |
last_update | 2017-09-20 08:21:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 08:21: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 | 3 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,401,819 |
net_rshares | 0 |
成功了
author | justyy |
---|---|
permlink | re-feng1925-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t082305435z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 08:23:06 |
last_update | 2017-09-20 08:23:06 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 08:23: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 | 3 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,401,927 |
net_rshares | 0 |
我想成为CN 区 微信群成员,如何入群?
author | fr3eze |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170925t124807035z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-25 12:48:09 |
last_update | 2017-09-25 12:48:09 |
depth | 1 |
children | 3 |
last_payout | 2017-10-02 12:48: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 | 62,201,653,753,684 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,883,178 |
net_rshares | 0 |
发邮件给我 weixin@justyy.com
author | justyy |
---|---|
permlink | re-fr3eze-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170925t132344804z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-25 13:23:45 |
last_update | 2017-09-25 13:23:45 |
depth | 2 |
children | 2 |
last_payout | 2017-10-02 13:23: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 | 23 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,885,934 |
net_rshares | 0 |
刚刚发了, 还转了100sp给你。
author | fr3eze |
---|---|
permlink | re-justyy-re-fr3eze-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170926t023551152z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-26 02:35:51 |
last_update | 2017-09-26 03:18:12 |
depth | 3 |
children | 1 |
last_payout | 2017-10-03 02:35: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 | 17 |
author_reputation | 62,201,653,753,684 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,941,598 |
net_rshares | 0 |
🤔🤔🤔好像蛮牛掰的样子😊
author | hannahwu |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t161345616z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:13:48 |
last_update | 2017-09-18 16:13:48 |
depth | 1 |
children | 3 |
last_payout | 2017-09-25 16:13: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 | 12 |
author_reputation | 44,426,683,145,936 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,241,640 |
net_rshares | 0 |
试试?
author | justyy |
---|---|
permlink | re-hannahwu-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t164741419z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:47:45 |
last_update | 2017-09-18 16:47:45 |
depth | 2 |
children | 2 |
last_payout | 2017-09-25 16:47: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 | 3 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,244,602 |
net_rshares | 0 |
刚刚代理了500给你支持一下~ o(^▽^)o 半个身家啊 大大的信任你~
author | hannahwu |
---|---|
permlink | re-justyy-re-hannahwu-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t022448988z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 02:22:03 |
last_update | 2017-09-20 02:22:30 |
depth | 3 |
children | 1 |
last_payout | 2017-09-27 02:22: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 | 37 |
author_reputation | 44,426,683,145,936 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,787 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
monshine | 0 | 0 | 100% |
这个提议很不错 然而2.2sp的我哭晕在厕所
author | hepeng.chn |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180204t092227172z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-04 09:22:27 |
last_update | 2018-02-04 09:22:27 |
depth | 1 |
children | 2 |
last_payout | 2018-02-11 09:22: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 | 22 |
author_reputation | 81,907,404,957 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,844,536 |
net_rshares | 0 |
等你赚到第一桶金的时候记得回来哦。PS: 刚把你加到CN成员列表上。
author | justyy |
---|---|
permlink | re-hepengchn-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180204t110538743z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-04 11:05:39 |
last_update | 2018-02-04 11:05:39 |
depth | 2 |
children | 1 |
last_payout | 2018-02-11 11:05: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 | 34 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,861,977 |
net_rshares | 0 |
好的 谢谢 我胡汉三还会回来的
author | hepeng.chn |
---|---|
permlink | re-justyy-re-hepengchn-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180204t114523679z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-04 11:45:24 |
last_update | 2018-02-04 11:45:24 |
depth | 3 |
children | 0 |
last_payout | 2018-02-11 11:45: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 | 16 |
author_reputation | 81,907,404,957 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,868,769 |
net_rshares | 0 |
我给代理了300 sp表示支持,不知道群主收到了没有呢?
author | herlife |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t142210571z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 14:19:33 |
last_update | 2017-09-19 14:19:33 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 14:19: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 | 28 |
author_reputation | 15,061,614,250,232 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,330,612 |
net_rshares | 0 |
 机器人很智能,你代理一结束就给你赞
author | justyy |
---|---|
permlink | re-herlife-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t142947831z |
category | cn |
json_metadata | {"tags":["cn"],"image":["https://steemitimages.com/DQmeUuSv6VkdyLRyvFbJeEd5EJRmeQzZzQHZwEcPigeEBeq/image.png"],"app":"steemit/0.1"} |
created | 2017-09-19 14:29:48 |
last_update | 2017-09-19 14:29:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 14:29: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 | 106 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,331,583 |
net_rshares | 0 |
转咯~ 支持!
author | jessicameng |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t092117400z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 09:14:57 |
last_update | 2017-09-20 09:14:57 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 09:14: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 | 7 |
author_reputation | 7,502,087,364,250 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,405,363 |
net_rshares | 0 |
多谢妹子。
author | justyy |
---|---|
permlink | re-jessicameng-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t092326789z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 09:23:27 |
last_update | 2017-09-20 09:23:27 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 09:23: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 | 5 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,405,901 |
net_rshares | 0 |
老铁会玩~
author | jiangchen |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t160501234z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:05:00 |
last_update | 2017-09-18 16:05:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 16:05: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 | 5 |
author_reputation | 65,999,946,618,359 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,240,920 |
net_rshares | 0 |
给你转了100SP
author | jiangchen |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170929t113632017z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-29 11:36:36 |
last_update | 2017-09-29 11:36:36 |
depth | 1 |
children | 1 |
last_payout | 2017-10-06 11:36: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 | 9 |
author_reputation | 65,999,946,618,359 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,269,923 |
net_rshares | 0 |
收到了。
author | justyy |
---|---|
permlink | re-jiangchen-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20171012t102004566z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-10-12 10:20:06 |
last_update | 2017-10-12 10:20:06 |
depth | 2 |
children | 0 |
last_payout | 2017-10-19 10:20: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 | 4 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,478,281 |
net_rshares | 0 |
测试一下。代理了20sp。
author | liangfengyouren |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170923t014244843z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-23 01:42:45 |
last_update | 2017-09-23 01:42:45 |
depth | 1 |
children | 1 |
last_payout | 2017-09-30 01:42: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 | 13 |
author_reputation | 5,130,020,498,207 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,667,005 |
net_rshares | 0 |
已收到。
author | justyy |
---|---|
permlink | re-liangfengyouren-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170923t070920272z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-23 07:09:24 |
last_update | 2017-09-23 07:09:24 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 07:09: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 | 4 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,683,898 |
net_rshares | 0 |
想转发…没有看见按钮…
author | liuboya |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20171114t075250457z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-11-14 07:52:54 |
last_update | 2017-11-14 07:52:54 |
depth | 1 |
children | 1 |
last_payout | 2017-11-21 07:52: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 | 11 |
author_reputation | 1,753,040,314,393 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,332,726 |
net_rshares | 0 |
这是老贴,好像转发不了。多谢支持
author | justyy |
---|---|
permlink | re-liuboya-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20171114t112555444z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-11-14 11:25:54 |
last_update | 2017-11-14 11:25:54 |
depth | 2 |
children | 0 |
last_payout | 2017-11-21 11:25:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.190 HBD |
curator_payout_value | 0.062 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,347,282 |
net_rshares | 121,606,736,993 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 121,606,736,993 | 20.79% |
我已经在群里了,可是成员列表里还没有我呢,是不是添加进微信成员列表有什么条件?
author | lixing |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t224425663z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 22:44:36 |
last_update | 2017-09-18 22:44:36 |
depth | 1 |
children | 1 |
last_payout | 2017-09-25 22:44: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 | 39 |
author_reputation | 5,933,431,286,541 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,271,506 |
net_rshares | 0 |
刚加上。
author | justyy |
---|---|
permlink | re-lixing-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t224542389z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 22:45:42 |
last_update | 2017-09-18 22:45:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-25 22:45: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 | 4 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,271,560 |
net_rshares | 0 |
请问代理成功后每天机器人点赞时间是什么时候?
author | lixing |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170930t121330513z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-30 12:13:42 |
last_update | 2017-09-30 12:13:42 |
depth | 1 |
children | 1 |
last_payout | 2017-10-07 12:13: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 | 22 |
author_reputation | 5,933,431,286,541 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,371,865 |
net_rshares | 0 |
一般是发文后的30分钟到1个半小时内。
author | justyy |
---|---|
permlink | re-lixing-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170930t121444139z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-30 12:14:45 |
last_update | 2017-09-30 12:14:45 |
depth | 2 |
children | 0 |
last_payout | 2017-10-07 12:14: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 | 19 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,371,956 |
net_rshares | 0 |
老铁会玩~
author | mahbubalam |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t160624452z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:06:24 |
last_update | 2017-09-18 16:06:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 16:06: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 | 5 |
author_reputation | -21,767,208,011 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,241,054 |
net_rshares | 0 |
代理了10个SP给你。@justyy 这已经是我的全部了。
author | maiyude |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180105t224548396z |
category | cn |
json_metadata | {"tags":["cn"],"users":["justyy"],"app":"steemit/0.1"} |
created | 2018-01-05 22:46:30 |
last_update | 2018-01-05 22:46:30 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 22:46: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 | 29 |
author_reputation | 8,970,701,360,387 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,387,655 |
net_rshares | 0 |
感谢,真爱。
author | justyy |
---|---|
permlink | re-maiyude-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180106t002358405z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-01-06 00:24:00 |
last_update | 2018-01-06 00:24:00 |
depth | 2 |
children | 0 |
last_payout | 2018-01-13 00:24: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 | 6 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,402,919 |
net_rshares | 0 |
刚刚看到,非常有用的感觉,也转了20支持。
author | mangoanddaddy |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170924t144015236z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-24 14:39:09 |
last_update | 2017-09-24 14:39:09 |
depth | 1 |
children | 1 |
last_payout | 2017-10-01 14:39: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 | 21 |
author_reputation | 3,732,045,519,725 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,800,068 |
net_rshares | 0 |
多谢,已经收到。
author | justyy |
---|---|
permlink | re-mangoanddaddy-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170924t175502385z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-24 17:55:03 |
last_update | 2017-09-24 17:55:03 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 17:55: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 | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,816,166 |
net_rshares | 0 |
一遍看不懂,但感觉有意思,再琢磨琢磨
author | melaleuca |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t161602961z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:16:06 |
last_update | 2017-09-18 16:16:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 16:16: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 | 19 |
author_reputation | 6,057,085,270,509 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,241,842 |
net_rshares | 0 |
This post recieved an upvote from minnowpond. If you would like to recieve upvotes from minnowpond on all your posts, simply FOLLOW @minnowpond
author | minnowpond1 |
---|---|
permlink | re-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t165309 |
category | cn |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-09-18 16:53:09 |
last_update | 2017-09-18 16:53:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 16:53: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 | 143 |
author_reputation | 383,828,786,455 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,245,043 |
net_rshares | 0 |
只有60SP,转给y哥代理了。机器人太智能了,支持y哥
author | mumingduozi |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t002748092z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:27:21 |
last_update | 2017-09-19 00:27:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 00:27: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 | 27 |
author_reputation | 929,865,444,716 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,277,365 |
net_rshares | 0 |
Amazingg your post
author | nasrud |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170921t092717092z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-21 09:16:18 |
last_update | 2017-09-21 09:16:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 09:16: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 | 18 |
author_reputation | 12,576,574,013,771 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,504,126 |
net_rshares | 0 |
新手暂时只能看看热闹,我还不知道我的sp在哪里呢
author | niuu |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180206t144954191z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-06 14:50:00 |
last_update | 2018-02-06 14:50:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-13 14:50: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 | 24 |
author_reputation | 5,153,674,666 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,422,982 |
net_rshares | 0 |
加油,希望越做越好
author | oflyhigh |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t000549259z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:05:48 |
last_update | 2017-09-19 00:05:48 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 00:05: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 | 9 |
author_reputation | 6,284,541,752,730,368 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,120 |
net_rshares | 0 |
谢谢 O 哥肯定^^
author | justyy |
---|---|
permlink | re-oflyhigh-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t000753970z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:07:54 |
last_update | 2017-09-19 00:07:54 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 00:07: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 | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,237 |
net_rshares | 0 |
https://v2.steemconnect.com/sign/delegateVestingShares?delegator=YOUR_STEEM_ID&delegatee=justyy&vesting_shares=20 SP 我把ID换成了raywang,报错please select a valid symbol: VESTS or SP
author | raywang |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t230251468z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://v2.steemconnect.com/sign/delegateVestingShares?delegator=YOUR_STEEM_ID&delegatee=justyy&vesting_shares=20"],"app":"steemit/0.1"} |
created | 2017-09-18 23:02:51 |
last_update | 2017-09-18 23:02:51 |
depth | 1 |
children | 3 |
last_payout | 2017-09-25 23:02: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 | 176 |
author_reputation | 444,862,254,739 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,272,472 |
net_rshares | 0 |
你不够20 SP
author | justyy |
---|---|
permlink | re-raywang-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t232029916z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 23:20:30 |
last_update | 2017-09-18 23:20:30 |
depth | 2 |
children | 2 |
last_payout | 2017-09-25 23:20: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 | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,273,439 |
net_rshares | 0 |
尴尬,yy哥
author | raywang |
---|---|
permlink | re-justyy-re-raywang-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t233526263z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 23:35:27 |
last_update | 2017-09-18 23:35:27 |
depth | 3 |
children | 1 |
last_payout | 2017-09-25 23:35: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 | 6 |
author_reputation | 444,862,254,739 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,274,459 |
net_rshares | 0 |
it's out of my sense
author | safikul |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t174334215z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 17:43:36 |
last_update | 2017-09-18 17:43:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 17:43: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 | 20 |
author_reputation | 17,984,001,061 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,249,273 |
net_rshares | 3,314,425,407 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
safikul | 0 | 3,314,425,407 | 100% |
超级牛
author | shenchensucc |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t211615329z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 21:15:54 |
last_update | 2017-09-18 21:15:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-25 21:15: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 | 3 |
author_reputation | 100,205,759,373,709 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,266,062 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elastos | 0 | 0 | 100% |
大致明白了,不过sp太少,估计最多只能有一个赞了,另外不知利息收益如何。
author | shengui |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t163040464z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:30:45 |
last_update | 2017-09-18 16:39:21 |
depth | 1 |
children | 1 |
last_payout | 2017-09-25 16:30: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 | 36 |
author_reputation | 4,793,024,248,148 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,243,104 |
net_rshares | 0 |
100个SP 每天获得 0.04 SBD 的利息
author | justyy |
---|---|
permlink | re-shengui-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t164354597z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:43:57 |
last_update | 2017-09-18 16:43:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-25 16:43: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 | 24 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,244,286 |
net_rshares | 0 |
>搞了2次 一次20 一次30 结果只有后面那次有效 只代理给你了30
author | syh7758520 |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t025034729z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 02:51:03 |
last_update | 2017-09-19 02:53:24 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 02:51: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 | 38 |
author_reputation | 4,016,383,522,670 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,285,550 |
net_rshares | 0 |
是的,可以看看 steemd.com 上的SP减掉的那一部分
author | justyy |
---|---|
permlink | re-syh7758520-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t085626747z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 08:56:27 |
last_update | 2017-09-19 08:56:27 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 08:56: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 | 30 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,307,537 |
net_rshares | 0 |
支持支持!SP太少,代理给你50SP :)
author | towardsthesun |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170921t003651285z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-21 00:36:54 |
last_update | 2017-09-21 00:36:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 00:36: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 | 21 |
author_reputation | 3,391,001,128,142 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,473,809 |
net_rshares | 0 |
100个SP代理,每天收益多少?给个例子数据。
author | tumutanzi |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t163633896z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:36:33 |
last_update | 2017-09-18 16:36:33 |
depth | 1 |
children | 6 |
last_payout | 2017-09-25 16:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.533 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 193,777,509,634,731 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,243,621 |
net_rshares | 211,730,288,170 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tumutanzi | 0 | 211,730,288,170 | 1% |
上面说了, 100个SP 代理 ,每天获得相当于 210个SP 的点赞
author | justyy |
---|---|
permlink | re-tumutanzi-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t164238950z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:42:42 |
last_update | 2017-09-18 16:42:42 |
depth | 2 |
children | 5 |
last_payout | 2017-09-25 16:42: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 | 35 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,244,183 |
net_rshares | 0 |
100 个SP 利息 是 0.04 SBD
author | justyy |
---|---|
permlink | re-justyy-re-tumutanzi-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t164326487z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:43:30 |
last_update | 2017-09-18 16:43:30 |
depth | 3 |
children | 4 |
last_payout | 2017-09-25 16:43: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 | 25 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,244,247 |
net_rshares | 0 |
昨天我们还在讨论开发这个机器人,今天你的机器人就上线了……这速度……一定支持 :-)
author | wangwenjing |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t165722761z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 16:57:21 |
last_update | 2017-09-18 16:57:21 |
depth | 1 |
children | 2 |
last_payout | 2017-09-25 16:57: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 | 42 |
author_reputation | 11,462,624,156,054 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,245,409 |
net_rshares | 0 |
“我们”? 怎么不叫上我。。。
author | justyy |
---|---|
permlink | re-wangwenjing-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t172550046z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 17:25:51 |
last_update | 2017-09-18 17:26:00 |
depth | 2 |
children | 1 |
last_payout | 2017-09-25 17:25: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 | 15 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,247,814 |
net_rshares | 0 |
哈哈,我去了美女家。。。。吃了月饼,讨论的。。
author | shenchensucc |
---|---|
permlink | re-justyy-re-wangwenjing-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t211553120z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 21:15:30 |
last_update | 2017-09-18 21:15:30 |
depth | 3 |
children | 0 |
last_payout | 2017-09-25 21:15: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 | 23 |
author_reputation | 100,205,759,373,709 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,266,035 |
net_rshares | 0 |
我好像连10sp都没有,尴尬
author | we-media |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180113t180801536z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-01-13 18:08:03 |
last_update | 2018-01-13 18:08:03 |
depth | 1 |
children | 1 |
last_payout | 2018-01-20 18:08: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 | 14 |
author_reputation | 1,459,410,226 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,284,104 |
net_rshares | 0 |
现在还没有挣到么?
author | justyy |
---|---|
permlink | re-we-media-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180204t110612344z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-04 11:06:12 |
last_update | 2018-02-04 11:06:12 |
depth | 2 |
children | 0 |
last_payout | 2018-02-11 11:06: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 | 9 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,862,078 |
net_rshares | 0 |
我的sp太少了,只转了10个过去,不知道有没有成功。
author | willwangfeng |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20171012t043350142z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-10-12 04:33:48 |
last_update | 2017-10-12 04:33:48 |
depth | 1 |
children | 1 |
last_payout | 2017-10-19 04:33: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 | 26 |
author_reputation | 356,838,507,136 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,456,103 |
net_rshares | 0 |
已经收到,多谢支持。
author | justyy |
---|---|
permlink | re-willwangfeng-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20171012t102105797z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-10-12 10:21:06 |
last_update | 2017-10-12 10:21:06 |
depth | 2 |
children | 0 |
last_payout | 2017-10-19 10: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 | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,478,331 |
net_rshares | 0 |
尴尬我也不足20SP 😰
author | wlcpu |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t001747108z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:17:54 |
last_update | 2017-09-19 00:17:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 00:17: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 | 12 |
author_reputation | 105,423,493,318 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,853 |
net_rshares | 0 |
不知道我的sp够不够,想加入进来!
author | xiaoshancun |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t230705936z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-18 23:07:15 |
last_update | 2017-09-18 23:07:15 |
depth | 1 |
children | 3 |
last_payout | 2017-09-25 23:07: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 | 17 |
author_reputation | 100,099,751,657,560 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,272,701 |
net_rshares | 0 |
https://v2.steemconnect.com/sign/delegateVestingShares?delegator=xiaoshancun&delegatee=justyy&vesting_shares=20%20SP
author | justyy |
---|---|
permlink | re-xiaoshancun-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170918t232053640z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://v2.steemconnect.com/sign/delegateVestingShares?delegator=xiaoshancun&delegatee=justyy&vesting_shares=20%20SP"],"app":"steemit/0.1"} |
created | 2017-09-18 23:20:54 |
last_update | 2017-09-18 23:20:54 |
depth | 2 |
children | 2 |
last_payout | 2017-09-25 23:20: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 | 116 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,273,464 |
net_rshares | 0 |
这链接是?直接快捷代理SP链接吗?
author | yellowbird |
---|---|
permlink | re-justyy-re-xiaoshancun-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t001456424z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:11:33 |
last_update | 2017-09-19 00:11:33 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 00:11: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 | 17 |
author_reputation | 117,611,750,601,828 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,467 |
net_rshares | 0 |
看懂了,文章上面有说明,还蛮方便的。
author | yellowbird |
---|---|
permlink | re-justyy-re-xiaoshancun-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t001833126z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:15:12 |
last_update | 2017-09-19 00:15:12 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 00:15: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 | 18 |
author_reputation | 117,611,750,601,828 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,686 |
net_rshares | 0 |
规则vs规则,程序vs程序!👍程会玩
author | yanqingmu |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170929t061641213z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-29 06:16:36 |
last_update | 2017-09-29 06:16:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-06 06:16: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 | 18 |
author_reputation | 104,388,181,941 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,248,782 |
net_rshares | 0 |
有意思,抽时间研究下如何代理!学会了就来代理玩一下!
author | yellowbird |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t001150045z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 00:08:27 |
last_update | 2017-09-19 00:08:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 00:08: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 | 26 |
author_reputation | 117,611,750,601,828 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,276,277 |
net_rshares | 0 |
又增加代理了一些给你了!
author | yellowbird |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t030058423z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 02:57:36 |
last_update | 2017-09-20 02:57:36 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 02:57: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 | 12 |
author_reputation | 117,611,750,601,828 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,382,754 |
net_rshares | 0 |
目前显示 100 SP
author | justyy |
---|---|
permlink | re-yellowbird-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170920t082217022z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-20 08:22:18 |
last_update | 2017-09-20 08:22:18 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 08:22: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 | 12 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,401,861 |
net_rshares | 0 |
很不错的 但不会用,有谁能教教我啊?
author | youcool |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180225t020216005z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2018-02-25 02:03:18 |
last_update | 2018-02-25 02:03:18 |
depth | 1 |
children | 1 |
last_payout | 2018-03-04 02:03: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 | 18 |
author_reputation | 13,786,771,524 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,225,664 |
net_rshares | 51,254,410 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
youcool | 0 | 51,254,410 | 100% |
用 [这个工具](https://helloacm.com/tools/steemit/delegate-form/?delegatee=justyy) 代理 SP 即可
author | justyy |
---|---|
permlink | re-youcool-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20180225t095115472z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://helloacm.com/tools/steemit/delegate-form/?delegatee=justyy"],"app":"steemit/0.1"} |
created | 2018-02-25 09:51:18 |
last_update | 2018-02-25 09:51:18 |
depth | 2 |
children | 0 |
last_payout | 2018-03-04 09:51: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 | 85 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,298,688 |
net_rshares | 0 |
sp 不多,弄了 100 试试。
author | zhijun |
---|---|
permlink | re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t032140748z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 03:21:42 |
last_update | 2017-09-19 03:21:42 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 03:21: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 | 16 |
author_reputation | 4,497,626,226,754 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,287,306 |
net_rshares | 0 |
100 已经很不错了(高于平均线)。
author | justyy |
---|---|
permlink | re-zhijun-re-justyy-cn-introduction-to-the-cn-wechat-group-voting-robot-justyy-20170919t085755158z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-19 08:57:57 |
last_update | 2017-09-19 08:58:09 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 08:57: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 | 18 |
author_reputation | 280,616,224,641,976 |
root_title | "cn区最低保障系统 上线了! Introduction to the CN Wechat Group Voting Robot @justyy" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,307,651 |
net_rshares | 0 |