Armory
使用 armouryd 發送比特幣失敗
僅使用 armouryd 發送比特幣的正確流程是什麼?我在 MacOs Sierra 上使用 Armory 0.93.3。
我有 Bitcoin Core 0.14.1 和另一個正在執行的 armaryd 實例並且是最新的。到目前為止,這是我發現的:
$ ./armoryd getarmorydinfo { ... "versionstr": "0.93.3", ... } $ ./armoryd createustxtoaddress <address> 0.001 0.0001 > test.txt $ cat test.txt =====TXSIGCOLLECT-XxXxXxXx====================================== ... $ ./armoryd walletpassphrase <passphrase> 100 Wallet XXXXXXX has been unlocked. $ ./armoryd signasciitransaction test.txt > test.txt.sig $ cat test.txt.sig =====TXSIGCOLLECT-XxXxXxXx====================================== ... $ ./armoryd sendasciitransaction test.txt.sig xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
但是,該交易不會出現在區塊瀏覽器上。我錯過了什麼?
要在 Armory 中使用 Bitcoin Core 0.14.0+,您需要擁有 Armory 0.96。由於您使用的是 Armory 0.93.3,因此您需要使用 Bitcoin Core 0.13.2 或更早版本。另請記住,在過去的幾個版本中,沒有維護 armouryd,因此如果您使用 Armory 0.94+,它可能無法正常工作。