smtabatabaie (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 21, 2015, 07:46:31 PM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much
|
|
|
|
bitnanigans
|
|
June 21, 2015, 08:50:37 PM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you. You can use the Bitnodes API to get information about nodes similar to what's shown on the globe.
|
|
|
|
pooya87
Legendary
Offline
Activity: 3640
Merit: 11039
Crypto Swap Exchange
|
|
June 22, 2015, 06:10:12 AM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much most bitcoin wallets have current price of bitcoin from different sources (multiple exchanges), like multibit for example. you can check their github page for their code and to copy it easily for your own usage.
|
|
|
|
ikydesu
|
|
June 22, 2015, 06:22:46 AM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much In every bitcoin exchanger use an API for current btc price, for example: https://www.bitstamp.net/api/Also coindesk use too: http://www.coindesk.com/api/~iki
|
|
|
|
Herbert2020
Legendary
Offline
Activity: 1946
Merit: 1137
|
|
June 22, 2015, 06:36:43 AM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much if you plan to make your program public and open source i am interested in it. i would like an application with the ability to show my addresses balances and bitcion price from different sources.
|
Weak hands have been complaining about missing out ever since bitcoin was $1 and never buy the dip. Whales are those who keep buying the dip.
|
|
|
Muhammed Zakir
|
|
June 22, 2015, 01:10:10 PM |
|
What all datas do you need? For getting values from different exchanges, you will have to use API from exchanges you want to fetch. Bither fetches rates from some of the known exchanges, try to look the codes. You will get something useful from it. ATM I am lazy to point you to the exact lines. Github repository of Bither: https://github.com/bither.
|
|
|
|
smtabatabaie (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 02, 2015, 07:55:27 PM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you. You can use the Bitnodes API to get information about nodes similar to what's shown on the globe. Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean. I'll appreciate if you can also help me with this. Thanks very much
|
|
|
|
bitllionaire
Legendary
Offline
Activity: 1120
Merit: 1000
|
|
July 02, 2015, 10:03:17 PM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you. You can use the Bitnodes API to get information about nodes similar to what's shown on the globe. Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean. I'll appreciate if you can also help me with this. Thanks very much I can't find any FAQ of what are these pages legends What do you exactly want to do?
|
|
|
|
smtabatabaie (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 02, 2015, 10:09:45 PM |
|
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON. I'll appreciate if someone can help me with this. Thanks very much You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you. You can use the Bitnodes API to get information about nodes similar to what's shown on the globe. Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean. I'll appreciate if you can also help me with this. Thanks very much I can't find any FAQ of what are these pages legends What do you exactly want to do? Thanks , I want to first fully understand what they represent. second I want to get API to give me data to recreate the globe.
|
|
|
|
Rmcdermott927
Legendary
Offline
Activity: 2254
Merit: 1140
|
|
July 03, 2015, 02:21:27 AM |
|
What else do you need other than the BTC price and the block location data? It would be hard to suggest which specific API to use without an exact list of what you need.
|
|
|
|
smtabatabaie (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 03, 2015, 11:54:51 AM |
|
What else do you need other than the BTC price and the block location data? It would be hard to suggest which specific API to use without an exact list of what you need.
I think BTC price and block location would be enough , but what I want to do is to recreate this globe and the fist thing is to first fully understand what do heights and colors of bars represent.
|
|
|
|
|