Post
Topic
Board Development & Technical Discussion
Re: Is there a better way to get notified of receives with bitcoind?
by
freeloader247
on 09/08/2013, 03:44:37 UTC
Is there any example implementation of  -walletnotify in PHP? Right now my code look something like this

Code:
$bitcoin = new bitcoin(jsoncredentials);

$bitcoin->getbalance(  account  );

if ($balance >= get_Price( id )) {
}

and it feels very sloppy/hackish.