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

RPC Commands #937

Open
Neoblock8 opened this issue May 10, 2021 · 5 comments
Open

RPC Commands #937

Neoblock8 opened this issue May 10, 2021 · 5 comments

Comments

@Neoblock8
Copy link

Hi,
Iam running qtum mainnet node.
Connecting curl rpc command for block count will not show any error but it will not return anything.

@JB395
Copy link
Contributor

JB395 commented May 10, 2021

@Neoblock8 is your node fully synced with version 0.20.2? What does getblockchaininfo return?

@Neoblock8
Copy link
Author

@Neoblock8 is your node fully synced with version 0.20.2? What does getblockchaininfo return?

Node is fully synced. if i check blockcount with rpc it will return nothing.
RPC command: curl -X GET http://ip:port/getblockcount

@Neoblock8
Copy link
Author

@Neoblock8 is your node fully synced with version 0.20.2? What does getblockchaininfo return?

Node is fully synced.
Deamon command: qtumd
Cli command: qtum-cli getblockcount
RPC command: curl -X GET http://ip:port/getblockcount

Check with cli, it will return current block number. But in RPC it will return nothing.

@JB395
Copy link
Contributor

JB395 commented May 18, 2021

Are other RPC commands working, do you have that setup correctly?

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

3 participants
@JB395 @Neoblock8 and others