Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: manzamanna on December 23, 2017, 05:53:37 PM



Title: python / bash script to automate transactions
Post by: manzamanna on December 23, 2017, 05:53:37 PM
Hi, I need to automate some transactions (payments to myself to combine more inputs into one) for a PoS coin which uses a standard qt wallet.
I may code in bash or python. Any suggestion?


Title: Re: python / bash script to automate transactions
Post by: Cobalt9317 on December 24, 2017, 06:29:14 AM
Hi, I need to automate some transactions (payments to myself to combine more inputs into one) for a PoS coin which uses a standard qt wallet.
I may code in bash or python. Any suggestion?

Preferably bash is good especially if you are expert on those, I don't have an experienced in Python so I can't contribute on that field.

But if you know what your coding why not try both, I just go on bash, cause it is easy to execute.


Title: Re: python / bash script to automate transactions
Post by: colatkinson on December 26, 2017, 04:20:38 AM
Hi, I need to automate some transactions (payments to myself to combine more inputs into one) for a PoS coin which uses a standard qt wallet.
I may code in bash or python. Any suggestion?

Does the wallet come with an RPC interface? If not, it may be hard to accomplish this.