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

Am I syncing block? #4

Open
james-ray opened this issue Jul 27, 2021 · 0 comments
Open

Am I syncing block? #4

james-ray opened this issue Jul 27, 2021 · 0 comments

Comments

@james-ray
Copy link

james-ray commented Jul 27, 2021

For questions please use https://discord.io/openethereum, issues are for bugs and feature requests.

Before filing a new issue, please provide the following information.

  • OpenEthereum version (>=3.1.0): Latest
  • Operating system: Ubuntu
  • Installation: built from source
  • Fully synchronized: no
  • Network: bsc
  • Restarted: yes

Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.

The log is just:
2021-07-27 14:51:59 0/25 peers 2 KiB chain 0 bytes queue RPC: 0 conn, 0 req/s, 0 µs
2021-07-27 14:52:29 0/25 peers 2 KiB chain 0 bytes queue RPC: 0 conn, 0 req/s, 0 µs

and eth_blockNumber returns 0.
root@iZ0jlhvtxignm8cjfgg7hdZ:~# curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' localhost:8545
{"jsonrpc":"2.0","result":"0x0","id":1}

I use the command copied from issue 1:

./openethereum --db-path ~/parity --chain bsc --bootnodes enode://f3cfd69f2808ef64838abd8786342c0b22fdd28268703c8d6812e26e109f9a7cb2b37bd49724ebb46c233289f22da82991c87345eb9a2dadeddb8f37eeb259ac@18.180.28.21:30311

Is this node one of the bsc nodes?

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

1 participant