Bitcoin Forum
June 25, 2024, 11:41:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / API to send litecoin like in blockchain ? on: April 27, 2014, 09:41:50 AM
Hi

Has any API like in blockchain to send and receive LITECOIN? No only to read or check balance, but to send litecoin.

https://blockchain.info/api/blockchain_wallet_api

Thanks
2  Bitcoin / Development & Technical Discussion / Dedicated server for bitcoin, litecoin, dogecoin on: April 19, 2014, 08:57:54 PM
Hello guy i need run deamon for btc, ltc, doge, and 3 others coin

What is the best server in kimsufi for this plz ? https://www.kimsufi.com/ie/#servers

Or for bitcoin i use blockchain ? and you have tutorial for run multi coin in one server ?

Thanks you
3  Bitcoin / Project Development / New shop with bitcoin on: April 19, 2014, 09:16:12 AM
Hi all, iam build eshop and i have add bitcoin payment with blockchain but for test the system its by callback ?

I need (if its ok for you) just 0.001 or 0.002 btc for test the system or you have website for buy btc by phone ?

Thanks you   Smiley
1465Q7KGF2caYy73RRRs13wTuC1owNi9m6
4  Economy / Service Discussion / Re: Blockchain API on: April 18, 2014, 04:30:21 PM
For generat address its ok now but for withdrawing with "https://blockchain.info/fr/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$address&amount=$amount&from=$from&shared=$shared&fee=$fee¬e=$note" dont work
5  Economy / Service Discussion / Blockchain.info bug ? on: April 17, 2014, 07:02:01 PM
Hi all i use blockchain.info for generat new address its work in browser with https://blockchain.info/api/receive?method=create&address=xxx

but if i use php its not work

Code:
	$response = @file_get_contents('https://blockchain.info/api/receive?method=create&address='. $my_bitcoin_address);
$object = json_decode($response);

return $object->input_address;

$response its empty

What is the problem ?
Thanks
6  Economy / Service Discussion / Re: Blockchain API on: April 17, 2014, 06:47:32 PM
I have this problem for generat new adress with file get contents in PHP
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!