Author

Topic: ArmoryD Send From Specific Bitcoin Address (Read 168 times)

legendary
Activity: 3640
Merit: 1345
Armory Developer
September 04, 2018, 07:26:47 AM
#5
You can't do this natively. You have to grab the utxo set for your wallet from armoryd (https://github.com/goatpig/armoryd/blob/master/armoryd.py#L439), then craft the unspent tx locally, which you can then send to armoryd for signing and broadcasting.

To craft the unsigned tx, you can rip the Armory python code into your local script. The logic is contained in a single file, albeit meshed in with GUI calls:

https://github.com/goatpig/BitcoinArmory/blob/master/ui/TxFrames.py

Edit: indeed, you other option would be to modify armoryd to take in a list of eligible addresses to get utxos from.
newbie
Activity: 52
Merit: 0
September 04, 2018, 07:21:42 AM
#4
THanks, but I'm trying to use ArmoryD, and write a script to do this, not through the Wallet Interface/GUI.

I think I figured out a way to modify the code to filter out the utxoList, for the specific address.
legendary
Activity: 1624
Merit: 2481
September 04, 2018, 02:35:57 AM
#3
You'll have to click on 'Coin Control' to get into the menu to select the UTXO when creating a transaction.


newbie
Activity: 52
Merit: 0
September 03, 2018, 08:53:26 AM
#2
bump
newbie
Activity: 52
Merit: 0
August 27, 2018, 11:49:07 AM
#1
How do I send BTC from specific bitcoin address using armoryd? i.e., coin control
Jump to: