Bitcoin Forum
March 28, 2024, 08:12:52 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 »
1  Economy / Services / Need Help Implementing Either Blockchain.info or Block.IO API on: January 02, 2015, 06:12:04 PM
I have been using the blockchain.info API for some time. Mostly it worked with occasional issues. Now it is not working at all and I cannot figure out why. Open to someone either fixing it or switching my site to Block.IO api. My site is built in wordpress and utilizes a modified version of an encrypted form plugin so you should know PHP.  My site deals with medical marijuana so if you are not friendly to that don't resopond. Need someone to fix this ASAP!! Willing to pay $50/hour (in bitcoin of course)

thanks,
cb

ps when contacting me please include your email and public pgp key
2  Economy / Service Discussion / Re: Trezor: can someone explain how recovery works on: September 01, 2014, 10:15:01 PM
No one DESERVES to have their coins stolen.  Angry

cb

"we are sorry but it seems your device has failed and needs to be reset. please type in your 26 random words"

Trezor owners who fall for such a scam deserve to lose their coins.

3  Economy / Service Discussion / Blockchain.info Merchant API not Working Properly? on: September 01, 2014, 10:10:22 PM
I am using the blockchain api to generate wallet addresses. The bitcoins from my customers are then routed to my main wallet. It seems to be running really really slowly. For testing I did two purchases almost 24 hours ago and they still have not shown up. Anyone else experiencing issues?
4  Economy / Service Discussion / Re: Review of Blockchain.info's Receive Payment API on: March 27, 2014, 08:10:55 PM
I have not had problems with it except for recent outage except it occasionally going down for a few hours. I have never lost any bitcoin from it...sometimes delays (especially lately) but they always come through.
5  Bitcoin / Development & Technical Discussion / Re: Blockchain API Simple PHP Problem - .03 bitcoin reward on: March 27, 2014, 07:17:35 PM
is there simple code for that? I have no idea how to do it. willing to pay more if its more work..I thought this would be a simple fix
6  Bitcoin / Development & Technical Discussion / Blockchain API Simple PHP Problem - .03 bitcoin reward on: March 27, 2014, 04:00:23 PM
edit: thanks for the advice all but I was looking for the actual code. Just hired someone on fiverr to write it. the curl and other extraneous code was from previous attempts.


Hey all. I don't know much about php but have been trying to get this api script working. This is the callback script which is supposed to send two letters after bitcoin has been sent with one confirmation: one to me and one to the customer. I am having a hard time getting this to send an email after just one confirmation. If I take this part out: "if ($_GET['confirmations'] == 1)" then it will send me emails every hour with different confirmation amounts. But if I put this qualifier in it sends me nothing. I am guessing that maybe when the script is kicks in the number of confirmations might be over 1 already? How do I solve this to get the script to send just one email after one confirmation? First person to reply with fix and their wallet address gets reward.


<?php

/**
 * Callback endpoint for the Blockchain Receive API.
 *
 * Notifies the administrator when a watched address has a new transaction.
 */

if ($_GET['confirmations'] < 1) {
  die('Waiting for 1 notification.');
}



$to = 'marley4567@gmail.com';
$subject = 'New transaction through Blockchain API';

$message = 'There is a new transaction detected by the Blockchain API.' . "\r\n\r\n";
$message .= 'Amount:           ' . sprintf('%02.8f', ($_GET['value'] / 100000000)) . ' BTC'. "\r\n";
$message .= 'Address:          ' . $_GET['input_address'] . "\r\n";
$message .= 'Confirmations:    ' . $_GET['confirmations'] . "\r\n";
$message .= 'Track:            http://blockchain.info/tx/' . $_GET['transaction_hash'] . "\r\n";
$message .= 'Customer\'s email: ' . $_GET['email'] . "\r\n";
$headers = 'From: "Blockchain API endpoint" <noreply@noreply.com>';

$fields = array(
  'to' => $to,
  'subject' => $subject,
  'message' => $message,
  'headers' => $headers,
);

$postvars = http_build_query($fields);

if ($_GET['confirmations'] == 1) {
   mail($to, $subject, $message, $headers);
}


curl_setopt($ch, CURLOPT_POST, TRUE);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postvars);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);

$res = curl_exec($ch);

if ($res == 'ok') {
  echo '*ok*';
}
else {
  echo 'Mail not sent!';
  echo $res;
}

if (isset($_GET['email'])) {
  $to = $_GET['email'];
  $subject = 'Payment Verification';
  $message = 'This is an automatic notification that I have received a payment for your order.' . "\r\n\r\n";
  $message .= 'Your item should arrive in the mail within a week.';
  $headers = 'From: "Marley" <marley4567@gmail.com>';
 
  $fields = array(
    'to' => $to,
    'subject' => $subject,
    'message' => $message,
    'headers' => $headers,
  );

  $postvars = http_build_query($fields);

if ($_GET['confirmations'] == 1) {
   mail($to, $subject, $message, $headers);
}


  curl_setopt($ch, CURLOPT_POST, TRUE);
  curl_setopt($ch, CURLOPT_POSTFIELDS, $postvars);
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
  curl_setopt($ch, CURLOPT_HEADER, FALSE);
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);

  $res = curl_exec($ch);
}
7  Economy / Lending / Re: asking for loan of 1btc for 1 weeks on: December 15, 2013, 07:37:16 AM
Where else could one go and ask a bunch of strangers for a short term $1,000 loan!
8  Economy / Services / Re: Looking for US citizen to order 5 prepaid cards (i pay 2 btc) on: November 30, 2013, 06:19:52 AM
This is definitely a very bad idea. OP is very possibly accepting card reloads for drugs. Do you really want your named tied to that?
9  Economy / Services / Re: Looking for a Custom Theme for a Wordpress Site on: November 17, 2013, 01:38:37 AM
Looking for something a little more advanced and original than a pre-made theme...
10  Economy / Services / Looking for a Custom Theme for a Wordpress Site on: November 16, 2013, 05:31:58 AM
You don't need to do any of the page layout, technical or other wordpress setup work. I just need a new fresh overall look. This is for a marijuana based site so if you're not into that then don't apply. :-)   Post here or PM samples of wordpress custom themes you have made. If I like your work I'll contact you and we can talk about price.  I am looking for something earthy and natural looking. Thanks.
11  Economy / Services / Re: Two Small PHP fixes - Will Pay .5btc on: October 01, 2013, 03:45:33 AM
both problems have been solved. ghedipunk, bitcoin sent. ndsdb send your wallet address.

thanks!
12  Economy / Services / Re: Two Small PHP fixes - Will Pay .5btc on: September 30, 2013, 10:18:52 PM
Still looking for fixes....

cb
13  Economy / Services / Re: Two Small PHP fixes - Will Pay .5btc on: September 30, 2013, 05:53:47 PM
Hey bitvegas. Fix did not work for me. Did you test it?  Email is still encrypted and it had the negative effect of sending some of the other form fields as "encrypted data"

cb
14  Economy / Services / Re: Two Small PHP fixes - Will Pay .5btc on: September 30, 2013, 04:16:13 PM
I'm going to take ghedipunk's advice and just post everything up needed to do the job.

Here is a link to the whole plugin I need modified: http://www.filedropper.com/2012-06-25wp2pgpmail-pro
This will install in any wordpress.

I need you to:

1) Remove all form names in the output email. Right now I get:

name: Joe Smith
address: 18 Nickel Lane
City-state-zip: Nowhere, NJ, 37362

I would like:
Joe Smith
18 Nickel Lane
Nowhere, NJ 37362

2) I would like the "from" field in the email to not be encrypted, but to show their email address

 I will pay .5btc for doing this (or .25btc if you can only do one). You can PM me here. Show me a working version on your site and I will pay you and you can send me the files after. I will post up here when the task has been completed. If you are actively working on it with an ETA let me know and I can post that here as well.
15  Economy / Services / Two Small PHP fixes - Will Pay .5btc on: September 24, 2013, 04:51:51 AM
I recently installled the wordpress plugin wp2pgpmail.com   http://wp2pgpmail.com/
It is a pretty simple plugin and mostly consists of one php file: http://pastebin.com/01sLdyxJ

I need two small modifications:

1) The email "from" field arrives as "encrypted data". The email field itself decrypts within the message body but the "from" field of the email is encrypted so I can't just hit reply. I have to copy and paste the email from the message body. I would like the "from" field of the email to not be encrypted

2) I would like to strip out all of the form field names from emails so just the data comes in.

Will pay .25 bitcoin for each task. Do one or both of them. If you need the other files let me know but theres not much...just some javascript that does the encryption. This file does all the emailing work.
16  Economy / Service Announcements / Re: [ANN]BitQuick.co- Fastest method on the market of converting FIAT <--> BTC!! on: August 23, 2013, 03:25:51 PM
Hey there...this is a *great * service! I am surprised you are not getting more of a response. You could definitely use an overhaul to make it a bit more user friendly..not that it's too hard but if you've never seen a "sell order" page it can look intimidating.

Would love see a cash in the mail service but I wouldn't envy anyone having to arbitrate disputes on that one...impossible! "I sent it!" "I never received it!". Okkkkkk.

You could however add moneygram and western union easily as both of those involve receipts. Hope that you do. Many people do not have one of these banks near them but everyone has access to WU and moneygram.

cb
17  Economy / Currency exchange / Re: [WTS] BTC @ BitStamp+15%. Multiple payment methods. Current supply: 75 BTC on: August 22, 2013, 04:52:17 AM
Do you vacuum pack cash before you send it in the mail?
18  Economy / Currency exchange / Re: Buying YOUR bitcoins and other cryptocurrencies! Currently available: $440 on: August 22, 2013, 04:51:19 AM
When sending cash in the mail, do you vacuum pack?
19  Economy / Service Discussion / Re: How do i add funds to a Bitcurex Electron card USD version ? on: August 16, 2013, 08:15:07 PM
Just got one too and trying to figure it out. I think the process is that you go to an exchange that allows iban transfers..then you put money in the exchange, transfer to your polish bank account attached to the card.

do post here if you find out more and I will too....
20  Economy / Currency exchange / Re: TorATM - Buy & Sell anonymously real-time p2p cash-in-mail exchange with escrow on: August 16, 2013, 06:59:19 PM
Good idea. Maybe it's me but I found your site to be very confusing.  You should write up a tutorial on how to use it.

cb
Pages: [1] 2 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!