Closed jrhea closed 4 years ago
I just rebuilt the validator from this commit: 5b75f4e6be4eff359b2d0354b5f99dc070e5f4b2
and ran this version of the beacon chain: Latest Prysm version is v1.0.0-alpha.19
When i start the beacon chain it still makes me wait for a bunch of testnet deposits to process, but now the validator seems to recover and pick up its duties around slot 40 once the beacon chain is ready.
beacon chain output:
Latest Prysm version is v1.0.0-alpha.19.
Beacon chain is up to date.
Verifying binary integrity.
beacon-chain-v1.0.0-alpha.19-darwin-amd64: OK
gpg: Signature made Wed Aug 5 10:21:34 2020 CDT
gpg: using RSA key 0AE0051D647BA3C1A917AF4072E33E4DF1A5036E
gpg: Good signature from "Preston Van Loon <preston@prysmaticlabs.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0AE0 051D 647B A3C1 A917 AF40 72E3 3E4D F1A5 036E
Verified /Users/jonny/Documents/projects/consensys/imp/scripts/./../../clients/prysm/dist/beacon-chain-v1.0.0-alpha.19-darwin-amd64 has been signed by Prysmatic Labs.
Starting Prysm beacon-chain --verbosity info --force-clear-db --disable-discv5 --interop-eth1data-votes --interop-genesis-time 1596731528 --interop-num-validators 64 --rpc-host 192.168.1.212 --p2p-tcp-port 9000 --p2p-udp-port 9000
[2020-08-06 11:32:09] INFO node: Checking DB database-path=/Users/jonny/Library/Eth2/beaconchaindata
[2020-08-06 11:32:10] WARN node: Removing database
[2020-08-06 11:32:10] ERROR node: Using default ETH1 connection provided by Prysmatic Labs. Please consider running your own ETH1 node for better uptime, security, and decentralization of ETH2. Visit https://docs.prylabs.network/docs/prysm-usage/setup-eth1 for more information.
[2020-08-06 11:32:10] ERROR node: The default eth1 connection provided by Prysmatic Labs will no longer be the default in the next release! You will need to specify --http-web3provider. Please configure your node before the next release.
[2020-08-06 11:32:10] WARN interop-cold-start: Saving generated genesis state in database for interop testing
[2020-08-06 11:32:10] INFO slotutil: Chain genesis time reached genesisTime=2020-08-06 11:32:08 -0500 CDT genesisValidators=64
[2020-08-06 11:32:11] INFO node: Starting beacon node version=Prysm/v1.0.0-alpha.19/0d118df0343bf0e268e9fb4f2d5eb60156519c11. Built at: 2020-08-05 14:42:22+00:00
[2020-08-06 11:32:11] INFO gateway: Starting JSON-HTTP API address=127.0.0.1:3500
[2020-08-06 11:32:11] INFO rpc: RPC-API listening on port address=192.168.1.212:4000
[2020-08-06 11:32:11] WARN rpc: You are using an insecure gRPC server. If you are running your beacon node and validator on the same machines, you can ignore this message. If you want to know how to enable secure connections, see: https://docs.prylabs.network/docs/prysm-usage/secure-grpc
[2020-08-06 11:32:11] INFO blockchain: Blockchain data already exists in DB, initializing...
[2020-08-06 11:32:11] INFO initial-sync: Chain started within the last epoch - not syncing genesisTime=2020-08-06 11:32:08 -0500 CDT
[2020-08-06 11:32:11] INFO slotutil: Chain genesis time reached genesisTime=2020-08-06 11:32:08 -0500 CDT genesisValidators=64
[2020-08-06 11:32:11] INFO p2p: Node started p2p server multiAddr=/ip4/192.168.1.212/tcp/9000/p2p/16Uiu2HAmP5zsn2Uw7vJyLmXLF7yh74pSDTeq15wtQMVZfs37yh1p
[2020-08-06 11:32:11] INFO powchain: Connected to eth1 proof-of-work chain endpoint=https://goerli.prylabs.net
[2020-08-06 11:32:46] INFO powchain: Processing deposits from Ethereum 1 chain deposits=512 genesisValidators=508
[2020-08-06 11:32:47] INFO powchain: Processing deposits from Ethereum 1 chain deposits=1024 genesisValidators=1020
[2020-08-06 11:32:54] INFO powchain: Processing deposits from Ethereum 1 chain deposits=1536 genesisValidators=1526
[2020-08-06 11:32:58] INFO powchain: Processing deposits from Ethereum 1 chain deposits=2048 genesisValidators=2037
[2020-08-06 11:32:59] INFO powchain: Processing deposits from Ethereum 1 chain deposits=2560 genesisValidators=2549
[2020-08-06 11:33:01] INFO powchain: Processing deposits from Ethereum 1 chain deposits=3072 genesisValidators=3055
[2020-08-06 11:33:09] INFO powchain: Processing deposits from Ethereum 1 chain deposits=3584 genesisValidators=3480
[2020-08-06 11:33:11] INFO powchain: Processing deposits from Ethereum 1 chain deposits=4096 genesisValidators=3992
[2020-08-06 11:33:35] INFO powchain: Processing deposits from Ethereum 1 chain deposits=4608 genesisValidators=4480
[2020-08-06 11:33:44] INFO powchain: Processing deposits from Ethereum 1 chain deposits=5120 genesisValidators=4980
[2020-08-06 11:33:52] INFO powchain: Processing deposits from Ethereum 1 chain deposits=5632 genesisValidators=5483
[2020-08-06 11:33:57] INFO powchain: Processing deposits from Ethereum 1 chain deposits=6144 genesisValidators=5994
[2020-08-06 11:33:59] INFO powchain: Processing deposits from Ethereum 1 chain deposits=6656 genesisValidators=6506
[2020-08-06 11:34:08] INFO powchain: Processing deposits from Ethereum 1 chain deposits=7168 genesisValidators=7006
[2020-08-06 11:34:10] INFO powchain: Processing deposits from Ethereum 1 chain deposits=7680 genesisValidators=7518
[2020-08-06 11:34:12] INFO powchain: Processing deposits from Ethereum 1 chain deposits=8192 genesisValidators=8030
[2020-08-06 11:34:17] INFO powchain: Processing deposits from Ethereum 1 chain deposits=8704 genesisValidators=8539
[2020-08-06 11:34:20] INFO powchain: Processing deposits from Ethereum 1 chain deposits=9216 genesisValidators=9051
[2020-08-06 11:34:22] INFO powchain: Processing deposits from Ethereum 1 chain deposits=9728 genesisValidators=9562
[2020-08-06 11:34:31] INFO powchain: Processing deposits from Ethereum 1 chain deposits=10240 genesisValidators=10057
[2020-08-06 11:34:36] INFO powchain: Processing deposits from Ethereum 1 chain deposits=10752 genesisValidators=10565
[2020-08-06 11:34:42] INFO powchain: Processing deposits from Ethereum 1 chain deposits=11264 genesisValidators=11064
[2020-08-06 11:34:48] INFO powchain: Processing deposits from Ethereum 1 chain deposits=11776 genesisValidators=11567
[2020-08-06 11:34:53] INFO powchain: Processing deposits from Ethereum 1 chain deposits=12288 genesisValidators=12061
[2020-08-06 11:34:59] INFO powchain: Processing deposits from Ethereum 1 chain deposits=12800 genesisValidators=12573
[2020-08-06 11:35:01] INFO powchain: Processing deposits from Ethereum 1 chain deposits=13312 genesisValidators=13085
[2020-08-06 11:35:10] INFO powchain: Processing deposits from Ethereum 1 chain deposits=13824 genesisValidators=13584
^[[A[2020-08-06 11:35:18] INFO powchain: Processing deposits from Ethereum 1 chain deposits=14336 genesisValidators=14073
[2020-08-06 11:35:21] INFO powchain: Processing deposits from Ethereum 1 chain deposits=14848 genesisValidators=14522
[2020-08-06 11:35:26] INFO powchain: Processing deposits from Ethereum 1 chain deposits=15360 genesisValidators=14864
[2020-08-06 11:35:36] INFO powchain: Processing deposits from Ethereum 1 chain deposits=15872 genesisValidators=15366
[2020-08-06 11:35:42] INFO powchain: Processing deposits from Ethereum 1 chain deposits=16384 genesisValidators=15866
[2020-08-06 11:35:46] INFO powchain: Processing deposits from Ethereum 1 chain deposits=16896 genesisValidators=16354
[2020-08-06 11:35:53] INFO powchain: Processing deposits from Ethereum 1 chain deposits=17408 genesisValidators=16856
[2020-08-06 11:35:59] INFO powchain: Processing deposits from Ethereum 1 chain deposits=17920 genesisValidators=17361
[2020-08-06 11:36:07] INFO powchain: Processing deposits from Ethereum 1 chain deposits=18432 genesisValidators=17871
[2020-08-06 11:36:22] INFO powchain: Processing deposits from Ethereum 1 chain deposits=18944 genesisValidators=18361
[2020-08-06 11:36:25] INFO powchain: Processing deposits from Ethereum 1 chain deposits=19456 genesisValidators=18873
[2020-08-06 11:36:36] INFO powchain: Processing deposits from Ethereum 1 chain deposits=19968 genesisValidators=19383
[2020-08-06 11:36:47] INFO powchain: Processing deposits from Ethereum 1 chain deposits=20480 genesisValidators=19892
[2020-08-06 11:36:49] INFO powchain: Minimum number of validators reached for beacon-chain to start ChainStartTime=2020-08-04 08:00:08 -0500 CDT
[2020-08-06 11:39:31] INFO rpc: New gRPC client connected to beacon node addr=192.168.1.34:46410
[2020-08-06 11:40:10] WARN rpc/validator: Beacon Node is no longer connected to an ETH1 chain, so ETH1 data votes are now mocked.
[2020-08-06 11:40:11] INFO blockchain: Synced new block block=0xeec1c9fa... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=40
[2020-08-06 11:40:11] INFO blockchain: Finished applying state transition attestations=0 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:40:20] WARN sync: Subscription next failed error=subscription cancelled topic=/eth2/5267d9c6/beacon_attestation_8/ssz_snappy
[2020-08-06 11:40:22] INFO blockchain: Synced new block block=0xc85eaa34... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=41
[2020-08-06 11:40:22] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:40:34] INFO blockchain: Synced new block block=0x79f8c09d... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=42
[2020-08-06 11:40:34] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:40:46] INFO blockchain: Synced new block block=0xb545dcb5... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=43
[2020-08-06 11:40:46] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:40:56] WARN sync: Subscription next failed error=subscription cancelled topic=/eth2/5267d9c6/beacon_attestation_11/ssz_snappy
[2020-08-06 11:40:59] INFO blockchain: Synced new block block=0x0e603e6d... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=44
[2020-08-06 11:40:59] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:41:10] INFO blockchain: Synced new block block=0xba1deceb... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=45
[2020-08-06 11:41:10] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:41:20] WARN sync: Subscription next failed error=subscription cancelled topic=/eth2/5267d9c6/beacon_attestation_13/ssz_snappy
[2020-08-06 11:41:22] INFO blockchain: Synced new block block=0x72186e19... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=46
[2020-08-06 11:41:22] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:41:34] INFO blockchain: Synced new block block=0x59b906f0... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=47
[2020-08-06 11:41:34] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:41:44] WARN sync: Subscription next failed error=subscription cancelled topic=/eth2/5267d9c6/beacon_attestation_15/ssz_snappy
[2020-08-06 11:41:46] INFO blockchain: Synced new block block=0x2b5e60a3... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=48
[2020-08-06 11:41:46] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:41:58] INFO blockchain: Synced new block block=0x4303593d... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=49
[2020-08-06 11:41:58] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:42:10] INFO blockchain: Synced new block block=0x3ff6bed6... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=50
[2020-08-06 11:42:10] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:42:22] INFO blockchain: Synced new block block=0xbfc3b3c5... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=51
[2020-08-06 11:42:22] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:42:34] INFO blockchain: Synced new block block=0x9a33e8e2... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=52
[2020-08-06 11:42:34] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:42:44] WARN sync: Subscription next failed error=subscription cancelled topic=/eth2/5267d9c6/beacon_attestation_20/ssz_snappy
[2020-08-06 11:42:47] INFO blockchain: Synced new block block=0x8af1df04... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=53
[2020-08-06 11:42:47] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:42:58] INFO blockchain: Synced new block block=0x236bdb0f... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=54
[2020-08-06 11:42:58] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
[2020-08-06 11:43:10] INFO blockchain: Synced new block block=0x1ffa6ddf... epoch=1 finalizedEpoch=0 finalizedRoot=0xfe65e05f... slot=55
[2020-08-06 11:43:10] INFO blockchain: Finished applying state transition attestations=1 attesterSlashings=0 deposits=0 proposerSlashings=0 voluntaryExits=0
^C[2020-08-06 11:43:19] INFO node: Got interrupt, shutting down...
validator output:
[2020-08-06 16:39:27] WARN flags: Disabling v2 of Prysm validator accounts
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xaf344fce60db
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x80a2be2c7dbc
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb397692ccbf4
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xac9f4df3f20a
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8dde83069208
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x96746aaba64d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xaef9162ee6f2
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x81283b7a20e1
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8826e820179f
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x87c9f7605d07
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa3a32b0f8b4d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8f467e5723de
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xae00fc3de831
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8d5d3672a233
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb08f7feb8678
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xaec922bd7a9b
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb8cd1cef89aa
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb9d1d914df3d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9698d9519a02
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xae4d49364e4a
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x94f0c8535601
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9977f1c8b731
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9893413c0028
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9314c6de0386
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x81054bd51ce5
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb5bb0162a4f2
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa6d310dbbfab
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x954eb88ed120
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa98ed496c2f4
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xafc0fa2ed6a2
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8a298ee1ac04
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xab0bdda0f85f
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb245d63d3f9d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xaecc56f2b1c4
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x86a73886aa01
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x903e2989e744
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa1c76af1545d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x925b1fb57c06
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8a0d24195510
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x872c61b4a7f8
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x963528adb532
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa48cc260df1d
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb89bebc69976
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa5869ba554d1
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9648b83a4f09
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb7ee0ef26144
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x92977e713966
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x8dd74e1bb522
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa34febc12af0
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x92a93728c252
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x92f43d79d9f4
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa99a76ed7796
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x876dd4705157
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x84398f539a64
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x9243ef5ed3bd
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa852816b8e46
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x91ae4686b0d2
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xab8d3a9bcc16
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xae241af60691
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa9cf360aa15f
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xb7e6e187ed81
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0x88c141df77cd
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa8d4c7c27795
[2020-08-06 16:39:31] INFO node: Validating for public key pubKey=0xa4855c83d868
[2020-08-06 16:39:31] WARN node: Removing database
[2020-08-06 16:39:31] INFO node: Checking DB databasePath=/mnt/mmcblk0p1
[2020-08-06 16:39:31] INFO node: Starting validator node version=Prysm/Unknown/Local build. Built at: Moments ago
[2020-08-06 16:39:31] WARN validator: You are using an insecure gRPC connection. If you are running your beacon node and validator on the same machines, you can ignore this message. If you want to know how to enable secure connections, see: https://docs.prylabs.network/docs/prysm-usage/secure-grpc
[2020-08-06 16:39:31] INFO validator: Waiting for beacon chain start log from the ETH 1.0 deposit contract
[2020-08-06 16:39:31] INFO validator: Beacon chain started genesisTime=2020-08-06 16:32:08 +0000 UTC
[2020-08-06 16:39:31] INFO validator: Validator activated index=23 publicKey=0xaf344fce60db
[2020-08-06 16:39:31] INFO validator: Validator activated index=62 publicKey=0x80a2be2c7dbc
[2020-08-06 16:39:31] INFO validator: Validator activated index=33 publicKey=0xaef9162ee6f2
[2020-08-06 16:39:31] INFO validator: Validator activated index=51 publicKey=0xb397692ccbf4
[2020-08-06 16:39:31] INFO validator: Validator activated index=55 publicKey=0xac9f4df3f20a
[2020-08-06 16:39:31] INFO validator: Validator activated index=17 publicKey=0x8dde83069208
[2020-08-06 16:39:31] INFO validator: Validator activated index=25 publicKey=0x96746aaba64d
[2020-08-06 16:39:31] INFO validator: Validator activated index=4 publicKey=0x81283b7a20e1
[2020-08-06 16:39:31] INFO validator: Validator activated index=58 publicKey=0x8826e820179f
[2020-08-06 16:39:31] INFO validator: Validator activated index=30 publicKey=0xae00fc3de831
[2020-08-06 16:39:31] INFO validator: Validator activated index=52 publicKey=0x87c9f7605d07
[2020-08-06 16:39:31] INFO validator: Validator activated index=2 publicKey=0xa3a32b0f8b4d
[2020-08-06 16:39:31] INFO validator: Validator activated index=16 publicKey=0x8f467e5723de
[2020-08-06 16:39:31] INFO validator: Validator activated index=19 publicKey=0x8d5d3672a233
[2020-08-06 16:39:31] INFO validator: Validator activated index=53 publicKey=0xb08f7feb8678
[2020-08-06 16:39:31] INFO validator: Validator activated index=11 publicKey=0xaec922bd7a9b
[2020-08-06 16:39:31] INFO validator: Validator activated index=41 publicKey=0xb8cd1cef89aa
[2020-08-06 16:39:31] INFO validator: Validator activated index=12 publicKey=0x9314c6de0386
[2020-08-06 16:39:31] INFO validator: Validator activated index=26 publicKey=0xb9d1d914df3d
[2020-08-06 16:39:31] INFO validator: Validator activated index=47 publicKey=0x9698d9519a02
[2020-08-06 16:39:31] INFO validator: Validator activated index=50 publicKey=0xae4d49364e4a
[2020-08-06 16:39:31] INFO validator: Validator activated index=56 publicKey=0x94f0c8535601
[2020-08-06 16:39:31] INFO validator: Validator activated index=6 publicKey=0x9977f1c8b731
[2020-08-06 16:39:31] INFO validator: Validator activated index=9 publicKey=0x9893413c0028
[2020-08-06 16:39:31] INFO validator: Validator activated index=29 publicKey=0xa98ed496c2f4
[2020-08-06 16:39:31] INFO validator: Validator activated index=35 publicKey=0x81054bd51ce5
[2020-08-06 16:39:31] INFO validator: Validator activated index=57 publicKey=0xb5bb0162a4f2
[2020-08-06 16:39:31] INFO validator: Validator activated index=8 publicKey=0xa6d310dbbfab
[2020-08-06 16:39:31] INFO validator: Validator activated index=22 publicKey=0x954eb88ed120
[2020-08-06 16:39:31] INFO validator: Validator activated index=36 publicKey=0xaecc56f2b1c4
[2020-08-06 16:39:31] INFO validator: Validator activated index=44 publicKey=0xafc0fa2ed6a2
[2020-08-06 16:39:31] INFO validator: Validator activated index=49 publicKey=0x8a298ee1ac04
[2020-08-06 16:39:31] INFO validator: Validator activated index=5 publicKey=0xab0bdda0f85f
[2020-08-06 16:39:31] INFO validator: Validator activated index=28 publicKey=0xb245d63d3f9d
[2020-08-06 16:39:31] INFO validator: Validator activated index=38 publicKey=0x925b1fb57c06
[2020-08-06 16:39:31] INFO validator: Validator activated index=63 publicKey=0x86a73886aa01
[2020-08-06 16:39:31] INFO validator: Validator activated index=13 publicKey=0x903e2989e744
[2020-08-06 16:39:31] INFO validator: Validator activated index=20 publicKey=0xa1c76af1545d
[2020-08-06 16:39:31] INFO validator: Validator activated index=54 publicKey=0xa48cc260df1d
[2020-08-06 16:39:31] INFO validator: Validator activated index=61 publicKey=0x8a0d24195510
[2020-08-06 16:39:31] INFO validator: Validator activated index=15 publicKey=0x872c61b4a7f8
[2020-08-06 16:39:31] INFO validator: Validator activated index=27 publicKey=0x963528adb532
[2020-08-06 16:39:31] INFO validator: Validator activated index=1 publicKey=0xb89bebc69976
[2020-08-06 16:39:31] INFO validator: Validator activated index=45 publicKey=0xa5869ba554d1
[2020-08-06 16:39:31] INFO validator: Validator activated index=59 publicKey=0x92977e713966
[2020-08-06 16:39:31] INFO validator: Validator activated index=39 publicKey=0x9648b83a4f09
[2020-08-06 16:39:31] INFO validator: Validator activated index=43 publicKey=0xb7ee0ef26144
[2020-08-06 16:39:31] INFO validator: Validator activated index=14 publicKey=0x84398f539a64
[2020-08-06 16:39:31] INFO validator: Validator activated index=21 publicKey=0x8dd74e1bb522
[2020-08-06 16:39:31] INFO validator: Validator activated index=40 publicKey=0xa34febc12af0
[2020-08-06 16:39:31] INFO validator: Validator activated index=42 publicKey=0x92a93728c252
[2020-08-06 16:39:31] INFO validator: Validator activated index=46 publicKey=0x92f43d79d9f4
[2020-08-06 16:39:31] INFO validator: Validator activated index=0 publicKey=0xa99a76ed7796
[2020-08-06 16:39:31] INFO validator: Validator activated index=10 publicKey=0x876dd4705157
[2020-08-06 16:39:31] INFO validator: Validator activated index=32 publicKey=0xa9cf360aa15f
[2020-08-06 16:39:31] INFO validator: Validator activated index=37 publicKey=0x9243ef5ed3bd
[2020-08-06 16:39:31] INFO validator: Validator activated index=48 publicKey=0xa852816b8e46
[2020-08-06 16:39:31] INFO validator: Validator activated index=60 publicKey=0x91ae4686b0d2
[2020-08-06 16:39:31] INFO validator: Validator activated index=18 publicKey=0xab8d3a9bcc16
[2020-08-06 16:39:31] INFO validator: Validator activated index=24 publicKey=0xae241af60691
[2020-08-06 16:39:31] INFO validator: Validator activated index=31 publicKey=0xa4855c83d868
[2020-08-06 16:39:31] INFO validator: Validator activated index=34 publicKey=0xb7e6e187ed81
[2020-08-06 16:39:31] INFO validator: Validator activated index=3 publicKey=0x88c141df77cd
[2020-08-06 16:39:31] INFO validator: Validator activated index=7 publicKey=0xa8d4c7c27795
[2020-08-06 16:39:31] ERROR validator: rpc error: code = DeadlineExceeded desc = context deadline exceeded
[2020-08-06 16:39:31] ERROR validator: Failed to update assignments error=rpc error: code = DeadlineExceeded desc = context deadline exceeded
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xab0bdda0f85f 0xae241af60691] slot=32
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xafc0fa2ed6a2 slot=32
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb245d63d3f9d 0x92f43d79d9f4] slot=33
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xa99a76ed7796 slot=33
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x9977f1c8b731 0x94f0c8535601] slot=34
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xae4d49364e4a slot=34
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb08f7feb8678 0x872c61b4a7f8] slot=35
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x876dd4705157 slot=35
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa6d310dbbfab 0x8826e820179f] slot=36
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x94f0c8535601 slot=36
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x9648b83a4f09 0x8dd74e1bb522] slot=37
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x8a0d24195510 slot=37
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb7e6e187ed81 0x8f467e5723de] slot=38
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x963528adb532 slot=38
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x8d5d3672a233 0xb89bebc69976] slot=39
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xae4d49364e4a slot=39
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa4855c83d868 0x8dde83069208] slot=40
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x88c141df77cd slot=40
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x86a73886aa01 0x96746aaba64d] slot=41
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xa98ed496c2f4 slot=41
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x9698d9519a02 0xa852816b8e46] slot=42
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xab0bdda0f85f slot=42
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xaecc56f2b1c4 0xa48cc260df1d] slot=43
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x8dd74e1bb522 slot=43
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x963528adb532 0xa34febc12af0] slot=44
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x9977f1c8b731 slot=44
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa1c76af1545d 0x8a0d24195510] slot=45
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x92a93728c252 slot=45
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x88c141df77cd 0x81283b7a20e1] slot=46
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xa9cf360aa15f slot=46
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa5869ba554d1 0x87c9f7605d07] slot=47
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xafc0fa2ed6a2 slot=47
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa98ed496c2f4 0x80a2be2c7dbc] slot=48
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x876dd4705157 slot=48
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x81054bd51ce5 0xb397692ccbf4] slot=49
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x9314c6de0386 slot=49
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x92a93728c252 0xae00fc3de831] slot=50
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xaecc56f2b1c4 slot=50
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xaec922bd7a9b 0x9893413c0028] slot=51
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x8f467e5723de slot=51
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xafc0fa2ed6a2 0x8a298ee1ac04] slot=52
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x876dd4705157 slot=52
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa99a76ed7796 0xab8d3a9bcc16] slot=53
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x81283b7a20e1 slot=53
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb9d1d914df3d 0x903e2989e744] slot=54
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x8dde83069208 slot=54
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x9314c6de0386 0xb5bb0162a4f2] slot=55
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x954eb88ed120 slot=55
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb7ee0ef26144 0xaef9162ee6f2] slot=56
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xa98ed496c2f4 slot=56
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x876dd4705157 0xac9f4df3f20a] slot=57
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x903e2989e744 slot=57
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x92977e713966 0x84398f539a64] slot=58
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x903e2989e744 slot=58
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xaf344fce60db 0xa3a32b0f8b4d] slot=59
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x8a0d24195510 slot=59
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xb8cd1cef89aa 0x925b1fb57c06] slot=60
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xb89bebc69976 slot=60
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xae4d49364e4a 0xa8d4c7c27795] slot=61
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x80a2be2c7dbc slot=61
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0x954eb88ed120 0x9243ef5ed3bd] slot=62
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0xae241af60691 slot=62
[2020-08-06 16:39:32] INFO validator: Attestation schedule attesters=2 pubKeys=[0xa9cf360aa15f 0x91ae4686b0d2] slot=63
[2020-08-06 16:39:32] INFO validator: Proposal schedule pubKey=0x80a2be2c7dbc slot=63
[2020-08-06 16:40:03] ERROR validator: Failed to sign randao reveal error=rpc error: code = DeadlineExceeded desc = context deadline exceeded
could not get domain data
github.com/prysmaticlabs/prysm/validator/client.(*validator).signRandaoReveal
/root/work/prysm/validator/client/propose.go:126
github.com/prysmaticlabs/prysm/validator/client.(*validator).ProposeBlock
/root/work/prysm/validator/client/propose.go:41
github.com/prysmaticlabs/prysm/validator/client.run.func1
/root/work/prysm/validator/client/runner.go:135
runtime.goexit
/usr/local/go/src/runtime/asm_mipsx.s:651 pubKey=0x8a0d24195510
[2020-08-06 16:40:03] ERROR validator: Could not request attestation to sign at slot error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0x9648b83a4f09 slot=37
[2020-08-06 16:40:03] ERROR validator: Could not request attestation to sign at slot error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0x8dd74e1bb522 slot=37
[2020-08-06 16:40:04] ERROR validator: Could not submit slot signature to beacon node: rpc error: code = DeadlineExceeded desc = context deadline exceeded slot=37
[2020-08-06 16:40:05] ERROR validator: Could not request attestation to sign at slot error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0xb7e6e187ed81 slot=38
[2020-08-06 16:40:05] ERROR validator: Could not request attestation to sign at slot error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0x8f467e5723de slot=38
[2020-08-06 16:40:05] ERROR validator: Failed to sign randao reveal error=rpc error: code = DeadlineExceeded desc = context deadline exceeded
could not get domain data
github.com/prysmaticlabs/prysm/validator/client.(*validator).signRandaoReveal
/root/work/prysm/validator/client/propose.go:126
github.com/prysmaticlabs/prysm/validator/client.(*validator).ProposeBlock
/root/work/prysm/validator/client/propose.go:41
github.com/prysmaticlabs/prysm/validator/client.run.func1
/root/work/prysm/validator/client/runner.go:135
runtime.goexit
/usr/local/go/src/runtime/asm_mipsx.s:651 pubKey=0x963528adb532
[2020-08-06 16:40:06] ERROR validator: Could not submit slot signature to beacon node: rpc error: code = DeadlineExceeded desc = context deadline exceeded slot=38
[2020-08-06 16:40:08] ERROR validator: Could not submit slot signature to beacon node: rpc error: code = DeadlineExceeded desc = context deadline exceeded slot=39
[2020-08-06 16:40:08] ERROR validator: Failed to request block from beacon node blockSlot=39 error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0xae4d49364e4a
[2020-08-06 16:40:08] ERROR validator: Could not submit attestation to beacon node error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0xb89bebc69976 slot=39
[2020-08-06 16:40:08] ERROR validator: Could not submit attestation to beacon node error=rpc error: code = DeadlineExceeded desc = context deadline exceeded pubKey=0x8d5d3672a233 slot=39
[2020-08-06 16:40:11] INFO validator: Submitted new block blockRoot=0xeec1c9fabf91 numAttestations=0 numDeposits=0 pubKey=0x88c141df77cd slot=40
[2020-08-06 16:40:16] INFO validator: Submitted new attestations AggregatorIndices=[17] AttesterIndices=[17 31] BeaconBlockRoot=0xeec1c9fabf91 CommitteeIndex=0 Slot=40 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:40:22] INFO validator: Submitted new block blockRoot=0xc85eaa34498a numAttestations=1 numDeposits=0 pubKey=0xa98ed496c2f4 slot=41
[2020-08-06 16:40:28] INFO validator: Submitted new attestations AggregatorIndices=[25] AttesterIndices=[25 63] BeaconBlockRoot=0xc85eaa34498a CommitteeIndex=0 Slot=41 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:40:34] INFO validator: Submitted new block blockRoot=0x79f8c09d79fd numAttestations=1 numDeposits=0 pubKey=0xab0bdda0f85f slot=42
[2020-08-06 16:40:40] INFO validator: Submitted new attestations AggregatorIndices=[47] AttesterIndices=[47 48] BeaconBlockRoot=0x79f8c09d79fd CommitteeIndex=0 Slot=42 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:40:46] INFO validator: Submitted new block blockRoot=0xb545dcb50ecf numAttestations=1 numDeposits=0 pubKey=0x8dd74e1bb522 slot=43
[2020-08-06 16:40:52] INFO validator: Submitted new attestations AggregatorIndices=[36] AttesterIndices=[54 36] BeaconBlockRoot=0xb545dcb50ecf CommitteeIndex=0 Slot=43 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:40:59] INFO validator: Submitted new block blockRoot=0x0e603e6d3107 numAttestations=1 numDeposits=0 pubKey=0x9977f1c8b731 slot=44
[2020-08-06 16:41:04] INFO validator: Submitted new attestations AggregatorIndices=[27] AttesterIndices=[27 40] BeaconBlockRoot=0x0e603e6d3107 CommitteeIndex=0 Slot=44 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:41:10] INFO validator: Submitted new block blockRoot=0xba1deceb5266 numAttestations=1 numDeposits=0 pubKey=0x92a93728c252 slot=45
[2020-08-06 16:41:16] INFO validator: Submitted new attestations AggregatorIndices=[20] AttesterIndices=[20 61] BeaconBlockRoot=0xba1deceb5266 CommitteeIndex=0 Slot=45 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:41:23] INFO validator: Submitted new block blockRoot=0x72186e1992d8 numAttestations=1 numDeposits=0 pubKey=0xa9cf360aa15f slot=46
[2020-08-06 16:41:28] INFO validator: Submitted new attestations AggregatorIndices=[3] AttesterIndices=[4 3] BeaconBlockRoot=0x72186e1992d8 CommitteeIndex=0 Slot=46 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:41:34] INFO validator: Submitted new block blockRoot=0x59b906f05201 numAttestations=1 numDeposits=0 pubKey=0xafc0fa2ed6a2 slot=47
[2020-08-06 16:41:40] INFO validator: Submitted new attestations AggregatorIndices=[45] AttesterIndices=[52 45] BeaconBlockRoot=0x59b906f05201 CommitteeIndex=0 Slot=47 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:41:46] INFO validator: Submitted new block blockRoot=0x2b5e60a39fd3 numAttestations=1 numDeposits=0 pubKey=0x876dd4705157 slot=48
[2020-08-06 16:41:52] INFO validator: Submitted new attestations AggregatorIndices=[29] AttesterIndices=[62 29] BeaconBlockRoot=0x2b5e60a39fd3 CommitteeIndex=0 Slot=48 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:41:58] INFO validator: Submitted new block blockRoot=0x4303593d0bbf numAttestations=1 numDeposits=0 pubKey=0x9314c6de0386 slot=49
[2020-08-06 16:42:04] INFO validator: Submitted new attestations AggregatorIndices=[51] AttesterIndices=[51 35] BeaconBlockRoot=0x4303593d0bbf CommitteeIndex=0 Slot=49 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:42:10] INFO validator: Submitted new block blockRoot=0x3ff6bed6ff92 numAttestations=1 numDeposits=0 pubKey=0xaecc56f2b1c4 slot=50
[2020-08-06 16:42:17] INFO validator: Submitted new attestations AggregatorIndices=[30] AttesterIndices=[30 42] BeaconBlockRoot=0x3ff6bed6ff92 CommitteeIndex=0 Slot=50 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:42:22] INFO validator: Submitted new block blockRoot=0xbfc3b3c5aedf numAttestations=1 numDeposits=0 pubKey=0x8f467e5723de slot=51
[2020-08-06 16:42:28] INFO validator: Submitted new attestations AggregatorIndices=[11] AttesterIndices=[11 9] BeaconBlockRoot=0xbfc3b3c5aedf CommitteeIndex=0 Slot=51 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:42:34] INFO validator: Submitted new block blockRoot=0x9a33e8e2999f numAttestations=1 numDeposits=0 pubKey=0x876dd4705157 slot=52
[2020-08-06 16:42:40] INFO validator: Submitted new attestations AggregatorIndices=[44] AttesterIndices=[44 49] BeaconBlockRoot=0x9a33e8e2999f CommitteeIndex=0 Slot=52 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:42:47] INFO validator: Submitted new block blockRoot=0x8af1df044405 numAttestations=1 numDeposits=0 pubKey=0x81283b7a20e1 slot=53
[2020-08-06 16:42:52] INFO validator: Submitted new attestations AggregatorIndices=[0] AttesterIndices=[18 0] BeaconBlockRoot=0x8af1df044405 CommitteeIndex=0 Slot=53 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:42:58] INFO validator: Submitted new block blockRoot=0x236bdb0f59f8 numAttestations=1 numDeposits=0 pubKey=0x8dde83069208 slot=54
[2020-08-06 16:43:04] INFO validator: Submitted new attestations AggregatorIndices=[26] AttesterIndices=[26 13] BeaconBlockRoot=0x236bdb0f59f8 CommitteeIndex=0 Slot=54 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
[2020-08-06 16:43:10] INFO validator: Submitted new block blockRoot=0x1ffa6ddfb582 numAttestations=1 numDeposits=0 pubKey=0x954eb88ed120 slot=55
[2020-08-06 16:43:16] INFO validator: Submitted new attestations AggregatorIndices=[57] AttesterIndices=[57 12] BeaconBlockRoot=0x1ffa6ddfb582 CommitteeIndex=0 Slot=55 SourceEpoch=0 SourceRoot=0x000000000000 TargetEpoch=1 TargetRoot=0xfe65e05f4d18
^C[2020-08-06 16:43:21] INFO node: Got interrupt, shutting down...
[2020-08-06 16:43:21] INFO validator: Stopping service
[2020-08-06 16:43:21] INFO validator: Context canceled, stopping validator
[2020-08-06 16:43:21] INFO node: Stopping Prysm validator
This seems to be syncing deposits from medalla.
Please see some of the discussion on discord here: https://discordapp.com/channels/476244492043812875/619926417970429962/740972835559702591
TL;DR / lazy: override the contract flag with some dummy contract and that should fix it from reading medalla deposits.
--deposit-contract 0x8A04d14125D0FDCDc742F4A05C051De07232EDa4
Hi @jrhea you need to use --disable-accounts-v2, apologize the gist we sent earlier didn't have this flag in it
Hi @jrhea you need to use --disable-accounts-v2, apologize the gist we sent earlier didn't have this flag in it
You're good....I figured out that i needed that flag before i opened the issue (my true talent in life is wild button pushing 😂).
fwiw, this is was the command i used:
# ./validator --keymanager=interop --keymanageropts='{"keys":64}' --datadir $PWD --beacon-rpc-provider 192.168.1.212:4000 --force-clear-db --disable-accounts-v2
TL;DR / lazy: override the contract flag with some dummy contract and that should fix it from reading medalla deposits.
--deposit-contract 0x8A04d14125D0FDCDc742F4A05C051De07232EDa4
Actually...ya this plus a long enough genesis delay seems to work well enough for my purposes. thanks again gentlemen :)
No longer able to run a local client and validator with interop params
Background
Recently ran into this issue when updating a Docker container that allows a Prysm validator to be cross-compiled and run on a Lattice1. This worked previously when I built from commit c419e4ed8fffe4daacfe2fa262a1be8ee7304b94. At the time, I (think) I was using the following commands to launch the beacon-chain and validator respectively:
Now it seems like I have to add the
--disable-accounts-v2
flag to the validator, but I might be misusing it 🤷♂️.Is it possible that a recent change broke this functionality? If not, I'd like to know the proper way to do this.
Description
Beacon Chain Output
Validator Output