Pages:
Author

Topic: RAM-Reduction & Backup Center Testing (version 0.89.99.16) - page 8. (Read 41280 times)

legendary
Activity: 3738
Merit: 1360
Armory Developer
Never heard of that coin, can't really help you there =O
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Specifically, I'm looking at TagCoin. An exchange opened up in my country and I plan to hold a bunch of it. Dunno if I want it all in cold storage though, as it has a Proof of Stake mining part, where it's a good idea to just keep the client running.
legendary
Activity: 3738
Merit: 1360
Armory Developer
BTW, how hard is this to port to an alt-coin?

As in mod Armory to run on an alt coin?

Depends on much the txn and block rules have been modified. There's also the matter of the client API. Assuming they don't use bitcoind like JSON packets, you need to port that part too.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
I'm patient. Smiley I can wait.

BTW, how hard is this to port to an alt-coin?
legendary
Activity: 3738
Merit: 1360
Armory Developer
Windows users: The load error was due to the use of pthread_win32 to support pthreads on Windows (pthreadVC2.dll). The DLL is built on some dependencies found in the .NET Framework SDK. As a result I ported pthreads myself and the error is fixed.

I am now in quite a predicament with WinXP, as it doesn't support condition variables (gg MS). I'll have to hack my way through it, and I still have a lot on my queue, so WinXP users, you'll have to wait some more ='(.
member
Activity: 89
Merit: 10
@els & anyone else having problems with the windows build:

I just noticed I file missing from the package.  Both in the installer and the standalone.  I have added that file (msvcp90.dll) to the standalone directory and re-zipped it up for you:

https://dl.dropboxusercontent.com/u/1139081/ArmoryTestingReleases/ArmoryStandalone_0.89.99.10_w_msvcp90.zip

Please try again.  I actually have a strong feeling that will resolve it.

I tried the updated package. The file you added is there, but still no dice. Thanks for the effort Alan.

Code:
(CRITICAL) armoryengine.pyc:1041 - C++ block utilities not available.
(CRITICAL) armoryengine.pyc:1042 -    Make sure that you have the SWIG-compiled modules
(CRITICAL) armoryengine.pyc:1043 -    in the current directory (or added to the PATH)
(CRITICAL) armoryengine.pyc:1044 -    Specifically, you need:
(CRITICAL) armoryengine.pyc:1045 -        CppBlockUtils.py     and
(CRITICAL) armoryengine.pyc:1049 -        _CppBlockUtils.pyd
(ERROR) Traceback (most recent call last):
  File "ArmoryQt.py", line 31, in
  File "armoryengine.pyc", line 1037, in
  File "CppBlockUtils.pyc", line 26, in
  File "CppBlockUtils.pyc", line 18, in swig_import_helper
  File "_CppBlockUtils.pyc", line 12, in
  File "_CppBlockUtils.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.

Error in sys.excepthook:
Traceback (most recent call last):
  File "armoryengine.pyc", line 617, in logexcept_override
AttributeError: 'NoneType' object has no attribute '__excepthook__'

Original exception was:
Traceback (most recent call last):
  File "ArmoryQt.py", line 31, in
  File "armoryengine.pyc", line 1037, in
  File "CppBlockUtils.pyc", line 26, in
  File "CppBlockUtils.pyc", line 18, in swig_import_helper
  File "_CppBlockUtils.pyc", line 12, in
  File "_CppBlockUtils.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.

FYI, there is a log file in the package which threw me for a bit of loop since it had some error lines that I thought were new.
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
@els & anyone else having problems with the windows build:

I just noticed I file missing from the package.  Both in the installer and the standalone.  I have added that file (msvcp90.dll) to the standalone directory and re-zipped it up for you:

https://dl.dropboxusercontent.com/u/1139081/ArmoryTestingReleases/ArmoryStandalone_0.89.99.10_w_msvcp90.zip

Please try again.  I actually have a strong feeling that will resolve it.
pvz
newbie
Activity: 53
Merit: 0
Someone just reported a problem with "Too many open files" when running on Ubuntu 12.04, 32-bit.

I have the problems on a 13.04 32-bit Ubuntu system.
As mentioned before the "sudo sysctl -w fs.file-max=5000000" still gives the error: "socket.error: [Errno 24] Too many open files".

Side note: when it breaks the GUI (Qt) still keeps running without any notification. I expect a notification is desirable.

After a lot of search and a lot of trying I found out that ulimit did the trick for me.
Add to /etc/security/limits.conf:
*                soft    nofile          65535
*                hard    nofile          65535
Reboot.
Start Armory again (now without the socket.error)

On my intel i5 with Ubuntu 13.10 64-bit the problem does not arise, even with the standard (ulimit -n = 1024).

Reference: http://posidev.com/blog/2009/06/04/set-ulimit-parameters-on-ubuntu/

If you have a fix for this and want to run some tests, please let me know.
member
Activity: 88
Merit: 10
Awesome! This version is actually opening up in OS X Mavericks (previous one was giving me some system python library problems), seems to be okay so far (a few crashes but it works)
legendary
Activity: 980
Merit: 1008
So I just updated to version 0.89.99.11 (4bd0919d0872f783928189917812c62ce7a02654 on "testing" branch) and I'm still experiencing the problem below. Figured I'd post it in here as well since I haven't gotten a response in the big Armory thread:

The issue is that the "Spendable/Maximum Funds" number doesn't include the coins in my offline (watching-only) wallet. It only counts the coins in my online "pocket change" wallet. If I double click the offline/watching-only wallet, I can see the correct amount for "Spendable/Maximum Funds", but they are not included in the main window.

I just tried transferring 0.5 BTC from my offline wallet to my online wallet, and it worked fine, so there are no issues there. The balance of the offline wallet just isn't showing up in the main window of Online Armory. Here's the log (for version .11):


runeks, I probably forgot to respond to your other post.  Sorry about that. 

The problem is either

(1) Change the "filter" in the bottom-left of the main window to show "All wallets" instead of "My wallets"
(2) Go into wallet properties, and changed the "Belongs to" field and check that the wallet is "mine"

This is to avoid users importing malicious wallets and thinking the balance belongs to them.  They have to do a little bit of work for Armory to show them the balance.  Hope that's the issue.
Thanks. That was exactly it.
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
So I just updated to version 0.89.99.11 (4bd0919d0872f783928189917812c62ce7a02654 on "testing" branch) and I'm still experiencing the problem below. Figured I'd post it in here as well since I haven't gotten a response in the big Armory thread:

The issue is that the "Spendable/Maximum Funds" number doesn't include the coins in my offline (watching-only) wallet. It only counts the coins in my online "pocket change" wallet. If I double click the offline/watching-only wallet, I can see the correct amount for "Spendable/Maximum Funds", but they are not included in the main window.

I just tried transferring 0.5 BTC from my offline wallet to my online wallet, and it worked fine, so there are no issues there. The balance of the offline wallet just isn't showing up in the main window of Online Armory. Here's the log (for version .11):


runeks, I probably forgot to respond to your other post.  Sorry about that. 

The problem is either

(1) Change the "filter" in the bottom-left of the main window to show "All wallets" instead of "My wallets"
(2) Go into wallet properties, and changed the "Belongs to" field and check that the wallet is "mine"

This is to avoid users importing malicious wallets and thinking the balance belongs to them.  They have to do a little bit of work for Armory to show them the balance.  Hope that's the issue.
legendary
Activity: 980
Merit: 1008
So I just updated to version 0.89.99.11 (4bd0919d0872f783928189917812c62ce7a02654 on "testing" branch) and I'm still experiencing the problem below. Figured I'd post it in here as well since I haven't gotten a response in the big Armory thread:

The issue is that the "Spendable/Maximum Funds" number doesn't include the coins in my offline (watching-only) wallet. It only counts the coins in my online "pocket change" wallet. If I double click the offline/watching-only wallet, I can see the correct amount for "Spendable/Maximum Funds", but they are not included in the main window.

I just tried transferring 0.5 BTC from my offline wallet to my online wallet, and it worked fine, so there are no issues there. The balance of the offline wallet just isn't showing up in the main window of Online Armory. Here's the log (for version .11):

Code:
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: free -m
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: ['cat', '/proc/cpuinfo']
2013-11-11 15:47 (INFO) -- armoryengine.py:804 -
2013-11-11 15:47 (INFO) -- armoryengine.py:805 -
2013-11-11 15:47 (INFO) -- armoryengine.py:806 -
2013-11-11 15:47 (INFO) -- armoryengine.py:807 - ************************************************************
2013-11-11 15:47 (INFO) -- armoryengine.py:808 - Invoked: /home/rune/Programming/BitcoinArmory/ArmoryQt.py
2013-11-11 15:47 (INFO) -- armoryengine.py:809 - ************************************************************
2013-11-11 15:47 (INFO) -- armoryengine.py:810 - Loading Armory Engine:
2013-11-11 15:47 (INFO) -- armoryengine.py:811 -    Armory Version        : 0.89.99.11
2013-11-11 15:47 (INFO) -- armoryengine.py:812 -    PyBtcWallet  Version  : 1.35
2013-11-11 15:47 (INFO) -- armoryengine.py:813 - Detected Operating system: Linux
2013-11-11 15:47 (INFO) -- armoryengine.py:814 -    OS Variant            : Ubuntu-13.04-raring
2013-11-11 15:47 (INFO) -- armoryengine.py:815 -    User home-directory   : /home/rune
2013-11-11 15:47 (INFO) -- armoryengine.py:816 -    Satoshi BTC directory : /home/rune/.bitcoin/
2013-11-11 15:47 (INFO) -- armoryengine.py:817 -    Armory home dir       : /home/rune/.armory/
2013-11-11 15:47 (INFO) -- armoryengine.py:818 - Detected System Specs    :
2013-11-11 15:47 (INFO) -- armoryengine.py:819 -    Total Available RAM   : 5.83 GB
2013-11-11 15:47 (INFO) -- armoryengine.py:820 -    CPU ID string         : Intel(R) Core(TM)2 Quad  CPU   Q9550  @ 2.83GHz
2013-11-11 15:47 (INFO) -- armoryengine.py:821 -    Number of CPU cores   : 4 cores
2013-11-11 15:47 (INFO) -- armoryengine.py:822 -    System is 64-bit      : True
2013-11-11 15:47 (INFO) -- armoryengine.py:823 -    Preferred Encoding    : UTF-8
2013-11-11 15:47 (INFO) -- armoryengine.py:824 -
2013-11-11 15:47 (INFO) -- armoryengine.py:825 - Network Name: Main Network
2013-11-11 15:47 (INFO) -- armoryengine.py:826 - Satoshi Port: 8333
2013-11-11 15:47 (INFO) -- armoryengine.py:827 - Named options/arguments to armoryengine.py:
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     nettimeout      : 2
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     rescan          : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     leveldbDir      : DEFAULT
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     port            : None
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     interport       : 8223
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     coverageOutputDir: None
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     rebuild         : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     datadir         : DEFAULT
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     offline         : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     satoshiPort     : DEFAULT
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     netlog          : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     keypool         : 100
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     coverageInclude : None
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     forceOnline     : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     logDisable      : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     mtdebug         : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     skipVerCheck    : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     settingsPath    : /home/rune/.armory/ArmorySettings.txt
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     verbosity       : None
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     doDebug         : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     testnet         : False
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     rpcport         : DEFAULT
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     satoshiHome     : DEFAULT
2013-11-11 15:47 (INFO) -- armoryengine.py:829 -     logFile         : /home/rune/.armory/ArmoryQt.py.log.txt
2013-11-11 15:47 (INFO) -- armoryengine.py:830 - Other arguments:
2013-11-11 15:47 (INFO) -- armoryengine.py:833 - ************************************************************
2013-11-11 15:47 (INFO) -- armoryengine.py:1039 - C++ block utilities loaded successfully
2013-11-11 15:47 (INFO) -- armoryengine.py:13426 - Using the asynchronous/multi-threaded BlockDataManager.
2013-11-11 15:47 (INFO) -- armoryengine.py:13427 - Blockchain operations will happen in the background. 
2013-11-11 15:47 (INFO) -- armoryengine.py:13428 - Devs: check TheBDM.getBDMState() before asking for data.
2013-11-11 15:47 (INFO) -- armoryengine.py:13429 - Registering addresses during rescans will queue them for
2013-11-11 15:47 (INFO) -- armoryengine.py:13430 - inclusion after the current scan is completed.
2013-11-11 15:47 (INFO) -- armoryengine.py:11480 - Using settings file: /home/rune/.armory/ArmorySettings.txt
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1640 - loadWalletsAndSettings
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1687 - Loading wallets...
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1735 - Number of wallets read in: 2
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1740 -    Wallet (6QZdwscT):    "offline (Watch)                 "   (No Encryption)
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1740 -    Wallet (2uyc3aSdm):   "new pocket change               "   (Encrypted)
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1318 - Setting up networking...
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1371 - Internet connection is Available: True
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1372 - Bitcoin-Qt/bitcoind is Available: 0
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1373 - The first blk*.dat was Available: True
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1374 - Online mode currently possible:   0
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1381 - startBitcoindIfNecessary
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1412 - setSatoshiPaths
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: ['whereis', 'bitcoind']
2013-11-11 15:47 (INFO) -- armoryengine.py:10998 - "whereis" returned: ['/usr/bin/bitcoind', '/usr/bin/X11/bitcoind']
2013-11-11 15:47 (INFO) -- armoryengine.py:10888 - Found bitcoind in the following places:
2013-11-11 15:47 (INFO) -- armoryengine.py:10890 -    /usr/bin/bitcoind
2013-11-11 15:47 (INFO) -- armoryengine.py:10890 -    /usr/bin/bitcoind
2013-11-11 15:47 (INFO) -- armoryengine.py:10890 -    /usr/bin/X11/bitcoind
2013-11-11 15:47 (INFO) -- armoryengine.py:10892 - Using: /usr/bin/bitcoind
2013-11-11 15:47 (INFO) -- armoryengine.py:11044 - Reading bitcoin.conf file
2013-11-11 15:47 (INFO) -- armoryengine.py:11070 - Setting permissions on bitcoin.conf
2013-11-11 15:47 (INFO) -- armoryengine.py:11125 - Called startBitcoind
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/rune/.bitcoin/']
2013-11-11 15:47 (INFO) -- armoryengine.py:11168 - PID of bitcoind: 24190
2013-11-11 15:47 (INFO) -- armoryengine.py:11169 - PID of armory:   24124
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: ['python', '/home/rune/Programming/BitcoinArmory/guardian.py', '24124', '24190']
2013-11-11 15:47 (INFO) -- ArmoryQt.py:884 - setupUriRegistration
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2013-11-11 15:47 (INFO) -- armoryengine.py:624 - Executing popen: find /home/rune -type f -name "mimeTypes.rdf"
2013-11-11 15:47 (INFO) -- armoryengine.py:11330 - Creating proxy in SDM: host=127.0.0.1, port=8332
2013-11-11 15:47 (INFO) -- ArmoryQt.py:4371 - Dashboard switched to auto-InitSync
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:Auto, State:InitializingDoneSoon
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Offline"
2013-11-11 15:47 (INFO) -- ArmoryQt.py:532 - Usermode: Advanced
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1151 - Changing usermode:
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1152 -    From: Advanced
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1160 -      To: Advanced
2013-11-11 15:47 (INFO) -- armoryengine.py:10801 - Signature on signed data block is GOOD!
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1290 - Latest versions:
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1291 -    Satoshi: 0.8.1
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1292 -     Armory: 0.88
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1301 - You are running the latest version!
2013-11-11 15:47 (INFO) -- armoryengine.py:10801 - Signature on signed data block is GOOD!
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1290 - Latest versions:
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1291 -    Satoshi: 0.8.1
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1292 -     Armory: 0.88
2013-11-11 15:47 (WARNING) -- armoryengine.py:11253 - Overriding not-available message. This should happen 0-5 times
2013-11-11 15:47 (WARNING) -- armoryengine.py:11253 - Overriding not-available message. This should happen 0-5 times
2013-11-11 15:47 (WARNING) -- armoryengine.py:11253 - Overriding not-available message. This should happen 0-5 times
2013-11-11 15:47 (INFO) -- ArmoryQt.py:4371 - Dashboard switched to auto-InitSync
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:Auto, State:InitializingDoneSoon
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Offline"
2013-11-11 15:47 (INFO) -- ArmoryQt.py:4652 - Starting load blockchain
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1435 - loadBlockchainIfNecessary
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1481 - Setting netmode: 1
2013-11-11 15:47 (INFO) -- armoryengine.py:12445 - Setting online mode: True (wait=False)
2013-11-11 15:47 (INFO) -- armoryengine.py:13366 - Go online requested
2013-11-11 15:47 (INFO) -- armoryengine.py:12887 - Called __startLoadBlockchain()
2013-11-11 15:47 (INFO) -- armoryengine.py:10408 - Connection initiated.  Start handshake
2013-11-11 15:47 (INFO) -- ArmoryQt.py:4480 - Dashboard switched to "Scanning" mode
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:ScanWithWallets
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2013-11-11 15:47 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Scanning"
2013-11-11 15:47 (INFO) -- armoryengine.py:10497 - Received version message from peer:
2013-11-11 15:47 (INFO) -- armoryengine.py:10498 -    Version:     70001
2013-11-11 15:47 (INFO) -- armoryengine.py:10499 -    SubVersion:  /Satoshi:0.8.5/
2013-11-11 15:47 (INFO) -- armoryengine.py:10500 -    TimeStamp:   1384181265
2013-11-11 15:47 (INFO) -- armoryengine.py:10501 -    StartHeight: 269045
2013-11-11 15:47 (INFO) -- armoryengine.py:10679 - Handshake finished, connection open!
2013-11-11 15:47 (INFO) -- armoryengine.py:10801 - Signature on signed data block is GOOD!
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1290 - Latest versions:
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1291 -    Satoshi: 0.8.1
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1292 -     Armory: 0.88
2013-11-11 15:47 (INFO) -- ArmoryQt.py:1301 - You are running the latest version!
2013-11-11 15:47 (INFO) -- ArmoryQt.py:4572 - Satoshi Version: Curr: 805000, Latest: 801000
2013-11-11 15:48 (INFO) -- ArmoryQt.py:4470 - Dashboard switched to fully-online mode
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Online"
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull2
2013-11-11 15:48 (INFO) -- ArmoryQt.py:4470 - Dashboard switched to fully-online mode
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Online"
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull2
2013-11-11 15:48 (INFO) -- ArmoryQt.py:1914 - Syncing wallet: 6QZdwscT
2013-11-11 15:48 (INFO) -- ArmoryQt.py:1914 - Syncing wallet: 2uyc3aSdm
2013-11-11 15:48 (INFO) -- ArmoryQt.py:1926 - Current block number: 269046
2013-11-11 15:48 (INFO) -- ArmoryQt.py:4470 - Dashboard switched to fully-online mode
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Online"
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull2
2013-11-11 15:48 (INFO) -- ArmoryQt.py:4470 - Dashboard switched to fully-online mode
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3786 - Switching Armory functional mode to "Online"
2013-11-11 15:48 (INFO) -- ArmoryQt.py:3844 - Switching Armory state text to Mgmt:User, State:OnlineFull2
legendary
Activity: 3038
Merit: 1660
lose: unfind ... loose: untight
Update:  0.89.99.10-testing

Mac/OSX 0.89.99.10-testing:  Download the ArmoryQt.app for OSX
spired to support it (it's makes much more sense than the bare signatures).

Wasn't immediately clear to me if this was the same. So I dl'd and installed it. It fails the same as my email of an hour or so ago.
legendary
Activity: 3038
Merit: 1660
lose: unfind ... loose: untight

Nope.

I was one of the folk who was experiencing silent termination. I'm on 10.7.5. At least now I get a failure indication. Let me know if you can use the contents of what I got in Mac's Problem Report tool.

Are there any particular logs that may be of interest?
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
If anyone has experienced the disappearing tx behavior, where a zero-conf tx shows up in the history but then disappears when it it's included in a block... please send me your log file!  And especially if you remember when it happened, so I can try to locate an error message in the log file.  The problem is that I'm not sure there even is an error message at all.  So, if I don't know where to look I don't know for sure if it's there or not.

I have some strong leads on this bug.  But I'll have to reproduce it eventually, to know for sure if I fixed it!  If anyone can reproduce it reliably, any info about that would be fantastic.  (I've definitely seen it once before, but hoped it might be fixed with some of the other DB updates).

Send all log files to:  [email protected]
legendary
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
Yes I installed 0.89.99.10 and tried it and then uninstalled it using the control panel
and reinstalled 0.89.99.8.

I am now in expert mode and under the help menu it still just lists the 3 choices:
About Armory
Armory Version...
Revert All Settings

Those three options were added in 0.89.99.10. 

Hmm...
Well I reinstalled 0.89.99.8 and that is what displays in the left side of the client now: "Armory 0.89.99.8 / Expert"
When I choose that 'About Armory' option it displays 0.89.99.8-beta as well.
When I choose 'Armory Version' it says I am in offline mode and can't retrieve the version from the internet, even though the status bar says I am "Connected (268942 blocks)". 

Now, after another restart it seems stuck at "Initializing Bitcoin Engine"... but all the wallets display their balances and the status bar saying what it says above:
"Connected (268942 blocks)"


Very strange behavior, can you send me a log file? 

Where would you like me to send it?

Quote
Personally I've never seen it show connected & balances, but not also say "Armory is Online" on the dashboard.  It's almost like you somehow have a mixture of multiple versions...

Also, you should consider running Bitcoin-Qt yourself, and uncheck the first checkbox in the settings (about letting Armory run it for you).  Then try again -- sometimes it just doesn't do the auto-bitcoind well..

I did that and it seemed to start okay and quicker than it ever has before. It has been running for close to 10 minutes now and everything seems to be displayed correctly ( transaction tab accessible and scrollable ) but that Help menu still has those 3 choices you said are from the latest version.

Now that it seems to be running alright I am kinda reluctant to uninstall this version and try 0.89.99.10 again.   Undecided

Thanks for the assistance, hope my feedback helps.
 
eid
hero member
Activity: 616
Merit: 500

If you are on 64-bit Ubuntu-Debian, please try it and let me know if it works for you the same as building it yourself.




It installed and works fine on my Ubuntu 64.


Thanks for all the work.    Smiley




eid
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
Yes I installed 0.89.99.10 and tried it and then uninstalled it using the control panel
and reinstalled 0.89.99.8.

I am now in expert mode and under the help menu it still just lists the 3 choices:
About Armory
Armory Version...
Revert All Settings

Those three options were added in 0.89.99.10. 

Hmm...
Well I reinstalled 0.89.99.8 and that is what displays in the left side of the client now: "Armory 0.89.99.8 / Expert"
When I choose that 'About Armory' option it displays 0.89.99.8-beta as well.
When I choose 'Armory Version' it says I am in offline mode and can't retrieve the version from the internet, even though the status bar says I am "Connected (268942 blocks)". 

Now, after another restart it seems stuck at "Initializing Bitcoin Engine"... but all the wallets display their balances and the status bar saying what it says above:
"Connected (268942 blocks)"


Very strange behavior, can you send me a log file?  Personally I've never seen it show connected & balances, but not also say "Armory is Online" on the dashboard.  It's almost like you somehow have a mixture of multiple versions...

Also, you should consider running Bitcoin-Qt yourself, and uncheck the first checkbox in the settings (about letting Armory run it for you).  Then try again -- sometimes it just doesn't do the auto-bitcoind well..
legendary
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
Yes I installed 0.89.99.10 and tried it and then uninstalled it using the control panel
and reinstalled 0.89.99.8.

I am now in expert mode and under the help menu it still just lists the 3 choices:
About Armory
Armory Version...
Revert All Settings

Those three options were added in 0.89.99.10. 

Hmm...
Well I reinstalled 0.89.99.8 and that is what displays in the left side of the client now: "Armory 0.89.99.8 / Expert"
When I choose that 'About Armory' option it displays 0.89.99.8-beta as well.
When I choose 'Armory Version' it says I am in offline mode and can't retrieve the version from the internet, even though the status bar says I am "Connected (268942 blocks)". 

Now, after another restart it seems stuck at "Initializing Bitcoin Engine"... but all the wallets display their balances and the status bar saying what it says above:
"Connected (268942 blocks)"


legendary
Activity: 1428
Merit: 1093
Core Armory Developer
Yes I installed 0.89.99.10 and tried it and then uninstalled it using the control panel
and reinstalled 0.89.99.8.

I am now in expert mode and under the help menu it still just lists the 3 choices:
About Armory
Armory Version...
Revert All Settings

Those three options were added in 0.89.99.10. 
Pages:
Jump to: