Skip to content

adshao/nucypher-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuCypher Scripts

Init Env For CentOS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/adshao/nucypher-scripts/master/init.sh)"

Activate Alias

source ~/.bashrc

Init Clef

clef init

Create worker account

clef newaccount

Update rules.js

Update rules.js and load it:

clef attest $(sha256sum /root/clef/rules.js | awk '{print $1}')

Start Clef

clef

Start Geth

docker-compose up -d geth

Init Worker

ursula init

Run Worker as Daemon

export NUCYPHER_WORKER_ETH_PASSWORD=
export NUCYPHER_KEYRING_PASSWORD=
docker-compose run --name ursula -d nucypher nucypher ursula run --prometheus --metrics-port 9101

Verify Ursula

docker exec -it ursula nucypher ursula run -I

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published