165529/check-bitcoin-wallet-balance-from-first-generated-address
Is there a way to check a wallet balance from the 1st generated address (parent address) not knowing the child addresses? Need to do it automatically from Linux (API-style) not copy-paste in browser.
Parent address: 1H7wwfstu4e8yianuPtk9CSxUonq4pzLju 0 BTC
Child address: 14ZcreY3y3XxcsRCzfvzz6fWZfBTp6a2ZX 0.00336455 BTC
$ curl -s 'https://blockchain.info/q/addressbalance/1H7wwfstu4e8yianuPtk9CSxUonq4pzLju' 0 $ curl -s 'https://blockchain.info/q/addressbalance/14ZcreY3y3XxcsRCzfvzz6fWZfBTp6a2ZX' 336455
Thought about using Extended Public Key, can someone confirm if I'm right?
https://blockchain.info/xpub/xpub6Exa9kqjZDFBtx2qftFG3nhqiZ7wZsde2PtygviSLrSunmJeaugdFY67Cv9JSMocDojpvMEykWjzcJFzH8bQtfJdogNSpz5Dy4E6L6yUECV
Is there a way to check a ...READ MORE
I'll answer my own question, It was unbelievably ...READ MORE
I have a small script basically taken ...READ MORE
This can be done using Extended Public ...READ MORE
For Java, have a look at the ...READ MORE
How to build Bitcoin Address and Balance ...READ MORE
What is the argument utxos int the ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.