Skip to content
New issue

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

Add web3 signer role #155

Open
barnabasbusa opened this issue Oct 23, 2023 · 0 comments
Open

Add web3 signer role #155

barnabasbusa opened this issue Oct 23, 2023 · 0 comments

Comments

@barnabasbusa
Copy link
Contributor

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
@barnabasbusa barnabasbusa changed the title Add web3 signer role` Add web3 signer role Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant