We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should need something like this:
docker run -d -it --name web3signer \ -v /data/ethereum-network-config:/network-config:ro \ -v /data/teku-validator:/validator-data:rw \ consensys/web3signer:develop \ --http-listen-host "0.0.0.0" \ --http-listen-port 9000 \ --http-host-allowlist "*" \ --metrics-enabled=true \ --metrics-host "0.0.0.0" \ --metrics-port 9001 \ --metrics-host-allowlist "*" \ eth2 \ --network /network-config/config.yaml \ --Xtrusted-setup /network-config/trusted_setup.txt \ --keystores-path /validator-data/keys \ --keystores-passwords-path /validator-data/secrets \ --slashing-protection-enabled=false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should need something like this:
The text was updated successfully, but these errors were encountered: