Bitcoin Forum
May 09, 2024, 09:02:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: ---  (Read 5858 times)
Bitcoin Explorer
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
March 08, 2015, 05:22:21 PM
 #21

Very nice tool , The design is very cool and the price convert very fast but i was asking my if its in real time ?
I can do the same job using php i would like to learn python if it is mroe fast than php .
He uses a python script to getvprices and ajax(jquery) for real time updatescvia json data

1715245364
Hero Member
*
Offline Offline

Posts: 1715245364

View Profile Personal Message (Offline)

Ignore
1715245364
Reply with quote  #2

1715245364
Report to moderator
1715245364
Hero Member
*
Offline Offline

Posts: 1715245364

View Profile Personal Message (Offline)

Ignore
1715245364
Reply with quote  #2

1715245364
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715245364
Hero Member
*
Offline Offline

Posts: 1715245364

View Profile Personal Message (Offline)

Ignore
1715245364
Reply with quote  #2

1715245364
Report to moderator
1715245364
Hero Member
*
Offline Offline

Posts: 1715245364

View Profile Personal Message (Offline)

Ignore
1715245364
Reply with quote  #2

1715245364
Report to moderator
ADcoin.me
Hero Member
*****
Offline Offline

Activity: 795
Merit: 500


Name change soon (hopefully)


View Profile WWW
March 08, 2015, 07:08:38 PM
 #22

Sweet domianname! Good luck. Smiley

Palcoin.co
Cryptowatch.com
Full Member
***
Offline Offline

Activity: 196
Merit: 103


View Profile WWW
March 12, 2015, 11:55:09 PM
 #23

Lots' of interesting stuff in this thread!

You may want to look into using websockets instead of ajax requests for getting live prices from various exchanges.  I'm not sure if PHP is well suited for the job.

I've developed cryptowatch.com, it's backend is in node.js and I'm also using socket.io to provide push updates to the clients.

Site: http://cryptowatch.com/

Currently I'm just updating prices about once every 5 minutes through a cron job which runs a c++ program that uses libcurl to fetch prices from various exchanges. The prices are then inserted to a mysql database, and the node.js server checks the database about every 10 seconds and if there's a change in the data, it's pushed to the connected clients over the active websocket.

I've changed the fetching model from a sequential one to a parallel one where I use threads to initiate all the fetching of data, which makes it quite faster to get all the price tickers from various exchanges.

The site is also responsive, so it should work great on all screen sizes.

Development was somewhat slow as this was much unfamiliar technology for me. And the site is still just at 0.1 alpha stage.

Thank you for the tip about meteor, I will look more into it.

Did anyone of you look into glyphicons? Ie. vector icons that resize as the window the site is displayed in resizes?

I see there's a link here to a btc glyph icon:
http://fortawesome.github.io/Font-Awesome/icon/btc/

Also, lastly are you intending to monetize your sites? And if so, how?

I also liked the trick at http://ibit.io/ where the price is shown in the tab of the browser, quite neat trick.

I also found a jQuery plugin that was quite nice: https://github.com/rmm5t/jquery-timeago

"Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago")"

If you look at http://bitcoinity.org/markets, you will see they have implemented such fuzzy timestamps there.

I also noticed that tickers are quite different between various exchanges, and in one instance (btc-e) they'd even managed to switch ask and bid-values in the ticker. There should really be a standard for how tickers was presented, which would make it easier for developers working with API's from various exchanges.
Voltarius
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Mercurial


View Profile
March 13, 2015, 01:12:13 AM
 #24

Looks good and very helpful from what I've seen so far.
Thank you.
One thing I could suggest is add an mBTC to BTC conversion calculator in the ibit.io site, instead of having to go to bitkoin.io to do it.
Either than that, looks really good!
nambich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 27, 2015, 08:44:53 PM
 #25

Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 27, 2015, 09:10:34 PM
 #26

Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.

btc rates from blockchain.info
fiat rates from quandl.com

Bitcoin Explorer
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
March 28, 2015, 01:41:17 PM
 #27

Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.
jquery and ajax is ok, i do know them, but how do you use angularJS?

coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 28, 2015, 03:41:16 PM
 #28

Are you just using blockchain for your rates? I would minifiy your HTML and then use angular / jquery / ajax to fetch the prices.
jquery and ajax is ok, i do know them, but how do you use angularJS?

