Bitcoin Forum
May 05, 2024, 03:45:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 »  All
  Print  
Author Topic: Please Help Test Armory 0.91-beta!  (Read 21272 times)
jl2012
Legendary
*
Offline Offline

Activity: 1792
Merit: 1093


View Profile
March 24, 2014, 05:46:50 PM
 #81

Does this version (as network connected) still work with old version (as cold storage)?

I guess the old version can't sign P2SH?

Donation address: 374iXxS4BuqFHsEwwxUuH3nvJ69Y7Hqur3 (Bitcoin ONLY)
LRDGENPLYrcTRssGoZrsCT1hngaH3BVkM4 (LTC)
PGP: D3CC 1772 8600 5BB8 FF67 3294 C524 2A1A B393 6517
1714923957
Hero Member
*
Offline Offline

Posts: 1714923957

View Profile Personal Message (Offline)

Ignore
1714923957
Reply with quote  #2

1714923957
Report to moderator
1714923957
Hero Member
*
Offline Offline

Posts: 1714923957

View Profile Personal Message (Offline)

Ignore
1714923957
Reply with quote  #2

1714923957
Report to moderator
1714923957
Hero Member
*
Offline Offline

Posts: 1714923957

View Profile Personal Message (Offline)

Ignore
1714923957
Reply with quote  #2

1714923957
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714923957
Hero Member
*
Offline Offline

Posts: 1714923957

View Profile Personal Message (Offline)

Ignore
1714923957
Reply with quote  #2

1714923957
Report to moderator
1714923957
Hero Member
*
Offline Offline

Posts: 1714923957

View Profile Personal Message (Offline)

Ignore
1714923957
Reply with quote  #2

1714923957
Report to moderator
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 24, 2014, 05:48:39 PM
 #82

If you don't use P2SH anywhere, it works fine.

If you use P2SH, it will likely "work", but the offline computer will show useless info for any P2SH addresses.  I don't recommend using it, since part of the security comes from being able to review the entirety of the tx on the offline computer.


Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
March 24, 2014, 09:19:35 PM
 #83

Also, is it correct it's on a system with 512 MB of RAM?
Yes.

Quote
Are you trying to run this online?
No. As I said in my first post, this is intended to be an offline wallet, using a cheap netbook running XP.

I tried using Process Monitor. That suggests Armory:
  • Successfully finds _CppBlockUtils.pyd
  • Fails to find registry key HKCU\Control Panel\Desktop\MultiUILanguageId
  • Fails to find _CppBlockUtils.pyd.2.Manifest
  • Closes CppBlockUtils.pyd
  • Fails to find ArmoryQt.pyc
  • Fails to find ALL.pyc
  • Fails to find ArmoryUtils.pyc
  • Fails to find CppBlockUtils.pyc
  • Closes various files and registry keys and exits.
That makes me wonder if some .pyc components are missing.


No wonder it wouldn't work, the WinXP specific code was not in this branch. Fixed now, you'll have to wait for the next build.

simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
March 24, 2014, 09:44:17 PM
 #84

I'm getting this:

Code:
Traceback (most recent call last):
  File "armoryqt.py", line 38, in <module>
    from PyQt4.QtCore import *
ImportError: No module named PyQt4.QtCore

The previous version worked fine so not sure what that's about.  Don't really know how to fix it either...


Anything I can try here?

Ok then.  I've gone back to the previous version which is working fine.
e4xit
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile
March 24, 2014, 10:28:20 PM
 #85

I am running OSX Mavericks and when I try to run the app (clicking in applications folder) literally nothing happens?  Huh

Where should I go from here?

Trying to open via Armory located within MacOS folder gives me

Code:
xxxx's-iMac:MacOS xxxx$ /Applications/Armory.app/Contents/MacOS/Armory 
(ERROR) Traceback (most recent call last):
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ArmoryQt.py", line 37, in <module>
    from ui.toolsDialogs import MessageSigningVerificationDialog
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ui/toolsDialogs.py", line 15, in <module>
    from qtdialogs import MIN_PASSWD_WIDTH, DlgPasswd3, createAddrBookButton,\
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/qtdialogs.py", line 25, in <module>
    from ui.UpgradeDownloader import UpgradeDownloaderDialog
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ui/UpgradeDownloader.py", line 3, in <module>
    from PyQt4.QtNetwork import *
ImportError: dlopen(/Applications/Armory.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtNetwork.so, 2): Library not loaded: /Users/joeschmoe/BitcoinArmory/osxbuild/workspace/install/qt/lib/QtNetwork.framework/Versions/4/QtNetwork
  Referenced from: /Applications/Armory.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtNetwork.so
  Reason: image not found

Traceback (most recent call last):
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ArmoryQt.py", line 37, in <module>
    from ui.toolsDialogs import MessageSigningVerificationDialog
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ui/toolsDialogs.py", line 15, in <module>
    from qtdialogs import MIN_PASSWD_WIDTH, DlgPasswd3, createAddrBookButton,\
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/qtdialogs.py", line 25, in <module>
    from ui.UpgradeDownloader import UpgradeDownloaderDialog
  File "/Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/ui/UpgradeDownloader.py", line 3, in <module>
    from PyQt4.QtNetwork import *
ImportError: dlopen(/Applications/Armory.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtNetwork.so, 2): Library not loaded: /Users/joeschmoe/BitcoinArmory/osxbuild/workspace/install/qt/lib/QtNetwork.framework/Versions/4/QtNetwork
  Referenced from: /Applications/Armory.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtNetwork.so
  Reason: image not found

Not your keys, not your coins.
CoinJoin, always.
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 24, 2014, 10:39:29 PM
 #86

So far, everyone who has reported this "image not found" error on OSX is running 10.9.2.  I think.  Please tell me if you see this error and are not running 10.9.2.

The error is not a missing file, because the exact same package seems to work on other versions of OSX.  It's that the same dynamic object used by earlier OSX versions doesn't seem to be compatible with 10.9.2.  It's possible we just might need to build a 10.9.2-specific version.  Ugh! 

Go figure I bet it's finally working on 10.9.1 and then Apple goes ahead and makes yet another incompatible version!

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
March 25, 2014, 02:01:33 AM
Last edit: March 25, 2014, 05:43:41 AM by goatpig
 #87

Am I glad I backed up my wallets, I launched it to the majority of my comments being wiped out:-

The comment issue is now fixed in branch 0.91-dev

EDIT: just to be clear, the comments were never deleted from your wallet, they were not displayed, as an unattended consequence of the 99% crash fix.

jflecool2
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 25, 2014, 04:32:02 AM
 #88

I dont think I like the "secure updater" thing. It sounds dangerous.
Also, you defenetly should implement Multisig to armory (a nice gui that would allow a user to generate a multisig address)

I would try this version but I have bitcoins that I dont want to risk so I'll wait for a stable release Smiley
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 25, 2014, 04:36:04 AM
 #89

I dont think I like the "secure updater" thing. It sounds dangerous.
Also, you defenetly should implement Multisig to armory (a nice gui that would allow a user to generate a multisig address)

I would try this version but I have bitcoins that I dont want to risk so I'll wait for a stable release Smiley

Not sure why it sounds "dangerous".  It's exactly the opposite.  It lets you download the latest version and verifies all the digital signatures for you, so you don't have to install and figure out how to use GPG, and then find our GPG key and verify fingerprints.  (granted, you should do that the first time you get Armory, but after that assuming you got a good copy, you will always be able to get the next version with the same security but without any effort).  We are not implementing automatic updates yet.  We're simply providing a mechanism for downloading signed installers and checking the signatures for you.

Multisig is my top priority after this version is out.  Coming soon!

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
realtime
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
March 25, 2014, 07:37:29 AM
 #90

I'm having all sorts of issues trying to move coins from a hot wallet to my cold storage since moving to this release + 0.9.0 BitcoinQT.

This appears to only impact when i do a one to many transaction i.e. Sending from one source address to multiple output addresses.

Anyone else encountering the same issue?

Also which log file should i be checking for.
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 25, 2014, 02:07:06 PM
 #91

I'm having all sorts of issues trying to move coins from a hot wallet to my cold storage since moving to this release + 0.9.0 BitcoinQT.

This appears to only impact when i do a one to many transaction i.e. Sending from one source address to multiple output addresses.

Anyone else encountering the same issue?

Also which log file should i be checking for.

Just use Help->Submit Bug Report :-)

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Brangdon
Sr. Member
****
Offline Offline

Activity: 365
Merit: 251


View Profile
March 25, 2014, 07:50:04 PM
 #92

No wonder it wouldn't work, the WinXP specific code was not in this branch. Fixed now, you'll have to wait for the next build.
OK, thanks.

Bitcoin: 1BrangfWu2YGJ8W6xNM7u66K4YNj2mie3t Nxt: NXT-XZQ9-GRW7-7STD-ES4DB
dc81
Member
**
Offline Offline

Activity: 108
Merit: 100


View Profile
March 26, 2014, 07:17:59 PM
 #93

is the datadir flag still working? i'm on win7 and armory is ignoring the datadir location and using the default location.

etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 26, 2014, 07:20:49 PM
 #94

is the datadir flag still working? i'm on win7 and armory is ignoring the datadir location and using the default location.

I just noticed yesterday that --datadir fails if the target directory doesn't exist yet.  Rather than bailing, it just switches to using the default directory.  We're still not sure exactly how we want to deal with that yet.

Besides that, I've been using --datadir constantly, and it works fine (for me)

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
dc81
Member
**
Offline Offline

Activity: 108
Merit: 100


View Profile
March 26, 2014, 08:34:40 PM
 #95

forgot the double dash.. that's working now, but it's now i have another issue.

when i let armory control bitcoin, it corrupts the bitcoin.conf file somehow. i am unable to open the file.

Code:
2014-03-26 15:25 (INFO) -- SDM.pyc:461 - Reading bitcoin.conf file
2014-03-26 15:25 (INFO) -- SDM.pyc:480 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- SDM.pyc:483 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- ArmoryUtils.pyc:515 - Executing popen: ['icacls', u'G:\\Bitcoin\\bitcoin.conf', '/inheritance:r', '/grant:r', 'DC:F']
2014-03-26 15:25 (INFO) -- SDM.pyc:486 - icacls returned:
2014-03-26 15:25 (ERROR) -- ArmoryQt.py:1966 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1961, in startBitcoindIfNecessary
  File "SDM.pyc", line 329, in setupSDM
  File "SDM.pyc", line 492, in readBitcoinConf
IOError: [Errno 13] Permission denied: u'G:\\Bitcoin\\bitcoin.conf'

if i don't let armory control bitcoin, the bottom right says "connected (0 blocks)" and get this error
Code:
2014-03-26 15:26 (ERROR) -- BDM.pyc:1383 - Error processing BDM input
2014-03-26 15:26 (ERROR) -- BDM.pyc:1385 - Received inputTuple: Passthrough [15, 50260050, True, 'enableZeroConf', u'G:\\Armory\\mempool.bin']
2014-03-26 15:26 (ERROR) -- BDM.pyc:1386 - Error processing ID (50260050)
2014-03-26 15:26 (ERROR) -- BDM.pyc:1387 - ERROR:
Traceback (most recent call last):
  File "armoryengine\BDM.pyc", line 1343, in run
  File "CppBlockUtils.pyc", line 1883, in enableZeroConf
NotImplementedError: Wrong number or type of arguments for overloaded function 'BlockDataManager_LevelDB_enableZeroConf'.
  Possible C/C++ prototypes are:
    BlockDataManager_LevelDB::enableZeroConf(string,bool)
    BlockDataManager_LevelDB::enableZeroConf(string)

I've tried to rescan, rescan/rebuild as well as factory reset. I'm on Win7 and BitcoinQT 0.9 fully synced.

etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 26, 2014, 08:41:53 PM
 #96

forgot the double dash.. that's working now, but it's now i have another issue.

when i let armory control bitcoin, it corrupts the bitcoin.conf file somehow. i am unable to open the file.

Code:
2014-03-26 15:25 (INFO) -- SDM.pyc:461 - Reading bitcoin.conf file
2014-03-26 15:25 (INFO) -- SDM.pyc:480 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- SDM.pyc:483 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- ArmoryUtils.pyc:515 - Executing popen: ['icacls', u'G:\\Bitcoin\\bitcoin.conf', '/inheritance:r', '/grant:r', 'DC:F']
2014-03-26 15:25 (INFO) -- SDM.pyc:486 - icacls returned:
2014-03-26 15:25 (ERROR) -- ArmoryQt.py:1966 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1961, in startBitcoindIfNecessary
  File "SDM.pyc", line 329, in setupSDM
  File "SDM.pyc", line 492, in readBitcoinConf
IOError: [Errno 13] Permission denied: u'G:\\Bitcoin\\bitcoin.conf'

if i don't let armory control bitcoin, the bottom right says "connected (0 blocks)" and get this error
Code:
2014-03-26 15:26 (ERROR) -- BDM.pyc:1383 - Error processing BDM input
2014-03-26 15:26 (ERROR) -- BDM.pyc:1385 - Received inputTuple: Passthrough [15, 50260050, True, 'enableZeroConf', u'G:\\Armory\\mempool.bin']
2014-03-26 15:26 (ERROR) -- BDM.pyc:1386 - Error processing ID (50260050)
2014-03-26 15:26 (ERROR) -- BDM.pyc:1387 - ERROR:
Traceback (most recent call last):
  File "armoryengine\BDM.pyc", line 1343, in run
  File "CppBlockUtils.pyc", line 1883, in enableZeroConf
NotImplementedError: Wrong number or type of arguments for overloaded function 'BlockDataManager_LevelDB_enableZeroConf'.
  Possible C/C++ prototypes are:
    BlockDataManager_LevelDB::enableZeroConf(string,bool)
    BlockDataManager_LevelDB::enableZeroConf(string)

I've tried to rescan, rescan/rebuild as well as factory reset. I'm on Win7 and BitcoinQT 0.9 fully synced.

