doug_armory
|
 |
February 21, 2015, 05:37:05 AM |
|
Well, now I really screwed up. I updated to 0.92.99.7-testing, old database was deleted, and now armory keeps crashing as soon as it starts building databases, I tried like 6 times  Can you try the final 0.93 release? A last-minute bug that primarily (but not exclusively) affected OSX was patched this afternoon. I'm reasonably certain it'll stop your crashes. If it doesn't, file a support ticket and send us traces and logs ASAP. Thanks!
|
Senior Developer - Armory Technologies, Inc.
|
|
|
plethora
Member

Offline
Activity: 113
Merit: 10
|
 |
February 21, 2015, 08:18:19 PM |
|
Hey, the Changelog page is all empty :/
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
February 21, 2015, 09:24:09 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
|
|
|
|
Muhammed Zakir
|
 |
February 21, 2015, 09: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
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
 |
February 22, 2015, 03:58:13 AM |
|
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?
|
|
|
|
goatpig
Moderator
Legendary
Offline
Activity: 3878
Merit: 1382
Armory Developer
|
 |
February 22, 2015, 04:03:18 AM |
|
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. do we have to install 0.93 on both online and offline pc's?
Only the online machine
|
|
|
|
etotheipi (OP)
Legendary
Offline
Activity: 1428
Merit: 1096
Core Armory Developer
|
 |
February 22, 2015, 04:23:50 AM |
|
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. 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...
|
|
|
|
Newar
Legendary
Offline
Activity: 1358
Merit: 1001
https://gliph.me/hUF
|
 |
February 22, 2015, 05: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)..
|
|
|
|
Muhammed Zakir
|
 |
February 22, 2015, 06: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
|
|
|
|
grux
Member

Offline
Activity: 67
Merit: 10
|
 |
February 22, 2015, 10: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?
|
|
|
|
teste
|
 |
February 22, 2015, 03:06:24 PM |
|
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?
|
|
|
|
goatpig
Moderator
Legendary
Offline
Activity: 3878
Merit: 1382
Armory Developer
|
 |
February 22, 2015, 04:13:20 PM |
|
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.
|
|
|
|
teste
|
 |
February 22, 2015, 04:16:43 PM |
|
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.
|
|
|
|
solitude
|
 |
February 22, 2015, 10: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!
|
Hardly anyone speaks English on this forum.
|
|
|
btchris
|
 |
February 23, 2015, 07: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. 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....
|
|
|
|
picobit
|
 |
February 23, 2015, 07:31:43 PM |
|
Will Bitcoin 0.10.0 become available through the secure downloader, now that Armory officially supports it?
|
|
|
|
btchris
|
 |
February 23, 2015, 07: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  (that's the file that would need updating and re-signing for 0.10.0 to become available).
|
|
|
|
etotheipi (OP)
Legendary
Offline
Activity: 1428
Merit: 1096
Core Armory Developer
|
 |
February 23, 2015, 07: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  (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.
|
|
|
|
picobit
|
 |
February 24, 2015, 09: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 
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
 |
February 24, 2015, 04:35:36 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  (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?
|
|
|
|
|