bnb-chain / node-binary

Binaries for full nodes, light-weighted clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full node doesn't do anything on Ubuntu

stravant opened this issue · comments

I'm trying to run a full node on Linux, which I set up using the install.sh script. This worked as far as I can tell.

When I start the full node by running bnbchaind, it does appear to start up correctly, as additional files such as priv_validator_key.json are created in the config directory, and no errors are thrown in the output.

However, it then does nothing further:

  • No output is printed to the console
  • No output is made to bnc.log
  • The size of the .bnbchaind folder does not increase (no syncing appears to be happening)

Any advice on what I can try to make it work?

ok