You are viewing a single comment's thread from:

RE: Full API node statistics with beem - April 10th 2018

in #steemdev7 years ago

Thanks for pointing out the issue. There are two things going on:

  1. The block_api methods are not enabled on my node. I followed the recommended fullnode.config.ini from the Steem repository, so I'm not sure why they are not there. I opened issue https://github.com/steemit/steem/issues/2323 to get to the bottom of this.
  2. I don't know what is incorrect about the example get_config call that you have above, but it does not look like it is in the expected "19.4" format. If I call using the following call, it works:
curl https://appbasetest.timcliff.com --data '{"jsonrpc":"2.0", "method":"database_api.get_config", "params":{}, "id":1}'
Sort:  

The second point was on my side. It works now and I'm getting _registered_apis.end(): Could not find API block_api.

Thank you for your help with the 19.4 api call format.