openethereum / parity-deploy

Parity deployment script.
Apache License 2.0
81 stars 52 forks source link

cat: config/spec/genesis/validatorset: No such file or directory #107

Closed computerpoet closed 5 years ago

computerpoet commented 5 years ago

Hi everyone, i am aiming to create a private PoA chain with only one validator (and that's it, no other node for now).

I used this command but somehow the genesis validatorset file does not exist ./parity-deploy.sh --config validatorset --name project1 --nodes 1 --expose Result : cat: config/spec/genesis/validatorset: No such file or directory

I can not see it in the repo, is the validatorset config not valid anymore, if yes, which config should i use ?

Regards.