Author

Topic: Bitcoind RPC questions. (Read 829 times)

legendary
Activity: 1596
Merit: 1100
August 05, 2011, 05:13:50 PM
#3
blockexplorer's API can get you the balance of an address.
hero member
Activity: 588
Merit: 500
August 05, 2011, 03:20:26 PM
#2
No and no. While it may be reasonable to add the latter into Bitcoin, the former probably won't happen, since inspecting the block chain can be a compute or I/O intensive process. I suggest using bitcointools to find your way around the block chain; then, depending on what you want to do you can either write something based on bitcointools, patch bitcoind, or something else.
sr. member
Activity: 262
Merit: 250
August 04, 2011, 04:29:31 AM
#1
Via the RPC API can I do the following ?

1. Get the balance of an address even if that address is not in the wallet.
2. Sign a payment message and send it on to the bitcoin network ?

Thanks.

[edit]

To clarify, I'd like to use bitcoind to interrogate the block chain. It looks like the API only works for accounts and addresses in the wallet. Is that correct ?
Jump to: