0
I am messing with the Bitcoin sourcecode.
Normally when you want to send some BTC you type :
./bitcoind sendtoaddress 1ADRESSS 0.001
How would you do this in the sourcecode on a recurring basis?
So what code is needed to send a transaction to a specified address each time a block is created? Almost like a tax. and where would this code be placed?
I am learning the Inside of the Bitcoin protocol and C++ so any help would be great.
So you want a script that will spend your money without asking your permission? It's doable, but very dangerous. YOu would be better off looking at multi-signature or escrow transactions. – T9b – 2014-06-08T10:28:33.263