eth2-val-tools
eth2-val-tools copied to clipboard
Some experimental tools to manage validators - use at your own risk
Hi, i had a question should i have different mnemonics, when generating validators keys and withdrawal address or is it recommended to have the SAME mnemonic for both - validator...
Seeing some errors on the installation related to package `github.com/herumi/bls-eth-go-binary v1.28.1`. ``` ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:9:28: undefined: SecretKey ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:9:40: undefined: Fr ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:13:26: undefined: Fr ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:13:31: undefined: SecretKey ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:19:28: undefined: PublicKey ../go/pkg/mod/github.com/herumi/[email protected]/bls/cast.go:19:40: undefined: G1...
Hello, i tried generate deposit_data , by providing my devnet genesis_fork as the fork_version, and generate the keystore and import it into my prysm, then execute the deposit, but then...
Running into this error when trying to install on ubuntu 20.04. Any idea what's going on? ``` go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/herumi/bls-eth-go-binary v1.28.1 go: downloading github.com/protolambda/go-keystorev4 v0.0.0-20211007151826-f20444f6d564 go:...
Currently loading in lodestar validator keys one by one takes too long ~ 0.3 sec/key on an M1 macbook pro. This means that on an average kurtosis run where the...