create account

Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了 by oflyhigh

View this thread on: hive.blogpeakd.comecency.com
· @oflyhigh ·
$296.67
Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了
# Steemd.com 改版了

昨天看有朋友讨论 Bandwidth Limit Exceeded 的问题,特意研究了一下代码,并写了一篇文章:
*  [从代码看 Bandwidth 超限问题 & 如何避免和解决](https://steemit.com/cn/@oflyhigh/bandwidth-and)

昨天晚上浏览steemd.com的时候,突然发现steemd正在改版
一个显著的改变就是在显著位置,显示用户
* Voting Weight
* Voting Power
* Bandwidth Remaining

![](https://steemitimages.com/DQmf2RN8gtwUipRxvXXJYJg3LBAs6uyZZb4punZPeLEQS8x/image.png)

* Voting Weight: 相当于你所拥有的有效Steem Power(你自己有的 + 别人代理给你的 - 你代理给别人的)
* Voting Power: 我翻译为点赞能量,详情可以参考我以前的帖子: [[Chinese Version] 关于Voting Power 的一点说明,以及对投票的影响等](https://steemit.com/cn/@oflyhigh/chinese-version-voting-power)
* Bandwidth Remaining:  (分配的带宽 - 已用的带宽)/分配的带宽

#### Effective sp

![](https://steemitimages.com/DQmNVnrQ3SvPxCF2LhkB1rv8qbZGddYvNhVWoXRMjD16aD8/image.png)
有效Steem Power(你自己有的 + 别人代理给你的 - 你代理给别人的)

#### Bandwidth
![](https://steemitimages.com/DQmTkbwAs5ctxrriVRu27oSbWeSNJkztfgbFdastYcQMarf/image.png)
分别是剩余带宽占比、剩余带宽、已用的带宽、 分配的带宽 

有了这些信息,你就会更好的了解账户投票能量以及带宽使用情况,如果剩余带宽占比偏低,就按我之前文章中说到的方法处理吧。

steemdb.com 的改版还在进行中,会有哪些其它惊喜,让我们拭目以待吧。

# 带宽保留率算法的调整 & BUG修复

昨天浏览github时发现这样一条内容,还是高优先级的哦
![](https://steemitimages.com/DQmah7TWbMMqEDumArLTqhXggtSSvsAwpQveBp4CyAe4Fzx/image.png)

https://github.com/steemit/steem/issues/1257

昨天帖子中我们也说到过 `max_virtual_bandwidth`
因为我们是从用户视角分析问题,所以没详细解释这个东西

其实,它也是算出来的
`dgp.max_virtual_bandwidth = (dgp.maximum_block_size * dgp.current_reserve_ratio *
STEEMIT_BANDWIDTH_PRECISION * STEEMIT_BANDWIDTH_AVERAGE_WINDOW_SECONDS) / STEEMIT_BLOCK_INTERVAL;`

而github说的啥事呢?
一个是改进`Reserve Ratio Algorithm`
还有就是BUG修复

>STEEMIT_MAX_BLOCK_SIZE * STEEMIT_MAX_RESERVE_RATIO * STEEMIT_BANDWIDTH_PRECISION * STEEMIT_BANDWIDTH_AVERAGE_WINDOW_SECONDS overflows 64-bits. We need to make the max_virtual_bandwidth calculations 128-bit.

哦买嘎
溢出是啥概念?举个栗子
你有一个杯子,有一瓶水,如果杯子比瓶子容量大,那么往里倒水没问题
如果杯子比瓶子容量小,假设一瓶水等于一杯半水,那么用瓶子往杯子里倒水,水就会溢出,最好你只剩一杯水。

计算机中也是这样?NO,NO, NO.
程序中溢出,就会截短,一杯半水,最后就剩半杯水
莫非(包括一些并非新号的用户)最近频繁发生带宽超限问题,就是这个引起的?

总之,***不管算法改进还是BUG修复,就是为了解决带宽超限问题的!***

# 结论

无论是steemd.com的改版,还是github上的代码改进以及BUG修复,都可以看出来STEEMIT公司在踏实做事。 STEEMIT公有心了,给你10086个👍


人家平台给搭建好了,同志们努力贡献优质内容吧。

-----

感谢阅读 / Thank you for reading.
欢迎upvote、resteem以及 following me @oflyhigh 😎
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 170 others
properties (23)
authoroflyhigh
permlinksteemd-com-and-bandwidth-limit-exceeded
categorycn
json_metadata{"tags":["cn","cn-programming","steemit","steemd","github"],"users":["oflyhigh"],"image":["https://steemitimages.com/DQmf2RN8gtwUipRxvXXJYJg3LBAs6uyZZb4punZPeLEQS8x/image.png","https://steemitimages.com/DQmNVnrQ3SvPxCF2LhkB1rv8qbZGddYvNhVWoXRMjD16aD8/image.png","https://steemitimages.com/DQmTkbwAs5ctxrriVRu27oSbWeSNJkztfgbFdastYcQMarf/image.png","https://steemitimages.com/DQmah7TWbMMqEDumArLTqhXggtSSvsAwpQveBp4CyAe4Fzx/image.png"],"links":["https://steemit.com/cn/@oflyhigh/bandwidth-and","https://steemit.com/cn/@oflyhigh/chinese-version-voting-power","https://github.com/steemit/steem/issues/1257"],"app":"steemit/0.1","format":"markdown"}
created2017-07-19 00:49:51
last_update2017-07-19 00:49:51
depth0
children38
last_payout2017-07-26 00:49:51
cashout_time1969-12-31 23:59:59
total_payout_value241.837 HBD
curator_payout_value54.835 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,137
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,925,951
net_rshares58,553,288,164,615
author_curate_reward""
vote details (234)
@ace108 ·
STEEMIT公有心? 少了个“司”字?
properties (22)
authorace108
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t230059913z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 23:01:15
last_update2017-07-19 23:01:15
depth1
children0
last_payout2017-07-26 23:01:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation1,223,827,466,334,988
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,018,636
net_rshares0
@arcange ·
Congratulations @oflyhigh!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170719) in the following category:

* Pending payout - Ranked 10 with $ 239,58
properties (22)
authorarcange
permlinkre-steemd-com-and-bandwidth-limit-exceeded-20170719t163443000z
categorycn
json_metadata""
created2017-07-20 14:33:42
last_update2017-07-20 14:33:42
depth1
children0
last_payout2017-07-27 14:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation1,146,608,602,483,196
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,083,799
net_rshares0
@beulahlandeu ·
https://steemitimages.com/0x0/https://steemitimages.com/DQmNuF3L71zzxAyJB7Lk37yBqjBRo2uafTAudFDLzsoRV5L/1.gif
properties (22)
authorbeulahlandeu
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t085559928z
categorycn
json_metadata{"tags":["cn"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/DQmNuF3L71zzxAyJB7Lk37yBqjBRo2uafTAudFDLzsoRV5L/1.gif"],"app":"steemit/0.1"}
created2017-07-19 08:56:03
last_update2017-07-19 08:56:03
depth1
children0
last_payout2017-07-26 08:56:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation1,564,104,392,804
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,955,426
net_rshares0
@coldhair ·
刚才看了一下,我的宽带使用率还有90%以上,以后可以放心的使用了。

看到它在不断的迭代,Steemit肯定会越来越好!
properties (22)
authorcoldhair
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t031802557z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 03:18:06
last_update2017-07-19 03:18:06
depth1
children1
last_payout2017-07-26 03:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation34,617,352,014,488
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,935,718
net_rshares0
@oflyhigh ·
加油把他们用光:)
properties (22)
authoroflyhigh
permlinkre-coldhair-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091052661z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:10:57
last_update2017-07-19 09:10:57
depth2
children0
last_payout2017-07-26 09:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,364
net_rshares0
@deanliu ·
10086? 怎麼挺耳熟的?
properties (22)
authordeanliu
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005556845z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 00:56:00
last_update2017-07-19 00:56:00
depth1
children1
last_payout2017-07-26 00:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation3,088,576,810,035,728
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,926,366
net_rshares0
@oflyhigh ·
你说什么?我没带眼镜听不清楚!
properties (22)
authoroflyhigh
permlinkre-deanliu-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090844656z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:08:54
last_update2017-07-19 09:08:54
depth2
children0
last_payout2017-07-26 09:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,227
net_rshares0
@dolov ·
Thanks for information!
properties (22)
authordolov
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t215430575z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 21:54:36
last_update2017-07-19 21:54:36
depth1
children0
last_payout2017-07-26 21:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation44,013,483,347,038
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,014,526
net_rshares0
@dreamrafa ·
Seems like this bandwidth thing is new, but looks like a fair feature to prevent abuse...
properties (22)
authordreamrafa
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t032140687z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 03:21:57
last_update2017-07-19 03:21:57
depth1
children0
last_payout2017-07-26 03:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation178,378,192,142,151
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,935,985
net_rshares0
@greatvideos ·
Can you write the details of bandwidth limit in English please 
I really want to know how it works 
Thanks
properties (22)
authorgreatvideos
permlinkre-oflyhigh-2017719t3394039z
categorycn
json_metadata{"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-19 02:39:45
last_update2017-07-19 02:39:45
depth1
children0
last_payout2017-07-26 02:39:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation6,696,611,383,944
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,933,206
net_rshares0
@ihariskhan ·
Great man!!
please encourage budding bloggers.
https://steemit.com/bitcoincryptocurrency/@ihariskhan/bitcoin-the-most-amazing-thing-that-has-ever-happened...!!
if u like it please upvote me and follow me i"ll follow u back
properties (22)
authorihariskhan
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170720t204907826z
categorycn
json_metadata{"tags":["cn"],"links":["https://steemit.com/bitcoincryptocurrency/@ihariskhan/bitcoin-the-most-amazing-thing-that-has-ever-happened...!!"],"app":"steemit/0.1"}
created2017-07-20 20:49:12
last_update2017-07-20 20:49:12
depth1
children0
last_payout2017-07-27 20:49:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length222
author_reputation19,326,963,042
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,119,163
net_rshares0
@izbing ·
Thank you for this information. Very nice update.
👍  
properties (23)
authorizbing
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005213058z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 00:52:15
last_update2017-07-19 00:52:15
depth1
children1
last_payout2017-07-26 00:52:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation6,706,719,896,087
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,926,118
net_rshares562,274,587
author_curate_reward""
vote details (1)
@oflyhigh ·
You are welcome.
properties (22)
authoroflyhigh
permlinkre-izbing-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090814701z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:08:24
last_update2017-07-19 09:08:24
depth2
children0
last_payout2017-07-26 09:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,199
net_rshares0
@jubi · (edited)
我要给10010个赞。移动给你多少,我电信绝不含糊!
properties (22)
authorjubi
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t010326135z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 01:03:30
last_update2017-07-19 01:17:48
depth1
children2
last_payout2017-07-26 01:03:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation82,406,494,254,467
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,926,809
net_rshares0
@deanliu ·
按照二進位,10010=18。話說也是蠻多了....
properties (22)
authordeanliu
permlinkre-jubi-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t092349497z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:23:51
last_update2017-07-19 09:23:51
depth2
children0
last_payout2017-07-26 09:23:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation3,088,576,810,035,728
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,957,122
net_rshares0
@oflyhigh ·
为何比移动少了76个赞?
😡
properties (22)
authoroflyhigh
permlinkre-jubi-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090931174z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:09:36
last_update2017-07-19 09:09:36
depth2
children0
last_payout2017-07-26 09:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,273
net_rshares0
@leesujae17 · (edited)
Thank you !!!
good job
properties (22)
authorleesujae17
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t010326830z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 01:03:27
last_update2017-07-19 01:04:03
depth1
children0
last_payout2017-07-26 01:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation730,082,183,793
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,926,803
net_rshares0
@liangfengyouren ·
properties (22)
authorliangfengyouren
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t031908985z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 03:19:15
last_update2017-07-19 03:19:15
depth1
children1
last_payout2017-07-26 03:19:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation5,130,020,498,207
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,935,805
net_rshares0
@oflyhigh ·
谢赞
properties (22)
authoroflyhigh
permlinkre-liangfengyouren-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091114240z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:11:21
last_update2017-07-19 09:11:21
depth2
children0
last_payout2017-07-26 09:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,392
net_rshares0
@liflorence ·
太好了 之前有两次想要发帖都被限制了
properties (22)
authorliflorence
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t104821668z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 10:48:24
last_update2017-07-19 10:48:24
depth1
children1
last_payout2017-07-26 10:48:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation28,068,697,086,498
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,962,644
net_rshares0
@oflyhigh ·
是啊,好事:)
properties (22)
authoroflyhigh
permlinkre-liflorence-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t112045238z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 11:20:48
last_update2017-07-19 11:20:48
depth2
children0
last_payout2017-07-26 11:20:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,964,910
net_rshares0
@lovelygirl ·
its very good blog i like it
properties (22)
authorlovelygirl
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005307713z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 00:53:12
last_update2017-07-19 00:53:12
depth1
children0
last_payout2017-07-26 00:53:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation-1,441,869,494,440
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,926,193
net_rshares0
@mamamyanmar ·
hello,I live in Myanmar,welcome
properties (22)
authormamamyanmar
permlinkre-oflyhigh-2017719t94517608z
categorycn
json_metadata{"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-19 03:15:24
last_update2017-07-19 03:15:24
depth1
children0
last_payout2017-07-26 03:15:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation14,121,891,848,891
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,935,544
net_rshares0
@nationalpark ·
$0.35
64-bit都不够也是件有趣的事情。我遇到过的最难的一个bug是个32位溢出。当时做视频。视频放几个小时后出问题。超难复制。
👍  
properties (23)
authornationalpark
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t120315126z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 12:03:15
last_update2017-07-19 12:03:15
depth1
children0
last_payout2017-07-26 12:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.266 HBD
curator_payout_value0.088 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation20,784,116,939,091
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,967,937
net_rshares70,465,850,154
author_curate_reward""
vote details (1)
@nicolemoker ·
謝謝分享! 剛剛看到螢幕出現了Bandwidth Limit的問題就看到這個post 了~~~ 明白了一點點謝謝🙈
properties (22)
authornicolemoker
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t085102691z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 08:51:03
last_update2017-07-19 08:51:03
depth1
children1
last_payout2017-07-26 08:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation38,924,181,771,499
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,955,146
net_rshares0
@oflyhigh ·
哈哈,估计修复好就会很少出现了
properties (22)
authoroflyhigh
permlinkre-nicolemoker-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091201371z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:12:06
last_update2017-07-19 09:12:06
depth2
children0
last_payout2017-07-26 09:12:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,436
net_rshares0
@outhori5ed ·
thanks @oflyhigh for sharing this but please consider my request in the previous post to help put more of this info on bandwidth in english for others to learn from. thanks a lot
properties (22)
authorouthori5ed
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t081759977z
categorycn
json_metadata{"tags":["cn"],"users":["oflyhigh"],"app":"steemit/0.1"}
created2017-07-19 08:18:21
last_update2017-07-19 08:18:21
depth1
children0
last_payout2017-07-26 08:18:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation39,356,239,578,011
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,953,074
net_rshares0
@steemboys ·
$0.79
I did not understand something, but nevermind. Greetings to china :)
👍  
properties (23)
authorsteemboys
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t210355831z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 21:03:57
last_update2017-07-19 21:03:57
depth1
children0
last_payout2017-07-26 21:03:57
cashout_time1969-12-31 23:59:59
total_payout_value0.690 HBD
curator_payout_value0.103 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation4,195,544,125,400
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,011,025
net_rshares163,112,202,490
author_curate_reward""
vote details (1)
@susanlo ·
$1.06
我比較幸運,從來沒有遇過這種超限問題哦! 原來是這麼複雜的...! 希望Steemit發展得越來越好!!:)
👍  
properties (23)
authorsusanlo
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t051939921z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 05:19:39
last_update2017-07-19 05:19:39
depth1
children2
last_payout2017-07-26 05:19:39
cashout_time1969-12-31 23:59:59
total_payout_value0.795 HBD
curator_payout_value0.265 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation34,574,287,376,964
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,942,320
net_rshares209,587,696,578
author_curate_reward""
vote details (1)
@oflyhigh ·
那要恭喜你喽:)
properties (22)
authoroflyhigh
permlinkre-susanlo-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090737222z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:07:57
last_update2017-07-19 09:07:57
depth2
children1
last_payout2017-07-26 09:07:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,171
net_rshares0
@susanlo ·
謝謝!>V< 祝願大家以後都不會遇上這種狀況哦!:):)
properties (22)
authorsusanlo
permlinkre-oflyhigh-re-susanlo-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t092842192z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:28:42
last_update2017-07-19 09:28:42
depth3
children0
last_payout2017-07-26 09:28:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation34,574,287,376,964
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,957,422
net_rshares0
@swagprincess ·
Thanks for explaining!!
I encountered the same problem ytd and didnt know what was going on haha
properties (22)
authorswagprincess
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t062442260z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 06:24:42
last_update2017-07-19 06:24:42
depth1
children1
last_payout2017-07-26 06:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation2,137,103,219,932
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,946,010
net_rshares0
@oflyhigh ·
哈哈,估计修复好就会很少出现了
properties (22)
authoroflyhigh
permlinkre-swagprincess-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091223665z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:12:30
last_update2017-07-19 09:12:30
depth2
children0
last_payout2017-07-26 09:12:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,456
net_rshares0
@twinkledrop ·
多谢大神指点!  我经常被告知宽带超出, 也不能回留言,一开始还不懂怎么回事, 现在懂了😥
properties (22)
authortwinkledrop
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t012459650z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 01:24:57
last_update2017-07-19 01:24:57
depth1
children1
last_payout2017-07-26 01:24:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation149,491,317,507,894
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,928,266
net_rshares0
@oflyhigh ·
我一开始也是各种不懂
properties (22)
authoroflyhigh
permlinkre-twinkledrop-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091021879z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:10:27
last_update2017-07-19 09:10:27
depth2
children0
last_payout2017-07-26 09:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,329
net_rshares0
@wilkinshui ·
謝謝你,待會也想發一則關於bandwidth的,但不涉及技術層面,只是想帶出一些steemit小工具可以幫助新手。有多餘之處,還請見諒。:)
properties (22)
authorwilkinshui
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t011731678z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 01:17:36
last_update2017-07-19 01:17:36
depth1
children1
last_payout2017-07-26 01:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation83,484,374,565,395
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,927,722
net_rshares0
@oflyhigh ·
百花齐放,百家争鸣
欢迎多分享
properties (22)
authoroflyhigh
permlinkre-wilkinshui-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090956643z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 09:10:00
last_update2017-07-19 09:10:00
depth2
children0
last_payout2017-07-26 09:10:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation6,298,742,539,973,926
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,956,303
net_rshares0
@yukimaru ·
I always get that bandwidth limit exceeded even though i'm at maximum  voting power... pfft >.<
properties (22)
authoryukimaru
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t012752199z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2017-07-19 01:28:00
last_update2017-07-19 01:28:00
depth1
children0
last_payout2017-07-26 01:28:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation34,898,291,077,761
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,928,487
net_rshares0