[Feature Request] Monero Daemon/Node #4698
Unanswered
nice42q
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
It would be great to add a Monero daemon/node. You get a standard overview of the running node.
(default fields: block_height*¹, block_timestamp*², tx_pool_size*³, status*⁴)
*¹Blockheight: The number of blocks preceding this block on the blockchain. (number)
*²Timestamp: The unix time at which the block was recorded into the blockchain. (customTime)
*³Unconfirmed transactions: Number of transactions that were transmitted but not included in a block. (number)
*⁴Status: General RPC error code. “OK” means that everything looks good. (text)
All queries are obtained from /get_info/ & /get_last_block_header/.
The requests works with port 18081 and 18089.
Example service entry for .yaml:
Other
The widget has already been created and is being used by me. No errors have occurred so far. I just have to create an entry for the documentation.
Demo

Beta Was this translation helpful? Give feedback.
All reactions