monerodocs / md

Unofficial technical documentation for Monero cryptocurrency
https://monerodocs.org
MIT License
83 stars 61 forks source link

Big chunk of RPC commands not documented #35

Open xanoni opened 3 years ago

xanoni commented 3 years ago

I looked at this page and couldn't find many of the commands that are listed via the help RPC command.

These include (I didn't test everything, because there were just too many missing):

  1. alt_chain_info
  2. apropos
  3. banned
  4. flush_cache
  5. mining_status
  6. pop_blocks
  7. print_net_stats
  8. set_bootstrap_daemon
  9. ...

For some of these, the equivalent command line switch is shown. However, I'd assume people would prefer to change settings without restarting monerod where possible.

carrington1859 commented 2 years ago

There is a relevant issue on getmonero.org repo: https://github.com/monero-project/monero-site/issues/1434 There is an associated draft PR : https://github.com/monero-project/monero-site/pull/1448

Posting these here to avoid duplicated effort.