Bitcoin Forum
May 25, 2024, 05:49:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Invites & Accounts / Re: Selling nzbs.org accounts/invites price 50$/100$ on: July 09, 2015, 02:35:48 PM
I can do invites for $25 in BTC and will send first. PM me to make it happen.
2  Economy / Invites & Accounts / Re: Selling nzbs.org accounts on: July 08, 2015, 05:32:38 PM
I have invites available if someone would rather have an account of their own instead of these borrowed ones that are being sold. PM me for info.
3  Economy / Currency exchange / Re: Exchanging XRP for BTC (Ripple for Bitcoin) - 6750XRP/BTC on: June 28, 2013, 08:17:51 PM
Exchanged some XRP with bdub, was a fast and smooth transaction. Thanks bdub!
4  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice : FREE BTC : Play or Invest on: June 20, 2013, 06:17:47 AM
ID 18
5  Economy / Goods / Re: MINES land mines Vietnam era WARNING metal sign - TELL THE WORLD U MINES! on: June 11, 2013, 11:15:31 PM
Just got my signs, they look great! Thanks again.
6  Economy / Goods / Re: [WTS] 1BTC and 5BTC Casascius Blanks [Real Potential to sell for $100+ fiat] on: June 07, 2013, 12:25:44 AM
1 @ 0.15

Preferrably a 1BTC blank, with the instructions, hologram and sleeve.

Thanks.
7  Economy / Services / Re: $40 in BTC for some php/mysql coding help, quick problem on: June 01, 2013, 11:35:29 PM
Thanks, glad it worked for you.
8  Economy / Services / Re: $40 in BTC for some php/mysql coding help, quick problem on: June 01, 2013, 06:35:23 AM
Assuming the primary key for db1 is 'ID':
Code:
<?php
$db
->beginTransaction();
$Process $db->prepare("UPDATE db1 SET num = ?, usd = ?, btc = ?, date = ? WHERE ID = ?");
$Process->execute(array($_GET['op'], $_POST['usd'], $_POST['btc'], date('Y-m-d H:i:s'), $r['id']));
echo 
'<div class="alert alert-success">Processed.</div>';
$db->commit();
?>
9  Economy / Services / Re: $40 in BTC for some php/mysql coding help, quick problem on: May 31, 2013, 09:38:46 PM
You don't really provide enough code to do this (ie what variable is table b's data stored in, assuming its already been queried). However I would hazard it would be something like the following (assuming table b's data is already queried and stored in $tableB as an array):

Code:
<?php

echo '<tr><td><div class="btn-group">
<button class="btn dropdown-toggle" data-toggle="dropdown"> '
.$r['id'].' <span class="caret"></span></button>
<ul class="dropdown-menu">'
;

foreach(
$tableB as $b)
{
      if (
$b['ID'] == $r['id'])
      {
            echo 
'<li> '.$b['msg'].' </li>';
      }
}

echo 
'</ul>
</div></td></tr>'
;

?>

10  Economy / Services / Re: Quick PHP dev to parse out networkhashpersec ABE on: May 29, 2013, 04:01:26 AM
If it was helpful feel free to tip me here 135ZDfQUQua5fwH9dwrX7n1Rkm9HzszrXy but don't feel obliged, I didn't spend very long on it.

Thanks.
11  Economy / Services / Re: Quick PHP dev to parse out networkhashpersec ABE on: May 29, 2013, 12:31:40 AM
Here's a super quick take on your request. Call via url with ?coin=ftc for example or change $defaultCoin to the coin you want the last hashrate for.

It's probably easier to ask the dev to include the data in the json output though...

Code:
<?php

$defaultCoin 
'cnc';

$cryptoCurrencies = array(
'ppc'=>'PPCoin',
'trc'=>'Terracoin',
'frc'=>'Freicoin',
'bbq'=>'BBQCoin',
'nvc'=>'Novacoin',
'ftc'=>'Feathercoin',
'bte'=>'Bytecoin',
'btb'=>'BitBar',
'cnc'=>'CHNCoin',
'jkc'=>'JKC',
'frk'=>'Franko',
'gld'=>'Goldcoin'
);

$baseUrl 'http://%s.cryptocoinexplorer.com/chain/%s/q/nethash/1/-1';

$coin = (isset($_GET['coin']) && array_key_exists($_GET['coin'], $cryptoCurrencies)) ? $_GET['coin'] : $defaultCoin;

$url sprintf($baseUrl$coin$cryptoCurrencies[$coin]);
$rawdata file_get_contents($url);
if (
$rawdata)
{
if (preg_match("/\n(?P<headers>[a-z,]+)\nSTART DATA\n(?P<data>.*?)\n/i"$rawdata$matches))
{
$headers explode(','$matches['headers']);
$data explode(','$matches['data']);

$result array_combine($headers$data);

echo $result['netHashPerSecond'];

//print_r($result);
}
}

?>

12  Other / Beginners & Help / Re: Buying lindens (sell me the rest of your lindens in your Virwox account) on: February 27, 2013, 06:09:35 AM
Just exchanged some SLL for BTC with Trading and transaction was smooth and quick. Would deal with again. Thanks!
13  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: February 22, 2013, 04:49:56 AM
rPrj4oQG8NCNzyDRrRVqqMDHSjbLKtKbHC
14  Other / Beginners & Help / Re: Still a newbie? on: February 22, 2013, 03:07:17 AM
Can someone hook me up? Stuck on newb  Undecided
15  Other / Beginners & Help / Re: Need btc only have paypal on: February 22, 2013, 01:42:32 AM
try blockchai.info i think they have some option for this. If you have a cellphone with android, you will see more options to buy btc, and maybe something more suitable for you.

EDIT: try https://www.virwox.com/ they accept paypal

Paypal->BTC via Virwox works well but can be a bit slow. Search the forums for a guide.
16  Other / Off-topic / Re: Let's Count to 21 Million with Images on: February 22, 2013, 01:36:32 AM
17  Other / Beginners & Help / Re: HOWTO: create a 100% secure wallet on: February 22, 2013, 01:29:02 AM
+1 good info man.
18  Economy / Micro Earnings / Re: Free Bitcoin Sites *and* Free Newbie Lotto on: February 22, 2013, 01:15:43 AM
Very nice resource, thank you. If you're still doing the lotto please add me: 18mtLN8fLzFuL28xikc2Zqv58zwA92qcdq
19  Other / Beginners & Help / Re: Introduce yourself :) on: February 22, 2013, 01:12:09 AM
Hey-o! Interesting stuff here...
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!