Pages:
Author

Topic: [Announce] bitcoinmonitor.net - Free professional notification/payment service - page 2. (Read 19474 times)

legendary
Activity: 952
Merit: 1000
Any chance of making this opensource?
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
Forgive my ignorance but how does this service differ from BlockChain's Receive Payments API? You may check here for the API: http://blockchain.info/api/api_receive
And its more reliable. And theres more settings. And it's better
legendary
Activity: 2912
Merit: 1060
Forgive my ignorance but how does this service differ from BlockChain's Receive Payments API? You may check here for the API: http://blockchain.info/api/api_receive

You can monitor pre-existing addresses
full member
Activity: 152
Merit: 100
Forgive my ignorance but how does this service differ from BlockChain's Receive Payments API? You may check here for the API: http://blockchain.info/api/api_receive
hero member
Activity: 488
Merit: 500
The website is down. Are the callbacks still calling back?
Ah, Murphys law  Angry Server went down and caught me off-guard as I was just on the road on the way home from vacation. Restarted it this morning and everything is running fine again. Callbacks were not triggered during the downtime, but in the meantime all missed transactions should have been collecteted and callbacks done.
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
The website is down. Are the callbacks still calling back?
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
Hey,
I am using your website and it is absolutely AWESOME! I have a question though, I am making a php script that is using your website for notifications on payment, and how would i $_GET this information. I used to use blockchain http calling and it put the results in the URL, and I could easily use $_GET to get the data, but your POST posts in json, and getting doesn't work for me normally. How would I get things from your json post

It is a bit quirky with php to get the raw post data. It should work like this:
Code:
json_decode(file_get_contents('php://input'))
Yea I got it already. Maybe a couple more features would be nice, maybe some more documentation on how to use the data, and maybe put it in variables or something.
Thanks!
hero member
Activity: 488
Merit: 500
Hey,
I am using your website and it is absolutely AWESOME! I have a question though, I am making a php script that is using your website for notifications on payment, and how would i $_GET this information. I used to use blockchain http calling and it put the results in the URL, and I could easily use $_GET to get the data, but your POST posts in json, and getting doesn't work for me normally. How would I get things from your json post

It is a bit quirky with php to get the raw post data. It should work like this:
Code:
json_decode(file_get_contents('php://input'))
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
Hey,
I am using your website and it is absolutely AWESOME! I have a question though, I am making a php script that is using your website for notifications on payment, and how would i $_GET this information. I used to use blockchain http calling and it put the results in the URL, and I could easily use $_GET to get the data, but your POST posts in json, and getting doesn't work for me normally. How would I get things from your json post
hero member
Activity: 488
Merit: 500
Currently there is quite some delay for notifications > 0 confirmations. I will post again when this is sorted out.
Turned out there was a huge backlog of tasks in the system, mostly caused by someone trying to monitor satoshidice addresses again. I disabled this agent and the site is now quickly catching up, taskqueue is almost 0 right now. I expect within the next hour all pending notifications should be handled.
hero member
Activity: 488
Merit: 500
Currently there is quite some delay for notifications > 0 confirmations. I will post again when this is sorted out.
newbie
Activity: 49
Merit: 0
Quote
check e.g. http://whatismyip.com if you don't know your IP

There is a similar ip search site called IP-Details.com to check our External ip address. Here it display IP address, ISP, Location, Country and so on,...
hero member
Activity: 488
Merit: 500
possible bug?

In the API docs it is mentioned that

watch_type:
    "1" = Watch for deposits,
    "2" = Watch for withdrawals,
    "3" = Both.

However when I create the agent using the API, the values "1" and "2" seem to do the opposite (based on the "Edit agent" window and my experiments)

Thanks for reporting this. Fixed the documentation  Grin
newbie
Activity: 42
Merit: 0
I want to use this for a real world ecommerce site. Is it advisable? Are people losing notifications?

I only got the 0 conf-confirmations for this transaction
legendary
Activity: 1001
Merit: 1003
possible bug?

In the API docs it is mentioned that

watch_type:
    "1" = Watch for deposits,
    "2" = Watch for withdrawals,
    "3" = Both.

However when I create the agent using the API, the values "1" and "2" seem to do the opposite (based on the "Edit agent" window and my experiments)


I want to use this for a real world ecommerce site. Is it advisable? Are people losing notifications?
hero member
Activity: 488
Merit: 500
There is a problem with notifications at the moment. Only 0-conf notifications getting through, notifications for higher confirmations are not triggered. Looking into it right now...

Working again, but may still be a bit flaky. System is catching up on the lost notifications, that might still take an hour. I will have a closer look on the logs the next days - please reply here if you see any missing notifications.
hero member
Activity: 488
Merit: 500
There is a problem with notifications at the moment. Only 0-conf notifications getting through, notifications for higher confirmations are not triggered. Looking into it right now...
legendary
Activity: 2912
Merit: 1060
Aww damn it says invalid Bitcoin address
I entered 20 addresses

csv worked, new lines do not
hero member
Activity: 488
Merit: 500
Site is unfortunately offline as my hosting administration account was compromised and I need to rebuild all related servers. Right now I can not tell how long it will take.

Server rebuilt and running again Grin. Still catching up on the blockchain, might take about an hour until it is up-to-date. Let me know if something is not working as expected, as I was quite in a hurry getting it to run again...
hero member
Activity: 488
Merit: 500
Site is unfortunately offline as my hosting administration account was compromised and I need to rebuild all related servers. Right now I can not tell how long it will take.
Pages:
Jump to: