Author

Topic: How to make Bitcoin auto payment (Read 569 times)

legendary
Activity: 1612
Merit: 1001
August 04, 2016, 07:26:31 AM
#14
You need a script with blockchain api to do this you can choose any of the wallet provider like blockchain.info, blocktrail.com or block.io

I prefer blockchain.info or block.io but if you are noob you need some programmer to make this, hire someone good with php to make this. You may get one for 25 to 30$.
he is using xapo and coinbase they both have apis. it should be easy to build a script to send payout to an address. see this https://developers.coinbase.com/api/v2#send-money
legendary
Activity: 1218
Merit: 1006
August 04, 2016, 06:35:49 AM
#13
You need a script with blockchain api to do this you can choose any of the wallet provider like blockchain.info, blocktrail.com or block.io

I prefer blockchain.info or block.io but if you are noob you need some programmer to make this, hire someone good with php to make this. You may get one for 25 to 30$.
hero member
Activity: 686
Merit: 502
August 04, 2016, 03:24:31 AM
#12
There are plenty of API's out there that will create a transaction and broadcast it from using a private key.

Blockcypher
Blockchain.info API
Block.io

There are a few more I cant think of right now

Also, You can use multiple outputs. instead of single transactions. just combine them all into one tx.
newbie
Activity: 56
Merit: 0
August 04, 2016, 01:47:42 AM
#11
I had such a feature integrated on my web server some time ago. I had a web script which spends a particular amount of Bitcoin to an address reguarly. I used the Coinbase API and a cron job. I still have this script. If this is an option for you then I can provide it.
Dear Tyz,

I am Coinbase user and I will receive your Coinbase API script gladly, could you give me for free?  Smiley
How much If must pay?

Best regards,
newbie
Activity: 56
Merit: 0
August 04, 2016, 01:27:11 AM
#10
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I guess it depends on your wallet. If you run bitcoin core deamon (bitcoind), i guess you can easily use a scheduled task (or a cronjob) to do this task for you...
Offcourse, you'll need to unlock your wallet before sending any coins, so you'll need to enter your password in your scheduled task, cronjob, or script used to process the payment. This will significantly decrease your wallet's security.

Code:
bitcoin-cli walletpassphrase "YourLongPassphrase" "timetounlock"
bitcoin-cli sendtoaddress "address" "ammount"

Thanks Sir for you information, for right now I using Xapo and Coinbase, could I do with Coinbase or Xapo Wallets? I try to find as your inform but I can't find.
legendary
Activity: 1323
Merit: 1000
August 04, 2016, 01:04:29 AM
#9
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.

Yes that's what he wants to do. Send put transactions everyday to different addresses. Sounds like he wants to pay people or something.

Well how do other websites payout automatically without human interference ? Could a macro work ? I'm sire you could write a macro. It only needs to do its thing at a certain time then done. I would use a macro if I were you.
What do you mean macro can you share it with me if what macro do you mean.. maybe it can help to me to use for paying something if you already have share it with me via pm thanks.

Macro or script means this same.. commands that will make this transactions. Problem is that if someone who do that for you, will have access to your wallet. Asking someone to do that = pass to your wallet. Someone who is asking is kamikadze, someone who do that is potential theft.
tyz
legendary
Activity: 3360
Merit: 1533
August 03, 2016, 01:23:57 PM
#8
I had such a feature integrated on my web server some time ago. I had a web script which spends a particular amount of Bitcoin to an address reguarly. I used the Coinbase API and a cron job. I still have this script. If this is an option for you then I can provide it.
legendary
Activity: 1638
Merit: 1046
August 03, 2016, 01:19:37 PM
#7
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.

Yes that's what he wants to do. Send put transactions everyday to different addresses. Sounds like he wants to pay people or something.

Well how do other websites payout automatically without human interference ? Could a macro work ? I'm sire you could write a macro. It only needs to do its thing at a certain time then done. I would use a macro if I were you.
What do you mean macro can you share it with me if what macro do you mean.. maybe it can help to me to use for paying something if you already have share it with me via pm thanks.
hero member
Activity: 770
Merit: 500
August 03, 2016, 01:06:57 PM
#6
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.

Yes that's what he wants to do. Send put transactions everyday to different addresses. Sounds like he wants to pay people or something.

Well how do other websites payout automatically without human interference ? Could a macro work ? I'm sire you could write a macro. It only needs to do its thing at a certain time then done. I would use a macro if I were you.
legendary
Activity: 1323
Merit: 1000
August 01, 2016, 08:26:58 AM
#5
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.

The OP didn't mentioned he used blockchain.info Wink

I think there might be some extreme situations where his question might be usefull (altough i cannot seem to think of one right now).

The question itself should be solvable with most (but probably not all) desktop wallets, i already gave some pointers for bitcoin core daemon in the post right above yours.

I don't think that some desktop wallets have option like this. It probably have to be written script with commands to do that automatically.
legendary
Activity: 3584
Merit: 5243
https://merel.mobi => buy facemasks with BTC/LTC
August 01, 2016, 02:31:55 AM
#4
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.

The OP didn't mentioned he used blockchain.info Wink

I think there might be some extreme situations where his question might be usefull (altough i cannot seem to think of one right now).

The question itself should be solvable with most (but probably not all) desktop wallets, i already gave some pointers for bitcoin core daemon in the post right above yours.
hero member
Activity: 1974
Merit: 534
August 01, 2016, 02:21:29 AM
#3
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I don't think this is possible on blockchain.info. Why do you want to do this? You will have to pay fees for each transaction. Better to bundle your payments if it is to one specific address.
legendary
Activity: 3584
Merit: 5243
https://merel.mobi => buy facemasks with BTC/LTC
August 01, 2016, 02:18:12 AM
#2
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,

I guess it depends on your wallet. If you run bitcoin core deamon (bitcoind), i guess you can easily use a scheduled task (or a cronjob) to do this task for you...
Offcourse, you'll need to unlock your wallet before sending any coins, so you'll need to enter your password in your scheduled task, cronjob, or script used to process the payment. This will significantly decrease your wallet's security.

Code:
bitcoin-cli walletpassphrase "YourLongPassphrase" "timetounlock"
bitcoin-cli sendtoaddress "address" "ammount"
newbie
Activity: 56
Merit: 0
August 01, 2016, 02:15:43 AM
#1
I want to know, how to setting our wallet to paying everyday to some wallets address? Please give me step by step.

regards,
Jump to: