Bitcoin Forum
May 24, 2024, 11:00:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 130 131 132 133 134 135 136 ... 233 »
1701  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 03:47:52 PM
For some reason you managed to get the mem leak bug. Shutdown Bitcoin Core and start the DB alone. What are your system specs btw?
1702  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 03:39:40 PM
What's the process CPU load? RAM load?
1703  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 12:20:47 AM
There is nothing in your log indicating an issue, just let it finish.
1704  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 17, 2017, 08:51:19 PM
Post your dbLog. If you want to see the command prompt, you'll have to start ArmoryDB from within a prompt.
1705  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 17, 2017, 06:50:47 PM
Ok, doing that now. All default settings? (so e.g. for RAM)

Yes

Quote
And do I need to re-delete the database or can I keep the current state?

No
1706  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 17, 2017, 04:37:16 PM
I explicitly told you to use the testing builds.

Sorry you did. After I started the process already though (I thought I removed this topic). Did you want me to kill the process and start over?

It's now at block #610, how many more are there?

Another 300 or so. Kill the process and use the version I pointed you to.
1707  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 17, 2017, 02:59:42 PM
I explicitly told you to use the testing builds.
1708  Bitcoin / Armory / Re: Armorydb.exe has stopped - caught StopBlockingLoop in processDataStackThread on: June 17, 2017, 04:07:22 AM
If you are having stability issues, you want to use this:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing

Bootstrap the DB like this:

1) Delete the content of C:\Users\XXXXXX\AppData\Roaming\Armory\databases. Don't delete the folder, the DB won't create it for you, just empty its content

2) Don't run Bitcoin at all. Open your command line prompt (type cmd in the search bar), cd to the Armory binary folder, and type ArmoryDB.exe in there. This will run the DB on its own. Let it build. Once it is done, it should tell you something like "Enabling zero conf parsing".

3) With the DB still running and the build phase over, start ArmoryQt. This will send the DB in its scan phase.

4) Once that's done you should be done with the hard part. You can shut all that stuff down, start your node and let it catch up, then start Armory the regular way.
1709  Bitcoin / Armory / Re: Armory error on: June 16, 2017, 02:21:37 PM
Post both logs in full. Use pastebin.
1710  Bitcoin / Armory / Re: 0.96.1 testing build #3 on: June 16, 2017, 02:14:58 PM
Pushed a fix for that
1711  Bitcoin / Armory / Re: Armory on: June 16, 2017, 03:16:49 AM
Read my threads.

It is a hassle. 

You have to download the entire Bitcoin Blockchain apparantly. 160GB.  Takes days.

https://bitcoin.org/en/download

Trying to sweep to another wallet.

I only have 20usd lost in limbo.

Don't troll other people's thread please.
1712  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 15, 2017, 11:35:29 PM
Armory uses qt4, therefor qt5's lrelease may or may not get Armory to choke on the language packs. Ideally, it should run qt4's lrelease.

I'll add the missing include (no idea why this is breaking compilation, as it has not been an issue so far). I'll also add a check for lrelease in the executable path.
1713  Bitcoin / Armory / Re: Armory 0.96 is out on: June 15, 2017, 03:41:18 PM
what is this?

In fact I has put a bit lower fee than suggested one (200 Sat/B instead of suggested 400 Sat/B). However it was included into the 1st following block , but such error was a bit  distracting to me

Means your node has bad connectivity/is overloaded. Update to 0.96.0.3 for better verbose.

Quote
Could you specify this dir more presicely, is it this ....Roaming/Armory/databaseses ?

https://btcarmory.com/docs/pathing
1714  Bitcoin / Armory / Re: Armory error on: June 15, 2017, 03:36:41 PM
1) Delete this folder: C:\Users\DOM\AppData\Roaming\Armory\databases
2) Start BitcoinQt manually, don't let Armory manage it for now
3) Update to the lastest testing builds: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing
1715  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 15, 2017, 03:35:03 AM
It's gonna be nearly impossible to debug this if you don't have any C++ in you sorry.
1716  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 15, 2017, 12:51:55 AM
This is basically saying it can't build std::function

Create a .cpp and test the lib against that. File would look something like this:

Code:
...
#include <functional>

int main(void)
{
   std::function<int(void)> aFunc = [](void)->int
   {
      return 1;
   };

   aFunc();
   return 0;
}
1717  Bitcoin / Armory / Re: 0.96.1 testing build #3 on: June 14, 2017, 09:55:34 PM
Code:
running 2340 zc parser threads

This is a relevant symptom. How large is your node's mempool? Anything worth of note getting to that point? Let the Armory run for a few hours, does it get to that point?

Quote
(Think this is already wrong as it should not show the WatchOnly wallet.)
...
It's either case, the watch only wallet should be visible in 'my wallets'

Which one is it? WO's can be considered your wallet as long as you specify that in the ownership field. They are not by default however.
1718  Bitcoin / Armory / Re: Armory 0.96 is out on: June 14, 2017, 09:51:16 PM
Will have to figure it out with autotools. yey....
1719  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 14, 2017, 09:49:51 PM
These are warnings not errors. Post the entire make output on pastebin for me to look at.
1720  Bitcoin / Armory / Re: 0.96.1 testing build #3 on: June 14, 2017, 04:48:32 PM
If the bug is still there, you gonna have to try and narrow it down. It didn't happen anymore in my testing after the fix.
Pages: « 1 ... 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 130 131 132 133 134 135 136 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!