Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2895585
Topic
269886
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.