We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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?
The text was updated successfully, but these errors were encountered: