Bitcoin Forum
March 28, 2024, 11:28:15 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Armory 0.96.4 release  (Read 728 times)
alturigo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 23, 2018, 12:26:49 PM
 #21

I have a couple of issues:

- Fee estimation is not working, the slider is grayed out and I have to set the fee manually.
- When trying to bump the fee of a RBF transaction, an empty small window pops up.

I am running my own bitcoind (0.16.1), armory succesfully syncs and "Connected (X blocks)" is displayed in purple.
Seeing the changelog I am thinking that I have something wrong in my configuration but no clue what can it be.
1711668495
Hero Member
*
Offline Offline

Posts: 1711668495

View Profile Personal Message (Offline)

Ignore
1711668495
Reply with quote  #2

1711668495
Report to moderator
1711668495
Hero Member
*
Offline Offline

Posts: 1711668495

View Profile Personal Message (Offline)

Ignore
1711668495
Reply with quote  #2

1711668495
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711668495
Hero Member
*
Offline Offline

Posts: 1711668495

View Profile Personal Message (Offline)

Ignore
1711668495
Reply with quote  #2

1711668495
Report to moderator
1711668495
Hero Member
*
Offline Offline

Posts: 1711668495

View Profile Personal Message (Offline)

Ignore
1711668495
Reply with quote  #2

1711668495
Report to moderator
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
June 23, 2018, 12:51:05 PM
 #22

You have to setup the RPC. Also, post armorylog.txt.

alturigo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 23, 2018, 04:16:16 PM
 #23

RPC is configured with rpcuser and rpcpassword and working (at least with bitcoin-cli and lightningd). I see that ArmoryDB is running with "--cookie" but I can't use this as bitcoind is running with its own user with very limited permissions and the cookie file can't be read by other users.

Where can I tell armory the right rpcuser and rpcpassword?
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
June 23, 2018, 08:14:58 PM
 #24

RPC is configured with rpcuser and rpcpassword and working (at least with bitcoin-cli and lightningd). I see that ArmoryDB is running with "--cookie" but I can't use this as bitcoind is running with its own user with very limited permissions and the cookie file can't be read by other users.

Where can I tell armory the right rpcuser and rpcpassword?

You can't do that, it tries to read it from your bitcoin.conf on its own. You'd have to hardcode your log/pass in code and build it yourself.

alturigo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 24, 2018, 10:12:46 AM
 #25

All right, I was expecting armory to read bitcoin.conf from my home directory but it reads it only from the Bitcoin Home Dir. Now I have everything working great.

Thanks for your help!
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
June 24, 2018, 11:16:57 AM
 #26

All right, I was expecting armory to read bitcoin.conf from my home directory but it reads it only from the Bitcoin Home Dir. Now I have everything working great.

Thanks for your help!

You mean have args to provide the rpclog/pass in the armory.conf? Reading another .conf than the one your node is started with would not help and introduce a lot of confusion.

alturigo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 24, 2018, 01:12:13 PM
 #27

You mean have args to provide the rpclog/pass in the armory.conf? Reading another .conf than the one your node is started with would not help and introduce a lot of confusion.
Usually I provide the credentials in /home/user/.bitcoin/bitcoin.conf which only contains two lines: rpcuser and rpcpassword. Then a have a global bitcoin.conf in /etc with all the options I need. To enable armory to read my credentials I copied bitcoin.conf (with only rpcuser/password) to satoshi-datadir.
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
June 24, 2018, 01:41:53 PM
 #28

You mean have args to provide the rpclog/pass in the armory.conf? Reading another .conf than the one your node is started with would not help and introduce a lot of confusion.
Usually I provide the credentials in /home/user/.bitcoin/bitcoin.conf which only contains two lines: rpcuser and rpcpassword. Then a have a global bitcoin.conf in /etc with all the options I need. To enable armory to read my credentials I copied bitcoin.conf (with only rpcuser/password) to satoshi-datadir.

I'll just add args to feed the log/pass from armory's own config files

Quazzmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 22, 2018, 07:08:59 PM
 #29

Hi,

Upgraded to 0.96.4 on win64
Nothing happens when I click "Send Bitcoins", except the following in my armorylog.txt:

2018-07-22 19:36:18 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 3452, in clickSendBitcoins
  File "qtdialogs.pyc", line 4593, in __init__
  File "ui\TxFrames.pyc", line 150, in __init__
  File "ui\WalletFrames.pyc", line 232, in __init__
  File "ui\WalletFrames.pyc", line 347, in updateOnWalletChange
  File "ui\TxFrames.pyc", line 346, in setWallet
  File "ui\TxFrames.pyc", line 395, in setupCoinSelectionInstance
  File "CppBlockUtils.pyc", line 4140, in getCoinSelectionInstance
DbErrorMsg: <CppBlockUtils.DbErrorMsg; proxy of <Swig Object of type 'DbErrorMsg *' at 0x000000000458E1E0> >

(and I don't know how to attach the whole log file here...)
droark
Sr. Member
****
Offline Offline

Activity: 525
Merit: 282


View Profile WWW
July 22, 2018, 08:25:30 PM
 #30

Looks like you're having a database issue. What were you on before upgrading to 0.96.4?
ragman77777
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 22, 2018, 09:27:04 PM
 #31

hi there,

just updated my BTC and wallet to newest version , core works fine but wallet only goes in offline mode , cant see my balance . since im not a pro with bitcoin software , does anyone has any tips ? i have the armory wallet on expert user ....

thanks in advance
Quazzmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 23, 2018, 08:06:51 AM
 #32

Looks like you're having a database issue. What were you on before upgrading to 0.96.4?

I was on 0.96.3

At first install attempt of 0.96.4 it couldn't write ArmoryDb.exe (as I recall, or something similar) as if it was still running in the background (I didn't check). Second install attempt didn't complain
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4315

<insert witty quote here>


View Profile
July 29, 2018, 06:25:08 AM
 #33

Copy/Paste your log file using pastebin.com... then post the unique URL that it creates when you save it. That might make it easier to see if anything else is causing the issue.

..JAMBLER.io..Create Your Bitcoin Mixing
Business Now for   F R E E 
▄█████████████████████████████
█████████████████████████
████▀████████████████████
███▀█████▄█▀███▀▀▀██████
██▀█████▄█▄██████████████
██▄▄████▀▄▄▄▀▀▀▀▀▄▄██████
█████▄▄▄██████████▀▄████
█████▀▄█▄██████▀█▄█████
███████▀▄█▀█▄██▀█▄███████
█████████▄█▀▄█▀▄█████████
█████████████████████████
█████████████████████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
      OUR      
PARTNERS

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
▄█████████████████████████████
████████▀▀█████▀▀████████
█████▀█████████████▀█████
████████████████████████
███████████████▄█████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████▀█████████
████████████████████████
█████▄█████████████▄█████
████████▄▄█████▄▄████████
▀█████████████████████████████
█████████████████████████████████████████████████
.
   INVEST   
BITCOIN

.
█████████████████████████████████████████████████
████▄
██
██
██
██
██
██
██
██
██
██
██
████▀
alomar
Member
**
Offline Offline

Activity: 178
Merit: 10


View Profile
July 30, 2018, 11:34:24 AM
 #34

What's the proper procedure to actually use the RBF feature to resubmit a failed minfee relay tx with a higher fee?
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
July 30, 2018, 12:11:17 PM
 #35

Right click the "turquoise" tx in the in main ledger and pick "Bump Fee". You can also see RBF eligible UTXOs in the RBF control dialog that you can access from the Send GUI (the button is right under Coin Control).

alomar
Member
**
Offline Offline

Activity: 178
Merit: 10


View Profile
July 30, 2018, 03:38:23 PM
 #36

Right click the "turquoise" tx in the in main ledger and pick "Bump Fee". You can also see RBF eligible UTXOs in the RBF control dialog that you can access from the Send GUI (the button is right under Coin Control).

couple questions:

i don't see a turquoise tx in main GUI.  is this b/c the error window i got when trying to broadcast this offline tx said something about "the node will not relay b/c the fee is below the minimum relay fee"?  is that error referring to my full node (one that i can adjust to allow relay) or an outside node that rejects my broadcast and terminates it?

when i open the RBF window, it just says "none".  when i click "Accept" the window just disappears with no apparent action.  i've sent RBF enabled tx's before but have never had to use it and the tx's cleared just fine.  what's going on?  i thought all UTXO's were RBF eligible?
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3068



View Profile
July 30, 2018, 10:47:39 PM
 #37

i don't see a turquoise tx in main GUI.  

Implies problems. RBF tx's are always colored that way in the Transaction window.

RBF should be default checkbox-ed on the Send Transaction form. In your case maybe not?

Are you using 96.4, or something earlier? (there were bugs in RBF before 96.4)

Vires in numeris
alomar
Member
**
Offline Offline

Activity: 178
Merit: 10


View Profile
July 30, 2018, 11:32:33 PM
 #38

i don't see a turquoise tx in main GUI.  

Implies problems. RBF tx's are always colored that way in the Transaction window.

RBF should be default checkbox-ed on the Send Transaction form. In your case maybe not?

Are you using 96.4, or something earlier? (there were bugs in RBF before 96.4)

96.4 linux and it was checked.  i left it checked.

probably has to do with error as i mentioned above.  it something to the effect that whatever node i'm connected to rejected the tx b/c the fee was too low.  at that point there was no other choice than for me to manually construct a brand new tx with a higher fee to try and get it to go thru.  but then the fee i chose was still too low and the same thing happened two more times.  which is why i asked above how to use RBF to try and make it simpler; but it isn't possible given the lack of the turquoise tx in the GUI.
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3640
Merit: 1345

Armory Developer


View Profile
July 31, 2018, 12:01:50 AM
 #39

Check the RBF coin control dialog, the output should be in there.

alomar
Member
**
Offline Offline

Activity: 178
Merit: 10


View Profile
July 31, 2018, 02:53:37 AM
Last edit: July 31, 2018, 03:47:59 AM by alomar
 #40

Check the RBF coin control dialog, the output should be in there.

nothing is in there

edit:  here's the error window.  clearly i submitted with too low a fee.  but i see no way to access the enabled RBF function to resubmit:  https://imgur.com/a/vFJLUB2
Pages: « 1 [2] 3 »  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!