Bitcoin Forum
April 25, 2024, 02:45:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for software to monitor bitcoin addresses  (Read 2336 times)
Nathan047 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
February 04, 2017, 03:14:14 AM
 #1

Over a little while I've accumulated a number of addresses. I don't check most of them regularly because I don't have a need for them nor do I expect payments to them. I was hoping that there would be some software that would allow me to enter the bitcoin addresses (not the private keys, as some are paper wallets) and "mass watch" the entered wallets, giving me a notification of any transaction that happened between the present and the last time I synced. Does any software like this exist?

I'm starting a technology blog T4CH.top, check it out!
1714056312
Hero Member
*
Offline Offline

Posts: 1714056312

View Profile Personal Message (Offline)

Ignore
1714056312
Reply with quote  #2

1714056312
Report to moderator
1714056312
Hero Member
*
Offline Offline

Posts: 1714056312

View Profile Personal Message (Offline)

Ignore
1714056312
Reply with quote  #2

1714056312
Report to moderator
1714056312
Hero Member
*
Offline Offline

Posts: 1714056312

View Profile Personal Message (Offline)

Ignore
1714056312
Reply with quote  #2

1714056312
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714056312
Hero Member
*
Offline Offline

Posts: 1714056312

View Profile Personal Message (Offline)

Ignore
1714056312
Reply with quote  #2

1714056312
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 04, 2017, 09:01:05 AM
 #2

Electrum allows that.

Im not really here, its just your imagination.
Nathan047 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
February 04, 2017, 05:09:05 PM
 #3

Electrum allows that.
If I remember correctly (and I hope I do because Electrum is my main wallet) I could add a watch address, but I'd have to open each address in a seperate window manually and I wouldn't get a notification if I did have a new transaction (it would show up in the history, but I'd have to manually check that and take note of the last transaction).

I'm really looking for a way to watch a large number of addresses (something like 10-30) and with 1 sync get be able to tell if any had a new transaction since the last time I synced it.

I'm starting a technology blog T4CH.top, check it out!
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3458
Merit: 6099



View Profile
February 06, 2017, 02:04:37 PM
 #4

There is Watch only Bitcoin Wallet[1] which is an open source software that should allow you to watch multiple addresses at the same time , I don't think It sends any kind of notification though.
Another tool to really consider using is blockonomics.co[2] which is an online service that does the watches the address + notify you through your email address .

[1] https://github.com/Coding-Enthusiast/Watch-Only-Bitcoin-Wallet | https://bitcointalk.org/index.php?topic=1616888.0
[2] https://www.blockonomics.co/ | https://bitcointalk.org/index.php?topic=880995.0

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
elebit
Sr. Member
****
Offline Offline

Activity: 441
Merit: 250


View Profile
February 06, 2017, 03:17:48 PM
 #5

I think the "merchant" example script bundled with Electrum (the source) does exactly what you want. It monitors a number of wallet and notifies an application via the API when there are changes.

(However when I tried it I think some notifications got lost. Instead it was easier to iterate over all addresses and poll for changes. But that might have been user error. Try it yourself and ask for help in the Electrum part of the forum.)
Nathan047 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
February 06, 2017, 04:12:47 PM
 #6

There is Watch only Bitcoin Wallet[1] which is an open source software that should allow you to watch multiple addresses at the same time , I don't think It sends any kind of notification though.
Another tool to really consider using is blockonomics.co[2] which is an online service that does the watches the address + notify you through your email address .

[1] https://github.com/Coding-Enthusiast/Watch-Only-Bitcoin-Wallet | https://bitcointalk.org/index.php?topic=1616888.0
[2] https://www.blockonomics.co/ | https://bitcointalk.org/index.php?topic=880995.0

I think the "merchant" example script bundled with Electrum (the source) does exactly what you want. It monitors a number of wallet and notifies an application via the API when there are changes.

(However when I tried it I think some notifications got lost. Instead it was easier to iterate over all addresses and poll for changes. But that might have been user error. Try it yourself and ask for help in the Electrum part of the forum.)
Thanks guys, I'll have to check them out.

I'm starting a technology blog T4CH.top, check it out!
Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
February 07, 2017, 12:42:19 PM
 #7

You will get more features using Electrum, such as being able to make a transaction (unsigned) and signing it with your cold storage,...
Also blockchain.info used to let you add watch only addresses, and sending you a free SMS message when you received/sent a transaction.

I would be glad to hear what you thought about my little project, and whether you wanted any specific feature that I could add as improvement.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
numismatist
Legendary
*
Offline Offline

Activity: 1245
Merit: 1004



View Profile
February 10, 2017, 09:25:21 AM
 #8

You will get more features using Electrum, such as being able to make a transaction (unsigned) and signing it with your cold storage,...
Also blockchain.info used to let you add watch only addresses, and sending you a free SMS message when you received/sent a transaction.

I would be glad to hear what you thought about my little project, and whether you wanted any specific feature that I could add as improvement.

Just flipping through the https://bitcoin.org/en/developer-reference#bitcoin-core-apis Remote Procedure Calls, remembering bitcoin-cli allowed simple requests about adresses or transfers send / recieved.

However the existance of some watchonly wallet on GitHub should have told me it isn't that easy.

Can someone confirm if running a bitcoin core client, empty wallet, can enable access to some blockchain explorer alike data? Just things like requesting current ballances associated with any given address (self owned or foreign) or last coin movements required.

Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
February 10, 2017, 05:23:38 PM
 #9

Have you tried ImportAddress?

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
Nathan047 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
February 11, 2017, 05:44:56 PM
 #10

Have you tried ImportAddress?
I just downloaded it from GitHub on the other day (I thought it would be a lot bigger that it was, so I waited until I could get to public wifi). I have absolutely no idea how to compile the program from the source code, so (and I know this is probably just me not knowing anything about coding) I'm not sure if I just don't know how to compile the program or I didn't download the right thing. Nevertheless, if you could point me in the right direction that'd be nice.

I'm starting a technology blog T4CH.top, check it out!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!