BitShares Forum

Main => General Discussion => Topic started by: CurrencyMaster on December 20, 2014, 09:18:39 am

Title: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: CurrencyMaster on December 20, 2014, 09:18:39 am
0.4.26 and 0.4.27 delegates,please upgrade to the 0.4.27.1,beg u and thank u very much for 1 billion years.
up
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: davidpbrown on December 20, 2014, 09:24:35 am
*cough*
delegate.bitsuperlab   v0.4.26
delegate.baozi   v0.4.26
delegate.xeroc   v0.4.26
delegate.coolspeed   v0.4.26
delegate-alt   v0.4.26
now.dacwin   v0.4.26
future.dacwin   v0.4.26
delegate-baozi   v0.4.26
dele-puppy   v0.4.26
delegate.charity   v0.4.26
coolspeed   v0.4.26
a.delegate.charity   v0.4.26
delegate.taolje   0.4.26
fox   v0.4.26
delegate-watchman   v0.4.26
delegate.btsnow   v0.4.26
c.delegate.charity   v0.4.26
dac.coolspeed   v0.4.26
*cough*
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: dannotestein on December 20, 2014, 09:44:11 am
it's not just 0.4.26, we also need 0.4.27 to upgrade to 0.4.27.1
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: lzr1900 on December 20, 2014, 09:45:56 am
 +5% +5% +5% +5%
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: cgafeng on December 20, 2014, 09:55:08 am
up, we need the stable network.
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: davidpbrown on December 20, 2014, 10:01:07 am
I didn't want to shame the majority.. atm 60 of 101 need to upgrade or be voted out.. http://bitsharesblocks.com/delegates
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: wuyanren on December 20, 2014, 10:41:15 am
做个受托人还这么懒,难道升个级的时间都没有吗
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: davidpbrown on December 20, 2014, 10:55:19 am
做个受托人还这么懒,难道升个级的时间都没有吗

是的,有权必有责。

Yes.. with power comes responsibility.
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: Riverhead on December 20, 2014, 11:27:08 am

I'm working on an update to alt's notification.py to send out a warning email if the delegate being monitored is on a fork with a participation of less than 85%. While that delegate may not be in trouble (yet) it means trouble is brewing and they need to check things out.

I'll post the code here shortly if anyone wants to patch it in to their version.

Something to get you started:

Code: [Select]
def query_participation() :
    global participation

    headers = {'content-type': 'application/json'}

    auth = (config["bts_rpc"]["username"], config["bts_rpc"]["password"])
    url = config["bts_rpc"]["url"]

    info = {
        "method": "info",
        "params": [],
        "jsonrpc": "2.0",
        "id": 1
    }

    try:
       info_res = requests.post(url, data=json.dumps(info), headers=headers, auth=auth)
       info_json = json.loads(vars(info_res)["_content"])
       participation = info_json["result"]["blockchain_average_delegate_participation"]
    except:
       print "Can't connect to rpc server"
       return None

    if participation < 85 :
       print "Smells like fork."
    else :
       print ("Sitting pretty at %s%%." % participation)
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: bytemaster on December 20, 2014, 01:41:44 pm

it's not just 0.4.26, we also need 0.4.27 to upgrade to 0.4.27.1

I noticed your delegate was on the list.  Did you forget to publish version?
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: wuyanren on December 20, 2014, 03:22:49 pm
真想骂人了 受托人应该是带头作用的,升级钱包都不愿意,做个鸟受托人啊。快点实施自动下岗制度吧,24小时之内不能升级新版钱包的,自动下去,等升级好了,票还在的话 ,再上来。
Title: Re: 0.4.26 delegates, do good deeds, community beg you to upgrade to the 0.4.27.1
Post by: alt on December 20, 2014, 11:25:40 pm
i'm the one who forget to punlish version.

来自我的 HUAWEI P7-L00 上的 Tapatalk