Author

Topic: Bitcoind for PHP (Read 2993 times)

full member
Activity: 225
Merit: 101
September 02, 2011, 01:13:32 PM
#5
Thanks for this. I'm using Python with it so the format of the amount isn't quite as important, but the "listreceivedsince" method is very useful.
newbie
Activity: 14
Merit: 0
July 15, 2011, 02:47:25 PM
#4
https://gitorious.org/intersango/bitcoind

I recommend this version of Bitcoin for people.

Uses strings ("100000000") instead of doubles (1.0) for the RPC interface.

And listreceivedsince RPC call.

It's far better to keep polling for new received payments/sent payments, import them into your database and then act on it. Using bitcoin internal accounts is very bad in general.

Nice!  Shocked
legendary
Activity: 1232
Merit: 1076
July 02, 2011, 04:03:26 PM
#3
There are no hacks. Check the commit logs.
hero member
Activity: 812
Merit: 1022
No Maps for These Territories
July 01, 2011, 12:29:39 PM
#2
Using bitcoin internal accounts is very bad in general.
Why? And shouldn't this be fixed by fixing the account system, instead of hacking around it with a language-specific layer of abstraction?

legendary
Activity: 1232
Merit: 1076
July 01, 2011, 12:20:41 PM
#1
https://gitorious.org/intersango/bitcoind

I recommend this version of Bitcoin for people.

Uses strings ("100000000") instead of doubles (1.0) for the RPC interface.

And listreceivedsince RPC call.

It's far better to keep polling for new received payments/sent payments, import them into your database and then act on it. Using bitcoin internal accounts is very bad in general.
Jump to: