reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

Missing RPC call #166

Open fmanea opened 3 years ago

fmanea commented 3 years ago

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 commented 3 years ago

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?