openethereum / parity-deploy

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

Examples are broken #74

Closed jwasinger closed 6 years ago

jwasinger commented 6 years ago

Tried this:

> ./parity-deploy.sh --config dev
> docker-compose up

Saw this:

Starting host1 ... done
Attaching to host1
host1    | Loading config file from /parity/authority.toml
host1    | Invalid node address format given for a boot node: enode://@host1:30303
host1 exited with code 1
jwasinger commented 6 years ago

Whoops. This was a permissions issue on my part...

computerpoet commented 5 years ago

@jwasinger Can you describe a bit more about the permission issue you had ? I seem to have the same issue.