def deployMixnode():
global c
with cd('loopix'):
run("git pull")
run("git checkout %s" % BRANCH)
N = hexlify(os.urandom(8))
with cd('loopix'):
run("python setup_mixnode.py 9999 %s Mix%s %s" % (str(env.host), N, 0))
get('publicMixnode.bin', 'publicMixnode-%s.bin'%env.host)
c += 1
评论列表
文章目录