Bitcoin Forum
May 24, 2024, 05:08:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 ... 233 »
2921  Bitcoin / Armory / Re: Armory - Discussion Thread on: December 13, 2015, 10:59:48 PM
Thanks goatpig, that worked. Saw on website that 0.93.2 also says it has a 32 bit version and will run on XP. But when I checked on secure downloader and filtered out 32 bit versions 0.93.2 didn't show up. So I installed 0.92.3 to play it safe.

That's a mess up on our part, 0.93 only comes in x64 on Windows.
2922  Bitcoin / Armory / Re: Armory - Discussion Thread on: December 13, 2015, 07:41:02 PM
You can offline sign with 0.92 and broadcast with 0.93.3
2923  Bitcoin / Armory / Re: Armory on Tails 1.7 Help! ;) on: December 13, 2015, 05:51:00 PM
I actually didn't know about the entry guard attack.

My point is that not all clearnet traffic is encrypted:

Quote
to inject data into a non encrypted clearnet packet

Rather simple to setup this broad, undiscriminated attack on the Tor network, the kind de-anonymising parties would resort to I expect.

Quote
did some very complicate traffic correlations attacks that only a gov. agency is able to do

If it's a credible attack vector, it should be accounted for, regardless of the resources implied. This is why I consider Tor to clearnet traffic to be unsafe.

Same goes with SSL, for obvious reasons. There are 300+ CAs out there, and it only takes compromising one.
2924  Bitcoin / Armory / Re: Armory on Tails 1.7 Help! ;) on: December 12, 2015, 04:19:22 PM
I've read several times that the weakest point in Tor is the exit relay since it is essentially positioned as a MITM. I'm no network security specialist but it seems rather benign for an adversarial exit relay to inject data into a non encrypted clearnet packet to try and reveal meta data about the requesting party, or monitor said packet size.
2925  Bitcoin / Armory / Re: Armory on Tails 1.7 Help! ;) on: December 12, 2015, 04:04:11 PM
Electrum is included on Tails OS though. Wouldn't Tails compansate sufficiently for the loss of privacy in Electrum?

You will still be uploading your wallet's addresses to Electrum to fetch your history. As for the IP, if the Electrum server is a hidden service, you'll be fine. If it's on the clearnet, you'll be using an exit relay which may or may not reveal your IP.
2926  Bitcoin / Armory / Re: Armory on Tails 1.7 Help! ;) on: December 11, 2015, 05:06:05 PM
You lose privacy with SPV/lite clients. Armory has a harder and longer than average setup but won't jeopardize your privacy in return. That choice is for you to make.

Regarding security, as long as the wallet software doesn't do anything ridiculous, the security of your coins depends on the security of your stack + backups. In other words, the main factor is you and how well you understand the mechanics of cold storage.

I can't tell you much of anything about Electrum's security, I don't use it. I'm in no position to evaluate that part of the software.
2927  Bitcoin / Armory / Re: Armory on Tails 1.7 Help! ;) on: December 11, 2015, 02:59:29 AM
The offline packages are for Ubuntu, some of the .deb in there won't install on Tails (which is based on Debian Wheezy).

I'm not sure what you are trying to achieve. If you are using this machine as an offline signer, you will need to build up the list of necessary packages to install Armory. If you start with one of the Ubuntu packages, you will most likely run into dependency issues with python-twisted, python-openssl and libqt4.

You will want to browse to the offline package folder from the terminal and run:

sudo dpkg -i ./*.deb

You will get a bunch of errors, these will be from packages that are either missing or not suited for Debian Wheezy. Go to Debian's repo (https://www.debian.org/distrib/packages) and search for these packages by name. Download the Wheezy i386 version for each package (I'm fairly sure Tails is x86), unless it says all, in which case get that. Copy the downloaded packages into the offline bundle folder, and run that one command again.

On top of my head, the packages you will be missing are:

libqt4-designer
libqt4-help
libqt4-scripttools
libqt4-test
python-crypto
python-openssl
python-twisted-bin
python-twisted-core
python-twisted-names
python-twisted-web

and whatever else I forgot about.

Once you finally get the message that Armory has been installed (kinda hard to miss), you should be able to run it just by typing armory in the terminal.

------------------------

If you are using Tails for online Armory, follow these instructions:

https://bitcoinarmory.com/building-from-source/

You'll have to build Core from source too most likely.

2928  Bitcoin / Armory / Re: Transactions not appearing in Armory 0.93.3 on: December 09, 2015, 03:21:30 AM
Happy to report though that after a long Core download from scratch followed by an Armory rebuild/rescan, things appear to be working again!  Hopefully I'll never have to do that again :-O

Backup your Core data folder to ease the pain next time.
2929  Bitcoin / Armory / Re: Transactions not appearing in Armory 0.93.3 on: December 07, 2015, 04:55:14 AM
I'm not familiar with Core's code but I expect it was due to Core. Armory only ever reads those files and doesn't attempt to lock out other processes so it doesn't interfere with Core flushes either.
2930  Bitcoin / Armory / Re: Transactions not appearing in Armory 0.93.3 on: December 06, 2015, 05:00:18 PM
EDIT: To be clear, I did the lightest option factory reset.  I guess a heavier version is also an option.

You dont have much of a choice in the matter. Usually I'd recommend deleting the blkXXXXX.dat files up to the missing blocks, but at height ~200000k you're barely 5GB into the blockchain, simpler to just nuke it all.
2931  Bitcoin / Armory / Re: Run Bitcoin Core and Armory on separate computers. on: December 06, 2015, 04:12:44 PM
Is Core running?
2932  Bitcoin / Armory / Re: Transactions not appearing in Armory 0.93.3 on: December 06, 2015, 04:11:47 PM
Thanks for the quick response!  So to be clear, I can do the factory reset and once it's complete, have full functionality back with my existing wallets?

Factory reset nukes your DB, Core's blocks and defaults your settings. It doesn't touch wallets nor lockboxes.

Quote
Any idea what would have caused this?

Core is either missing a block in one of its blkXXXXX.dat or the block got mangled and the valid one was written after it. Core does not delete mangled blocks nor overwrites them. Armory is chocking on the mangled block (it's probably not mangled enough for Armory to just skip it). The upcoming version handles these kind of cases properly.
2933  Bitcoin / Armory / Re: Transactions not appearing in Armory 0.93.3 on: December 06, 2015, 04:47:28 AM
I have a similar issue, but possibly not the same one.

I'm running Armory 0.93.3 and Bitcoin Core 0.11.2.

I normally run both Bitcoin Core and Armory 24/7.  Bitcoin Core is up to to date and always current (i.e. receiving blocks without issue).  Armory one day crashed and said I needed to factory reset (no idea why).  I restarted with a rebuild and rescan figuring it might fix things.  It didn't.  Armory always stops at block 191534.  I tried a few times and every time I rescan or rebuild/rescan, it always come up and appears ready at block 191534.  Meanwhile, Bitcoin Core chugs along normally (currently at block 386938).

A few questions:

Is Armory compatible with Bitcoin Core 0.11.2?

Do I need to do the factory reset to resolve this?

Does a factory reset remove all wallets and require that they be re-imported?

1) Yes

2) Yes

3) No
2934  Bitcoin / Armory / Re: Armory 0.93.3 with BIP62 compliance on: December 04, 2015, 03:06:35 PM
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.
2935  Bitcoin / Armory / Re: Armory stuck on Block 385589 on: December 01, 2015, 10:41:02 AM
You don't need to delete everything, you can simply get rid of the last 1-2 blkXXXXX.dat files in your case.
2936  Bitcoin / Armory / Re: Armory 0.93.3 with BIP62 compliance on: November 30, 2015, 09:12:02 PM
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.
2937  Bitcoin / Armory / Re: Armory stuck on Block 385589 on: November 30, 2015, 11:02:40 AM
Core is missing #385590
2938  Bitcoin / Armory / Re: Armory 0.93.3 with BIP62 compliance on: November 22, 2015, 01:12:57 PM
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
2939  Bitcoin / Armory / Re: Importing compressed private keys on: November 20, 2015, 01:29:14 PM
I don't have one yet.
2940  Bitcoin / Armory / Re: Will the free open source Armory wallet continue to be developed going forward? on: November 19, 2015, 02:07:05 AM
Hey goatpig what about BIP65 support/UI? Is that on the to-do list?

It has to be, at least to identify received locked outputs. At that point adding support for CLTV spends is trivial.

Quote
Is it hard to do it?

Not hard per se. GUI modifications are always a pain though.
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!