Bitcoin Forum
May 05, 2024, 09:00:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 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 ... 233 »
1561  Bitcoin / Armory / Re: A confirmed transaction showing as 0 confirmations in Armory 0.96.0.2 on macOS on: July 11, 2017, 06:32:35 PM
First of all, 0.96.0.4 does not build on OSX cause of some 1 line of code issue. That's been fixed in testing, but testing doesn't build atm cause reasons.

As for getting through autoconf, right now it's laying out the stuff packages you are missing. You may want to check with other OSX users how to deal with those. These checks should pass on OSX.
1562  Bitcoin / Armory / Re: 0.96.1 testing build #4 on: July 11, 2017, 03:19:39 PM
I assumed that cause when I started the 0.96 osx binary it said illegal instruction but building on my own worked fine. Maybe a dependency is using such instructions !?!?

https://github.com/goatpig/BitcoinArmory/blob/testing/cppForSwig/cryptopp/Makefile.am#L15

That stuff is completely disabled on OSX. This ought to be something else. Building yourself is always preferable at any rate, autotools should make that more accessible.
1563  Bitcoin / Armory / Re: 0.96.1 testing build #4 on: July 11, 2017, 01:02:30 PM
Hi, should we upgrade bitcoin-qt to 0.14.2  version to run alongside with the latest 0.96.1 testing build #4, and if YES, will it run smoothly?

You can update to 0.14.2

I'm still not able to get a working build of the OS X version > Armory 0.96.0.
.

tag 0.96.0.4 is broken on OSX. That's been in testing but testing is broken atm for other reasons, so you'll have to wait.

Quote
The last provided testing build binary works not for me because it uses some CPU instructions that my hardware does not support.

That shouldn't not matter, none of these ASM optimizations are enabled on the OSX builds.

Is there change log for test builds? Just can't find it now. Anyway not big deal, just curious.

The changelog in testing, but I have not updated it in a while. Crawl the commit history comments if you want to get an idea.
1564  Bitcoin / Armory / Re: Where are wallets stored Ubuntu? on: July 11, 2017, 09:35:58 AM
~/.armory
1565  Bitcoin / Armory / Re: Armory 0.96 is out on: July 11, 2017, 09:34:20 AM
I tried installing "armory_0.96-gcc5.4_amd64.deb" as an offline wallet but it required downloading a couple of files. Obviously, I am not about to compromise my offline machine by exposing it to the interweb just to download said files. Will the next release be self-contained (i.e. not requiring to go online to download some files in order to complete its installation)?

I do plan on pushing out an offline package for 0.96.1 if it's what you are referring to.
1566  Bitcoin / Armory / Re: A confirmed transaction showing as 0 confirmations in Armory 0.96.0.2 on macOS on: July 10, 2017, 08:48:01 PM
It's failing to see new blocks. You need 0.96.0.4 for the fix. Otherwise, rebuild & rescan.
1567  Bitcoin / Armory / Re: ArmoryQt on Windows still broken with remote ArmoryDB on Ubuntu? on: July 10, 2017, 09:21:26 AM
What build are you using?
1568  Bitcoin / Armory / Re: Off Line Storage on: July 09, 2017, 01:53:28 PM
You are better off sweeping the funds than importing.

The most efficient way forward is to create a short term wallet, import the private keys into that, sync it then move the coins out on a low fee/during low traffic. This way you keep the private keys offline while side stepping the priority fee rake. You can even RBF with this setup (allows you to start on a really low fee and increment as needed).

The sweeping interface is too streamlined to allow for this level of control, and it would require you to expose the private keys to the online machine to begin with.

Once this all done, you can get rid of the short term wallet.
1569  Bitcoin / Armory / Re: Cannot start Armory on Linux Debian, stuck on "Preparing Databases" on: July 09, 2017, 01:48:16 PM
Quote
But is it just me? I can't believe I'm having this weird errors, I don't have any strange configuration, I'm just trying to run "normally" armory on Debian... is it such an unpopular thing?

You are getting outright crashes, you should build the binaries against your actual hardware, that would at least isolate the issue somewhat. If it persist, you can then debug build and show me the traceback of the actual crash.
1570  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 09, 2017, 01:46:01 PM
Be careful not to mix several blockchain folders against the same DB. The DB is tied to the block files layout and that's an easy way to corrupt it.
1571  Bitcoin / Armory / Re: Off Line Storage on: July 09, 2017, 07:42:53 AM
Your offline machine only needs Armory.

Quote
Or do you just load Armory form the zipped files?  Do the library files need to be unzipped and installed or will this occur automatically?

Depends what OS your offline signer runs. If it's Windows or OSX, you only need the respective release package. For Linux, you will need to install the dependencies as well. The 0.93 offline packages have that stuff in there, so you could look at these.
1572  Bitcoin / Armory / Re: Cannot start Armory on Linux Debian, stuck on "Preparing Databases" on: July 08, 2017, 10:06:23 PM
Nope, that's the 0.96.0.4 build from your github Sad

Try with your own build.
1573  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 08, 2017, 07:21:25 PM
Bitcoind is still going at ~40% utilization for the last 3 hours and no change in the UI.
Still balance shows 0.

https://pastebin.com/aHJnfgud

Are you pointing your Node to different blockchain folders?
1574  Bitcoin / Armory / Re: Cannot start Armory on Linux Debian, stuck on "Preparing Databases" on: July 08, 2017, 07:18:50 PM
Quote
What's going on here? Sad thanks in advance again for any help!

No idea. Are you building the binaries yourself?
1575  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 08, 2017, 05:05:36 PM
If you still don't see your balance, post your logs again.
1576  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: July 08, 2017, 05:03:46 PM
I tried to look up what DB_BARE means and I think it means I'm still a fill node (through bitcoin core) and everything is validated fully but some hash information is not stored making it some searches from Armory less rich.

It means it does not maintain the dataset to resolve arbitrary tx hashes. On the GUI side that means you can't input tx nor fee of incoming transactions (people paying you). This is the state 0.94 was in.

Quote
Can I just keep running like this?

Well yes and no. You can keep on using this DB type but due to a mess up on my end, you have to specify the --db-type on each run. I fixed that issue but there's no build out with it yet. You're not supposed to be able to swap types once a DB is instantiated, but again, I messed up the check.

If you don't specify it, it will corrupt the DB on the next run. You can use armoryqt.conf to force that arg for now. Once the fix goes into the next build, you won't have to worry about the arg after bootstrapping.

Quote
Considering the difficulty I had with getting this to run does that mean relatively soon I won't be able to run Armory online on this computer or shouldn't I worry about that?

I can't tell. Clearly there is an issue that only exists with slow/old machines, since I never run into it, and all cases I can remember like yours are on old/weak machines. For now there seems to be a critical point at which a machine is too aged/weak and can't bootstrap the DB off of defaults. Until the point I figure out what's going on, you are stuck with using custom settings. What you ran is basically the fail safe setting.

I don't think the issue is related to block size but rather block load. Smaller blocks with lighter transactions (up around block #350k) are easy enough to parse. It's the recent stuff that's grinding some machines to a halt. Seeing you eventually got past it, I'm gonna guess your machine can keep on going.

Quote
When I close the client I see the following errors in the log (and it takes a while to close the client meanwhile it's not responding). Is that all ok?

False positives. A bunch of debug verbose I left there cause people on OSX are complaining about slow shutdowns. This helps me figure out what's going on. Ignore on anything but OSX.
1577  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 08, 2017, 02:48:40 PM
I want you to run only the DB. Do not run the GUI nor your node.
1578  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 08, 2017, 02:20:46 PM
No, I want you to only run the DB, GUI or Core.
1579  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: July 08, 2017, 02:19:26 PM
Next start the client?

Yes.
1580  Bitcoin / Armory / Re: Armory kept crashing and now showing 0 balance on: July 08, 2017, 12:26:26 PM
Try again from the top with --thread-count=2
Pages: « 1 ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 [79] 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!