4
1
I need this for a tool i'm writing that generates a transaction history report. think: accounting, auditing, etc. The tool does not and should not have access to the private keys.
Ideally, the API would:
- not require creating a wallet first. I only need it to derive keys.
- return only addresses that have been used (received funds), up to the gap defined in bip44.
Alternatively, are there any command-line tools that can do this?
I have created a 2of3 wallet on Coinbase. I have 3 different xpub. I tried all 3 xpub on goochain.net but in all appear 0 balance. But I have 2 btc. How to monitor the 2of3 of coinbase using xpub? – Leonardo – 2016-01-02T13:58:54.527
@Leonardo, that sounds like the beginnings of a good question, perhaps you should ask a separate question! The field you entered in before is for answers, not questions. Does coinbase show you an address that starts with a '3' somewhere? That's where the 2-of-3 coins should be held. – morsecoder – 2016-01-03T18:28:47.603