0
Is there any API where I can create some addresses and making a transaction beetween them just once a month without paying fees?
Or if you can recommend me somewhere with a fee under 5000 satoshis it would be great.
Thanks in advance.
0
Is there any API where I can create some addresses and making a transaction beetween them just once a month without paying fees?
Or if you can recommend me somewhere with a fee under 5000 satoshis it would be great.
Thanks in advance.
1
It is possible. However, such a NO FEE transaction with small amount of Bitcoin involved could delay your transaction. Your transaction might stay unconfirmed for a long time.
Here is basic idea to make a no-fee transaction:
Follow this link to make a no-fee transaction. https://bitcoin.org/en/developer-examples#simple-spending
3
The Blockcypher Microtransaction API is free, they eat the transaction fee's for you if you're looking to send small and free transactions.
1
You could setup a cronjob to run createrawtransaction, sendrawtransaction, etc. commands monthly. Cf. "Creating, Signing, and Submitting Transactions Based on Unspent Outputs" of Mastering Bitcoin.
So you want to automate / schedule a periodic transaction? – Geremia – 2015-06-13T05:06:17.257
Yes, but with a fixed percentage, not a fixed amount. – Rafael – 2015-06-14T14:34:53.663