Pages:
Author

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

legendary
Activity: 3766
Merit: 1364
Armory Developer
February 25, 2015, 05:50:07 PM
The latest version has memory leaks, badly. It consume 15.8 GB of my 16 GB Windows memory, every time.


What's Armory's RAM usage? I think you are confusing RAM used by the process and in use memory pages. The OS won't shy away from filling that up when a lot of access is performed on mmap'ed files, which will happen a lot during a DB scan. That doesn't mean the RAM is in use, it means the OS is chugging unused RAM to shuffle file data in and out of it. If a process was to ask for more RAM it would get priority over this memory.

The OS has no reason to empty this memory once Armory is done scanning. For all it knows, Armory just asked for intensive access to this data, so the OS expects it will again. Unless other processes start asking for more RAM or Armory is closed, the OS will keep these unused pages filled with the DB's mmap'ed files.
legendary
Activity: 1441
Merit: 1000
Live and enjoy experiments
February 25, 2015, 05:31:26 PM
The latest version has memory leaks, badly. It consume 15.8 GB of my 16 GB Windows memory, every time.
newbie
Activity: 37
Merit: 0
February 25, 2015, 12:15:01 PM
...

Ugh, I just realized I bet we broke the 12.04 offline bundle with this release.  I bet no one tested that... we really need to widen the testing net better.  In the future, we might offer quadruple bounties for the first bug found in each of a bunch of categories.  That would include testing the offline bundles, and lots of corner case features...

I might need to update the offline bundles and re-release 0.93...

Armory-0.93 Win7 64 bit version (Version 0.93-beta-84a5897ec2) also has a problem:
Today it crashed and rebuilt Armory database 3 times.
legendary
Activity: 1764
Merit: 1002
February 24, 2015, 11:35:36 AM
You may want to consider some updates to the online dllinks.txt file at some point...

Will Bitcoin 0.10.0 become available through the secure downloader, now that Armory officially supports it?

Speaking of updates to the dllinks.txt file Wink (that's the file that would need updating and re-signing for 0.10.0 to become available).

Yes it will, the problem is that it's not split up by Armory version, so updating 0.10 in the secure downloader would push it to the all the 0.92.3 users as well, who haven't upgraded.  I figured I would remove all the torrent code and push 0.10 all at once, but I'll give it some time for people to upgrade Armory first.

how's the Ubuntu 12.04 version coming along?
hero member
Activity: 547
Merit: 500
Decor in numeris
February 24, 2015, 04:33:33 AM
Yes it will, the problem is that it's not split up by Armory version, so updating 0.10 in the secure downloader would push it to the all the 0.92.3 users as well, who haven't upgraded.  I figured I would remove all the torrent code and push 0.10 all at once, but I'll give it some time for people to upgrade Armory first.

Good point.  You should wait!  I will download it manually as I used to do, it is not *that* hard to check the signatures manually Smiley
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
February 23, 2015, 02:42:10 PM
You may want to consider some updates to the online dllinks.txt file at some point...

Will Bitcoin 0.10.0 become available through the secure downloader, now that Armory officially supports it?

Speaking of updates to the dllinks.txt file Wink (that's the file that would need updating and re-signing for 0.10.0 to become available).

Yes it will, the problem is that it's not split up by Armory version, so updating 0.10 in the secure downloader would push it to the all the 0.92.3 users as well, who haven't upgraded.  I figured I would remove all the torrent code and push 0.10 all at once, but I'll give it some time for people to upgrade Armory first.
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
February 23, 2015, 02:37:41 PM
You may want to consider some updates to the online dllinks.txt file at some point...

Will Bitcoin 0.10.0 become available through the secure downloader, now that Armory officially supports it?

Speaking of updates to the dllinks.txt file Wink (that's the file that would need updating and re-signing for 0.10.0 to become available).
hero member
Activity: 547
Merit: 500
Decor in numeris
February 23, 2015, 02:31:43 PM
Will Bitcoin 0.10.0 become available through the secure downloader, now that Armory officially supports it?
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
February 23, 2015, 02:24:39 PM
getting dependency error not satifiable:  libstdc++6(>=4.7) in Ubuntu 12.04 32 bit on attempted install of 0.93

Note that 0.93 can't go online in x86. Also, it requires C++11 so you'll need a libstd that is recent enough. You can probably get that package from the LTS backports repo.

Quote
do we have to install 0.93 on both online and offline pc's?

Only the online machine

Ugh, I just realized I bet we broke the 12.04 offline bundle with this release.  I bet no one tested that... we really need to widen the testing net better.  In the future, we might offer quadruple bounties for the first bug found in each of a bunch of categories.  That would include testing the offline bundles, and lots of corner case features...

I might need to update the offline bundles and re-release 0.93...

You may want to consider some updates to the online dllinks.txt file at some point to reflect all of this...

E.g., removing the 32 (bit) flag from all of the Armory 0.93 versions (keeping it for ArmoryOffline though), and removing 12.04 from the Armory & ArmoryOffline Ubuntu lines until/unless you intend to distribute your own libstdc++6 (FYI a newer version isn't in the backports repo unfortunately).

It's a judgement call though....
hero member
Activity: 674
Merit: 500
February 22, 2015, 05:51:15 PM
Hi, thank you for the latest release and for making the most secure bitcoin software.

However, I still don't understand why under settings there is a path for Bitcoin install dir and Bitcoin home dir?  Maybe it's just me, but don't these locations sound exactly the same?

Install directory.  Home directory.  Same thing.  It's not like there's a directory called "home" anywhere.  Maybe a little description is in order?

There needs to be an option for the increasing number of SSD drive owners to install to a different drive.  --dbdir= in the shortcut link is not something most users will know how to do.

Finally, most importantly, Armory needs to stop relying on the Bitcoin Core client to function.  I think I read that a future release will remove this dependency.  I look forward to that!
sr. member
Activity: 312
Merit: 250
February 22, 2015, 11:16:43 AM
Hi,

I was testing the last version of Armory and I think this was fixed, right?

No this is still here and we don't plan on getting rid of it.

Strange. I can't reproduce the problem anymore.
legendary
Activity: 3766
Merit: 1364
Armory Developer
February 22, 2015, 11:13:20 AM
Hi,

I was testing the last version of Armory and I think this was fixed, right?

No this is still here and we don't plan on getting rid of it.
sr. member
Activity: 312
Merit: 250
February 22, 2015, 10:06:24 AM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64



Nothing can be done about this. Some of Armory's stack is forced in the RAM through mlock. Hibernation copies the entire RAM into the swap partition. Since that would defeat mlock's purpose, mlock'ed memory is not copied imaged in on hibernation. Armory won't be able to recover from that.

Hi,

I was testing the last version of Armory and I think this was fixed, right?
member
Activity: 67
Merit: 10
February 22, 2015, 05:42:26 AM
I was looking through the webshop example, is polling the best way to get new transactions to your wallet with armoryd.py?
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
February 22, 2015, 01:39:24 AM
Biggest possible size (according to Denso spec) is 23,648 bits with version 40 (177x177). That's 4,296 alpha-numeric characters (according to Wikipedia)..

Thanks for telling! I found a page with full possible sizes and bits. If anyone is interested, http://blog.qr4.nl/page/QR-Code-Data-Capacity.aspx.

   -MZ
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
February 22, 2015, 12:45:59 AM
Technically, this is possible.
In some cases the data needed for signing is huge, up to megabytes. It would then be close to impossible to transfer via QR, and that user might be in serious trouble then. Like with many many inputs from mining, for example. Even with non-extreme but large transactions it would not be very practical.

There are several ideas how to do "airgapping" securely. How I understand it, we are waiting for addon-ability for Armory first, then these optional and sometimes controversial options would be possible.

Ente

You are right but in most cases, this wouldn't be a problem. The Qr-code's size will increase, so you might need a an Android phone with a good camera.

I would like to see this.

   -MZ

Biggest possible size (according to Denso spec) is 23,648 bits with version 40 (177x177). That's 4,296 alpha-numeric characters (according to Wikipedia)..
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
February 21, 2015, 11:23:50 PM
getting dependency error not satifiable:  libstdc++6(>=4.7) in Ubuntu 12.04 32 bit on attempted install of 0.93

Note that 0.93 can't go online in x86. Also, it requires C++11 so you'll need a libstd that is recent enough. You can probably get that package from the LTS backports repo.

Quote
do we have to install 0.93 on both online and offline pc's?

Only the online machine

Ugh, I just realized I bet we broke the 12.04 offline bundle with this release.  I bet no one tested that... we really need to widen the testing net better.  In the future, we might offer quadruple bounties for the first bug found in each of a bunch of categories.  That would include testing the offline bundles, and lots of corner case features...

I might need to update the offline bundles and re-release 0.93...
legendary
Activity: 3766
Merit: 1364
Armory Developer
February 21, 2015, 11:03:18 PM
getting dependency error not satifiable:  libstdc++6(>=4.7) in Ubuntu 12.04 32 bit on attempted install of 0.93

Note that 0.93 can't go online in x86. Also, it requires C++11 so you'll need a libstd that is recent enough. You can probably get that package from the LTS backports repo.

Quote
do we have to install 0.93 on both online and offline pc's?

Only the online machine
legendary
Activity: 1764
Merit: 1002
February 21, 2015, 10:58:13 PM
getting dependency error not satifiable:  libstdc++6(>=4.7) in Ubuntu 12.04 32 bit on attempted install of 0.93

do we have to install 0.93 on both online and offline pc's?
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
February 21, 2015, 04:32:32 PM
Technically, this is possible.
In some cases the data needed for signing is huge, up to megabytes. It would then be close to impossible to transfer via QR, and that user might be in serious trouble then. Like with many many inputs from mining, for example. Even with non-extreme but large transactions it would not be very practical.

There are several ideas how to do "airgapping" securely. How I understand it, we are waiting for addon-ability for Armory first, then these optional and sometimes controversial options would be possible.

Ente

You are right but in most cases, this wouldn't be a problem. The Qr-code's size will increase, so you might need a an Android phone with a good camera.

I would like to see this.

   -MZ
Pages:
Jump to: