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

Missing RPC call #166

Open
fmanea opened this issue Aug 24, 2020 · 1 comment
Open

Missing RPC call #166

fmanea opened this issue Aug 24, 2020 · 1 comment

Comments

@fmanea
Copy link

fmanea commented Aug 24, 2020

Hello,

I work at Ankr and want to have a one click deployment for a Reddcoin node that is exposing RPC functionality and I saw something odd:

Firstly, since Reddcoin is a fork of Litecoin / which is a fork from Bitcoin, i would expect that the RPC APIs found in Bitcoin to be available in Reddcoin as well, and most of them are available, but this particular one is missing from the Wallet API:

Ankr Endpoint:
http://app-0f0f3721-bb42-44d2-adda-a61894e121d7.cls-a91a7dbc-1a23-42f6-a66f-876094349f03.ankr.com

RPC command:
curl -u rpcusername:rpcpassword -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "getaddressinfo","params": ["RuNLLXbr2JaMUA3JrJWGywFxYCa6QjzG5i"]}' http://app-0f0f3721-bb42-44d2-adda-a61894e121d7.cls-a91a7dbc-1a23-42f6-a66f-876094349f03.ankr.com

Response:
{"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1}

Do we need to do any special configuration to enable that particular RPC call?

Thank you,
Flavian

@reddink
Copy link
Member

reddink commented Sep 4, 2020

We are not at the tip of the development and have not introduced this RPC call yet

Is there anything specific you wanting from this call?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants