-
Notifications
You must be signed in to change notification settings - Fork 168
export list of addresses for account #121
Comments
Thanks. The latest version allows you to export the account xpub (settings -> my accounts -> reveal xpub). You can then generate all addresses e.g. using BitcoinJS in a NodeJS console. What do you need this for? |
I don't have my accounts in settings, I do have only account settings but I don't see xpub anywhere. Was it rolled out to production? or maybe it is a merchant only feature? |
Are you sure you're talking about the new (alpha) wallet on https://alpha.blockchain.info? That's what this repository is about. For the original wallet at https://blockchain.info/, please see this repository. In the original wallet you can export your wallet as a JSON file which contains a dictionary with addresses. That shouldn't be too hard to process with R, but be careful where you run it, since it contains private keys too. Alternatively go to My Transactions, click the dropdown next to show, click export history and pick any format. If you open a developer console in your browser you'll see that a request is made to Support might know some other tricks. |
OK, that's explain a lot... just came from there My-Wallet#125 |
Feature request.
Would be nice to have easy way to export addresses for account without enabling api or revealing private keys. See this stackexchange.
Simply button for popup with
addr1\naddr2\naddr3
to copy-paste it would be well enough.The text was updated successfully, but these errors were encountered: