· 5 years ago · Nov 15, 2020, 06:02 PM
1$ ./prysm.sh beacon-chain --http-web3provider=http://localhost:8545
2Latest Prysm version is v1.0.0-beta.2.
3Beacon chain is up to date.
4Verifying binary integrity.
5beacon-chain-v1.0.0-beta.2-linux-amd64: OK
6gpg: Signature made Mon Nov 9 19:15:49 2020 UTC
7gpg: using RSA key 0AE0051D647BA3C1A917AF4072E33E4DF1A5036E
8gpg: Good signature from "Preston Van Loon <preston@prysmaticlabs.com>" [unknown]
9gpg: WARNING: This key is not certified with a trusted signature!
10gpg: There is no indication that the signature belongs to the owner.
11Primary key fingerprint: 0AE0 051D 647B A3C1 A917 AF40 72E3 3E4D F1A5 036E
12Verified /home/ubuntu/prysm/dist/beacon-chain-v1.0.0-beta.2-linux-amd64 has been signed by Prysmatic Labs.
13Starting Prysm beacon-chain --http-web3provider=http://localhost:8545
14[2020-11-15 17:55:20] WARN flags: Running on ETH2 Mainnet
15[2020-11-15 17:55:20] INFO flags: Using "max_cover" strategy on attestation aggregation
16[2020-11-15 17:55:20] INFO node: Checking DB database-path=/home/ubuntu/.eth2/beaconchaindata
17[2020-11-15 17:55:20] WARN p2p: No bootstrap addresses supplied
18[2020-11-15 17:55:20] INFO node: Deposit contract: 0x00000000219ab540356cbb839cbe05303d7705fa
19[2020-11-15 17:55:20] INFO node: Starting beacon node version=Prysm/v1.0.0-beta.2/4dcae8707a91ccd9e2278625a6f26e926c3b559e. Built at: 2020-11-09 17:40:07+00:00
20[2020-11-15 17:55:20] INFO initial-sync: Waiting for state to be initialized
21[2020-11-15 17:55:20] INFO blockchain: Waiting to reach the validator deposit threshold to start the beacon chain...
22[2020-11-15 17:55:20] INFO rpc: gRPC server listening on port address=127.0.0.1:4000
23[2020-11-15 17:55:20] 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
24[2020-11-15 17:55:20] INFO gateway: Starting JSON-HTTP API address=127.0.0.1:3500
25[2020-11-15 17:55:20] ERROR powchain: Could not connect to powchain endpoint error=eth1 node using incorrect chain id, 5 != 1
26could not dial eth1 nodes
27github.com/prysmaticlabs/prysm/beacon-chain/powchain.(*Service).connectToPowChain
28 beacon-chain/powchain/service.go:373
29github.com/prysmaticlabs/prysm/beacon-chain/powchain.(*Service).waitForConnection
30 beacon-chain/powchain/service.go:427
31github.com/prysmaticlabs/prysm/beacon-chain/powchain.(*Service).Start.func1
32 beacon-chain/powchain/service.go:248
33runtime.goexit
34 GOROOT/src/runtime/asm_amd64.s:1373
35