Update weights following beta refresh distribution (#2249)

nano_1betazh7m3c9gwcsy7w3rzynbqr9gomjwn3cp59xqky48we46eaqptbdskh4: 29987244550000000000000000000000000000
nano_1beta1ayfkpj1tfbhi3e9ihkocjkqi6ms5e4xrbmbybqnkza1e5jrake8wai: 29987244549999965999999999999999998087
nano_1repnode4qpnebqobohfaxcgbrhtumfs6emijugpdkrcxb3jettdaw95xwio: 13324829699800000000000000000000000000
nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy: 11446598100938463463374607431768211455
nano_3ninja4qi61cwarib1thbr3w94n6qk3s7tquwgwoeue4bwt9nnmwf43eug1z: 9327381790000000000000000000000000000
nano_3frak9fj7giaw8xn4bedyt7y1rh8na3dk6jz6gc8wkmrpo9xqe7jfg73ha1f: 6662414850000000000000000000000000000
nano_1crw1rrronn6zruz9myjoqaydo1i46fnzs1zpz31bj38bqite969aaa6oxqp: 6662414850000000000000000000000000000
nano_3nox99rqoam63o9eb4hekpuptmjcdq6dmd7cs8sbukfsymfhhq5ysxs7rzrg: 2664965940000000000000000000000000000
nano_1hanzy9hgy84z7xgzw678m99m5jqcg8oa89d415xo3um6of9yrdu4jj76ykw: 2664965940000000000000000000000000000
nano_3arrandqd6hnq51ywoe1if19mxo3fpjs4q31xcqcakbx7nquu5m4if1hkdrd: 2664965940000000000000000000000000000
nano_3ag1kmo45kgo9ay4ucsxfxktjbi4heoa3atkxfdexmffhkftwge6wb7zerte: 2664965940000000000000000000000000000
nano_1kitteh45srbwthaxq11tj54awh1trwuyt6o56ya4ghqinqo3a3jisbjg4dd: 2664965940000000000000000000000000000
nano_1eph1eg3c8wy1u8p3deq4r95cq5wxidy3ncjtr7q97fu7gzm8aotzfpdq9es: 2664965939999999999999999997899000000
nano_1akakfjiikq3jo3of9ydeopuyxo469foapuhpoiuyexsccsckge1sndp4i6t: 2664965880000000000000000000000000000
nano_3just4ry5nnwxiddhi5s6m8gpan5tgeudf5e49key1nh8zhxhzufx8tuot49: 2664964940000000000000000000000000000
nano_1robotghjtaub18dmo1ihkzg9jjs53ukthxrpt5x7eie3pg7k4ahb5i1uw64: 2664951920100000000000160972800000000
nano_3dotcomuaymwna1zbwed1mhaz9cm6zgxnmxn1313udp95ujj8sbkkc39o654: 266496590000000000000000000000000000
nano_1wojtek81gff8ppr6uwpqm3kf5z9sy6swbgy73aj5js5fwq18z3ubx778nec: 266496590000000000000000000000000000
wrote 18 rep weights
max supply 131915796000000000000000000000000000000
This commit is contained in:
Guilherme Lawless 2019-08-26 08:17:19 +01:00 committed by GitHub
commit f8401179e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ parser = argparse.ArgumentParser(description='Generate bootstrap representative
parser.add_argument("output", type=str, help="output weight file")
parser.add_argument("--rpc", help="node rpc host:port", default="http://[::1]:7076")
parser.add_argument("--limit", help="percentage of the active supply represented", default=0.99)
parser.add_argument("--cutoff", help="stop using bootstrap reps this many blocks before the current block height", default=250000)
parser.add_argument("--cutoff", help="stop using bootstrap reps this many blocks before the current block height", default=250000, type=int)
args = parser.parse_args()
r = requests.post(args.rpc, data='{"action":"representatives"}')

BIN
rep_weights_beta.bin Normal file

Binary file not shown.