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 ?
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.