Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: danystatic on October 08, 2013, 04:20:32 PM



Title: Substitute Blockchain API with bitcoind , is this right?
Post by: danystatic on October 08, 2013, 04:20:32 PM
I am substituting Blockchain API with  bitcoind rpc

I am using the same principle from blockchain API pay_now_button.js > it will be called my_pay_now_button.js

1 generate a new address
2 verify payment received: getreceivedbyaddress with my own bitcoind server
3 generate a security random token and including the user information that was previously on the callback
4 making an AJAX post with the user information and security token to process

What are your thoughts? Is this okay or presents any flaws?


Title: Re: Substitute Blockchain API with bitcoind , is this right?
Post by: doof on October 10, 2013, 04:33:30 AM
I found running bitcoind (on windows anyway) unreliable.  Using blockchain.info was a lot more stable.


Title: Re: Substitute Blockchain API with bitcoind , is this right?
Post by: danystatic on October 11, 2013, 03:02:15 PM
I'm running it on linux and it has work fine for couple of days of testing

what problem you had?