Bitcoin Forum
July 05, 2024, 03:44:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Mercado y Economía / Re: Compro Bitcoins en Chile o Latinoamerica. on: October 11, 2012, 12:19:42 PM
contactate con bitcoinschile@gmail.com Smiley
2  Local / Mercado y Economía / Re: [VENDO] 10 BTCs en Chile on: October 10, 2012, 10:05:05 PM
http://forums.bitcoinschile.cl/index.php?/forum/6-venta-de-bitocins/
3  Local / Mercado y Economía / Re: compro bitcoins en chile on: September 29, 2012, 05:29:49 AM
bueno..bitcoinschile es un proyecto relativamente reciente y con el tiempo se va a ir complejizando. tambien esto depende de la acogida de los usuarios
4  Bitcoin / Project Development / Re: help for currency exchange on: September 10, 2012, 10:41:51 PM
O: you're great it is really useful thanks
5  Bitcoin / Project Development / help for currency exchange on: September 10, 2012, 10:21:21 PM
hi, i want create a web for currency exchange in my country, im searching for an open web interface or something that can help me. somebody can give me the necessary information or documentation for do it. thanks
6  Local / Español (Spanish) / Re: [IDEA] Simulador on: September 08, 2012, 02:06:07 AM
ja xD q bien .me iria muy bien con algo asi. e juado bastantes juegos que disponen de mercado y siempre me hago fortunas comprando y vendiendo.
7  Bitcoin / Project Development / Re: Bitcoin Wordpress Plugin on: September 08, 2012, 01:37:25 AM
you need add some lines for ping mtgox and output a error text if is offline. mtgox is not always online . when is offline the widget may cause lag in the page. plz find a way without use exec
8  Bitcoin / Development & Technical Discussion / Re: Help me with bitcoin api on: August 14, 2012, 03:06:59 PM
i make a little proxy for get ticker data

proxy2.php
Code:
<?php
  $ch 
curl_init();
  
curl_setopt($chCURLOPT_RETURNTRANSFER1);
  
curl_setopt($chCURLOPT_USERAGENT"curl/7.21.3 (x86_64-pc-linux-gnu) libcurl/7.21.3 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18");
  
curl_setopt($chCURLOPT_URL'https://mtgox.com/code/data/ticker.php');
  
curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
  
$output curl_exec($ch);
  
curl_close($ch);
  echo 
json_encode($output);
  
?>

in html file i have
Code:
<script type="text/javascript">
$.getJSON("proxy2.php", function(data) {
console.log(data);
//$('#ticker_mtgox').html(parseFloat(data.ticker.last).toFixed(2) + ' USD');
});
</script>
<li class="current">MtGox: </li>
<li id="ticker_mtgox"></li>

in log i have
Code:
"{\"ticker\":{\"high\":12.17887,\"low\":11.4919,\"avg\":11.931998599,\"vwap\":11.880445695,\"vol\":61162,\"last_all\":12.1,\"last_local\":12.1,\"last\":12.1,\"buy\":12.09999,\"sell\":12.1}}"

 D:
in ticker_mtgox y have nothing

maybe the problem is because I should get something like this
Code:
{"ticker":{"high":12.17887000,"low":11.49190000,"vol":61092.00000000,"last":12.10000000,"buy":12.09999000,"sell":12.10000000,"date":1344913200}}

without the "\" symbols

can help me to fix it..or tell me a way to "ticker_mtgox" work?
9  Local / Español (Spanish) / Re: Compro Bitcoins (Chile ~ Tranf. Bancaria) on: August 13, 2012, 04:31:03 PM
Nosotros vendemos bitcoins, https://www.google.cl/search?q=bitcoinschile&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:es-CL:official&client=firefox-a es la primera pagina en busqueda google ya que por politicas de la pagina aun no puedo poner link directo.

Aceptamos transferencias bacarias, toda la informacion esta en la pagina Bitcoinschile.

Contactame cualquier duda.

Suerte.
         
+2
10  Local / Español (Spanish) / Re: MtGox.com ha sido comprometido - Mira aquí si tienes una cuenta con ellos on: August 13, 2012, 04:28:50 PM
que mal
11  Local / Español (Spanish) / Re: algunas notas: Bitcoins en las pulperias on: August 13, 2012, 04:23:42 PM

es muy buena.la propuesta. pero el conjnto.
 de personas paradojicamente confia mas en sistemas de credito que lea roban su dinero. en vez de sistemas inovadores. es realmente dificil introducir la idea del bitcoin en la vida diaria





12  Local / Español (Spanish) / Re: Necesitamos betatesters! on: August 13, 2012, 04:15:24 PM
vere que tal es
13  Local / Esquina Libre / Re: ¿Donde vives? - Presentate en el foro :) on: August 13, 2012, 03:54:18 PM
wenas Wink soy iformas
14  Bitcoin / Development & Technical Discussion / Help me with bitcoin api on: August 10, 2012, 09:58:59 PM
hi, i want show in my web the current bitcoin value from mtgox, and i don't know how do it.
I read that with Jquery is possible ($. getJSON)in other parts say that jQuery can read json just inside the same domain.

can someone describe me a method step by step for get the current Bitcoin value and show it in an html?
15  Other / Beginners & Help / Re: Newbie restrictions on: August 09, 2012, 08:56:42 PM
D= that's to bad
16  Other / Beginners & Help / Re: Bitcoin Businesses and Developers, Let's Get Started! on: August 09, 2012, 08:55:09 PM
i want create a bitcoin market in my country
17  Other / Beginners & Help / Re: [ANNOUNCE] COINTUBE.TV - Earn FREE BITCOINS for Watching Youtube Videos! on: August 09, 2012, 08:51:10 PM
great idea
18  Other / Beginners & Help / Re: How to earn my first bitcoin online on: August 08, 2012, 11:41:41 PM
i will try it
19  Other / Beginners & Help / Re: Introduce yourself :) on: August 08, 2012, 11:36:04 PM
Smiley im iformas
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!