You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: