Search content
Sort by

Showing 20 of 94 results by cosmicboy
Post
Topic
Board Services
Topic OP
Need Help Implementing Either Blockchain.info or Block.IO API
by
cosmicboy
on 02/01/2015, 18:12:04 UTC
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
Post
Topic
Board Service Discussion
Re: Trezor: can someone explain how recovery works
by
cosmicboy
on 01/09/2014, 22:15:01 UTC
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.

Post
Topic
Board Service Discussion
Topic OP
Blockchain.info Merchant API not Working Properly?
by
cosmicboy
on 01/09/2014, 22:10:22 UTC
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?
Post
Topic
Board Service Discussion
Re: Review of Blockchain.info's Receive Payment API
by
cosmicboy
on 27/03/2014, 20:10:55 UTC
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.
Post
Topic
Board Development & Technical Discussion
Re: Blockchain API Simple PHP Problem - .03 bitcoin reward
by
cosmicboy
on 27/03/2014, 19:17:35 UTC
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
Post
Topic
Board Development & Technical Discussion
Topic OP
Blockchain API Simple PHP Problem - .03 bitcoin reward
by
cosmicboy
on 27/03/2014, 16:00:23 UTC
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.



/**
 * 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);
}
Post
Topic
Board Lending
Re: asking for loan of 1btc for 1 weeks
by
cosmicboy
on 15/12/2013, 07:37:16 UTC
Where else could one go and ask a bunch of strangers for a short term $1,000 loan!
Post
Topic
Board Services
Re: Looking for US citizen to order 5 prepaid cards (i pay 2 btc)
by
cosmicboy
on 30/11/2013, 06:19:52 UTC
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?
Post
Topic
Board Services
Re: Looking for a Custom Theme for a Wordpress Site
by
cosmicboy
on 17/11/2013, 01:38:37 UTC
Looking for something a little more advanced and original than a pre-made theme...
Post
Topic
Board Services
Topic OP
Looking for a Custom Theme for a Wordpress Site
by
cosmicboy
on 16/11/2013, 05:31:58 UTC
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.
Post
Topic
Board Services
Re: Two Small PHP fixes - Will Pay .5btc
by
cosmicboy
on 01/10/2013, 03:45:33 UTC
both problems have been solved. ghedipunk, bitcoin sent. ndsdb send your wallet address.

thanks!
Post
Topic
Board Services
Re: Two Small PHP fixes - Will Pay .5btc
by
cosmicboy
on 30/09/2013, 22:18:52 UTC
Still looking for fixes....

cb
Post
Topic
Board Services
Re: Two Small PHP fixes - Will Pay .5btc
by
cosmicboy
on 30/09/2013, 17:53:47 UTC
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
Post
Topic
Board Services
Re: Two Small PHP fixes - Will Pay .5btc
by
cosmicboy
on 30/09/2013, 16:16:13 UTC
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.
Post
Topic
Board Services
Topic OP
Two Small PHP fixes - Will Pay .5btc
by
cosmicboy
on 24/09/2013, 04:51:51 UTC
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.
Post
Topic
Board Service Announcements
Re: [ANN]BitQuick.co- Fastest method on the market of converting FIAT <--> BTC!!
by
cosmicboy
on 23/08/2013, 15:25:51 UTC
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
Post
Topic
Board Currency exchange
Re: [WTS] BTC @ BitStamp+15%. Multiple payment methods. Current supply: 75 BTC
by
cosmicboy
on 22/08/2013, 04:52:17 UTC
Do you vacuum pack cash before you send it in the mail?
Post
Topic
Board Currency exchange
Re: Buying YOUR bitcoins and other cryptocurrencies! Currently available: $440
by
cosmicboy
on 22/08/2013, 04:51:19 UTC
When sending cash in the mail, do you vacuum pack?
Post
Topic
Board Service Discussion
Re: How do i add funds to a Bitcurex Electron card USD version ?
by
cosmicboy
on 16/08/2013, 20:15:07 UTC
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....
Post
Topic
Board Currency exchange
Re: TorATM - Buy & Sell anonymously real-time p2p cash-in-mail exchange with escrow
by
cosmicboy
on 16/08/2013, 18:59:19 UTC
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