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

View this thread on steempeak.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)
post_id7,582,981
authoroflyhigh
permlinksteemd-com-and-bandwidth-limit-exceeded
categorycn
json_metadata"{"format": "markdown", "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", "tags": ["cn", "cn-programming", "steemit", "steemd", "github"], "users": ["oflyhigh"], "image": ["https://steemitimages.com/DQmf2RN8gtwUipRxvXXJYJg3LBAs6uyZZb4punZPeLEQS8x/image.png"]}"
created2017-07-19 00:49:51
last_update2017-07-19 00:49:51
depth0
children38
net_rshares58,553,288,164,615
last_payout2017-07-26 00:49:51
cashout_time1969-12-31 23:59:59
total_payout_value241.837 SBD
curator_payout_value54.835 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2,137
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (234)
@izbing ·
Thank you for this information. Very nice update.
👍  
properties (23)
post_id7,583,130
authorizbing
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005213058z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 00:52:15
last_update2017-07-19 00:52:15
depth1
children1
net_rshares562,274,587
last_payout2017-07-26 00:52:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length49
author_reputation6,709,137,099,554
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@oflyhigh ·
You are welcome.
properties (22)
post_id7,609,697
authoroflyhigh
permlinkre-izbing-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090814701z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:08:24
last_update2017-07-19 09:08:24
depth2
children0
net_rshares0
last_payout2017-07-26 09:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lovelygirl ·
its very good blog i like it
properties (22)
post_id7,583,193
authorlovelygirl
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005307713z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 00:53:12
last_update2017-07-19 00:53:12
depth1
children0
net_rshares0
last_payout2017-07-26 00:53:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation-1,441,746,443,905
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@deanliu ·
10086? 怎麼挺耳熟的?
properties (22)
post_id7,583,352
authordeanliu
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t005556845z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 00:56:00
last_update2017-07-19 00:56:00
depth1
children1
net_rshares0
last_payout2017-07-26 00:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length14
author_reputation726,291,750,173,620
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
你说什么?我没带眼镜听不清楚!
properties (22)
post_id7,609,723
authoroflyhigh
permlinkre-deanliu-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090844656z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:08:54
last_update2017-07-19 09:08:54
depth2
children0
net_rshares0
last_payout2017-07-26 09:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@leesujae17 · (edited)
Thank you !!!
good job
properties (22)
post_id7,583,740
authorleesujae17
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t010326830z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 01:03:27
last_update2017-07-19 01:04:03
depth1
children0
net_rshares0
last_payout2017-07-26 01:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length22
author_reputation730,017,604,500
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jubi · (edited)
我要给10010个赞。移动给你多少,我电信绝不含糊!
properties (22)
post_id7,583,746
authorjubi
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t010326135z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 01:03:30
last_update2017-07-19 01:17:48
depth1
children2
net_rshares0
last_payout2017-07-26 01:03:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation81,283,051,616,409
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
为何比移动少了76个赞?
😡
properties (22)
post_id7,609,763
authoroflyhigh
permlinkre-jubi-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090931174z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:09:36
last_update2017-07-19 09:09:36
depth2
children0
net_rshares0
last_payout2017-07-26 09:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length14
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@deanliu ·
按照二進位,10010=18。話說也是蠻多了....
properties (22)
post_id7,610,501
authordeanliu
permlinkre-jubi-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t092349497z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:23:51
last_update2017-07-19 09:23:51
depth2
children0
net_rshares0
last_payout2017-07-26 09:23:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation726,291,750,173,620
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@wilkinshui ·
謝謝你,待會也想發一則關於bandwidth的,但不涉及技術層面,只是想帶出一些steemit小工具可以幫助新手。有多餘之處,還請見諒。:)
properties (22)
post_id7,584,556
authorwilkinshui
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t011731678z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 01:17:36
last_update2017-07-19 01:17:36
depth1
children1
net_rshares0
last_payout2017-07-26 01:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length70
author_reputation78,825,487,740,201
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
百花齐放,百家争鸣
欢迎多分享
properties (22)
post_id7,609,791
authoroflyhigh
permlinkre-wilkinshui-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090956643z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:10:00
last_update2017-07-19 09:10:00
depth2
children0
net_rshares0
last_payout2017-07-26 09:10:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinkledrop ·
多谢大神指点!  我经常被告知宽带超出, 也不能回留言,一开始还不懂怎么回事, 现在懂了😥
properties (22)
post_id7,585,041
authortwinkledrop
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t012459650z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 01:24:57
last_update2017-07-19 01:24:57
depth1
children1
net_rshares0
last_payout2017-07-26 01:24:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length45
author_reputation149,432,287,427,422
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
我一开始也是各种不懂
properties (22)
post_id7,609,810
authoroflyhigh
permlinkre-twinkledrop-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091021879z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:10:27
last_update2017-07-19 09:10:27
depth2
children0
net_rshares0
last_payout2017-07-26 09:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@yukimaru ·
I always get that bandwidth limit exceeded even though i'm at maximum  voting power... pfft >.<
properties (22)
post_id7,585,246
authoryukimaru
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t012752199z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 01:28:00
last_update2017-07-19 01:28:00
depth1
children0
net_rshares0
last_payout2017-07-26 01:28:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length95
author_reputation34,940,839,343,940
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@greatvideos ·
Can you write the details of bandwidth limit in English please 
I really want to know how it works 
Thanks
properties (22)
post_id7,589,414
authorgreatvideos
permlinkre-oflyhigh-2017719t3394039z
categorycn
json_metadata"{"app": "esteem/1.4.6", "format": "markdown+html", "community": "esteem", "tags": "cn"}"
created2017-07-19 02:39:45
last_update2017-07-19 02:39:45
depth1
children0
net_rshares0
last_payout2017-07-26 02:39:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length106
author_reputation6,010,199,511,915
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mamamyanmar ·
hello,I live in Myanmar,welcome
properties (22)
post_id7,591,465
authormamamyanmar
permlinkre-oflyhigh-2017719t94517608z
categorycn
json_metadata"{"app": "esteem/1.4.6", "format": "markdown+html", "community": "esteem", "tags": "cn"}"
created2017-07-19 03:15:24
last_update2017-07-19 03:15:24
depth1
children0
net_rshares0
last_payout2017-07-26 03:15:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length31
author_reputation12,302,687,708,123
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@coldhair ·
刚才看了一下,我的宽带使用率还有90%以上,以后可以放心的使用了。

看到它在不断的迭代,Steemit肯定会越来越好!
properties (22)
post_id7,591,619
authorcoldhair
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t031802557z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 03:18:06
last_update2017-07-19 03:18:06
depth1
children1
net_rshares0
last_payout2017-07-26 03:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length60
author_reputation34,585,088,305,203
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
加油把他们用光:)
properties (22)
post_id7,609,841
authoroflyhigh
permlinkre-coldhair-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091052661z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:10:57
last_update2017-07-19 09:10:57
depth2
children0
net_rshares0
last_payout2017-07-26 09:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@liangfengyouren ·
properties (22)
post_id7,591,693
authorliangfengyouren
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t031908985z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 03:19:15
last_update2017-07-19 03:19:15
depth1
children1
net_rshares0
last_payout2017-07-26 03:19:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1
author_reputation5,128,613,839,913
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
谢赞
properties (22)
post_id7,609,867
authoroflyhigh
permlinkre-liangfengyouren-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091114240z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:11:21
last_update2017-07-19 09:11:21
depth2
children0
net_rshares0
last_payout2017-07-26 09:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dreamrafa ·
Seems like this bandwidth thing is new, but looks like a fair feature to prevent abuse...
properties (22)
post_id7,591,840
authordreamrafa
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t032140687z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 03:21:57
last_update2017-07-19 03:21:57
depth1
children0
net_rshares0
last_payout2017-07-26 03:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length89
author_reputation43,651,583,224,016
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@susanlo ·
$1.06
我比較幸運,從來沒有遇過這種超限問題哦! 原來是這麼複雜的...! 希望Steemit發展得越來越好!!:)
👍  
properties (23)
post_id7,597,439
authorsusanlo
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t051939921z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 05:19:39
last_update2017-07-19 05:19:39
depth1
children2
net_rshares209,587,696,578
last_payout2017-07-26 05:19:39
cashout_time1969-12-31 23:59:59
total_payout_value0.795 SBD
curator_payout_value0.265 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length54
author_reputation34,585,088,305,203
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@oflyhigh ·
那要恭喜你喽:)
properties (22)
post_id7,609,670
authoroflyhigh
permlinkre-susanlo-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t090737222z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:07:57
last_update2017-07-19 09:07:57
depth2
children1
net_rshares0
last_payout2017-07-26 09:07:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length8
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@susanlo ·
謝謝!>V< 祝願大家以後都不會遇上這種狀況哦!:):)
properties (22)
post_id7,610,778
authorsusanlo
permlinkre-oflyhigh-re-susanlo-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t092842192z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:28:42
last_update2017-07-19 09:28:42
depth3
children0
net_rshares0
last_payout2017-07-26 09:28:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation34,585,088,305,203
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@swagprincess ·
Thanks for explaining!!
I encountered the same problem ytd and didnt know what was going on haha
properties (22)
post_id7,600,707
authorswagprincess
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t062442260z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 06:24:42
last_update2017-07-19 06:24:42
depth1
children1
net_rshares0
last_payout2017-07-26 06:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length96
author_reputation2,137,962,089,502
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
哈哈,估计修复好就会很少出现了
properties (22)
post_id7,609,923
authoroflyhigh
permlinkre-swagprincess-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091223665z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:12:30
last_update2017-07-19 09:12:30
depth2
children0
net_rshares0
last_payout2017-07-26 09:12:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@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)
post_id7,606,931
authorouthori5ed
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t081759977z
categorycn
json_metadata"{"app": "steemit/0.1", "users": ["oflyhigh"], "tags": ["cn"]}"
created2017-07-19 08:18:21
last_update2017-07-19 08:18:21
depth1
children0
net_rshares0
last_payout2017-07-26 08:18:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length178
author_reputation39,607,531,636,946
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nicolemoker ·
謝謝分享! 剛剛看到螢幕出現了Bandwidth Limit的問題就看到這個post 了~~~ 明白了一點點謝謝🙈
properties (22)
post_id7,608,758
authornicolemoker
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t085102691z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 08:51:03
last_update2017-07-19 08:51:03
depth1
children1
net_rshares0
last_payout2017-07-26 08:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation38,904,514,499,428
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
哈哈,估计修复好就会很少出现了
properties (22)
post_id7,609,905
authoroflyhigh
permlinkre-nicolemoker-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t091201371z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 09:12:06
last_update2017-07-19 09:12:06
depth2
children0
net_rshares0
last_payout2017-07-26 09:12:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@beulahlandeu ·
https://steemitimages.com/0x0/https://steemitimages.com/DQmNuF3L71zzxAyJB7Lk37yBqjBRo2uafTAudFDLzsoRV5L/1.gif
properties (22)
post_id7,609,001
authorbeulahlandeu
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t085559928z
categorycn
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/0x0/https://steemitimages.com/DQmNuF3L71zzxAyJB7Lk37yBqjBRo2uafTAudFDLzsoRV5L/1.gif"], "tags": ["cn"]}"
created2017-07-19 08:56:03
last_update2017-07-19 08:56:03
depth1
children0
net_rshares0
last_payout2017-07-26 08:56:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length109
author_reputation1,564,748,141,658
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@liflorence ·
太好了 之前有两次想要发帖都被限制了
properties (22)
post_id7,615,270
authorliflorence
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t104821668z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 10:48:24
last_update2017-07-19 10:48:24
depth1
children1
net_rshares0
last_payout2017-07-26 10:48:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation28,039,985,052,237
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oflyhigh ·
是啊,好事:)
properties (22)
post_id7,617,261
authoroflyhigh
permlinkre-liflorence-re-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t112045238z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 11:20:48
last_update2017-07-19 11:20:48
depth2
children0
net_rshares0
last_payout2017-07-26 11:20:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7
author_reputation1,148,153,621,496,884
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nationalpark ·
$0.35
64-bit都不够也是件有趣的事情。我遇到过的最难的一个bug是个32位溢出。当时做视频。视频放几个小时后出问题。超难复制。
👍  
properties (23)
post_id7,619,893
authornationalpark
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t120315126z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 12:03:15
last_update2017-07-19 12:03:15
depth1
children0
net_rshares70,465,850,154
last_payout2017-07-26 12:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.266 SBD
curator_payout_value0.088 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length62
author_reputation20,733,215,734,859
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemboys ·
$0.79
I did not understand something, but nevermind. Greetings to china :)
👍  
properties (23)
post_id7,657,844
authorsteemboys
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t210355831z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 21:03:57
last_update2017-07-19 21:03:57
depth1
children0
net_rshares163,112,202,490
last_payout2017-07-26 21:03:57
cashout_time1969-12-31 23:59:59
total_payout_value0.690 SBD
curator_payout_value0.103 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length68
author_reputation4,190,079,105,786
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dolov ·
Thanks for information!
properties (22)
post_id7,660,924
authordolov
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t215430575z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 21:54:36
last_update2017-07-19 21:54:36
depth1
children0
net_rshares0
last_payout2017-07-26 21:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length23
author_reputation33,539,420,580,086
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ace108 ·
STEEMIT公有心? 少了个“司”字?
properties (22)
post_id7,664,537
authorace108
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170719t230059913z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2017-07-19 23:01:15
last_update2017-07-19 23:01:15
depth1
children0
net_rshares0
last_payout2017-07-26 23:01:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length20
author_reputation587,339,066,841,414
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@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)
post_id7,722,439
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
net_rshares0
last_payout2017-07-27 14:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length208
author_reputation231,443,210,169,699
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@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)
post_id7,753,722
authorihariskhan
permlinkre-oflyhigh-steemd-com-and-bandwidth-limit-exceeded-20170720t204907826z
categorycn
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/bitcoincryptocurrency/@ihariskhan/bitcoin-the-most-amazing-thing-that-has-ever-happened...!!"], "tags": ["cn"]}"
created2017-07-20 20:49:12
last_update2017-07-20 20:49:12
depth1
children0
net_rshares0
last_payout2017-07-27 20:49:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length222
author_reputation19,299,922,076
root_title"Steemd.com 改版了 & 被 Bandwidth Limit Exceeded 折磨的朋友有福了"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000