Bitcoin Forum
May 13, 2024, 12:29:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Advice on supervising bitcoin addresses for custom notification  (Read 712 times)
EFdesigns (OP)
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
December 30, 2016, 01:09:41 PM
 #1

Hi,

I need to supervise some bitcoin addresses and I need to launch a custom event, maybe a custom sound for incoming transactions (unconfirmed sound and 2 confirmations sound) or sending an email.

I'm thinking about using Bitcore, but 8 GB RAM and more than 200 GB HDD for the blockchain doesn't look like a cheap way to go for such a simple task...a friend of mine suggested me to use electrum, but I'm not sure where to start or if it's possible to use electrum for such a thing. A VPS with 8 GB RAM and 200 GB of HDD is about 50$-140$ USD, and that's just way too much...


I'd really appreciate your advice and suggestions about this little project.

Thanks a lot

▬▬▬▬▬█       EFdesigns       █▬▬▬▬▬
┌───    Logo  ▌ Branding  ▌ Banners  ▌ Video editing and more    ───┐
▬▬▬▬█    Private message    █▬▬▬▬
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
December 30, 2016, 01:23:13 PM
 #2

Hi,

I need to supervise some bitcoin addresses and I need to launch a custom event, maybe a custom sound for incoming transactions (unconfirmed sound and 2 confirmations sound) or sending an email.

I'm thinking about using Bitcore, but 8 GB RAM and more than 200 GB HDD for the blockchain doesn't look like a cheap way to go for such a simple task...a friend of mine suggested me to use electrum, but I'm not sure where to start or if it's possible to use electrum for such a thing. A VPS with 8 GB RAM and 200 GB of HDD is about 50$-140$ USD, and that's just way too much...


I'd really appreciate your advice and suggestions about this little project.

Thanks a lot

Presuming you meant Bitcoin Core, and not bitcore which is something different, you can always enable pruning to cut the block chain storage size down.  (And btw, I've seen a vps similar to what you mentioned for less than $100/year.  But $50-140/month is way too much.)
EFdesigns (OP)
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
December 30, 2016, 01:38:29 PM
 #3

I meant Bitcore, not bitcoin core. It has an integrated API to check an address and all that stuff.

Quote
you can always enable pruning to cut the block chain storage size down
So, I'll keep checking transactions on supervised accounts like from 3 months from now? Can I use Bitcoin core with custom notifications? is it straightforward?
Bitcore is nice because of it's API, but maybe bitcoin core doesn't need so much coding in orden to make those custom notifications

▬▬▬▬▬█       EFdesigns       █▬▬▬▬▬
┌───    Logo  ▌ Branding  ▌ Banners  ▌ Video editing and more    ───┐
▬▬▬▬█    Private message    █▬▬▬▬
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6131



View Profile
December 30, 2016, 01:45:36 PM
 #4

You simply want to check addresses and see the coming transactions ? If it's the case then you could simply use https://www.blockonomics.co/views/wallet-watcher.html?next=%2Fblockonomics instead of buying a VPS which may cost you a lot of money. (there is an API too)

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
December 30, 2016, 03:41:26 PM
 #5

I meant Bitcore, not bitcoin core. It has an integrated API to check an address and all that stuff.

Quote
you can always enable pruning to cut the block chain storage size down
So, I'll keep checking transactions on supervised accounts like from 3 months from now? Can I use Bitcoin core with custom notifications? is it straightforward?
Bitcore is nice because of it's API, but maybe bitcoin core doesn't need so much coding in orden to make those custom notifications

Ok, never mind then. I had assumed you meant Bitcoin Core since it was in this section on bitcointalk.  ;-)

Anyway, I am not sure if you can run Bitcore with pruned mode or not to save disk space.
EFdesigns (OP)
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
December 30, 2016, 04:58:03 PM
 #6

Omegastarscream: blockonomics.co won't let me create custom notifications. It comes with http push and email notifications but I need to develop my own notifications

▬▬▬▬▬█       EFdesigns       █▬▬▬▬▬
┌───    Logo  ▌ Branding  ▌ Banners  ▌ Video editing and more    ───┐
▬▬▬▬█    Private message    █▬▬▬▬
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
December 31, 2016, 05:17:01 AM
 #7

Have you tried using blocktrail's web hook notifications? It's insanely easy to setup, even has a UI. Fill out a form and then if you want provide a callback URL to run a url or fire off some code on notification.

https://youtu.be/UJtszjNh0nk?t=30s

Or you could even subscribe to a websocket like blockchain.info's to monitor for transactions on the network without having to run a node. Their websocket API doesn't require an API key.


btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
December 31, 2016, 06:39:29 AM
 #8

Omegastarscream: blockonomics.co won't let me create custom notifications. It comes with http push and email notifications but I need to develop my own notifications

In fact their API provides http callbacks which you can easily you to develop your own notifications https://www.blockonomics.co/views/api.html#paymentnotify

EFdesigns (OP)
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
January 03, 2017, 03:31:16 AM
 #9

Have you tried using blocktrail's web hook notifications? It's insanely easy to setup, even has a UI. Fill out a form and then if you want provide a callback URL to run a url or fire off some code on notification.

https://youtu.be/UJtszjNh0nk?t=30s

Or you could even subscribe to a websocket like blockchain.info's to monitor for transactions on the network without having to run a node. Their websocket API doesn't require an API key.



That's a great way to get things going, dude! thanks a lot

BTW, I might use BlockCypher, they look pretty professional and got tons of tools to work with.

Quote
In fact their API provides http callbacks which you can easily you to develop your own notifications https://www.blockonomics.co/views/api.html#paymentnotify
I'm gonna take a look at it. But as far as I saw in 2 minutes, looks pretty similar to the other two options

▬▬▬▬▬█       EFdesigns       █▬▬▬▬▬
┌───    Logo  ▌ Branding  ▌ Banners  ▌ Video editing and more    ───┐
▬▬▬▬█    Private message    █▬▬▬▬
xcbtrader
Hero Member
*****
Offline Offline

Activity: 865
Merit: 1006


View Profile
January 03, 2017, 07:15:29 AM
 #10

Hello

https://github.com/xcbtrader/multi-balance-checker

You can start here.

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!