Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Jasmein on April 29, 2014, 12:30:27 AM



Title: Automatically Sending Coins to an Address
Post by: Jasmein on April 29, 2014, 12:30:27 AM
Hi there,

Im working on new-type of wallet that will automatically send coins to a specific address based on the tasks the owner of the wallet has completed.

Is there any same code showing how to add coins to the block chain for a specific wallet address?

thank you

Jas


Title: Re: Automatically Sending Coins to an Address
Post by: BitCoinDream on April 29, 2014, 01:26:59 PM
Hi there,

Im working on new-type of wallet that will automatically send coins to a specific address based on the tasks the owner of the wallet has completed.

Is there any same code showing how to add coins to the block chain for a specific wallet address?

thank you

Jas

U may find this handy...

https://blockchain.info/api/api_send


Title: Re: Automatically Sending Coins to an Address
Post by: mriou on April 29, 2014, 05:57:07 PM
We released a pretty simple transaction API:

http://dev.blockcypher.com/#creating_transactions

We also have a full sample here:

http://dev.blockcypher.com/samples/create-tx.html

It's free to use and if you exceed the rate limits, just ask for a user token.