Bitcoin Forum
June 17, 2024, 09:59:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Armory API  (Read 1642 times)
CashBitango (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 15, 2014, 05:21:33 AM
 #1

Like a kid before xmas, I'm awaiting the Armory API. I have difficulty being patient for the release.


Are there any ETA for a build where I can do API calls?
Are we talking weeks, months or years for this to come online?
Does it exist an API spec, so that I can start programming against the API, even if it's not out yet?
gangtraet
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
November 18, 2014, 09:23:24 PM
 #2

Perhaps you are looking for armoryd?  Don't know anything useful about it, except that it exists.
josephbisch
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
November 18, 2014, 09:27:33 PM
 #3

Or maybe you mean this page about using Armory with Python?
CashBitango (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 19, 2014, 08:08:09 AM
 #4

I was hoping for something akin to the Bitcoin Core API, where I can just send calls to localhost at a given port and have the program execute a given procedure and give me back the answer.

With Bitcoin Core I don't have to install a lot of things, I just send some text to for example localhost:5555:
{ "method": "echo", "params": ["Hello JSON-RPC"], "id": 1}
and I can get back:
{ "result": "Hello JSON-RPC", "error": null, "id": 1}

While this is working fine with Bitcoin Core, I have not yet been able to do this with Armory.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!