Author

Topic: Substitute Blockchain API with bitcoind , is this right? (Read 675 times)

full member
Activity: 235
Merit: 100
I'm running it on linux and it has work fine for couple of days of testing

what problem you had?
hero member
Activity: 765
Merit: 503
I found running bitcoind (on windows anyway) unreliable.  Using blockchain.info was a lot more stable.
full member
Activity: 235
Merit: 100
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?
Jump to: