Bitcoin Forum
June 16, 2024, 07:02:29 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can I automate bitcoin sending?  (Read 605 times)
Bit Trader (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 22, 2016, 04:08:04 PM
 #1

I've been wondering is it possible for a wallet to have some sort of rest API I could call in order to send funds to another bitcoin wallet of my choice.

for example wwww.myWallet.Com/uniqueToken/walletIDToSendTo

I would like to be able to send bitcoins automatically at certain times of the day as determined by my trading program.

Any information would be great, Thanks!
icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 22, 2016, 04:21:07 PM
 #2

A few ways.

The core client supports it

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

most web apis support it also, such a blockchain where you need private key only

https://blockchain.info/api/blockchain_wallet_api
gregyoung14
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 22, 2016, 04:22:36 PM
 #3

I've heard a couple of incidents when this system messed up and they all lost their coins. Guess it would be best be just to do it yourself. I don't know. That's just my thoughts..
icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 22, 2016, 05:01:58 PM
 #4

I've heard a couple of incidents when this system messed up and they all lost their coins. Guess it would be best be just to do it yourself. I don't know. That's just my thoughts..

Surely in this case it would either still be in a client side private key (and you can get it back) or sent to the wrong public key address?
Bit Trader (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 22, 2016, 05:32:32 PM
 #5

A few ways.

The core client supports it

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

most web apis support it also, such a blockchain where you need private key only

https://blockchain.info/api/blockchain_wallet_api


That looks exactly like the kind of thing I was looking for, my wallets are with blockchain aswell so perfect.

What are these cases where people lose coins that seems rather impossible surely they will always be accountable for?
icanscript
Hero Member
*****
Offline Offline

Activity: 686
Merit: 502



View Profile
February 22, 2016, 06:35:10 PM
 #6

A few ways.

The core client supports it

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

most web apis support it also, such a blockchain where you need private key only

https://blockchain.info/api/blockchain_wallet_api


That looks exactly like the kind of thing I was looking for, my wallets are with blockchain aswell so perfect.

What are these cases where people lose coins that seems rather impossible surely they will always be accountable for?

Yeah, As said. you would have either sent it to the wrong address which isn't yours. or ta private key which is yours.

But there is a chance since you are handing the private key to blockchain that they could do something amiss, but I very much doubt that would happen.. I have used blockchain many times never had a problem.
Goins
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 23, 2016, 08:18:01 PM
 #7

A few ways.

The core client supports it

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

most web apis support it also, such a blockchain where you need private key only

https://blockchain.info/api/blockchain_wallet_api


That looks exactly like the kind of thing I was looking for, my wallets are with blockchain aswell so perfect.

What are these cases where people lose coins that seems rather impossible surely they will always be accountable for?
I suggest you use an offline wallet (a paper wallet is enough). You can still use the Blockchain API, even if you're not using their service to host your bitcoins.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!