Bitcoin Forum
May 10, 2024, 10:30:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 »  All
  Print  
Author Topic: Armory 0.93.3 with BIP62 compliance  (Read 8910 times)
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
November 15, 2015, 12:34:12 PM
 #61

It won't load with the armory generated bitcoin.conf only with the p2pool config that I have.

I had in the armory generated config
rpcuser=generated_by_armory
rpcpassword=long password

but it won't load with that
but it will load with this...

listen=1
gen=0
server=1
daemon=1
rpcport=8332
rpcconnect=127.0.0.1
rpcallowip=192.168.1.12
rpcuser=bitcoinrpc
rpcpassword=AJacKm5v8MHFBU1vvHjznhAiy3MckM8jPMDiX3grbpc5
maxconnections=30
upnp=0
mintxfee=0.00005
minrelaytxfee=0.00005
disablewallet=1

Something has changed somewhere.

How do I get armory to generate that secure bitcoin.conf like it did originally?
1715380207
Hero Member
*
Offline Offline

Posts: 1715380207

View Profile Personal Message (Offline)

Ignore
1715380207
Reply with quote  #2

1715380207
Report to moderator
1715380207
Hero Member
*
Offline Offline

Posts: 1715380207

View Profile Personal Message (Offline)

Ignore
1715380207
Reply with quote  #2

1715380207
Report to moderator
1715380207
Hero Member
*
Offline Offline

Posts: 1715380207

View Profile Personal Message (Offline)

Ignore
1715380207
Reply with quote  #2

1715380207
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715380207
Hero Member
*
Offline Offline

Posts: 1715380207

View Profile Personal Message (Offline)

Ignore
1715380207
Reply with quote  #2

1715380207
Report to moderator
1715380207
Hero Member
*
Offline Offline

Posts: 1715380207

View Profile Personal Message (Offline)

Ignore
1715380207
Reply with quote  #2

1715380207
Report to moderator
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
November 15, 2015, 12:49:39 PM
 #62

So that's fixed for me but wonder why it would work in linux and not in windows?

Every issues I have seen on Win10 had something to do with permissions. I guess they tightened the user isolation. I should upgrade to 10 at some point...

Quote
How do I get armory to generate that secure bitcoin.conf like it did originally?

That's a feature for auto bitcoind only. Armory only uses the RPC to recover status data from bitcoind when it manages it. It won't bother if you manage Qt yourself.

trev
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 22, 2015, 04:44:24 AM
 #63

Critical Bug Fix: "bitcoin:" URI handling of Multisig/P2SH addresses:
The code that handles clicking on a "bitcoin:" link outside Armory was improperly handling Multisig/P2SH addresses, and would prefill a valid but incorrect address.

I diff'd the 93.2 v.s. 93.3 source code to find the bug fix for the URI issue.
I can't see any change that is obviously related to it.

There is a change in jsonrpc_listunspent() at armoryd.py:462 where ".getOutPoint()" has been removed.
462c461
<             curUTXODict['txid'] = binary_to_hex(u.getOutPoint().getTxHash(), \
---
>             curUTXODict['txid'] = binary_to_hex(u.getTxHash(), \

Is this the fix for the URI bug?

In jsonrpc_listaddrunspent() the identical code is used at line 556.
Should that line be patched in the same way as line 462 ?

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
November 22, 2015, 01:12:57 PM
 #64

Is this the fix for the URI bug?

No

Quote
In jsonrpc_listaddrunspent() the identical code is used at line 556.
Should that line be patched in the same way as line 462 ?

No

Roy Badami
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500


View Profile
November 30, 2015, 08:08:10 PM
 #65

Is 0.93.3 going to be put up on the website?  Currently the downloads link still seems to point to 0.93.2.

roy
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
November 30, 2015, 09:12:02 PM
 #66

Is 0.93.3 going to be put up on the website?  Currently the downloads link still seems to point to 0.93.2.

roy

Not sure about that, I'll ask around.

Roy Badami
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500


View Profile
December 03, 2015, 09:54:22 PM
 #67

Armory 0.93.3 with BIP62 Released

Download links below, but as always, please use the secure downloader within Armory under "Help"-->"Update Software" or on the Announcements tab on the main screen.

More out of curiosity than anything else, but is the secure downloader actually working at the moment?  For me, it complains that it hasn't seen an update in months, and won't show me anything recent.  But I self-built, so maybe something broke.
Stroto
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile
December 04, 2015, 10:08:20 AM
 #68

Well I have an issue with the new armory.

Sometimes when I make a tx and get change back in the same wallet the change appears as separate tx between the transactions. Not a real problem ofcourse, however the change is also not subtracted from the address so it shows as double. This prevents to make further transactions until the tx are confirmed. In those cases the change address is the same as the output address.

Probably an example makes it clearer:

Wallet A has 0.10 BTC which is bought of 1 transaction

A transaction is made of 0.02

Now the wallet shows two transactions:

tx1 -0.02 BTC
tx2 +0.0799 BTC

total value 0.16998

It shows like that until all tx have confirmed and before confirmation when you try to make a transaction (of the 0.0799 that should be able to spend) it can't broadcast the transaction. When the tx get confirmed the tx (tx2 +0.0799 BTC) disappears from the list.

It does not happen with all the tx just some.
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
December 04, 2015, 03:06:35 PM
 #69

More out of curiosity than anything else, but is the secure downloader actually working at the moment?  For me, it complains that it hasn't seen an update in months, and won't show me anything recent.  But I self-built, so maybe something broke.

I don't think it is.

Quote
Sometimes when I make a tx and get change back in the same wallet the change appears as separate tx between the transactions. Not a real problem ofcourse, however the change is also not subtracted from the address so it shows as double. This prevents to make further transactions until the tx are confirmed. In those cases the change address is the same as the output address.

Armory won't let you spend incoming ZC, only ZC change. I'm aware of the ZC parsing bug (where it sometimes fail to figure out an output is actually change) and I have fixed that in the soon to come release, so you'll have to be patient.

lemipawa
Legendary
*
Offline Offline

Activity: 1708
Merit: 1003


View Profile
December 07, 2015, 09:52:37 AM
 #70

For some reason, I cant download the 0.93 version last night, but instead I downloaded 0.92 version, would there be a problem with that in the future?
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
December 07, 2015, 12:46:46 PM
 #71

For some reason, I cant download the 0.93 version last night, but instead I downloaded 0.92 version, would there be a problem with that in the future?
Yes. It would produce high s signatures which would be rejected by the network.

lemipawa
Legendary
*
Offline Offline

Activity: 1708
Merit: 1003


View Profile
December 07, 2015, 03:16:04 PM
 #72

For some reason, I cant download the 0.93 version last night, but instead I downloaded 0.92 version, would there be a problem with that in the future?
Yes. It would produce high s signatures which would be rejected by the network.

I'm using a netbook Samsung n150 but I tried to download the 0.93 version, it's not allowing me
Is there any work around on that?
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
December 09, 2015, 02:44:53 PM
 #73


I'm already in contact with support, but I'm wondering if other people experience Armory crashes too, shortly after "Organizing Blockchain" starts?
(Lubuntu 14.04)

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
j1pvt
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 15, 2015, 05:44:50 PM
 #74

Im on Core 0.10.0  and Armoury 0.93.2,
Mac OSX 10.10.5
Everything working fine,
Why would I need to update ? ?
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
December 15, 2015, 06:01:06 PM
 #75

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
December 15, 2015, 06:39:36 PM
 #76

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

what version of Core should we be on now?
Holliday
Legendary
*
Offline Offline

Activity: 1120
Merit: 1010



View Profile
December 15, 2015, 06:50:28 PM
 #77

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

what version of Core should we be on now?

Err... uhh, don't you run XT or Unlimited?

If you aren't the sole controller of your private keys, you don't have any bitcoins.
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1347

Armory Developer


View Profile
December 15, 2015, 07:11:36 PM
 #78

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

what version of Core should we be on now?

CLTV is activated (or should be soon, not sure), so 11.2 at least.

cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
December 15, 2015, 07:14:59 PM
 #79

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

what version of Core should we be on now?

Err... uhh, don't you run XT or Unlimited?

sure, all but one to run Armory.  you have a problem with that?
Holliday
Legendary
*
Offline Offline

Activity: 1120
Merit: 1010



View Profile
December 15, 2015, 07:22:07 PM
 #80

Long story short, you should update Core because you just should, and you should update Armory or you'll have trouble spending coins.

what version of Core should we be on now?

Err... uhh, don't you run XT or Unlimited?

sure, all but one to run Armory.  you have a problem with that?

So you run a different client to make a statement but when it comes to actually using Bitcoin, you use Core.

I don't have a problem with that, I just think it's hilarious.

Edit: Oh... and to answer your question, you should use the latest version of Core and Armory.

If you aren't the sole controller of your private keys, you don't have any bitcoins.
Pages: « 1 2 3 [4] 5 »  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!