Bitcoin Forum
September 05, 2024, 12:22:31 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 »
341  Alternate cryptocurrencies / Altcoin Discussion / Alt Coins API on: November 20, 2013, 03:40:58 AM
I am currently writing a php script to updated the current price of USD/BTC in my www.bitcoins4barter.com shopping cart database. However, I want to start adding more altcoins to the payment method. I'm starting to go a little crazy trying to get the feed to work on other altcoins

1LTC bounty to anyone that can rewrite this following code to include LTC and ZET for the update.

#! /usr/bin/php
<?php
$url = "https://bitpay.com/api/rates";
$json = file_get_contents($url);
$data = json_decode($json, TRUE);
$rate = $data[0]["rate"];
$usd_price = 1;    
$bitcoin_price = round( $usd_price / $rate , 8 );
$host="localhost"; // Host name
$username="mydatabase"; // Mysql username
$password="mypasswrd"; // Mysql password
$db_name="database"; // Database name
$tbl_name="currencies"; // Table name
mysql_connect("$host", "$username", "$password")or die("cannot connect");
mysql_select_db("$db_name")or die("cannot select DB");

$sql="UPDATE $tbl_name SET value='$bitcoin_price' WHERE title='Bitcoin (BTC)'";
$result=mysql_query($sql);

if($result){
echo "Successful";
}

else {
echo "ERROR";
}

?>
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: November 20, 2013, 03:13:36 AM
I am working on my site to start accepting ZET as payment. But cant find an API to convert USD/ZET. Does anyone know of a good feed to do his? I need the price to float with the market.

http://www.bitcoins4barter.com/index.php?currency=ZET
343  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 19, 2013, 02:30:22 AM
2.0 Wallet

344  Economy / Service Discussion / exchanges - disparity of price on: November 18, 2013, 10:20:43 PM
Bitstamp: 620.1
Mt.Gox: 727.9
BTC-e: 606.1
BTCChina: 844.58/5150

Does anyone know why there is such a huge price difference from each exchange? I still don't understand why no one is taking the opportunity to profit from the price spread.
345  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 14, 2013, 03:53:59 AM
You just print them out from the website. The Satoshi one is free

http://www.bitcoins4barter.com/paperwallets
346  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 14, 2013, 03:41:45 AM
Satoshi!!!

347  Economy / Service Announcements / Re: Bitcoins for Barter Coins on: November 13, 2013, 03:59:50 AM
Site update to float BTC with USD.. 1oz Rounds on sale again $19.76 / .061BTC until Friday
348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: November 12, 2013, 06:52:07 PM
Does CAP have a paper wallet?
349  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 12, 2013, 06:00:12 PM
350  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 12, 2013, 03:26:51 AM
Per request Christmas Theme. We need to fix the "Load / Verify" on the first one





351  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 11, 2013, 09:39:51 PM
Another

352  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 11, 2013, 07:54:06 AM

Batman Theme Added



http://www.bitcoins4barter.com/paperwallets
353  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 11, 2013, 02:29:17 AM
More

354  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 11, 2013, 02:20:08 AM
And another - Many more to come.. please donate

355  Bitcoin / Project Development / Re: Bitcoin Paper Wallets on: November 11, 2013, 02:03:53 AM
New Paper Wallet Added ! Please Donate 18sdivjW5yNUUM1Eyzh2nWC9s4MJbFEQ22



http://www.bitcoins4barter.com/paperwallets/
356  Economy / Service Announcements / Re: Bitcoins for Barter Coins on: November 08, 2013, 04:09:32 PM
Updated site to accept USD. BTC moving too fast.
357  Economy / Service Announcements / Re: Bitcoins for Barter Coins on: November 08, 2013, 12:03:48 AM
This is crazy. I can't keep up with the price.. BTC moving like a rocket.
358  Economy / Service Announcements / Re: Bitcoins for Barter Coins on: November 07, 2013, 05:24:20 AM

Thanks! I will need to write a SQL script to update the prices in the database automatically to reflect the price fluctuations in BTC. It shouldn't be too hard, will just take some time.
359  Economy / Service Announcements / Re: Bitcoins for Barter Coins on: November 06, 2013, 09:58:06 PM

Prices lowered to match spot.
360  Alternate cryptocurrencies / Altcoin Discussion / Re: Paper Wallets for Altcoins on: November 06, 2013, 05:21:23 PM
The new Paper wallet now released!!! Please donate to see more designs!!

http://www.bitcoins4barter.com/paperwallets/

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!