Pages:
Author

Topic: Armory - Discussion Thread - page 71. (Read 521829 times)

legendary
Activity: 1428
Merit: 1093
Core Armory Developer
February 20, 2014, 09:46:56 PM
Here's a first shot at cross-compiling for RPi.  I didn't get all the packages bundled yet, but maybe if you've already had it working before (and thus already have the dependencies), you could try this out for me.

I have a few other things to do before I head out tomorrow, so I don't have time to setup my RPi.  Otherwise I'll do it when I get back:

https://s3.amazonaws.com/bitcoinarmory-releases/raspberrypi_armory_0.90.99-testing.tar.gz

EDIT: Here's the package list:

Quote
libqtcore4 libqt4-dev python-qt4 python-twisted libconfig-file-perl libqt4-designer libqt4-scripttools libqt4-help libqt4-test libqtassistantclient4 libqtwebkit4 libqt4-declarative libqt4-script libqt4-xmlpatterns libqt4-dev-bin libqt4-qt3support libqt4-sql qt4-linguist-tools qt4-qmake python-psutil python-pyasn1 python-sip python-crypto python-openssl python-twisted-conch python-twisted-lore python-twisted-mail python-twisted-news python-twisted-runner python-twisted-words python-twisted-core python-twisted-web python-twisted-names python-twisted-bin python-zope.interface python-pkg-resources

EDIT2: I just realized that the above tar.gz is the make-install'd version.  I just tried to merge it into the way it would be right after you compiled it (no make install):

https://s3.amazonaws.com/bitcoinarmory-releases/armory_0.90.99-testing_rpibuild.tar.gz

(obviously, I need to improve this proces...)
legendary
Activity: 3430
Merit: 3080
February 20, 2014, 07:15:03 PM
You're doing a great job, guys. All the usability improvements I was expecting are included, plus a few extra.
legendary
Activity: 2126
Merit: 1001
February 20, 2014, 07:10:38 PM
Nice indeed!
Great to see the armory team grow!

Ente
legendary
Activity: 1120
Merit: 1012
February 20, 2014, 06:44:01 PM
Awesome! Nice work Armory team!

I like that you've allowed the user to block spending zero confirmation change (and protect themselves from the transaction mutating bot)! Thanks for that!
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
February 20, 2014, 06:34:59 PM


It's that time again... Testing time!

Brought to you by the Armory team, this time.  Yes, we have a team!  A few guys came on recently and are still getting up to speed, but they're contributing, nonetheless.  And even though they're not at full efficiency yet, I think we're finally moving faster than when it was just me by myself Smiley 

Version 0.91-beta (currently 0.90.99.0-testing, the testing branch) will not contain any groundbreaking features.  However, it has dramatic stability improvements for all OS, and a whole ton of small-but-important things that improve the user experience.

Here's the list, in arbitrary order (well, kind of reverse-chronological order):

  • Use --nospendzeroconfchange to not allow spending of any unconfirmed TxOuts (Armory already deprioritizes ZC change, but it's off-limits with this flag)
  • Full P2SH support in send-BTC dialog, address book, tx info, etc
  • WinXP support
  • Proper unicode path handling (wallets will support unicode in 0.92-beta)
  • No more choking on bad blocks written by Bitcoin-Qt/bitcoind
  • Major improvements to OSX compatibility!  (hopefully)
  • Fixed fonts in OSX
  • Bug reporting window
  • Progress bars for long-running operations
  • Better version notification system (will be implemented before release)
  • Factory reset window -- including "Delete Bitcoin-Qt databases and re-download"
  • Raspberry Pi offline bundle (process ironed out, will create test bundles soon!)
  • Minimize-on-open (in settings)
  • Wallets->"Recover Damaged Wallet"
  • Wallet creation wizard
  • Faster rescanning and rebuilding
  • Better logic to prevent unnecessary rescans
  • Better zero-conf tx handling
  • Fee calculation fixes
  • armoryd.py fixes and upgrades
  • Multithreading improvements
  • Code refactoring

A few points to emphasize:
  • Slowness and UI freezes should be mostly gone.  It turns out that large wallets were choking on the number of zero-confirmation transactions on the network, combined with an inefficiency in Armory's handling of them.  It should be dramatically improved.
  • We now handle broken blk*.dat files more intelligently (produced by Bitcoin-Qt/bitcoind):  It will pop up a warning if you are affected (instead of seg faulting). We believe that most of the problems people have experienced while syncing and scanning are due to this condition.  .  You can now do a "Factory Reset" which will delete the blk*.dat files and force Bitcoin-Qt to redownload it.
  • Arbitrary rescans should be mostly gone.  Unclean shutdowns or not.  It will only rebuild or rescan if it detects problems with the database, or new addresses show up that have not been scanned
  • Wallet consistency checks are now performed in the background on every load.  You will see the progress bar at the bottom-left.  If a problem is detected with your wallets, some information should pop up and you can use "Wallets"->"Recover Damaged Wallet" to try to fix it.
  • armoryd.py has been upgraded (but still needs a bit more testing).  We have a Python Scripting page to help people get into it, and devchanges.txt describes how developers can update their code to work with the changes between 0.90 and 0.91.
  • OSX updates:  No promises that this totally works yet, but we do finally have a [paid!] developer working exclusively in OSX, which means that it will no longer be neglected!  He already found some issues with the prior build process, and thinks the next release will be dramatically improved.  At the very least, the font issues on paper backups should be fixed

I am going to try to do a little more testing, probably followed by some tweaks.  Then I'm going to attempt to do some testing builds for Windows, OSX, and Raspberry Pi!  The RPi builds can easily be integrated into the release process, because goatpig helped figure out how to cross-compile it on my non-ARM build systems.  Sweet!



I will start a new thread for this round of testing, as soon as I flesh out the last few details and get some of the non-Linux testing builds together.  Unfortunatley, I'm leaving for a trip tomorrow -- I hope to get some of it out there before I leave, otherwise it will have to wait until late next week.  If you are adventurous, you can help speed up the process by checking out the "testing" branch and banging on it a bit.


sr. member
Activity: 337
Merit: 250
February 14, 2014, 08:04:14 AM
Gotcha.  Thanks for the answer.
legendary
Activity: 3766
Merit: 1364
Armory Developer
February 14, 2014, 03:11:47 AM
Request:  Would it be possible to set up a recurring transaction in Armory?  I am not sure this functionality has been implemented yet in any wallet.  (I think coinbase has it though, but its a web wallet).  This would be fairly useful to me and perhaps many others. 

This kind of feature is a lot more complicated than it sounds. Possibly as an add-on on top of plug-in modularization, but nothing in the near future if that's what you're looking for.
sr. member
Activity: 337
Merit: 250
February 13, 2014, 07:25:44 AM
Request:  Would it be possible to set up a recurring transaction in Armory?  I am not sure this functionality has been implemented yet in any wallet.  (I think coinbase has it though, but its a web wallet).  This would be fairly useful to me and perhaps many others. 
legendary
Activity: 1593
Merit: 1004
February 12, 2014, 04:02:00 PM
Makes sense.

So I did all of the above and it has not locked up, but it is behaving oddly.  I have a tough time opening the transactions pane and it will only show one wallet at a time.
I also got an error message saying that:

Bitcoin-QT is not synched to the network.  Don't start Armory until it's synced.

So I shut Armory and pulled up the Qt.  It was already synced so I'm not sure what Armory's issue is.
legendary
Activity: 2044
Merit: 1055
February 12, 2014, 01:06:09 PM
Having Armory issues for the first time.  Started it up today and came back to the computer and it had locked up.
Would not restart until I restarted my computer.  I am using .88.
Tried it three times and each time the upper progress bar (can't remember what it's called) would complete to 100% and the bottom (transactions?) bar would lock up at 1%.
So I thought I would go the website.  Noticed that .90 was out so I downloaded that.  But it does the same thing.
I am now going to uninstall all the armory software, restart and re-install just .90 and see if that works.
I checked bitcoin-qt and that one is fine.

I often had lockups with the 0.88 in the initialization phase, but only if I had brought another application to the foreground. Must have something to do with the process prioritiy level when spawning bitcoin-qt, I assume. When I keep it on top and wait during syncing and scanning, it never happened.
legendary
Activity: 1593
Merit: 1004
February 12, 2014, 12:51:28 PM
Having Armory issues for the first time.  Started it up today and came back to the computer and it had locked up.
Would not restart until I restarted my computer.  I am using .88.
Tried it three times and each time the upper progress bar (can't remember what it's called) would complete to 100% and the bottom (transactions?) bar would lock up at 1%.
So I thought I would go the website.  Noticed that .90 was out so I downloaded that.  But it does the same thing.
I am now going to uninstall all the armory software, restart and re-install just .90 and see if that works.
I checked bitcoin-qt and that one is fine.
full member
Activity: 204
Merit: 100
February 09, 2014, 04:02:40 AM
I'm running avast as well and I do not have that issue.  I even manually scanned appdata/armory to check.

Thanks both replies.

Yes, I am scanning just the appdata/armory folder with avast too.
What's exactly inside those sst files ? Is it text ?
member
Activity: 103
Merit: 10
February 08, 2014, 09:19:58 PM
I'm running avast as well and I do not have that issue.  I even manually scanned appdata/armory to check.
legendary
Activity: 2912
Merit: 1060
February 08, 2014, 09:27:30 AM
Hi, used Search in this Armory forum but got no results.

In windows7 an antivirus program detected the following TROJAN:

AppData\Roaming\Armory\databases\levelb_blkdata\035288.sst   marking it as: VBS:Bicolo-IU(Trj)


Has this issue been addressed already ? Is it somthing normal or something abnormal to worry about?

Please let us know, thanks.



Uninstalled Armory, deleted the Armory files, including databases. Reinstalled, synchronized OK. I Ran the antivirus program (Avast) again and AGAIN I got a TROJAN warning as the above, mwith a different SST file this time. The Antivirus program deleted that one too but then Armory crashed with an error warning when trying to Sync again.

Can anyone give me some feedback as to if there are any precedents to this sort of thing ? Should I worry ? Is there anyplace else where this sort of issue has been addressed ?

THANKS

ProbablY just random text in the Blockchain triggering
full member
Activity: 204
Merit: 100
February 08, 2014, 06:34:22 AM
Hi, used Search in this Armory forum but got no results.

In windows7 an antivirus program detected the following TROJAN:

AppData\Roaming\Armory\databases\levelb_blkdata\035288.sst   marking it as: VBS:Bicolo-IU(Trj)


Has this issue been addressed already ? Is it somthing normal or something abnormal to worry about?

Please let us know, thanks.



Uninstalled Armory, deleted the Armory files, including databases. Reinstalled, synchronized OK. I Ran the antivirus program (Avast) again and AGAIN I got a TROJAN warning as the above, mwith a different SST file this time. The Antivirus program deleted that one too but then Armory crashed with an error warning when trying to Sync again.

Can anyone give me some feedback as to if there are any precedents to this sort of thing ? Should I worry ? Is there anyplace else where this sort of issue has been addressed ?

THANKS
member
Activity: 103
Merit: 10
February 08, 2014, 12:47:41 AM
I've imported the WO wallet on 3 computers now with similar results.  On rig 2 I got the wallet imported and scanned but it would crash frequently (with 30 minutes) and now does load without crashing.  On rig 3 I've done a clean install of Ubuntu 12.04, updated and installed bitcoind and qt from the ppa, synced the blockchain and I'm having similar symptoms as rig 2 and 1 now.

I moved back to using 0.88.1 on rig 1 and it hasn't crashed after a few days. 

Would it make sense to try to reimport (from the paper fragments I have) and export the WO wallet and see if that works better or is that unlikely to do anything different?

Do you mean this WO is ages old? I thought you had it exported from your recently restored wallets. If it is very old, now I really want to take a look at it.

Someome just recently sent us a WO that crashes Armory. I don't know if its yours but I'll be getting on it soon. I'm not gonna insist to see your WO until I'm done with the current one, however it may be very interesting. If anything don't delete it.

As for your test, you should try with a freshly derivated WO.
It wasn't me who sent you the WO wallet.  I will try with a freshly exported WO wallet from the backup and update you.  I will keep a backup of the WO wallet that's crashing.

It's not an old wallet.  The first tx I have in there is early Dec. 2013 so I imagine I made it with whatever Armory version was current then.

As an aside, using 0.88.1 is working well right now.
After re-export, still crashing. 
hero member
Activity: 784
Merit: 1000
February 07, 2014, 11:34:54 PM
Hi, I saw gmaxwell mentioning that the bitcoin-qt's algorithm for finding unspent outputs have a time complexity of O(N^2!), wonder what's the situation with Armory? Just curious, thanks.
member
Activity: 103
Merit: 10
February 07, 2014, 06:02:48 PM
I've imported the WO wallet on 3 computers now with similar results.  On rig 2 I got the wallet imported and scanned but it would crash frequently (with 30 minutes) and now does load without crashing.  On rig 3 I've done a clean install of Ubuntu 12.04, updated and installed bitcoind and qt from the ppa, synced the blockchain and I'm having similar symptoms as rig 2 and 1 now.

I moved back to using 0.88.1 on rig 1 and it hasn't crashed after a few days. 

Would it make sense to try to reimport (from the paper fragments I have) and export the WO wallet and see if that works better or is that unlikely to do anything different?

Do you mean this WO is ages old? I thought you had it exported from your recently restored wallets. If it is very old, now I really want to take a look at it.

Someome just recently sent us a WO that crashes Armory. I don't know if its yours but I'll be getting on it soon. I'm not gonna insist to see your WO until I'm done with the current one, however it may be very interesting. If anything don't delete it.

As for your test, you should try with a freshly derivated WO.
It wasn't me who sent you the WO wallet.  I will try with a freshly exported WO wallet from the backup and update you.  I will keep a backup of the WO wallet that's crashing.

It's not an old wallet.  The first tx I have in there is early Dec. 2013 so I imagine I made it with whatever Armory version was current then.

As an aside, using 0.88.1 is working well right now.
legendary
Activity: 3766
Merit: 1364
Armory Developer
February 07, 2014, 01:07:48 PM
Armory runs bitcoind.exe in the background right?  Is there a way to specify armory to run bitcoind.exe with the -server option? 

bitcoin.conf?
legendary
Activity: 3766
Merit: 1364
Armory Developer
February 07, 2014, 01:07:11 PM
I've imported the WO wallet on 3 computers now with similar results.  On rig 2 I got the wallet imported and scanned but it would crash frequently (with 30 minutes) and now does load without crashing.  On rig 3 I've done a clean install of Ubuntu 12.04, updated and installed bitcoind and qt from the ppa, synced the blockchain and I'm having similar symptoms as rig 2 and 1 now.

I moved back to using 0.88.1 on rig 1 and it hasn't crashed after a few days. 

Would it make sense to try to reimport (from the paper fragments I have) and export the WO wallet and see if that works better or is that unlikely to do anything different?

Do you mean this WO is ages old? I thought you had it exported from your recently restored wallets. If it is very old, now I really want to take a look at it.

Someome just recently sent us a WO that crashes Armory. I don't know if its yours but I'll be getting on it soon. I'm not gonna insist to see your WO until I'm done with the current one, however it may be very interesting. If anything don't delete it.

As for your test, you should try with a freshly derivated WO.
Pages:
Jump to: