Pages:
Author

Topic: 0.96.4 RC3 (Read 1003 times)

member
Activity: 83
Merit: 10
April 15, 2018, 02:04:45 AM
#56
I run armory on an external 2TB hard drive.

....

(WARNING) SDM.pyc:396 - Spawning DB with command:./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="A:\_Data\_bitcoin-core\blocks" --datadir="C:\Users\lac\AppData\Roaming\Armory\" --dbdir="C:\Users\lac\AppData\Roaming\Armory\databases"
(ERROR) ArmoryQt.py:1188 - 3 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1193 - File mempool.bin does not exist. Nothing deleted.

....

I think your pathing is screwed up, unless A:\ and C:\ refer to your external drive.

See https://btcarmory.com/docs/pathing
newbie
Activity: 14
Merit: 0
April 13, 2018, 10:31:37 PM
#55
I run armory on an external 2TB hard drive.

I transferred some BTC from gdax to armory, and I'm unable to access/see the funds as armory keeps crashing at loading.

Here is the message from ArmoryQT.exe:

(ERROR) ArmoryUtils.pyc:3747 - Unsupported language  specified. Defaulting to English (en)
(WARNING) SDM.pyc:396 - Spawning DB with command:./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="A:\_Data\_bitcoin-core\blocks" --datadir="C:\Users\lac\AppData\Roaming\Armory\" --dbdir="C:\Users\lac\AppData\Roaming\Armory\databases"
(ERROR) ArmoryQt.py:1188 - 3 attempts to load blockchain failed.  Remove mempool.bin.
(ERROR) ArmoryQt.py:1193 - File mempool.bin does not exist. Nothing deleted.

Would post a screenshot of the error, but don't know how...

Let me know if there's anything else you may need.

Many thanks,
legendary
Activity: 3640
Merit: 1345
Armory Developer
April 05, 2018, 11:12:46 PM
#54
tagged 0.96.4 earlier this week, have to come up with builds.
newbie
Activity: 29
Merit: 0
April 05, 2018, 09:09:46 PM
#53
I'm curious if there's an ETA for a release date for 0.96.4?
Armory is my primary BTC wallet, and I'd like to continue using it.

OtisG
legendary
Activity: 3640
Merit: 1345
Armory Developer
March 18, 2018, 06:56:23 AM
#52
when Exporting Key Lists, clicking Save File saves them where?  i don't see a dialog box allowing me to choose name or destination.

That's botched, fixing it.
member
Activity: 178
Merit: 10
March 17, 2018, 04:53:22 PM
#51
when Exporting Key Lists, clicking Save File saves them where?  i don't see a dialog box allowing me to choose name or destination.
legendary
Activity: 3640
Merit: 1345
Armory Developer
March 16, 2018, 05:13:04 PM
#50
I don't think so.
member
Activity: 178
Merit: 10
March 16, 2018, 04:56:22 PM
#49
is there anywhere in the GUI where private keys are scannable via QR code?
legendary
Activity: 3640
Merit: 1345
Armory Developer
March 11, 2018, 09:00:26 AM
#48
hero member
Activity: 1358
Merit: 635
March 06, 2018, 10:52:36 AM
#47
Hi. I wonder if v. 0.96.4 supports Bech32 addresses providing Bitcoin Core 0.16 installed? 

That's unrelated.




OK, will wait for next Armory release and then install Bitcoin Core 0.16 to generate Bech32 address and try SegWit.
legendary
Activity: 3640
Merit: 1345
Armory Developer
March 04, 2018, 07:00:30 AM
#46
Hi. I wonder if v. 0.96.4 supports Bech32 addresses providing Bitcoin Core 0.16 installed? 

That's unrelated.

Quote
And, how stable is it on the top of 0.16 Core?

There was no significant node changes in 0.16, should be fine.
hero member
Activity: 1358
Merit: 635
March 04, 2018, 06:22:54 AM
#45
Hi. I wonder if v. 0.96.4 supports Bech32 addresses providing Bitcoin Core 0.16 installed?  And, how stable is it on the top of 0.16 Core?
legendary
Activity: 3640
Merit: 1345
Armory Developer
January 30, 2018, 03:49:33 PM
#44
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png

That's just Qt4 benign spam.

how do i fix it?

You learn some Python.

It's benign, ignore it. Put another, what you presented is not related to what you experienced. Either figure it out yourself or present logs.
sr. member
Activity: 471
Merit: 252
January 30, 2018, 12:14:30 PM
#43
Did the db crash after this? Hang? Ignored the Node entirely? Client crashed maybe?
hang
member
Activity: 178
Merit: 10
January 30, 2018, 11:47:18 AM
#42
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png

That's just Qt4 benign spam.

how do i fix it?
legendary
Activity: 3640
Merit: 1345
Armory Developer
January 30, 2018, 10:07:59 AM
#41
Using Bisq's option "Open your external wallet for funding" gives first an error (Invalid spend value) and if clicked a second time crashes Armory.

Not sure if it is Bisq's fault only but Armory shouldn't crash.

Code:
-INFO  - @: (SocketObject.cpp:355) POLLIN recv return 0
(ERROR) Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value

Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value
terminate called without an active exception
Aborted


Will look into it. For now, open a Send dialog and set the bitcoin: url link manually.
legendary
Activity: 3640
Merit: 1345
Armory Developer
January 30, 2018, 10:06:44 AM
#40
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png

That's just Qt4 benign spam.
newbie
Activity: 5
Merit: 0
January 30, 2018, 07:56:27 AM
#39
Using Bisq's option "Open your external wallet for funding" gives first an error (Invalid spend value) and if clicked a second time crashes Armory.

Not sure if it is Bisq's fault only but Armory shouldn't crash.

Code:
-INFO  - @: (SocketObject.cpp:355) POLLIN recv return 0
(ERROR) Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value

Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value
terminate called without an active exception
Aborted
member
Activity: 178
Merit: 10
January 29, 2018, 10:55:17 PM
#38
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png
legendary
Activity: 3640
Merit: 1345
Armory Developer
January 29, 2018, 06:56:31 PM
#37
Did the db crash after this? Hang? Ignored the Node entirely? Client crashed maybe?
Pages:
Jump to: