That's great, I appreciate the reference, but I still don't know "how" to make those calls except through the debug window typing them by hand.
Im looking for a programatic interface. A way of calling the wallet remotely from Unix shell and getting the result back to the shell.
I am not sure what you are asking? Run the daemon and just make commands as needed i.e. bitcoind getaccount
How you decide to integrate that will depend on your knowledge of computer science. check this out:
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29That's great for bitcoin, but what about other altcoins?
does each coin have it's own daemon?
I was told earlier that the API was a call direct to the wallet, but I couldn't get details on how to "make" that call.
If I had, say, 10 wallets, does each have a seperate daemon?
It appeared from prior question I posted that you would make some sort of API type call to the wallet through a port, but I couldn't get specific answers or examples of how to do that for a generic wallet.