deltanine
|
|
August 28, 2013, 03:57:38 PM |
|
Is there any way to view the alerts that you set up?
I'm really enjoying this app.
|
Freedom is a state of mind, and then Bitcoin comes along..... -S4VV4S
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 28, 2013, 04:21:38 PM |
|
Is there any way to view the alerts that you set up?
I'm really enjoying this app.
The only way I could implement that is to prompt a user to enter their email and it'll pull up the alerts associated with that email. I'd also let them delete them in that case. My concern is that if someone else gets your email, they could view/delete your alerts. But if you don't really consider this too much of a concern, I can build it out real quick. And thanks!
|
|
|
|
twentyseventy
Legendary
Offline
Activity: 1386
Merit: 1000
|
|
August 28, 2013, 04:31:37 PM |
|
Loving the interface so far - great work! EDIT: Could we have both the Gox and Bitstamp USD/BTC prices? I don't deal in GoxBux
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 28, 2013, 05:11:39 PM |
|
Loving the interface so far - great work! EDIT: Could we have both the Gox and Bitstamp USD/BTC prices? I don't deal in GoxBux Thank you! And your wish is my command. Implemented.
|
|
|
|
twentyseventy
Legendary
Offline
Activity: 1386
Merit: 1000
|
|
August 28, 2013, 06:14:51 PM |
|
Loving the interface so far - great work! EDIT: Could we have both the Gox and Bitstamp USD/BTC prices? I don't deal in GoxBux Thank you! And your wish is my command. Implemented. Just saw it; thank you!
|
|
|
|
deltanine
|
|
August 28, 2013, 06:24:26 PM |
|
Is there any way to view the alerts that you set up?
I'm really enjoying this app.
The only way I could implement that is to prompt a user to enter their email and it'll pull up the alerts associated with that email. I'd also let them delete them in that case. My concern is that if someone else gets your email, they could view/delete your alerts. But if you don't really consider this too much of a concern, I can build it out real quick. And thanks! It sure would be nice to cancel alerts but I see what you're saying about someone getting your email address. how about this. On the email alert that is sent can you include a link to cancel the alert?
|
Freedom is a state of mind, and then Bitcoin comes along..... -S4VV4S
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 28, 2013, 07:44:04 PM |
|
Is there any way to view the alerts that you set up?
I'm really enjoying this app.
The only way I could implement that is to prompt a user to enter their email and it'll pull up the alerts associated with that email. I'd also let them delete them in that case. My concern is that if someone else gets your email, they could view/delete your alerts. But if you don't really consider this too much of a concern, I can build it out real quick. And thanks! It sure would be nice to cancel alerts but I see what you're saying about someone getting your email address. how about this. On the email alert that is sent can you include a link to cancel the alert? What happens when you set up an alert goes something like this: 1. An alert is saved in my database. 2. My server runs a check every 60 seconds against the database. 3. If an alert gets trigger, an email is sent, and the alert is deleted from the database. This means that once your alert is triggered, it won't be triggered again. Otherwise, if you set an alert for when the price is below 6.0 for example, and the alert is triggered, it would keep emailing you until the price is above 6.0. TR;DR: Alerts are deleted after they are triggered.
|
|
|
|
xchrisxsays
Member
Offline
Activity: 98
Merit: 10
|
|
August 28, 2013, 07:44:50 PM |
|
This may be a dumb question since I've only played with it for a few minutes, but how frequently does the page update? Do we need to refresh the page ourselves?
Also can I put in a request to show how many users are currently in the chat at any given time?
Awesome job! I'd definitely consider subscribing to a pro version of this!
|
|
|
|
deltanine
|
|
August 28, 2013, 07:56:14 PM |
|
Is there any way to view the alerts that you set up?
I'm really enjoying this app.
The only way I could implement that is to prompt a user to enter their email and it'll pull up the alerts associated with that email. I'd also let them delete them in that case. My concern is that if someone else gets your email, they could view/delete your alerts. But if you don't really consider this too much of a concern, I can build it out real quick. And thanks! It sure would be nice to cancel alerts but I see what you're saying about someone getting your email address. how about this. On the email alert that is sent can you include a link to cancel the alert? What happens when you set up an alert goes something like this: 1. An alert is saved in my database. 2. My server runs a check every 60 seconds against the database. 3. If an alert gets trigger, an email is sent, and the alert is deleted from the database. This means that once your alert is triggered, it won't be triggered again. Otherwise, if you set an alert for when the price is below 6.0 for example, and the alert is triggered, it would keep emailing you until the price is above 6.0. TR;DR: Alerts are deleted after they are triggered. That's perfect then. Leave it as is. I would note that on the screen where you create alerts though.
|
Freedom is a state of mind, and then Bitcoin comes along..... -S4VV4S
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 28, 2013, 08:22:54 PM |
|
This may be a dumb question since I've only played with it for a few minutes, but how frequently does the page update? Do we need to refresh the page ourselves?
Also can I put in a request to show how many users are currently in the chat at any given time?
Awesome job! I'd definitely consider subscribing to a pro version of this!
The live feeds on the front page are currently set to refresh every 5 seconds. I think this is a decent refresh rate, plus I don't wanna stress Burnside's servers too much with a ton of API calls. And request noted and implemented. You might have to clear your cache to see it.
|
|
|
|
Pale Phoenix
|
|
August 28, 2013, 08:56:18 PM |
|
Really nice work blackswan. Why, oh why, doesn't Bitfunder have an API so you add it? Looking forward to supporting you with the pro version.
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 29, 2013, 07:46:23 AM |
|
Really nice work blackswan. Why, oh why, doesn't Bitfunder have an API so you add it? Looking forward to supporting you with the pro version. Thank you! According to Bitfunder's help page, they are currently building it. So hopefully soon. In the meantime, the mobile site has been deployed! If you're on an iPhone or something, you can click the save to homescreen button and it installs like an app.
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 30, 2013, 05:17:00 PM |
|
I'm looking into adding a way to monitor hashrates and calculate them for relevant securities (providing info like hashs per share, price per hash, network percentage, etc).
Does anyone know of an API or anything for data like this?
|
|
|
|
|
afrotec
Full Member
Offline
Activity: 127
Merit: 100
Coinnoisseur
|
|
August 30, 2013, 10:46:50 PM |
|
I love this site. I've been looking for something like this, and this is exactly what I needed Thanks for your work BlackSwan, I hope you continue to improve and add features. Throw in a couple other nifty things, and this is definitely something I would be willing to throw some BTCs at
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 30, 2013, 11:01:11 PM |
|
Ah, thanks for pointing out Bitcoin-Assets. I'll probably end up using them to get Havelock and MPEX data. Unfortunately, they don't seem to be logging Bitfunder events. I will message the owner of Coinflow to see how he's doing it.
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
August 31, 2013, 01:04:02 AM |
|
I love this site. I've been looking for something like this, and this is exactly what I needed Thanks for your work BlackSwan, I hope you continue to improve and add features. Throw in a couple other nifty things, and this is definitely something I would be willing to throw some BTCs at Thanks you! Any suggestions on those "nifty things"? Also, I've updated the BTC price tracker to include using http://bitcoinaverage.com/#USD. The four possible prices are: Mt.Gox price, Bitstamp Price, Average Price across all exchanges, and Average Price across all not including Mt.Gox.
|
|
|
|
blackswan (OP)
Member
Offline
Activity: 82
Merit: 10
|
|
September 01, 2013, 12:50:51 AM |
|
Site UpdatesI've updated the BTC price ticker to include: Bitstamp Price, Mt.Gox Price, Average Price across all Exchanges, and Average Price across all not including Mt.Gox. It defaults to Average Price across all exchanges not including Mt.Gox Also, I've reformatted the homepage to include Bitfunder, Havelock, and MPEx. Horray! Another update is planned for tomorrow (I'm adding a live updating ticker for each individual market as well as a feed for all exchanges).
|
|
|
|
chairforce1
|
|
September 01, 2013, 12:55:24 AM |
|
i have no time to read the entire thread so sorry if im repeating, but the ability to enter in any identity and start chatting may pose as a problem. just bringing it up
|
Death is nothing to us, since when we are, death has not come, and when death has come, we are not. #yolo
-Epicuru$
|
|
|
BitCsByBit
|
|
September 01, 2013, 02:40:30 AM |
|
Site UpdatesI've updated the BTC price ticker to include: Bitstamp Price, Mt.Gox Price, Average Price across all Exchanges, and Average Price across all not including Mt.Gox. It defaults to Average Price across all exchanges not including Mt.Gox Also, I've reformatted the homepage to include Bitfunder, Havelock, and MPEx. Horray! Another update is planned for tomorrow (I'm adding a live updating ticker for each individual market as well as a feed for all exchanges). Any chance to have different currencies? Btw, great effort so far.
|
Tipsy jar: 1HgfLMXiJQj9KZ7abLRh9rWuR7dgeSyub4
|
|
|
|