Bitcoin Forum

Bitcoin => Armory => Topic started by: Geremia on January 05, 2016, 01:17:28 AM



Title: What advantages does Armory have over Bitcoin-Qt?
Post by: Geremia on January 05, 2016, 01:17:28 AM
What advantages does Armory have over Bitcoin-Qt? Just better multisig support? Armory runs bitcoind.

(cf. the related Bitcoin StackExchange question (https://bitcoin.stackexchange.com/q/42143/4334))


Title: Re: What advantages does Armory have over Bitcoin-Qt?
Post by: achow101 on January 05, 2016, 01:27:32 AM
What advantages does Armory have over Bitcoin-Qt? Just better multisig support? Armory runs bitcoind.

(cf. the related Bitcoin StackExchange question (https://bitcoin.stackexchange.com/q/42143/4334))
Armory has better multisig support and it uses Heirarchical Deterministic wallets so that you only need one backup ever to backup all of the private keys in your wallet. It also supports having multiple wallets and watching only wallets.


Title: Re: What advantages does Armory have over Bitcoin-Qt?
Post by: Geremia on January 06, 2016, 02:51:11 AM
What advantages does Armory have over Bitcoin-Qt? Just better multisig support? Armory runs bitcoind.

(cf. the related Bitcoin StackExchange question (https://bitcoin.stackexchange.com/q/42143/4334))
Armory has better multisig support and it uses Heirarchical Deterministic wallets so that you only need one backup ever to backup all of the private keys in your wallet. It also supports having multiple wallets and watching only wallets.
It uses bitcoind, too, right? So, is it easy to use simultaneously with Bitcoin-Qt?


Title: Re: What advantages does Armory have over Bitcoin-Qt?
Post by: achow101 on January 06, 2016, 02:55:32 AM
What advantages does Armory have over Bitcoin-Qt? Just better multisig support? Armory runs bitcoind.

(cf. the related Bitcoin StackExchange question (https://bitcoin.stackexchange.com/q/42143/4334))
Armory has better multisig support and it uses Heirarchical Deterministic wallets so that you only need one backup ever to backup all of the private keys in your wallet. It also supports having multiple wallets and watching only wallets.
It uses bitcoind, too, right? So, is it easy to use simultaneously with Bitcoin-Qt?
No. Since it uses bitcoind, there are locks placed by bitcoind on the data directory so you can't use the gui wallet. You can however use the command line if you really wanted to. When Armory is not running you can use Bitcoin Core as you normally would.