Bitcoin Forum
April 19, 2024, 06:20:10 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 »  All
  Print  
Author Topic: Armory 0.96 is out  (Read 13772 times)
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
May 17, 2017, 07:36:59 PM
 #121

I see what the issue is. You want a "Max" button that's binding basically?

Would make sense as a checkbox, with some kind of other visual feedback as to what's happening and why. Although I'm alright with the simple button based way we have right now

It's much simpler to implement it as is. This is one of those cases where the demand does not justify the implementation cost.

1713550810
Hero Member
*
Offline Offline

Posts: 1713550810

View Profile Personal Message (Offline)

Ignore
1713550810
Reply with quote  #2

1713550810
Report to moderator
1713550810
Hero Member
*
Offline Offline

Posts: 1713550810

View Profile Personal Message (Offline)

Ignore
1713550810
Reply with quote  #2

1713550810
Report to moderator
1713550810
Hero Member
*
Offline Offline

Posts: 1713550810

View Profile Personal Message (Offline)

Ignore
1713550810
Reply with quote  #2

1713550810
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713550810
Hero Member
*
Offline Offline

Posts: 1713550810

View Profile Personal Message (Offline)

Ignore
1713550810
Reply with quote  #2

1713550810
Report to moderator
1713550810
Hero Member
*
Offline Offline

Posts: 1713550810

View Profile Personal Message (Offline)

Ignore
1713550810
Reply with quote  #2

1713550810
Report to moderator
naska21
Hero Member
*****
Offline Offline

Activity: 1358
Merit: 635


View Profile
May 18, 2017, 05:57:30 AM
 #122

I see what the issue is. You want a "Max" button that's binding basically?

Would make sense as a checkbox, with some kind of other visual feedback as to what's happening and why. Although I'm alright with the simple button based way we have right now

It's much simpler to implement it as is. This is one of those cases where the demand does not justify the implementation cost.

Now when I got all logics behind the scene  everytning is OK with me. leave as it is and thanks for the nice product with a lot of improvements compared to 0.93
Stroto
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile
May 18, 2017, 08:29:19 AM
 #123

Just a short simple question.

Would it be possible to make in 0.96.1 in wallet properties when I click on balances, comments, tx count or addresses and so it would order them (highest, alphabetical, etc)? It doesn't seem to work right now and i'm searching my ass off when i look for a particular address or balance.

Thank You for considering

Will think about it.


In case someone else was searching for a particular address or so...

I found a way around it for now. When opening "Send Bitcoins" > "Address book" I can organize on tx, addresses, comments and balances.
Stroto
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile
May 18, 2017, 09:00:34 AM
Last edit: May 18, 2017, 09:13:40 AM by Stroto
 #124

Different question.

Can someone ELI5 me on how to use RBF in armory?

I tried to make a tx with RBF enabled, that worked.
It shows the tx with the comment *Right click to bump fee*. 0 conf
When I right click it a pop up appears but when i press "bump fee" in that nothing happens.

When opening "send bitcoins" again and RBF control enabled (it shows description: *RBF subset*) and recreate the same amount to the same address just with a higher fee I get the message "Coin selection failed with error: "Invalid spend value"

 Huh

Code:
2017-05-18 11:11 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 3340, in showContextMenuLedger
  File "ArmoryQt.py", line 5891, in bumpFee
  File "ui\TxFrames.pyc", line 1295, in prefillFromBatch
  File "ui\TxFrames.pyc", line 1342, in prefill
KeyError: 'change'

achow101
Staff
Legendary
*
Offline Offline

Activity: 3374
Merit: 6511


Just writing some code


View Profile WWW
May 18, 2017, 02:58:14 PM
 #125

Different question.

Can someone ELI5 me on how to use RBF in armory?

I tried to make a tx with RBF enabled, that worked.
It shows the tx with the comment *Right click to bump fee*. 0 conf
When I right click it a pop up appears but when i press "bump fee" in that nothing happens.

When opening "send bitcoins" again and RBF control enabled (it shows description: *RBF subset*) and recreate the same amount to the same address just with a higher fee I get the message "Coin selection failed with error: "Invalid spend value"

 Huh

Code:
2017-05-18 11:11 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 3340, in showContextMenuLedger
  File "ArmoryQt.py", line 5891, in bumpFee
  File "ui\TxFrames.pyc", line 1295, in prefillFromBatch
  File "ui\TxFrames.pyc", line 1342, in prefill
KeyError: 'change'


Apparently RBF was broken in 0.96 and we didn't notice. Try using 0.96.1-testing build. It should be fixed there.

Stroto
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile
May 18, 2017, 05:33:40 PM
 #126

Apparently RBF was broken in 0.96 and we didn't notice. Try using 0.96.1-testing build. It should be fixed there.

I will check that next couple of days,
Thanks
Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
May 18, 2017, 09:24:59 PM
 #127

Two small UI notes:

- when clicking a wallet, I get four categories (used, unused, change, imported), and inside of those again three categories (p2pkh etc). Only then I actually get to see the individual addresses. I liked it more as it was earlier, with one large list as soon as I open the wallet. Back then, "imported" was a field in the long list, for example. It's not too bad yet, as I only have coins in the "used - p2pkh" category.

- in coin control, I don't see the comment I wrote to an address. This would make coin control close to useless for me. My workaround is to click through the wallet the regular way, mentally choose the inputs I would want to use, and choose the corresponding bitcoin-amount-address in coin control.

Both aren't that tragic, but maybe it's easy to change, as it only changed recently afaik.

Cheers,

Ente

goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
May 18, 2017, 09:45:10 PM
 #128

- when clicking a wallet, I get four categories (used, unused, change, imported), and inside of those again three categories (p2pkh etc). Only then I actually get to see the individual addresses. I liked it more as it was earlier, with one large list as soon as I open the wallet. Back then, "imported" was a field in the long list, for example. It's not too bad yet, as I only have coins in the "used - p2pkh" category.

I'm not sure what you want to see changed there. Maybe pre-expending a section?

Quote
- in coin control, I don't see the comment I wrote to an address. This would make coin control close to useless for me. My workaround is to click through the wallet the regular way, mentally choose the inputs I would want to use, and choose the corresponding bitcoin-amount-address in coin control.

That's a miss on my part, will add for .1

Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
May 18, 2017, 10:09:59 PM
 #129

- when clicking a wallet, I get four categories (used, unused, change, imported), and inside of those again three categories (p2pkh etc). Only then I actually get to see the individual addresses. I liked it more as it was earlier, with one large list as soon as I open the wallet. Back then, "imported" was a field in the long list, for example. It's not too bad yet, as I only have coins in the "used - p2pkh" category.
I'm not sure what you want to see changed there. Maybe pre-expending a section?
Me neither :-)
Maybe merging all four categories and three subcategories into one large list, with sortable fields? It was more like that when there were only "regular" and "imported" addresses. Of course it wouldn't make sense to have 12 more rows though.

Quote
Quote
- in coin control, I don't see the comment I wrote to an address. This would make coin control close to useless for me. My workaround is to click through the wallet the regular way, mentally choose the inputs I would want to use, and choose the corresponding bitcoin-amount-address in coin control.
That's a miss on my part, will add for .1
Nice! That is, for me, the much more helping change of the two. I'm happy :-)

Cheers,

Ente
Quazzmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 21, 2017, 10:50:52 PM
 #130

Binaries:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96

changelog

https://github.com/goatpig/BitcoinArmory/blob/master/changelog.txt

Notable changes:

1) SegWit
2) RBF & CPFP
3) Translations
4) Compressed public keys
5) Reworked coin control and address tree UI
6) Fleshed out fee and privacy features

Better description on the webpage: https://btcarmory.com/0.96.0-release/

Notes:

Only putting out Windows x64 and Linux x64 builds atm. Offline bundles, RPi and OSX builds for 0.96.1, once I get rid of the twisted/openssl dependency. Eta 1-2 weeks.

Thanks:

achow101 for the support and translation PR, droark for the OSX support and the testers for helping tiddy things up.

Enjoy =)





Happy to see Armory still moving forward, efforts are much appreciated here!
Has anyone successfully restored from a fragmented two of three paper backup with 0.96?
0.96 is the release that got me past the "offline" phase in which you can't "do" anything such as restore backups... so pleased with that!
I'm trying to restore from a 2 of 3 fragmented paper backup, wallet version 1.35c with a SecurePrint code.
I type in my two fragments, but the "Restore from fragments" button remains disabled bottom right.
Am I doing something wrong, or is this a bug with a workaround perhaps?
Getting a little nervous as now running low on options for accessing my funds... A Windows update destroyed the PC holding my bitcoins!

Thanks for any help :-)
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
May 22, 2017, 12:56:12 AM
 #131

Quote
0.96 is the release that got me past the "offline" phase in which you can't "do" anything such as restore backups... so pleased with that!

There is no such thing. Offline mode is basically what you should be using to restore backups. If you're having issues, post your logs. Use pastebin.

Quazzmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 22, 2017, 07:36:52 AM
 #132

Quote
0.96 is the release that got me past the "offline" phase in which you can't "do" anything such as restore backups... so pleased with that!

There is no such thing. Offline mode is basically what you should be using to restore backups. If you're having issues, post your logs. Use pastebin.

Thanks goatpig, here's the partial armorylog.txt at the time of my first attempt to restore from the fragmented paper backup,
during which the "Restore from fragments" button remained greyed so I couldn't click it after typing in the codes:


2017-05-21 21:54 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-21 21:54 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-21 22:13 (INFO) -- qtdialogs.pyc:11716 - Good data from enter_one_frag exec! 0
2017-05-21 22:13 (ERROR) -- Traceback (most recent call last):
  File "qtdialogs.pyc", line 11718, in dataEnter
  File "qtdialogs.pyc", line 11898, in addFragToTable
  File "qtdialogs.pyc", line 11803, in checkRestoreParams
AttributeError: 'QString' object has no attribute 'ags'

2017-05-21 22:16 (INFO) -- qtdialogs.pyc:11716 - Good data from enter_one_frag exec! 1
2017-05-21 22:16 (ERROR) -- Traceback (most recent call last):
  File "qtdialogs.pyc", line 11718, in dataEnter
  File "qtdialogs.pyc", line 11898, in addFragToTable
  File "qtdialogs.pyc", line 11803, in checkRestoreParams
AttributeError: 'QString' object has no attribute 'ags'

2017-05-21 22:25 (INFO) -- qtdialogs.pyc:11716 - Good data from enter_one_frag exec! 0
2017-05-21 22:25 (ERROR) -- Traceback (most recent call last):
  File "qtdialogs.pyc", line 11718, in dataEnter
  File "qtdialogs.pyc", line 11898, in addFragToTable
  File "qtdialogs.pyc", line 11803, in checkRestoreParams
AttributeError: 'QString' object has no attribute 'ags'

2017-05-21 22:27 (INFO) -- qtdialogs.pyc:11716 - Good data from enter_one_frag exec! 1
2017-05-21 22:28 (INFO) -- ArmoryQt.py:4876 - New Block! : 467495
2017-05-21 22:28 (INFO) -- ArmoryQt.py:4884 - Current block number: 467495
2017-05-21 22:29 (INFO) -- ArmoryQt.py:4876 - New Block! : 467496
2017-05-21 22:29 (INFO) -- ArmoryQt.py:4884 - Current block number: 467496
2017-05-21 22:31 (INFO) -- qtdialogs.pyc:11716 - Good data from enter_one_frag exec! 1
2017-05-21 22:31 (ERROR) -- Traceback (most recent call last):
  File "qtdialogs.pyc", line 11718, in dataEnter
  File "qtdialogs.pyc", line 11898, in addFragToTable
  File "qtdialogs.pyc", line 11803, in checkRestoreParams
AttributeError: 'QString' object has no attribute 'ags'

2017-05-21 22:33 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-05-21 22:33 (INFO) -- SDM.pyc:457 - Called stopBitcoind
2017-05-21 22:33 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!
2017-05-21 22:33 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-05-21 22:33 (INFO) -- SDM.pyc:457 - Called stopBitcoind
2017-05-21 22:33 (INFO) -- SDM.pyc:463 - ...but bitcoind is not running, to be able to stop
2017-05-21 22:33 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!
2017-05-21 22:33 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 5328, in closeEvent
  File "ArmoryQt.py", line 5415, in closeForReal
  File "twisted\internet\base.pyc", line 580, in stop
ReactorNotRunning: Can't stop reactor that isn't running.

2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1138 - C++ block utilities loaded successfully
2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1255 -
2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1256 -
2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1257 -
2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1258 - ************************************************************
2017-05-21 22:33 (INFO) -- ArmoryUtils.pyc:1259 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe


Thanks for any suggestions!
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
May 22, 2017, 01:32:34 PM
 #133

Botched translation patch changes, easy fix on my end. Wait for the next testing build, sometimes this week.

GodHatesFigs
Full Member
***
Offline Offline

Activity: 557
Merit: 101



View Profile
May 24, 2017, 03:37:17 AM
 #134

I'm having trouble verifying the PGP Signature of the 0.96 hash with the Offline Signing Key. I've imported the Offline Signing Key from the Armory website (0x98832223) into Kleopatra , but when I try to verify the signature, I get the message:

"Signed on 2017-04-30 20:20 with unknown certificate 0x8C5211764922589A.
The signature is invalid: No public certificate to verify the signature"

The hash of the installer matches the one provided on the Armory website for the win64.exe file
(fce84bd0964a43a677b1be689e321c562c10a202a35fd052975f3c3536055dd7)

What am I doing wrong?

goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
May 24, 2017, 03:45:07 AM
 #135

https://btcarmory.com/docs/verify

Using etotheipi key instead of mine.

GodHatesFigs
Full Member
***
Offline Offline

Activity: 557
Merit: 101



View Profile
May 24, 2017, 03:46:19 AM
 #136

Thanks!
Brangdon
Sr. Member
****
Offline Offline

Activity: 365
Merit: 251


View Profile
May 28, 2017, 10:37:46 AM
 #137

I am still using 0.93.3 version for both online and offline wallets of Armory  in conjuction with bitcoin core 0.11.2 and would appreciate any recomendations for smooth migration from 0.93.3 to 0.96 on Win 10 machine
I am also a returning user upgrading from 0.93.3. My version of bitcoin core was of a similar vintage. I updated both. When I ran Armory it ran bitcoin-qt for me, but that process quit and Armory didn't seem to notice. From the core logs I found I had to run bitcoin-qt directly and tell it to re-index the database. I'm currently doing this, and it seems to be going OK, but I thought you might want to know the process wasn't as smooth and automatic as one might wish and required this manual intervention.

Also, bitcoinarmory.com is not our website. The website is https://btcarmory.com/
Eeek. Bitcoinarmory.com is what a Google search found for me. This post is what made me realise it was old.

Still, I'm very pleased to learn Armory is back under active development. I was actually Googling "Armory replacement" and expecting to have to find a new wallet to spend my coins. In other good news, my offline computer still boots.

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

Activity: 167
Merit: 100


View Profile
June 07, 2017, 02:34:04 PM
 #138

Mine's working great. I sent a transaction and the comment says chained zc. Does that mean anything?

Means your tx is spending an unconfirmed txout.


I don't see any further replies on this issue.  I just had the same comment on my transaction and it's still showing unconfirmed after 12 hours when the previous transaction only took about 1 hour.  Do I need to do anything to have this transaction work or do I just wait for it to confirm>

Thanks. 
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
June 07, 2017, 02:47:30 PM
 #139

Chances are you didn't push a proper fee.

bitbitcoincoin
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
June 07, 2017, 02:59:09 PM
 #140

Chances are you didn't push a proper fee.

Clicked send max, reading now there is a potential bug where Armory puts too small a fee when using the Max button?

Can I just clear unconfirmed and try again or am I risking a double spend and more issues?

Thanks for the quick reply.
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 »  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!