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

FATAL blockchain: Not configured web3Service for POW chain #1940

Closed
zramsay opened this issue Mar 8, 2019 · 1 comment
Closed

FATAL blockchain: Not configured web3Service for POW chain #1940

zramsay opened this issue Mar 8, 2019 · 1 comment

Comments

@zramsay
Copy link

zramsay commented Mar 8, 2019

Following the README:

  • install bazel
  • run:
bazel build //beacon-chain:beacon-chain
bazel build //validator:validator
mkdir ~/.prysm
bazel run //beacon-chain -- --datadir ~/.prysm --rpc-port 4000 --demo-config --p2p-port 9000 --verbosity debug
  • get:
DEBUG: /private/var/tmp/_bazel_stars/82f93a11adb3e3597b4a284a6402ffe6/external/bazel_skylib/lib.bzl:30:1: WARNING: lib.bzl is deprecated and will go away in the future, please directly load the bzl file(s) of the module(s) needed as it is more efficient.
INFO: Analysed target //beacon-chain:beacon-chain (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //beacon-chain:beacon-chain up-to-date:
  bazel-bin/beacon-chain/darwin_amd64_stripped/beacon-chain
INFO: Elapsed time: 0.826s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/beacon-chain/darwin_amd64_stripped/beacon-chain --datINFO: Build completed successfully, 1 total action
[2019-03-08 11:36:58]  INFO node: Using custom parameter configuration
[2019-03-08 11:36:58]  INFO node: checking db
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_STATE_HASH_ANNOUNCE
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_STATE_REQUEST
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_BLOCK_REQUEST
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_BLOCK_RESPONSE
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BATCHED_BEACON_BLOCK_RESPONSE
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=CHAIN_HEAD_RESPONSE
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_BLOCK_ANNOUNCE
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BATCHED_BEACON_BLOCK_REQUEST
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=CHAIN_HEAD_REQUEST
[2019-03-08 11:36:58] DEBUG p2p: Subscribing to topic topic=BEACON_STATE_RESPONSE
[2019-03-08 11:36:58]  INFO node: Starting beacon node version=Git commit: Local build. Built at: Moments ago
[2019-03-08 11:36:58]  INFO registry: Starting 6 services: [*p2p.Server *operations.Service *blockchain.ChainService *sync.Service *rpc.Service *prometheus.Service]
[2019-03-08 11:36:58] DEBUG registry: Starting service type *p2p.Server
[2019-03-08 11:36:58]  INFO p2p: Starting service
[2019-03-08 11:36:58] DEBUG registry: Starting service type *operations.Service
[2019-03-08 11:36:58]  INFO operation: Starting service
[2019-03-08 11:36:58] DEBUG registry: Starting service type *blockchain.ChainService
[2019-03-08 11:36:58]  INFO blockchain: Waiting for ChainStart log from the Validator Deposit Contract to start the beacon chain...
[2019-03-08 11:36:58] FATAL blockchain: Not configured web3Service for POW chain

can't proceed to next step

@terencechain
Copy link
Member

@zramsay see the instructions here #1565

you need --web3provider flag and deposit contract flag

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

2 participants