None of them are strictly necessary. It depends on the job. The thing about AngularJS and other frameworks like that (maybe Polymer too) is that they provide you already with all the common things web developers will need. Including AJAX calls and even styling. But I think these can be overkill for some small projects. The learning curve may be a little steep at first but once you get it I can see why people want to use it for everything they do - it really makes it easy.

freemind1
Legendary
*
Offline Offline

Activity: 1526
Merit: 1014


View Profile
March 29, 2015, 01:05:57 PM
 #29

Very good work unchi, simple and very effective, uncomplicated and 100% configurable. You plan to update it with more configuration options? Thanks again unchi.
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 20, 2015, 10:18:23 PM
 #30

Very nice little app!  Please post up your donation address in this thread, I see it in the app buy my phone wallet is empty.  Cool
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 21, 2015, 11:40:46 PM
 #31

Thanks, will send something when I get home.
TheGr33k
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
April 22, 2015, 03:16:18 AM
 #32

I really love the customizable colors and font size, the site is super clean nice work,
btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
April 22, 2015, 07:50:04 AM
 #33

Nice work dude ! Can we have price graph also

Bitcoin Explorer
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
April 29, 2015, 05:41:48 AM
 #34

Thanks!  This is something I may consider in the future, but my goal is to keep this website as simple as possible.  Maybe I can throw in a very simple graph eventually, along with 24 hr +/- change percentage.

I can help you with the code. I think I have some code for it suing some library, HMU if needed. You wont be able to use the chart commercially in that case.

rammy2k2
Legendary
*
Offline Offline

Activity: 1974
Merit: 1003



View Profile
April 29, 2015, 08:53:46 AM
 #35

I would install this if u could make the Bitcoin price to appear in the upper line on the phone so i can see it non stop, clock on the right, bitcoin price on the left.
It has that advantage that i dont have to open the app everytime i need to see the price.
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 29, 2015, 09:07:58 AM
 #36

I would install this if u could make the Bitcoin price to appear in the upper line on the phone so i can see it non stop, clock on the right, bitcoin price on the left.
It has that advantage that i dont have to open the app everytime i need to see the price.

This could probably be packaged up in an Web View or using something like PhoneGap. Not sure how reliable these have become as of lately though. Last I looked they still needed a little work. You are basically asking for a native app.

cryptster
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 10, 2015, 03:28:34 PM
 #37

I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!
ShamrockHannah
Member
**
Offline Offline

Activity: 98
Merit: 10

★777Coin.com★ Fun BTC Casino!


View Profile WWW
July 11, 2015, 06:55:22 PM
 #38

You should make this available for website owners to use on their page, with a back link on it. If you are worried about low quality websites only give out the code to sites which receive your approval.

▲▼▲▼▲▼▲▼  No.1 Bitcoin Binary Options and Double Dice  ▲▼▲▼▲▼▲▼
████████████████████████████████  sec◔nds trade  ████████████████████████████████
↑↓ Instant Bets ↑↓ Flexible 1~720 minutes Expiry time ↑↓ Highest Reward 190% ↑↓ 16 Assets [btc, forex, gold, 1% edge double dice] ↑↓
Bitcoin Explorer
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
July 13, 2015, 06:18:59 AM
 #39

I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!

Thank you!  My goal was to keep this website as lightweight as possible.  It doesn't have the fancy bells and whistles that other sites have, but it does serve one purpose well: to provide the latest price in a clean, simple interface.
Are you interested in selling any of your websites(ibit.io or bitkoin.io)? I really like the features coupled with the minimalism that you have implemented. Does bitkoin.io have a custom stylesheet or is it templated css?

Bitcoin Explorer
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
July 13, 2015, 03:01:13 PM
 #40

I've been using this website for a few weeks now, and it's been the fastest way for me to check the price on my crappy old phone.  Kudos!

Thank you!  My goal was to keep this website as lightweight as possible.  It doesn't have the fancy bells and whistles that other sites have, but it does serve one purpose well: to provide the latest price in a clean, simple interface.
Are you interested in selling any of your websites(ibit.io or bitkoin.io)? I really like the features coupled with the minimalism that you have implemented. Does bitkoin.io have a custom stylesheet or is it templated css?

I have not considered selling, but for the right price I suppose I would.  Both sites are starting to gain traction from Google and I see a lot of potential in them, so I wouldn't be willing to let them go very easily.  Feel free to PM an offer.

Both sites use custom CSS.
If you can, kindly provide me analytics of both sites and the bare minimum price you'll accept for each site.

Pages: « 1 [2] 3 »  All
  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!