Bitcoin Forum
May 26, 2024, 12:33:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 »
3901  Bitcoin / Armory / Re: Armory - Discussion Thread on: January 28, 2014, 05:27:11 PM

Is it possible to have bitcoin Armory use an external blockchain rather than downloading the whole blockchain on my computer?
It would be nice to have that option.  At some point, it won't make sense to download terabytes of the blockchain and should be left to specialized miners/servers offering that service. 





We plan on implementing that eventually.
3902  Bitcoin / Armory / Re: Issues with "Verifying Source Code Authenticity" on: January 27, 2014, 05:35:43 AM
I always feel uneasy about the fact that so much money has to depend on MIT's server working properly and uninfilitrated, wonder if there is a way we can employ blockchain itself for further authetication Roll Eyes

Sounds like a job for Namecoin!
3903  Bitcoin / Armory / Re: Armory (0.90 Beta) hanging on: January 26, 2014, 12:45:45 AM
Are you building the DB without a wallet loaded?

I've received a log file with no body text. The email is titled "logfile" with just the one 84.2kb log attached. Is this yours?
3904  Bitcoin / Armory / Re: Ram Upgrade on: January 25, 2014, 09:46:06 PM
Is 6gig or ram going to be a good middle ground?  I have a 2gb lying around and bought a 4gb not to long ago.

Just running the 4gb stick now (32bit) and even with windows only seeing 3gig worth, still rarely go over the 50% mark. Really don't want to spend the money to go for 8gig just for amory only.

I always have a taskbar full of icons and constantly switching between. So it's not like I'm just checking email, close down and open internet explorer, close down and open kingsoft office...

Kind of annoying that it always takes 20mins or more to 'build databases". Not only that but can hear my hd grinding away for the entire time.  Or maybe the solution is to run it while taking a shower, or making dinner Smiley

Are you scanning the chain on every start with 0.90? This is a bug, we have fixes ready for the next version.
3905  Bitcoin / Armory / Re: Added specific 'connect' peers (not addnode), now armory doesn't launch on: January 25, 2014, 09:44:06 PM
There are actually 3 places where Armory gets its data in that regard:

1) The block height is fetched straight from the raw blockchain files
2) Assuming you let Armory manage bitcoind, it will query bitcoind's status through the RPC, mainly for the progress bar. Armory won't use the RPC at all if you manage BitcoinQt yourself.
3) Armory connects as a network node on localhost to your (local, obviously) bitcoin instance to monitor the network and push its transactions.
3906  Bitcoin / Armory / Re: Added specific 'connect' peers (not addnode), now armory doesn't launch on: January 25, 2014, 06:58:24 PM
add a connect=127.0.0.1

scratch that, its bind=127.0.0.1 that you need
3907  Bitcoin / Armory / Re: Issues with "Verifying Source Code Authenticity" on: January 24, 2014, 11:24:12 PM
http://www.gnupg.org/gph/en/manual.html

Checkout the "Trust in a key's owner" section
3908  Bitcoin / Armory / Re: Issues with "Verifying Source Code Authenticity" on: January 24, 2014, 07:33:31 PM
Quote
gpg: key 98832223: "Alan C. Reiner (Offline Signing Key) <alan@bitcoinarmory.com>" 6 new signatures
gpg: no ultimately trusted keys found

gpg: no ultimately trusted keys found

This is the line you care about. You have to up the trust leve of Alan's offline key yourself
3909  Bitcoin / Armory / Re: Armory (0.90 Beta) hanging on: January 24, 2014, 07:26:41 PM
I dont think I've seen your log file in our support channel. Please send your entire log file to support@bitcoinarmory.com
3910  Bitcoin / Armory / Re: Armory problem - "database build" stuck on 45 secs remaining on: January 23, 2014, 05:32:07 AM
Check your system clock, make sure it matches your local time.
3911  Bitcoin / Armory / Re: Delete/Remove Wallet - shred/overwrite, or merely filesystem delete? on: January 23, 2014, 05:31:33 AM
Armory won't care about a deleted wallet. Go ahead and shred them yourself instead of deleting them through Armory.

My advice to you would be to run Armory with its data dir pointed at an encrypted folder. You can use the --datadir="mypath" command line argument to achieve that. Make sure to move the DB dir to another location with the --dbdir="mydbpath" arg.

It side steps the shredding issue by keeping the wallets and their left overs encrypted.
3912  Bitcoin / Armory / Re: Cannot send btc, even to same wallet w/ different address on: January 22, 2014, 05:31:42 AM
We actually are changing to this behavior in the next release, turns out it is preferable.
3913  Bitcoin / Armory / Re: Cannot send btc, even to same wallet w/ different address on: January 21, 2014, 11:03:42 PM
At this point you have to manually delete the DB and rebuild.
3914  Bitcoin / Armory / Re: Unable to Sign Using Offline Wallet on: January 21, 2014, 06:49:57 PM
WO: watch only

Make sure the WO and the offline wallet have the same address chain length and see if that fixes your issue.

If not, with coin selection (in expert mode), pick the addresses you want to spend from and make sure they are present in the Offline wallet. Then let me know how it all went.

Also, I'd like to see both the offline and online Armory log files. Do a File -> Export Log Files in both and send them to support@bitcoinarmory.com
3915  Bitcoin / Armory / Re: Unable to Sign Using Offline Wallet on: January 21, 2014, 05:32:45 PM
How far have you extended the chain on both the offline and WO wallets? Did you have imported addresses in the offline wallet, prior to restoring from paper?
3916  Bitcoin / Armory / Re: Unable to Sign Using Offline Wallet on: January 21, 2014, 04:29:25 PM
The WO displays the same ID as the offline wallet?
3917  Bitcoin / Armory / Re: Cannot send btc, even to same wallet w/ different address on: January 21, 2014, 02:47:17 PM
You need to push you address chain up to its previous length. Start Armory in Expert mode, go to your wallet properties and click the number next to "Addresses Used", and extend your total address count by 100, see if that does it.
3918  Bitcoin / Armory / Re: Delete/Remove Wallet - shred/overwrite, or merely filesystem delete? on: January 21, 2014, 02:44:13 PM
Assuming you don't hold your .wallet files on a SSD, you'll have to shred them yourself. You only need to concern yourself with .wallet files.
3919  Bitcoin / Armory / Re: Cannot send btc, even to same wallet w/ different address on: January 21, 2014, 05:57:24 AM
Send us your log file at support@bitcoinarmory.com

I think we already encountered this bug and have a fix scheduled for the next release.
3920  Bitcoin / Armory / Re: Print out addresses from offline armory? on: January 20, 2014, 11:33:37 PM
In expert mode, there is an export key list option in the backup center, maybe that's what you are looking for.
Pages: « 1 ... 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 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!