Pages:
Author

Topic: Armory 0.96.2 is out (SegWit enabled) - page 6. (Read 9229 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
August 30, 2017, 02:07:23 AM
#10
Any ideas?  Can't access my bitcoin since segwit.   Huh
You are missing several build steps. Follow the instructions at https://btcarmory.com/docs/building/
newbie
Activity: 12
Merit: 0
August 30, 2017, 02:04:00 AM
#9
I'm running Ubuntu 16.04.  The debs will not install (my GCC version does not match either) and the build steps just simply fail.  I'm probably missing something here...

All this as root:

git clone https://github.com/goatpig/BitcoinArmory.git
cd BitcoinArmory
git checkout v0.96.2
git tag -v v0.96.2
make

On make I get:

make: *** No targets specified and no makefile found.  Stop.

On the git tag command I get:

object 95dc55907f26cf79fdec7f8efa4228f7efd696cc
type commit
tag v0.96.2
tagger goatpig <[email protected]> 1504047291 +0200

v0.96.2
gpg: Signature made Tue 29 Aug 2017 04:54:51 PM MDT using RSA key ID 4922589A
gpg: Can't check signature: public key not found
error: could not verify the tag 'v0.96.2'

(Previously I tried to add a key in Kleopatra but that didn't seem to help...)

Any ideas?  Can't access my bitcoin since segwit.   Huh

cox
newbie
Activity: 10
Merit: 0
August 30, 2017, 01:54:45 AM
#8
Congratulations ! great work :-)
member
Activity: 83
Merit: 10
August 30, 2017, 01:34:54 AM
#7
Great! Does generating a SW address require creating a new wallet?

Nope!
sr. member
Activity: 248
Merit: 252
August 30, 2017, 01:30:23 AM
#6
Great! Does generating a SW address require creating a new wallet?
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 30, 2017, 12:42:50 AM
#5
Would make sense to allow Segwit generation also in the offline version.

Minor annoyance -- Offline Armory appears unable to sign transactions from SegWit addresses unless manually put into Expert mode and select C++ signer.

Specifically, from a SegWit UTXO to two SegWit addresses plus an OP_RETURN


That's semi by design, don't want it to be too easy to shoot one's self in the foot yet. Will remove the limitations in the next point release.
member
Activity: 83
Merit: 10
August 30, 2017, 12:13:34 AM
#4
Minor annoyance -- Offline Armory appears unable to sign transactions from SegWit addresses unless manually put into Expert mode and select C++ signer.

Specifically, from a SegWit UTXO to two SegWit addresses plus an OP_RETURN
full member
Activity: 209
Merit: 100
Radix-The Decentralized Finance Protocol
August 29, 2017, 10:05:55 PM
#3
Would make sense to allow Segwit generation also in the offline version.
legendary
Activity: 1193
Merit: 1003
9.9.2012: I predict that single digits... <- FAIL
August 29, 2017, 08:28:29 PM
#2
Great! Thank you.
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 29, 2017, 07:20:35 PM
#1
0.96.2 is out. The use of SegWit has been enabled on the mainnet starting this release. SegWit availability is checked through your node's WITNESS service bit, i.e. connecting Armory to a node that does not advertise this bit will disable SW in the GUI.

Changes:

Code:
== Added ==
   - Enabled SegWit on the mainnet. Running against a node with WITNESS service bit flagged will allow you to create SegWit addresses.
   - Improved DB scan speed (~80% faster) and stability.
   - Reduced DB memory usage (~20% less).
   - Supernode DB mode. This isn't optimized for consumer grade computers, use at your own risk.
   - The MAX button in the Send dialog has been changed to a checkbox, effect is now binding.
     Maximum value will be calculated on any change.
   - You can now create OP_RETURN outputs from the Send dialog. This feature is only available in Expert mode.
   - You can now pick the signer of your choosing in Expert mode.
   - Added BCH on top of the legacy and 0.96 C++ signer.
   - Improved verbose on ZC broadcast failure.

== Fixed ==
   - Fixed benchmark timers on POSIX systems.
   - Fixed several Linux build configure bugs.
   - Properly update RPC state in GUI on connect/disconnect events.
   - Various zero conf bugs.
   - Scan progress notification.
   - Properly display comments for non legacy addresses.
   - Digital exports will be saved under the proper file extention in Windows.

== Removed ==
   - Removed armoryd from the repository. armoryd was moved to its own repository (https://github.com/goatpig/armoryd)

Binaries:

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

Note:

OSX and offline RPi packages are on the way.
Pages:
Jump to: