Pages:
Author

Topic: 0.95 testing builds - page 2. (Read 1852 times)

legendary
Activity: 3640
Merit: 1345
Armory Developer
September 16, 2016, 06:17:01 AM
#5
Means I botched the auto path on Debian where it looks for the DB in /usr/lib instead of /usr/bin... ugh!

PS: apparently I botched the Windows installer too, will come out with a new build sometimes today or tomorrow.
member
Activity: 89
Merit: 10
September 15, 2016, 11:27:16 PM
#4
It looks like it's unable to start ArmoryDB. Can you try running
Code:
ArmoryDB
So that worked, it started building the DB. I then ran Armory and it's now scanning transactions. I'll follow up on whether the problems persist after it fully syncs. Weird.

Edit:
So it's still having problems starting ArmoryDB automatically. In the log it has this line:
Code:
Executing popen: ['/usr/lib/armory/ArmoryDB', '--db-type="DB_FULL"', '--spawnId="snip"', '--satoshi-datadir="/home/user/.bitcoin/blocks"', '--dbdir="/home/user/.armory/databases"']

but when i do a whereis, it comes back with
Code:
ArmoryDB: /usr/bin/ArmoryDB /usr/bin/X11/ArmoryDB
staff
Activity: 3374
Merit: 6530
Just writing some code
September 15, 2016, 09:51:16 PM
#3
Code:
2016-09-15 21:40 (ERROR) -- Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 6635, in method_signal
    method()
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 6672, in completeBlockchainProcessingInitialization
    gotDB = self.startArmoryDBIfNecessary()
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2198, in startArmoryDBIfNecessary
    spawnId = TheSDM.spawnDB(TheBDM.armoryDBDir)
  File "/usr/lib/armory/SDM.py", line 513, in spawnDB
    launchProcess(pargs, **kargs)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 642, in launchProcess
    return Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, *args, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

2016-09-15 21:40 (INFO) -- ArmoryQt.py:5641 - Dashboard switched to "Scanning" mode

Armory seems to hang on preparing the database. I'm not sure what it thinks is missing. All the files seem to be there. It looked like some of the files were missing when I was checking manually, but I've uninstalled/reinstalled using the deb files, reset the db and settings several times and everything seems to be there. Any ideas?
It looks like it's unable to start ArmoryDB. Can you try running
Code:
ArmoryDB
member
Activity: 89
Merit: 10
September 15, 2016, 09:48:31 PM
#2
Code:
2016-09-15 21:40 (ERROR) -- Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 6635, in method_signal
    method()
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 6672, in completeBlockchainProcessingInitialization
    gotDB = self.startArmoryDBIfNecessary()
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2198, in startArmoryDBIfNecessary
    spawnId = TheSDM.spawnDB(TheBDM.armoryDBDir)
  File "/usr/lib/armory/SDM.py", line 513, in spawnDB
    launchProcess(pargs, **kargs)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 642, in launchProcess
    return Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, *args, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

2016-09-15 21:40 (INFO) -- ArmoryQt.py:5641 - Dashboard switched to "Scanning" mode

Armory seems to hang on preparing the database. I'm not sure what it thinks is missing. All the files seem to be there. It looked like some of the files were missing when I was checking manually, but I've uninstalled/reinstalled using the deb files, reset the db and settings several times and everything seems to be there. Any ideas?
legendary
Activity: 3640
Merit: 1345
Armory Developer
September 14, 2016, 03:40:39 PM
#1
Time has come once again, calling on testers for the final testing phase of 0.95

You can get the release and signed hashes here:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.94.99.testing

A new addition to this release, the git tag is signed as well with my offline key.

You can see the list of changes here:

https://github.com/goatpig/BitcoinArmory/blob/testing/changelog.txt

Code is staged in the testing branch.

Notable points:

No OSX builds yet, sometimes next week most likely.

DB format is different from 0.94, you will have to use a fresh folder. I'm getting late reports that zero confirmation tx don't always display in the ledger, this needs eyes on. Also the fee per byte and coin control needs tested thoroughly.

Enjoy, and thanks for your effort.
Pages:
Jump to: