Skip to content

wiki: correct the listreceivedbyaddress description in the RPC reference - #454

Open
jamescowens wants to merge 1 commit into
gridcoin-community:masterfrom
jamescowens:wiki/listreceivedbyaddress-description
Open

wiki: correct the listreceivedbyaddress description in the RPC reference#454
jamescowens wants to merge 1 commit into
gridcoin-community:masterfrom
jamescowens:wiki/listreceivedbyaddress-description

Conversation

@jamescowens

Copy link
Copy Markdown
Member

The RPC reference described listreceivedbyaddress as "Returns a list of the balance of each address". It does not return balances: it tallies received payments only — spending is not subtracted, staking rewards are never counted, and only addresses with an address book entry are listed, so change addresses are invisible to it.

This exact sentence sent a tester (QuaXeros) down a long debugging path on Discord #testnet (Jul 2026) trying to reconcile the command's output with listunspent/listaddressgroupings — which are the commands that actually show where funds currently sit.

This PR rewrites the entry to say what the command really does, points balance questions at the right tools, and fixes the parameter descriptions that repeated the "balance" framing. Companion effort: sharpened help text for the same RPCs in the client itself (Gridcoin-Research, forthcoming), and gridcoin-community/Gridcoin-Research#3188 which addresses the underlying surprise for externally-paid unbooked addresses.

🤖 Generated with Claude Code

listreceivedbyaddress does not return "the balance of each address": it
tallies received payments only (no spending subtracted, no staking
rewards), and only for addresses with an address book entry -- change
addresses are not listed. This description sent a tester down a long
debugging path on Discord (#testnet, Jul 2026) trying to reconcile it
with listunspent/listaddressgroupings, which are the commands that
actually show where funds sit. Describe what the command really does
and point balance questions at the right tools.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant