Bitcoin Forum
May 06, 2024, 03:09:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 233 »
2421  Bitcoin / Armory / Re: 0.95 testing builds on: November 13, 2016, 01:28:17 PM
Are you pointing the Windows client to the nginx instance by ip & port? You will need these CLI args:

https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L124
https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L125

Same goes for nginx vs the db ip & port.
2422  Bitcoin / Armory / Re: ArmoryDB fails to stop (Mac OS X) on: November 13, 2016, 01:25:12 PM
Most likely a race condition in the shutdown process.

This is a likely culprit. Can't confirm if it's the culprit, unfortunately.

In any event, thanks for pointing out that ArmoryDB doesn't shut down. I only now noticed this. I'm guessing there's a shutdown signal that's either not sent or is the wrong signal. I'll look into it.

Most likely the FCGI library doesn't shutdown its listen socket as expected.
2423  Bitcoin / Armory / Re: 0.95 testing builds on: November 12, 2016, 06:49:56 PM
ArmoryDB is working fine, with all provided paths.      Running armory client locally (same linux instance) or from another linux instance is working nicely.    Only from Windows client I get this error.

Windows client to linux server?
2424  Bitcoin / Armory / Re: ArmoryDB fails to stop (Mac OS X) on: November 12, 2016, 04:54:17 PM
Most likely a race condition in the shutdown process.
2425  Bitcoin / Armory / Re: 0.95 testing builds on: November 12, 2016, 04:53:39 PM
Is ArmoryDB db running? Chances are it can't resolve your paths. Force the datadir and satoshi-datadir manually.
2426  Bitcoin / Armory / Re: ArmoryDB fails to stop (Mac OS X) on: November 12, 2016, 03:19:11 PM
I am considering an additional approach to shutting down the DB already. The current DB will not shutdown on its own if the client that spawned it crashes or terminates without sending the shutdown signal. This should cover most other cases.
2427  Bitcoin / Armory / Re: Armory 0.95 is out on: November 12, 2016, 02:06:45 PM
So right now the way to get armory to run is to disable it running core in the options, have core running then start armory?

Fixed in 0.95.1
2428  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 11, 2016, 10:49:36 PM
Delete the log. Start Armory, do you thing, try again, the db log will be smaller.
2429  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 11, 2016, 04:24:01 PM
In the Users top menu, pick expert, restart Armory and try again. Post the error message, as well as dbLog.txt and armorylog.txt
2430  Bitcoin / Armory / Re: Failed import of private key on: November 10, 2016, 11:30:40 PM
Pull request. The website is open source, the code is available on the gh-pages branch. If you write a patch to modify the page and PR it, I will review it and merge.
2431  Bitcoin / Armory / Re: buggy as hell, then armory self deleted?! on: November 09, 2016, 11:57:46 PM
Yes, if you removed python-qt4 after installing Armory, since it is a dependency it should uninstall Armory as well. However I'd imagine dpkg would give you a warning about that. Not sure how apt-get would react here.

I'd suggest using dpkg rather than apt-get to remove packages.
2432  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 09, 2016, 01:55:28 PM
1) Start Armory. In Files -> Settings, turn off auto bitcoind management (in the first section). Shut it down. Make sure there are no ArmoryDB.exe nor bitcoind.exe process running before proceeding to the next step.

2) Delete your databases folder: C:\Users\Zeeshan\AppData\Roaming\Armory\databases

3) Start BitcoinQt manually, let it sync with the network.

4) Start ArmoryDB manually: open the command line, browse to the Armory binaries folder (C:\Program Files (x86)\Armory\ by default), run ArmoryDB.exe. Your log file indicates you don't use custom paths or arguments, so that alone should do it.

5) Start ArmoryQt the regular way. It will find the DB instance on its own and start showing you progress information.

If it fails at any stage, post your dbLog.txt (found here: C:\Users\Zeeshan\AppData\Roaming\Armory).

2433  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 08, 2016, 08:12:42 PM
no, just the one.
2434  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 08, 2016, 08:00:21 PM
You are using 0.95, upgrade to 0.95.1

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.95.1
2435  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 08, 2016, 07:43:21 PM
let's see log files
2436  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 08, 2016, 07:26:58 PM
Delete your databases folder, try again. Make sure there is no ArmoryDB process running in the background before you do any of that.
2437  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 08, 2016, 06:17:12 PM
What you see in the Armory log are actual C style time stamps. So there is time, just not human readable =D

I just realized your computer has very little RAM (4GB). It's very possible Core and Armory are fighting over RAM. I'd suggest you reduce the ram usage of ArmoryDB and observe it.

Start ArmoryDB manually, lower the ram use with this command line argument: --ram_usage=1 (defaults to 4). If it's still failing, delete your databases folder, then add this cli arg: --db-type=DB_BARE
2438  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 08, 2016, 05:11:14 PM
ArmoryQt will basically crash in its current state if the underlying communication with ArmoryDB is severed, or ArmoryDB itself hangs. The most likely reason is that Bitcoin is not running, or that ArmoryDB can't connect to it (maybe because it filled up with other nodes).

Let's see a log file if anything. I want dblog.txt in particular.
2439  Bitcoin / Armory / Re: Armory client/server? on: November 08, 2016, 12:25:39 PM
https://github.com/goatpig/BitcoinArmory/blob/master/cppForSwig/BlockUtils.cpp#L819
https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L88
2440  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 07, 2016, 06:47:52 PM
Does it work with 0.94.1?
Pages: « 1 ... 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 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!