Herbert (OP)
|
|
February 08, 2014, 08:44:29 PM |
|
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
|
|
|
|
sahana
Newbie
Offline
Activity: 49
Merit: 0
|
|
March 06, 2014, 11:47:22 AM |
|
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,...
|
|
|
|
Herbert (OP)
|
|
March 11, 2014, 07:25:29 AM |
|
Currently there is quite some delay for notifications > 0 confirmations. I will post again when this is sorted out.
|
|
|
|
Herbert (OP)
|
|
March 11, 2014, 07:58:24 AM |
|
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.
|
|
|
|
williamj2543
|
|
March 27, 2014, 09:18:00 PM |
|
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
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
Herbert (OP)
|
|
March 28, 2014, 06:50:09 AM |
|
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: json_decode(file_get_contents('php://input'))
|
|
|
|
williamj2543
|
|
March 28, 2014, 09:10:57 PM |
|
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: 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!
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
williamj2543
|
|
April 17, 2014, 07:18:18 PM |
|
The website is down. Are the callbacks still calling back?
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
Herbert (OP)
|
|
April 18, 2014, 03:55:38 PM |
|
The website is down. Are the callbacks still calling back?
Ah, Murphys law 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.
|
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 20, 2014, 10:54:26 AM |
|
You can monitor pre-existing addresses
|
|
|
|
williamj2543
|
|
April 21, 2014, 01:35:40 AM |
|
And its more reliable. And theres more settings. And it's better
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
ingrownpocket
Legendary
Offline
Activity: 952
Merit: 1000
|
|
June 07, 2014, 03:38:44 PM |
|
Any chance of making this opensource?
|
|
|
|
williamj2543
|
|
June 08, 2014, 08:48:39 PM |
|
Any chance of making this opensource?
It would be better if it were open source, but then again this is the only http service other than block chain, with more features. They probably have most of the share of visitors.
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
int 0x80
Newbie
Offline
Activity: 9
Merit: 0
|
|
July 23, 2014, 06:42:28 PM |
|
does jabber notofications works for someone here? have some problem with this kind of notification
|
|
|
|
Amitabh S
Legendary
Offline
Activity: 1001
Merit: 1005
|
|
October 26, 2014, 10:16:09 AM |
|
Blockchain info api has several drawbacks compared to this (its also quite good though) 1. As already mentioned, I can monitor address for payment sent and received. I can monitor any address. 2. Blockchain.info just spams the network. For every payment, there are two transactions, one to blockchain.info and another to your address, which is unnecessary.
|
|
|
|
sad123
Newbie
Offline
Activity: 3
Merit: 0
|
|
November 21, 2014, 09:01:24 AM |
|
plz help , the callback suddenly stop working
|
|
|
|
ingrownpocket
Legendary
Offline
Activity: 952
Merit: 1000
|
|
November 21, 2014, 10:49:54 AM |
|
plz help , the callback suddenly stop working
Can confirm, callback isn't working.
|
|
|
|
ingrownpocket
Legendary
Offline
Activity: 952
Merit: 1000
|
|
November 21, 2014, 07:21:55 PM |
|
plz help , the callback suddenly stop working
Can confirm, callback isn't working. Seems to be working again, and all previous transactions were also detected. Thank you!
|
|
|
|
24HourPonzi.com
Newbie
Offline
Activity: 14
Merit: 0
|
|
January 17, 2015, 12:54:19 AM |
|
Please fix your site. The dashboard is down and the notification system isn't working.
|
|
|
|
|