3

I want to be informed of transactions of my Bitcoin address on the Windows and the Android app. Can I use the same Bitcoin address on both? If yes, how can I backup the address on Windows and restore it on Android?

Murch
  • 75,206
  • 34
  • 186
  • 622
  • 1
    Quick note, blockchain.info lets you monitor transactions for a given bitcoin address without importing any private keys. It's under import/export "Watch Address" – greatwolf Aug 19 '14 at 06:06
  • Welcome to Bitcoin.SE. Please only ask about one topic per post: I've edited your question to refocus it on the second part, i.e. watching an address with two different apps. Your first question is answered for example here: What's the difference between a wallet and an address?, What is the role of bitcoin wallets?. Please feel free to edit this post if I didn't capture your intent for the second question. If you find your question about wallets not answered, please repost it as its own post. – Murch Aug 29 '14 at 06:14

2 Answers2

2

Just use bitcoind -walletnotify= Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)

in a script or for more details, access the bitcoind API via RPC https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

bro
  • 51
  • 4
-1

You can add and monitor addresses in http://blockonomics.co It can be used on both desktop and mobile

dark knight
  • 2,017
  • 9
  • 25