Post
Topic
Board Altcoin Discussion
Re: how to change the transation id?
by
Eric2013
on 22/10/2014, 07:50:39 UTC
hey guys, thanks for your kind reply.

Currently, I did it using bitcoind's RPC interface, calling it from a shell script and checking the output with command line tools like 'cut' and 'grep'.  and at the beginning it works alright for the new address, its controllable. but after some time, it is not working again. "18: bad-txns-inputs-spent"

I believe that it happens because the time when we don't try to control the transaction id, there are many addresses for change created.  and next time we try to control again, its spent.

therefore , could we set up the address for change as the sending address? and how to set it up plz?