Bitcoin Forum
May 30, 2024, 03:36:00 AM *
News: Latest Bitcoin Core release: 27.0 [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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45]
881  Other / Beginners & Help / Re: Paysius on: May 22, 2012, 08:09:32 PM
Bump - Anyone?  Anyone at all?  I would love to at least confirm whether or not Paysius api gates are up and running.
882  Other / Beginners & Help / Re: Free bitcoins! on: May 22, 2012, 08:08:12 PM
Arguably most of those sites are paying you for a service - looking at their ads.  the faucet is an exception.
883  Other / Off-topic / Re: Let's Count to 21 Million with Images on: May 22, 2012, 08:06:58 PM
884  Other / Off-topic / Re: Let's Count to 21 Million with Images on: May 22, 2012, 08:06:34 PM
885  Other / Off-topic / Re: Let's Count to 21 Million with Images on: May 22, 2012, 08:05:11 PM
886  Other / Off-topic / Re: Let's Count to 21 Million with Images on: May 22, 2012, 07:37:18 PM
887  Other / Beginners & Help / Re: New Bitcoin Raffle - tickets are 0.10 BTC on: May 22, 2012, 07:28:15 PM
PS, if you put some google adsense or something on your page that paid per impression, I would have generated some income for you. 
888  Other / Beginners & Help / Re: New Bitcoin Raffle - tickets are 0.10 BTC on: May 22, 2012, 07:27:37 PM
I bought two tickets a week ago and have been refreshing the page EVERY DAY waiting for more tickets to be purchased.  Glad to see that someone finally kicked in the other 6 bitcoins.
889  Other / Beginners & Help / Re: I'm new to Bitcoins and can't seem to buy any... on: May 22, 2012, 05:15:21 PM
If you don't mind paying the $1 or $2 extra to cover seller's fees, there are always bitcoins on eBay.
890  Other / Beginners & Help / Re: Satoshi Dice on: May 22, 2012, 05:00:53 PM
Good fun! 
891  Other / Beginners & Help / Re: Give away/request free bitcoins here! on: May 22, 2012, 04:25:43 PM
Can I has?

1PYjFwjcX2DFN14gNDGRmVMd3Pv1gFJ94n
892  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: May 22, 2012, 04:10:46 PM
Please let me out! Smiley  I'm trying to develop a payment solution for a friend's business and need assistance setting up Paysius.  I've done a significant amount of research on bitcoin, the blockchain, SHA256 algorithms, and mining setups.  I'm trying to find super cheap ATI Radeon 5xxx or 6xxx series to make a cheap mining rig, because I want more bitcoins!  I currently participate in slush's pool with a Radeon 4600 series and get around 30 MHash/s with flags -w 32 -f 0. 

I'm legit.
893  Other / Beginners & Help / Re: How did you get your first bitcoin? on: May 22, 2012, 04:06:53 PM
I got mine off of eBay.  $6.50 or $7 per coin, but I didn't have to wait 30 days for my dwolla account to allow me to send money to MtGox.
894  Other / Beginners & Help / Paysius on: May 22, 2012, 04:02:34 PM
Hey All,

I'm trying to test out paysius before I put it on a working merchant site, but I'm having a hard time figuring it out.

I'm using PHP and cURL, but it appears that I can't connect to their server.  Here's the pertinent info:

I've got the CA.pem installed on my server next to this php
Code:
<?
$gate = "https://paysius.com:53135/api/getnewaddress"

$post_string = "qty=1&key=8GEb5x01u3&hmac=7c3a4c7c2f629942e90983c97db8bae160b822620d16484d1c758daa182421663c0f32c1be58084dcea0054e1eb0cef8e18b2b003841c0e5199193a8b2487d63"

   $curl = curl_init($gate);
   curl_setopt($curl, CURLOPT_PORT, '53135');
   curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
   curl_setopt($curl, CURLOPT_CAINFO, getcwd() . "/CA.pem");
   curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
   curl_setopt($curl, CURLOPT_FORBID_REUSE, TRUE);
   curl_setopt($curl, CURLOPT_FRESH_CONNECT, TRUE);
   curl_setopt($curl, CURLOPT_POST, TRUE);
   curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
   curl_setopt($curl, CURLOPT_POSTFIELDS, $post_string);

   $response = curl_exec($curl);
 
   if (curl_errno($curl))
      echo curl_errno($curl);
   else
      var_dump($response);
?>

However, I keep getting a cURL error 7, which tells me that it can't connect.  Anyone else use Paysius?  What am I missing?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!