bitcoin.conf:  did you run Armory as admin?  Armory typically sets the permission of the bitcoin.conf to readonly for the current user (since it contains a username and password).   And if Armory can't read it, I bet bitcoin core can't read it either, which maybe explains the other error.    Though, it's strange error, that looks like what happens when you upgrade the repo without rebuilding the C++ code (enableZeroConf prototype did change recently, so if you only updated the python but didn't recompile, you'd see this error).  But I see you're in windows so I don't expect that to be the problem...

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
dc81
Member
**
Offline Offline

Activity: 108
Merit: 100


View Profile
March 26, 2014, 08:57:01 PM
 #97

forgot the double dash.. that's working now, but it's now i have another issue.

when i let armory control bitcoin, it corrupts the bitcoin.conf file somehow. i am unable to open the file.

Code:
2014-03-26 15:25 (INFO) -- SDM.pyc:461 - Reading bitcoin.conf file
2014-03-26 15:25 (INFO) -- SDM.pyc:480 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- SDM.pyc:483 - Setting permissions on bitcoin.conf
2014-03-26 15:25 (INFO) -- ArmoryUtils.pyc:515 - Executing popen: ['icacls', u'G:\\Bitcoin\\bitcoin.conf', '/inheritance:r', '/grant:r', 'DC:F']
2014-03-26 15:25 (INFO) -- SDM.pyc:486 - icacls returned:
2014-03-26 15:25 (ERROR) -- ArmoryQt.py:1966 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1961, in startBitcoindIfNecessary
  File "SDM.pyc", line 329, in setupSDM
  File "SDM.pyc", line 492, in readBitcoinConf
IOError: [Errno 13] Permission denied: u'G:\\Bitcoin\\bitcoin.conf'

if i don't let armory control bitcoin, the bottom right says "connected (0 blocks)" and get this error
Code:
2014-03-26 15:26 (ERROR) -- BDM.pyc:1383 - Error processing BDM input
2014-03-26 15:26 (ERROR) -- BDM.pyc:1385 - Received inputTuple: Passthrough [15, 50260050, True, 'enableZeroConf', u'G:\\Armory\\mempool.bin']
2014-03-26 15:26 (ERROR) -- BDM.pyc:1386 - Error processing ID (50260050)
2014-03-26 15:26 (ERROR) -- BDM.pyc:1387 - ERROR:
Traceback (most recent call last):
  File "armoryengine\BDM.pyc", line 1343, in run
  File "CppBlockUtils.pyc", line 1883, in enableZeroConf
NotImplementedError: Wrong number or type of arguments for overloaded function 'BlockDataManager_LevelDB_enableZeroConf'.
  Possible C/C++ prototypes are:
    BlockDataManager_LevelDB::enableZeroConf(string,bool)
    BlockDataManager_LevelDB::enableZeroConf(string)

I've tried to rescan, rescan/rebuild as well as factory reset. I'm on Win7 and BitcoinQT 0.9 fully synced.

bitcoin.conf:  did you run Armory as admin?  Armory typically sets the permission of the bitcoin.conf to readonly for the current user (since it contains a username and password).   And if Armory can't read it, I bet bitcoin core can't read it either, which maybe explains the other error.    Though, it's strange error, that looks like what happens when you upgrade the repo without rebuilding the C++ code (enableZeroConf prototype did change recently, so if you only updated the python but didn't recompile, you'd see this error).  But I see you're in windows so I don't expect that to be the problem...

Armory and Bitcoin is ran as a user. I end up having to create a new bitcoin.conf file each time I get this permission error. I am using the windows build from the first post.

Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
March 26, 2014, 08:58:38 PM
 #98

  • No more choking on bad blocks written by Bitcoin-Qt/bitcoind
Out of curiosity, why does this happen, and why doesn't it cause "Core" (am I referring to it properly, now?) to choke?
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 26, 2014, 09:02:44 PM
 #99

  • No more choking on bad blocks written by Bitcoin-Qt/bitcoind
Out of curiosity, why does this happen, and why doesn't it cause "Core" (am I referring to it properly, now?) to choke?

Because I believe that the data is dumped to the blk*.dat files after bitcoin-qt/bitcoind has processed and indexed it.  If it fails to write out the full block and then continues writing, it won't ever notice unless it has to explicitly fetch that block for some reason.  I suspect that would only be relevant if that particular block had a tx relevant to your wallet (probably core wallet.dat).  As such, errors are effectively ignored until you try to re-index.

In our case, we're rescanning those blk*.dat files pretty frequently, and were under the assumption that there was some consistency in there.  Apparently not.  And it was causing Armory seg faults.

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 26, 2014, 09:47:32 PM
 #100

Has anyone here successfully run 0.90.99.4 on any OSX version?  I downloaded and ran it on 10.9, but that system also already has a build environment on it. 

It looks like the build has the QNetwork.so error on 10.9.2 and 10.9.1.  I have successfully run it on a 10.8 VM and 10.9 host.  But both have the build environments...

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!