Bitcoin Forum

Bitcoin => Armory => Topic started by: bitsolutions on January 26, 2016, 07:47:35 PM



Title: Unsigned transaction creation using the RPC interface
Post by: bitsolutions on January 26, 2016, 07:47:35 PM
I'm looking to use Armory's RPC interface for generating batched pool payouts, does anyone know how I would go about doing that? I want to be able to generate an unsigned transaction from the pool's payout list using a watching only wallet and then sign the transaction from an offline system. I can't figure out how to create the unsigned transaction with the RPC interface however. Any tips would be much appreciated.


Title: Re: Unsigned transaction creation using the RPC interface
Post by: achow101 on January 26, 2016, 08:42:39 PM
You can use the createustxtoaddress and createustxformany commands to create unsigned transactions for 1 recipient and many recipients respectively.