Author

Topic: How to connect the qt-wallet with website? (Read 835 times)

member
Activity: 149
Merit: 22
🔴🔵 FoxMixer.com 🔵🔴
April 27, 2017, 04:51:37 AM
#3
Especially for npm I can recommend you the bitcoin plugin which does the TCP communication handling for you:
https://www.npmjs.com/package/bitcoin

If you want to work with promises (resolve, reject) instead of classical callbacks (which I definitely can highly recommend if you want to avoid ugly code), then this plugin should be very helpful:
https://www.npmjs.com/package/bitcoin-promise

(It's also what we use at foxmixer.com to generate the addresses out of the bitcoin client).
staff
Activity: 3374
Merit: 6530
Just writing some code
Use the JSON-RPC interface. You can write some php code that will send a POST request to the bitcoind to get the information that you need.
legendary
Activity: 1274
Merit: 1004
as the title says. how can I connect the qt wallet for my site. like generating addresses or any other stuff. is there any api or we have to hard code it into the software. I don't find any available way to do it and even google and YouTube are also not getting me to right answer. please if anyone knows it then your answer will be helpful for me and other developers. I know some languages like php, python, npm etc.
Jump to: