Author

Topic: is there option to send bitcoin payment using curl ? (Read 790 times)

sr. member
Activity: 261
Merit: 523
The best way is this

Code:
  curl --user user --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "sendtoaddress", "params": [params go here] }'
    -H 'content-type: text/plain;' http://127.0.0.1:8332/

it requires a full node
hero member
Activity: 714
Merit: 500
TomyGame.com => Win Bitcoin
i ordered new vps hosting and installed blockchain plugin and api on it.
if anyone want to use it for sending payments via url inform me to share server ip/url, while they no longer allow public api using.

Thanks everyone for your replies.

Regards
hero member
Activity: 1190
Merit: 568
Sovryn - Brings DeFi to Bitcoin
Hello

i'm using blockchain url option to send bitcoin payments :

Code:
https://blockchain.info/es/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$address&amount=$amount&from=$from&fee=$fee¬e=$note

but since yesterday, it's stopped.

is there any other similar services support simple url (curl) to send bitcoin payments ?

Thank you

This is possible but i think its hard to send bitcoin payment using url. You just want to transfer your bitcoin in hard way so good luck.
This is nice idea that you think but for me its a idea that hard enough. I think most of peoples idea is how to lessen the effort or hoe to lessen the hassle but you. You find the way to send via url  haha GOODLUCK BRO.
sr. member
Activity: 412
Merit: 287
What exactly are your requirements here? Most wallets aren't engineered in the way blockchain.info do it. They're essentially a bank for your keys, locally decrypting your wallet and sending coins. A lot of wallets won't take the risk of offering that service.

The closest to your setup is probably calling bitcoin-cli. Otherwise, look at some of the other wallet API's. Typically, you also need to use a scripting language to create a signed transaction and broadcast it through the API.
hero member
Activity: 714
Merit: 500
TomyGame.com => Win Bitcoin
Hello

i'm using blockchain url option to send bitcoin payments :

Code:
https://blockchain.info/es/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$address&amount=$amount&from=$from&fee=$fee¬e=$note

but since yesterday, it's stopped.

is there any other similar services support simple url (curl) to send bitcoin payments ?

Thank you
Jump to: