Bitcoin Forum

Bitcoin => Armory => Topic started by: spoc on April 15, 2013, 01:34:19 PM



Title: Console Control
Post by: spoc on April 15, 2013, 01:34:19 PM
Hey,

is it possible to use amory without a GUI? I'm thinking about installing it on my server and using my laptop for signing. But my server has no GUI and i've no intention to install it.

thanks for the info,
spoc


Title: Re: Console Control
Post by: etotheipi on April 15, 2013, 01:38:27 PM
Hey,

is it possible to use amory without a GUI? I'm thinking about installing it on my server and using my laptop for signing. But my server has no GUI and i've no intention to install it.

thanks for the info,
spoc

Look in the "extras" directory, there is a script called "cli_sign_txdp.py".  You provde it a wallet file, and an unsigned transaction.  It will prompt you for verification, then ask you to type your unlock password.  It will produce a signed transaction. 

There is also armoryd.py, but it's in its infancy and not exactly stable.  But it will be expanded (and stabilized) at some point, hopefully in the near future!


Title: Re: Console Control
Post by: spoc on April 15, 2013, 01:41:41 PM
perfect - thanks - I will have a look!