Pages:
Author

Topic: BlockZ - Bitcoin Block and Price Announcer [Overlay, Tray Icon] - page 2. (Read 10628 times)

hero member
Activity: 574
Merit: 500
I'm recoding the whole program right now.
Do you have any furhter suggestions and improvements except for:
-Color change
-Size change
-Backup API
-Other exchange
-Save settings

What do you think about a mobile app, maybe a widget?
legendary
Activity: 2424
Merit: 1147
No i don't have an redundant API right now, but it's planned. I was going to use the blocktrail API because it's as simple as the blockexplorer one, but the only disadvantage is, that everyone, who is going to use it as a backup needs a seperate api key from blocktrail, so he needs to create a wallet there... Maybe that's a bad idea... Is there any way you know to have one central server, that is getting the information from blocktrail with my api key and then spreading the information to all program users? Maybe a free solution with a server and php requests? I don't know what's important and the best way...

So a server to pull all the API data from one source or several and then your program using that server for its data? Not seen anything like this but this is what I am building (I'm building a group of them to include redundancy)
hero member
Activity: 574
Merit: 500
I may take your offer. I got an idea: On the website there is a html preview of the application and under that you cam download it. And on another page there are scrrenshots and more detailed descriptions. Maybe that'll work. But for now i'm focusing on getting the things and features working and making the application even better. Do you have any suggestions?

Good idea! I'm not saying not to update this thread, just to have somewhere which is your own in case BCT goes down.

A HTML preview sounds good and screenshots always give people a good idea of what they are downloading.

As for the application do you have redundant setting to check another API should your main API be down? One of the projects I am currently working on is my own dedicated API hosted by myself to feed all my future apps (and my clients if they request) to give another option.
No i don't have an redundant API right now, but it's planned. I was going to use the blocktrail API because it's as simple as the blockexplorer one, but the only disadvantage is, that everyone, who is going to use it as a backup needs a seperate api key from blocktrail, so he needs to create a wallet there... Maybe that's a bad idea... Is there any way you know to have one central server, that is getting the information from blocktrail with my api key and then spreading the information to all program users? Maybe a free solution with a server and php requests? I don't know what's important and the best way...
legendary
Activity: 2424
Merit: 1147
I may take your offer. I got an idea: On the website there is a html preview of the application and under that you cam download it. And on another page there are scrrenshots and more detailed descriptions. Maybe that'll work. But for now i'm focusing on getting the things and features working and making the application even better. Do you have any suggestions?

Good idea! I'm not saying not to update this thread, just to have somewhere which is your own in case BCT goes down.

A HTML preview sounds good and screenshots always give people a good idea of what they are downloading.

As for the application do you have redundant setting to check another API should your main API be down? One of the projects I am currently working on is my own dedicated API hosted by myself to feed all my future apps (and my clients if they request) to give another option.
hero member
Activity: 574
Merit: 500
Wow great work on this application, something I needed for the last few years!

If you would like some website hosting space to popup a website, I can sort you some out for free as I can see your project being very beneficial for the crypto community.
Thank you for your statement.

I think this program is too unprofessional to get it's own website and i don't know what to put on it... Maybe i'll need some later but now i'm satisfied with this forum as a platform to show my work to you.

😀

Just thinking your site where you can detail updates, host your own download links, get feedback and show screenshots etc.

Many applications start off with a little text on their website and over time grow and constantly update it with thier progress, a lot of people like this as they can see the history of the app and how it has grown.
I may take your offer. I got an idea: On the website there is a html preview of the application and under that you cam download it. And on another page there are scrrenshots and more detailed descriptions. Maybe that'll work. But for now i'm focusing on getting the things and features working and making the application even better. Do you have any suggestions?
legendary
Activity: 2424
Merit: 1147
Wow great work on this application, something I needed for the last few years!

If you would like some website hosting space to popup a website, I can sort you some out for free as I can see your project being very beneficial for the crypto community.
Thank you for your statement.

I think this program is too unprofessional to get it's own website and i don't know what to put on it... Maybe i'll need some later but now i'm satisfied with this forum as a platform to show my work to you.

😀

Just thinking your site where you can detail updates, host your own download links, get feedback and show screenshots etc.

Many applications start off with a little text on their website and over time grow and constantly update it with thier progress, a lot of people like this as they can see the history of the app and how it has grown.
hero member
Activity: 574
Merit: 500
Wow great work on this application, something I needed for the last few years!

If you would like some website hosting space to popup a website, I can sort you some out for free as I can see your project being very beneficial for the crypto community.
Thank you for your statement.

I think this program is too unprofessional to get it's own website and i don't know what to put on it... Maybe i'll need some later but now i'm satisfied with this forum as a platform to show my work to you.
legendary
Activity: 2424
Merit: 1147
Wow great work on this application, something I needed for the last few years!

If you would like some website hosting space to popup a website, I can sort you some out for free as I can see your project being very beneficial for the crypto community.
hero member
Activity: 574
Merit: 500

Does anyone know where i can get the estimated next difficulty via an api? I was searching, but didn't find a suitable api.

You can use Blockexplorer's API to get the current status of Bitcoin Difficulty.

Code:
/api/status?q=xxx

Where "xxx" can be: getDifficulty

Moreover, you can replace "xxx" with the following on that same code to get these statuses:


Hope this helps. Smiley
Yes i know, but how do i get the estimated next difficulty out of this. I think no one is interested of a live difficulty window when it's changing only once every 14 days. I think i need the estimated next difficulty via an api.
sr. member
Activity: 406
Merit: 252

Does anyone know where i can get the estimated next difficulty via an api? I was searching, but didn't find a suitable api.

You can use Blockexplorer's API to get the current status of Bitcoin Difficulty.

Code:
/api/status?q=xxx

Where "xxx" can be: getDifficulty

Moreover, you can replace "xxx" with the following on that same code to get these statuses:


Hope this helps. Smiley
hero member
Activity: 574
Merit: 500

Update V1.4.2
Dropbox
Google Drive

I have tested the latest version out and everything seems fine. Smiley Also, by making it draggable everywhere on desktop, it's advantageous to drag it down on the taskbar below. Wink Due to this context, can you make that clickable bar few pixels thicker?

After a few days out I've taken i'm going to rewrite the program in the next days to finally add the save button. What do you think of adding a option to display the estimated next difficulty change? Beside that i'm going to add the color change option and the promised save button. And the optional backup API if the other one fails.

Yes, it yould be great to add an option to display the estimated next difficulty change. BTW, what API did you use in V1.4.2? It seems it hasn't failed till now!

I'm using the same api as before, but the site is out of maintenance mode as it was some days that time... There it was unstable...

As i recode the whole thing i'm going to make the gui better and more user friendly. Custom text and window size. Nicer looking buttons. I found a nice tool for doing so. Because the native Java is hard to style without some kind of layout manager. But i have to see how this works out. I also will add way more options, and if the display of some options is disabled the api is disabled and not using your network if you don't need that option. The clickable bar is customizable in size and hovering color too, then.

Does anyone know where i can get the estimated next difficulty via an api? I was searching, but didn't find a suitable api.
sr. member
Activity: 406
Merit: 252

Update V1.4.2
Dropbox
Google Drive

I have tested the latest version out and everything seems fine. Smiley Also, by making it draggable everywhere on desktop, it's advantageous to drag it down on the taskbar below. Wink Due to this context, can you make that clickable bar few pixels thicker?

After a few days out I've taken i'm going to rewrite the program in the next days to finally add the save button. What do you think of adding a option to display the estimated next difficulty change? Beside that i'm going to add the color change option and the promised save button. And the optional backup API if the other one fails.

Yes, it yould be great to add an option to display the estimated next difficulty change. BTW, what API did you use in V1.4.2? It seems it hasn't failed till now!
hero member
Activity: 574
Merit: 500
After a few days out i've taken i'm going to rewrite the program in the next days to finally add the save button. What do you think of adding a option to display the estimated next difficulty change? Beside that i'm going to add the color change option and the promised save button. And the optional backup api if the other one fails.
hero member
Activity: 574
Merit: 500
When is your next version launching? I hope you add a feature where I can change the color of texts and the white background according to my theme (which is also whitish) Smiley
This is a good idea. Maybe it's in the version after the next version. But the version might take some time... I have to rewrite the whole program in order to implement the feature, to save your settings. And i don't think you want to change the color on every program start... But now the program is not able to load the settings when it is starting, i have to change so many things, that it is easier to rewrite it completely... This may take some days.

I think i can launch the next version now Cheesy I added the draggable window feature and the custom delay and update times.

Update V1.4.2
Dropbox
Google Drive
hero member
Activity: 574
Merit: 500

Very good ideas! Going to implement them right away. The Connection error is related to the blockexplorer api and not the programs fault. I will add a second api soon. But not sure which.

Hey mate,

Did you try Blockchain's or Blocktrail's api ? Maybe they are more stable ? Smiley

I'm going to use Blocktrails api, but only as a backup api because every user needs a blocktrail account and an api key. I cannot set one key for all users because it's limited to 300 requests per minute and more than 300 users would cause more errors, than it would solve. Maybe i add blockchain aswell because of the easier use, but it's also not so reliable like the blockexplorer one.
member
Activity: 70
Merit: 10
When is your next version launching? I hope you add a feature where I can change the color of texts and the white background according to my theme (which is also whitish) Smiley
sr. member
Activity: 406
Merit: 252

Very good ideas! Going to implement them right away. The Connection error is related to the blockexplorer api and not the programs fault. I will add a second api soon. But not sure which.

Hey mate,

Did you try Blockchain's or Blocktrail's api ? Maybe they are more stable ? Smiley
hero member
Activity: 574
Merit: 500
First of all, sorry for my late reply! Today I checked the new version. Everything was alright but there's some bug with block-syncing error like this one but it occurs sometimes (once in every 15 clicks).




Overall this version is quite satisfying and few more things I would like to mention before calling it fully perfect Smiley are as follows:

1. Add a setting where one can set the price & block notifier interval.

2. Add a feature where one can drag the hovering rectangle anywhere on the upper screen because sometimes it is needed, specially when someone is using Photoshop Wink

Very good ideas! Going to implement them right away. The Connection error is related to the blockexplorer api and not the programs fault. I will add a second api soon. But not sure which.
sr. member
Activity: 406
Merit: 252
First of all, sorry for my late reply! Today I checked the new version. Everything was alright but there's some bug with block-syncing error like this one but it occurs sometimes (once in every 15 clicks).




Overall this version is quite satisfying and few more things I would like to mention before calling it fully perfect Smiley are as follows:

1. Add a setting where one can set the price & block notifier interval.

2. Add a feature where one can drag the hovering rectangle anywhere on the upper screen because sometimes it is needed, specially when someone is using Photoshop Wink
hero member
Activity: 574
Merit: 500
Having problem usd price says below 200 but btc price is above $310.. Please fix it.. Otherwise its nice
Maybe it failed to get the price. I set the price variable by default to 123.45$. Maybe you check the price in the overlay window.
Pages:
Jump to: