MoreBloodWine
Legendary
Offline
Activity: 994
Merit: 1000
|
 |
August 21, 2014, 05:18:53 AM |
|
I've been seeing some connection to client lost messages, what generally causes this ?
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
bitpop
Legendary
Offline
Activity: 2548
Merit: 1045
https://keybase.io/bitpop
|
 |
August 21, 2014, 05: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
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 994
Merit: 1000
|
 |
August 21, 2014, 05: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 ?
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
August 21, 2014, 12:16:29 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
|
|
|
|
etotheipi
Legendary
Offline
Activity: 1428
Merit: 1005
Core Armory Developer
|
 |
August 21, 2014, 12:21:42 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.
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
August 21, 2014, 12:22:01 PM |
|
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
|
|
|
|
matthewh3
Legendary
Offline
Activity: 1372
Merit: 1000
|
 |
August 21, 2014, 01:06:10 PM |
|
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 - :~/.armory/databases - and I've tried also uninstalling plus purging the Armory install. I do have a non-standard setup where my - /home - is on a SSHD and my - / folder is on a SSD.
|
|
|
|
flipperfish
Sr. Member
  
Offline
Activity: 350
Merit: 251
Dolphie Selfie
|
 |
August 21, 2014, 01:13:13 PM |
|
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?
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
August 21, 2014, 01:24:22 PM |
|
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
|
|
|
|
flipperfish
Sr. Member
  
Offline
Activity: 350
Merit: 251
Dolphie Selfie
|
 |
August 21, 2014, 01:27:29 PM |
|
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.
|
|
|
|
goatpig
Moderator
Legendary
Offline
Activity: 2380
Merit: 1133
Armory Developer
|
 |
August 21, 2014, 02:08:52 PM |
|
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 - :~/.armory/databases - and I've tried also uninstalling plus purging the Armory install. I do have a non-standard setup where my - /home - is on a SSHD and my - / folder is on a SSD. Make a ticket please, and attach your log files: https://bitcoinarmory.com/support/
|
|
|
|
CircusPeanut
|
 |
August 21, 2014, 02:17:09 PM |
|
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"
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
August 21, 2014, 02:41:22 PM |
|
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  Ente
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 994
Merit: 1000
|
 |
August 21, 2014, 08: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.
|
|
|
|
Wusolini
Legendary
Offline
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
|
 |
August 22, 2014, 06: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 ...  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
|
|
|
|
etotheipi
Legendary
Offline
Activity: 1428
Merit: 1005
Core Armory Developer
|
 |
August 22, 2014, 06: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 ...  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.
|
|
|
|
Wusolini
Legendary
Offline
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
|
 |
August 22, 2014, 07:13:15 PM Last edit: August 22, 2014, 07:45:33 PM by Wusolini |
|
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 ...  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. I'm always up to date, whenever Armory announce new ver. I download it immediately. At the moment I have ver. 0.92.1-beta. I'll do the rescan an will post here the result. Thanks for advice. EDIT: Rescan worked, it's OK now. Was so simple, I am ashamed of myself for not trying it prior making this useless post.
|
|
|
|
matthewh3
Legendary
Offline
Activity: 1372
Merit: 1000
|
 |
August 25, 2014, 01:51:30 PM |
|
I think it'd be good if you made the offline version of Armory to work with Lubuntu. As most people use older hardware for offline machines plus the latest Lubuntu 14.04 is an LTS version. I had no luck trying to install the offline bundle on Lubuntu 14.04LTS or Lubuntu 12.04. Going to try with the recommended Ubuntu 12.04.3.
|
|
|
|
MoreBloodWine
Legendary
Offline
Activity: 994
Merit: 1000
|
 |
August 25, 2014, 02:01:28 PM |
|
Was wondering if I can still please get an answer on this, Ty.
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.
|
|
|
|
Ente
Legendary
Offline
Activity: 2126
Merit: 1001
|
 |
August 26, 2014, 08:01:09 AM |
|
Was wondering if I can still please get an answer on this, Ty.
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.
For now, yes. You can only import an Armory wallet (doh!) or individual private keys. Armorys wallet formate is incompatible to the others. Well, in fact all others are incompatible, as Armory was the first one with HD wallets. The new wallet formate is in the works, and will use "compatible" BIP0032 too. Ente
|
|
|
|
|