Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc: implement listreceivedbyaddress #53

Closed
dajohi opened this issue Jan 22, 2014 · 3 comments
Closed

rpc: implement listreceivedbyaddress #53

dajohi opened this issue Jan 22, 2014 · 3 comments

Comments

@dajohi
Copy link
Member

dajohi commented Jan 22, 2014

implement listreceivedbyaddress

@teknico
Copy link

teknico commented Jun 5, 2014

From conversation in #btcd@conformal:

davec: the meat of what you'll need is in txstore (http://godoc.org/github.com/conformal/btcwallet/txstore)
davec: in particular I think you'd want to call Records
davec: then range them, grouping by address on the "debits"
davec: well looks more like you just want the balance for each, so you'd use that instead of just debits

@jrick
Copy link
Member

jrick commented Jun 5, 2014

This will need to range over the credits for each record, not debits.

@teknico
Copy link

teknico commented Jun 10, 2014

Here are two pull requests that implement this call:
btcsuite/btcjson#23
#97

@jrick jrick closed this as completed in 7ec4e96 Jun 11, 2014
buck54321 pushed a commit to buck54321/btcwallet that referenced this issue Nov 27, 2023
add prefix to rpc function getnewaddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants