6
1
I'm trying to find a way where I can view balance of my ledger nano s wallet without always attaching it to computer all the time.
I found something called xpub address which allows me to generate public addresses without my hardware wallet, I am now trying to figure out if there is a way (api ideally) to use this xpub address to view balance from my previously generated addresses.
1Just to expand on the "comfortable sending your xpub over the internet" part: an xpub key combined with a child private key can enough to reveal parent private keys, so while xpub keys are technically public, you want to be more cautious with the data than you might in other cases. – copumpkin – 2017-12-31T18:16:06.687
Wrote some script to turn TX into a CSV https://github.com/digitaldonkey/TransactionsExport
– digitaldonkey – 2019-03-30T21:18:45.830