Untitled


SUBMITTED BY: Guest

DATE: Jan. 16, 2013, 8:46 p.m.

FORMAT: Text only

SIZE: 596 Bytes

HITS: 1082

  1. $result=$bitcoin->validateaddress($address);
  2. if($result['isvalid']==1){
  3. error_log(time()."UNLOCKING WALLET: $WALLETPASS", 0);
  4. $bitcoin->walletpassphrase($WALLETPASS,30);
  5. $temp=array();
  6. $temp[$address]=$btcpending;
  7. print_r($temp);
  8. error_log(time()."bitcoin address:>$address to send:".number_format($btcpending,8), 0);
  9. $txid=$bitcoin->sendmany("webclick",$temp,1,"action_id:".$actionid);
  10. error_log(time()."bitcoin address:>$address to send:".number_format($btcpending,8)."txid:".$txid, 0);

comments powered by Disqus