JSON RPC calls for Armory wallet

2

1

I'm trying to access an armory wallet via RPCs. For instance using the procedure listreceivedbyaddress should ideally return all of the addresses in my Armory wallet. However, when I run this from my shell I get

$ bitcoin-cli listreceivedbyaddress

[ ]

I definitely have addresses inside of my wallet, so I must have some configuration stuff wrong. I let armory start bitcoind on its own, and then I start making calls from bitcoin-cli. Is this the wrong way to use this? I feel like I am missing an authentication step.

Thanks!

Chris Stewart

Posted 2014-10-26T23:46:00.253

Reputation: 865

I'm confused. Are you using armory's wallet, or bitcoind's wallet?Nick ODell 2014-10-27T00:06:01.480

I want to be querying an Armory wallet. Sorry for the ambiguity.Chris Stewart 2014-10-27T00:18:14.527

I'm not certain there is a way to query armory over RPC.Nick ODell 2014-10-27T00:36:03.060

Can you upvote for visibility?Chris Stewart 2014-10-27T16:43:11.620

No answers