Post
Topic
Board Development & Technical Discussion
Topic OP
Extracting currency names from wallets or using RPC
by
ZeWaren
on 22/05/2014, 09:03:30 UTC
Hi all,

I've written a simple script to extract the amount of coins in all my cryptocurrency wallets.

My problem now is that amounts alone won't help me much. What I need would be to match them with their currency name.

Does anyone know, given a wallet data directory and a cryptocoin binary (*-qt.exe), how to extract the associated currency unit (BTC, LTC, DOGE, DRK, etc.)?

I didn't see this information anywhere in the RPC endpoints, and I don't think the wallet database files are self-aware enough to tell me.

Thanks for any help,