Pages:
Author

Topic: Armory - Discussion Thread - page 28. (Read 521749 times)

legendary
Activity: 1428
Merit: 1093
Core Armory Developer
August 22, 2014, 02:53:59 PM
Because after double click to my wallet (wallet properties window) and double click to any address (address information window), there is list of transactions but nothing can be done further. I'd like to have there right click to "transaction info window".

I see what you mean, I'll get add it but you'll have to wait for the next release to enjoy it.

That's great, looking forward.

I have to report a wierd issue happen to me now.

Few minutes ago I received payment from coinshift and Armory shown me two separate transactions.
First thought was, Hurray, a double payment. But then I look closer and both are with same tx ID.
So I decide to restart armory and after that, this transaction is gone. But I can see it on blockchain ... Huh So now there is difference in balance between blockchain and my armory wallet.

Assume, now I have corrupted blockchain, and have to download new one. Right?

Has this happened to anyone else?

Thanks

What version are you using?  For a brief period of time, we had released a version that suffered from a duplicate transaction issue exactly as you describe.

Either way, to fix it you don't need to redownload the blockchain.  Simply wait for it to get at least one confirmation, and if there's still a duplicate, use "Help->Rescan Databases".  Should take 30 minutes.
legendary
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
August 22, 2014, 02:51:49 PM
Because after double click to my wallet (wallet properties window) and double click to any address (address information window), there is list of transactions but nothing can be done further. I'd like to have there right click to "transaction info window".

I see what you mean, I'll get add it but you'll have to wait for the next release to enjoy it.

That's great, looking forward.

I have to report a wierd issue happen to me now.

Few minutes ago I received payment from coinshift and Armory shown me two separate transactions.
First thought was, Hurray, a double payment. But then I look closer and both are with same tx ID.
So I decide to restart armory and after that, this transaction is gone. But I can see it on blockchain ... Huh So now there is difference in balance between blockchain and my armory wallet.

Assume, now I have corrupted blockchain, and have to download new one. Right?

Has this happened to anyone else?

Thanks

 
legendary
Activity: 1050
Merit: 1001
August 21, 2014, 04:04:03 PM
I've been seeing some connection to client lost messages, what generally causes this ?

It could be core maxing out it's p2p connections
I'm still green under the collar with Armory, so, huh ?

Default, bitcoin-core uses 8 connections to connect to other Bitcoin-nodes.
So I would say those messages are harmless (until someone else chimes in here).

Ente

Note that people tend to have issues when they have a custom bitcoin.conf.  Usually happens when they limit connections, and Core maxes out its P2P connections with peers that aren't Armory.
I don't have custom anything and it seems to be working so I guess I'll just forget it since it was more of a curiosity.

Also, is there a setting to have Armory start on system boot / login ? If there is I may have over looked it. One other thing too...

Is there a way to ad a watch only wallet that I got from the blokchain.info site ?

AFAIK, only wallets created / backed up by armory can be added.

Ty.
legendary
Activity: 2126
Merit: 1001
August 21, 2014, 10:41:22 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Maybe you have to add 127.0.0.1 to the allowed IPs in the connect line? Is the rpcuser and rpcpassword still there?

..added localhost to "connect" and "addnode". Still offline.
Yes, rpcuser and rpcpassword are unchanged.

Ente

Ah, forgot one thing, you could try "listen=1". According to https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File this is disabled, if connect is set.

Bang, spot on!
Now it works, with "connect" and "listen".
Thank you a ton, flipper!

..you can set the thread to [solved] now  Cheesy

Ente
full member
Activity: 123
Merit: 100
August 21, 2014, 10:17:09 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Ente

Try adding this argument to your command line "--skip-online-check"
legendary
Activity: 3738
Merit: 1360
Armory Developer
August 21, 2014, 10:08:52 AM
Since doing the latest update to Armoury on my Xubuntu 14.04 (64) machine it's never worked since.  The database never builds it gets to 99% <1 Minute to go and just hangs there forever.  I've tried deleting the two folders within -
Code:
:~/.armory/databases
- and I've tried also uninstalling plus purging the Armory install.  I do have a non-standard setup where my -
Code:
/home
- is on a SSHD and my -
Code:
/
folder is on a SSD.

Make a ticket please, and attach your log files:

https://bitcoinarmory.com/support/
sr. member
Activity: 350
Merit: 251
Dolphie Selfie
August 21, 2014, 09:27:29 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Maybe you have to add 127.0.0.1 to the allowed IPs in the connect line? Is the rpcuser and rpcpassword still there?

..added localhost to "connect" and "addnode". Still offline.
Yes, rpcuser and rpcpassword are unchanged.

Ente

Ah, forgot one thing, you could try "listen=1". According to https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File this is disabled, if connect is set.
legendary
Activity: 2126
Merit: 1001
August 21, 2014, 09:24:22 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Maybe you have to add 127.0.0.1 to the allowed IPs in the connect line? Is the rpcuser and rpcpassword still there?

..added localhost to "connect" and "addnode". Still offline.
Yes, rpcuser and rpcpassword are unchanged.

Ente
sr. member
Activity: 350
Merit: 251
Dolphie Selfie
August 21, 2014, 09:13:13 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Maybe you have to add 127.0.0.1 to the allowed IPs in the connect line? Is the rpcuser and rpcpassword still there?
legendary
Activity: 1372
Merit: 1003
August 21, 2014, 09:06:10 AM
Since doing the latest update to Armoury on my Xubuntu 14.04 (64) machine it's never worked since.  The database never builds it gets to 99% <1 Minute to go and just hangs there forever.  I've tried deleting the two folders within -
Code:
:~/.armory/databases
- and I've tried also uninstalling plus purging the Armory install.  I do have a non-standard setup where my -
Code:
/home
- is on a SSHD and my -
Code:
/
folder is on a SSD.
legendary
Activity: 2126
Merit: 1001
August 21, 2014, 08:22:01 AM
I set up a server with 24/7 running bitcoind. This one shall be the only one with "outside connections". My local bitcoind on my workstation, with Armory too, connects only to that server (via "connect="). My local bitcoind connects fine. Armory insists it is offline, though.
What's going on here? The only thing I change is activating/deactivating "connect=".
Does bitcoind need to have at least x connections to be considered "online"?

Also, I'm happy to visit the bitcoin-konferenz(.de) in Cologne, Germany.  You might find a groupie there, Alan! ;-)

Ente
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
August 21, 2014, 08:21:42 AM
I've been seeing some connection to client lost messages, what generally causes this ?

It could be core maxing out it's p2p connections
I'm still green under the collar with Armory, so, huh ?

Default, bitcoin-core uses 8 connections to connect to other Bitcoin-nodes.
So I would say those messages are harmless (until someone else chimes in here).

Ente

Note that people tend to have issues when they have a custom bitcoin.conf.  Usually happens when they limit connections, and Core maxes out its P2P connections with peers that aren't Armory.
legendary
Activity: 2126
Merit: 1001
August 21, 2014, 08:16:29 AM
I've been seeing some connection to client lost messages, what generally causes this ?

It could be core maxing out it's p2p connections
I'm still green under the collar with Armory, so, huh ?

Default, bitcoin-core uses 8 connections to connect to other Bitcoin-nodes.
So I would say those messages are harmless (until someone else chimes in here).

Ente
legendary
Activity: 1050
Merit: 1001
August 21, 2014, 01:50:58 AM
I've been seeing some connection to client lost messages, what generally causes this ?

It could be core maxing out it's p2p connections
I'm still green under the collar with Armory, so, huh ?
legendary
Activity: 2912
Merit: 1060
August 21, 2014, 01:45:44 AM
I've been seeing some connection to client lost messages, what generally causes this ?

It could be core maxing out it's p2p connections
legendary
Activity: 1050
Merit: 1001
August 21, 2014, 01:18:53 AM
I've been seeing some connection to client lost messages, what generally causes this ?
legendary
Activity: 1050
Merit: 1001
August 19, 2014, 06:47:59 PM
You have to agree to the EULA before anything else runs. You can go past it in offline mode, but wait until Core is done syncing before trying in online mode.
Will do, if I want to check out various settings in offline. Will those saved in offline be used in online ? Or are there different rule sets for the two "versions" ?

Ty.

Settings only change going from mainnet to testnet.
Sweet... anyway, Ty for all of the help.

Will post back after I get online up if I have more questions ;-)

Core should be around 27 weeks now.
legendary
Activity: 3738
Merit: 1360
Armory Developer
August 19, 2014, 06:42:50 PM
You have to agree to the EULA before anything else runs. You can go past it in offline mode, but wait until Core is done syncing before trying in online mode.
Will do, if I want to check out various settings in offline. Will those saved in offline be used in online ? Or are there different rule sets for the two "versions" ?

Ty.

Settings only change going from mainnet to testnet.
legendary
Activity: 1050
Merit: 1001
August 19, 2014, 04:37:44 PM
You have to agree to the EULA before anything else runs. You can go past it in offline mode, but wait until Core is done syncing before trying in online mode.
Will do, if I want to check out various settings in offline. Will those saved in offline be used in online ? Or are there different rule sets for the two "versions" ?

Ty.
legendary
Activity: 3738
Merit: 1360
Armory Developer
August 19, 2014, 04:34:48 PM
You have to agree to the EULA before anything else runs. You can go past it in offline mode, but wait until Core is done syncing before trying in online mode.
Pages:
Jump to: