Bitcoin Forum
May 24, 2024, 06:04:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 173 174 175 176 177 178 179 180 181 ... 233 »
2601  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 27, 2016, 07:47:38 PM
I'll also be waiting on this fix, had the same problem as Carlton Banks, so i cannot proceed to testing either Smiley

Was stupid, should be fixed now.
2602  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 26, 2016, 10:39:34 PM
The behavior is kind of inconsistent. Sometimes it works, sometimes it doesn't. Usually it doesn't.

You should also fix that "pars" "pargs" thing. I think it prevents the db from being launched by qt.

Fixed the typos, will bundle a more consistent fix tomorrow
2603  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 26, 2016, 10:27:59 PM
hi,

I'm using a old Windows XP 32-bit machine for Armory v0.92.3 cold storage ..
Can I still use the offline machine with newer online versions (0.94 and 0.95) ?

Yes
2604  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 26, 2016, 10:19:06 PM
Ah, much appreciated you've already dealt with it. I'd assumed it was the same back-compatibility issues Core users face (i.e. witness tx are unavailable, but witness users can still send and receive p2pkh/p2sh to pre-witness wallets and vice-versa)

Both 0.93 and 0.94 could be patched to ignore SW tx (like any non SW compliant client should, it's a soft fork after all). However I don't think anyone wants to go down that path. 0.95 will properly scan SW tx at the very least.

Quote
Executing ./ArmoryDB yields this:

Code:
-DEBUG - 1469567562: (Blockchain.cpp:232) Organizing chain 
-INFO  - 1469567562: (DatabaseBuilder.cpp:53) updated HEADERS db in 0.006948s
-INFO  - 1469567562: (BlockUtils.cpp:1497) Enabling zero-conf tracking
Host localhost has multiple addresses ---
you must choose one explicitly!!!

What's my argument for specifying localhost for ArmoryDB?

Ahh, this thing again.

First, the DB is hardcoded to listen to localhost:9050. You can't make it listen to another IP (ill add custom ports at some point). If you want to enable the DB to serve remote clients, you need to set a http daemon to connect to it over the FCGI protocol (same as how stuff like PHP interface with a web stack) and manage the network parameters around the daemon, not the ArmoryDB per se.

The issue you are seeing seems to be common to Linux. I ran into it when I first started implementing around the FCGI library. It appears localhost is bound both in IPv4 or IPv6, and the fcgi lib uses listen in an old enough way that it doesn't try to distinguish between the two.

At first I took that for a quirk of my debian install (it's quite aged), researched the issue and fixed it fairly quickly (something to do with /etc/hosts file maybe? can't remember).

If you are hitting this error too, it seems this setup is more of a default than a stand alone case. I will setup a fresh VM, check against that, and most likely fix the FCGI lib directly.
2605  Bitcoin / Armory / Re: Low disk space/Armory on: July 26, 2016, 10:02:09 PM
upgrade to 0.94.1, armory db is down to 150mb
2606  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 26, 2016, 09:11:51 PM
Edit3: So it looks like the problem I was having might be that the DB wasn't starting in testnet mode, even though I ran the normal command in testnet mode. I just did the DB in testnet and Qt not, and I got the same error.

Most likely chocking on arg parsing. Will look into it.
2607  Bitcoin / Armory / Re: Armory 0.95 testing phase on: July 26, 2016, 08:07:07 PM
Every body please start the DB on its own, see what it has to say for itself. The binary is called ArmoryDB, resides in the root project folder (where ArmoryQt.py is) and takes essentially the same set of command line arguments as the client.

Say, to start the DB in testnet with the default folder paths, just do

Code:
./ArmoryDB --testnet
2608  Bitcoin / Armory / Armory 0.95 testing phase on: July 25, 2016, 01:19:42 AM
It's that time again. Calling on testers to build the dev branch for the time being. You can see the current change set here:

https://github.com/goatpig/BitcoinArmory/blob/dev/changelog.txt

This covers the core of the update, i.e. litenode. Some GUI stuff is broken, mainly the address book, the wallet filter drop down list, progress bars and the some data in the wallet properties dialog.

Also unit tests are out whack and there a few pull requests I'm going over at the moment, notably one for SegWit scanning support submitted by achow101 (many thanks =D).

There are still a few convenience features I haven't implemented yet, albeit they should be done quickly, notably:
- a change to guardian to prevent ungraceful bitcoind shutdowns. This should fix a lot of corruption issues.
- a dust-be-gone feature for coin control.
- a fee per byte feature in spend dialogs with tx size projections.

Once the current the outstanding issues (and anything you guys find in the process) are fixed, we'll move to testing binaries.

Stuff that won't be in the scope of this release and when to expect them:
- New wallets: That's for 0.96, with full SegWit support (create and spend from SW transactions).
- HW wallets support: Most likely a point release for 0.96.
- Fee estimates: Expect a point release on top of 0.95 (.1~2)
- Blocks over P2P. 0.97 most likely
- DB to Client encryption and auth. Again, probably 0.97
- Code modularization: most of it for 0.96
- Supernode: 0.98

This is rather massive change to the code base with big overhauls under the hood. Expect a decent amount of bugs. It will make implementing and testing the new features a lot faster and safer as a return.

Happy testing =)

P.S. I'll be away on the 25-26th. Will go over bug reports starting Wednesday
2609  Bitcoin / Armory / Re: Armory to show full blockchain (workaround) on: July 22, 2016, 02:13:40 PM
You are using 0.93, please upgrade to 0.94
2610  Bitcoin / Armory / Re: Armory 0.93.3 dowloading Blockchain since days! on: July 20, 2016, 05:17:38 PM
You can copy the /blocks folder across system. Not sure the you can move the chainstate folder from one file system to another (say from NTFS to Ext). At any rate, copy the whole bitcoin folder and start BitcoinQt. You will know right away if the chainstate is usable.
2611  Bitcoin / Armory / Re: Armory to show full blockchain (workaround) on: July 19, 2016, 08:30:19 PM
What errors are you getting on *nix systems? I'd like to see some log files. Are you running all these OS against the same hardware or is your Windows machine significantly faster than the other two (more ram?)
2612  Bitcoin / Armory / Re: Blockchain Rescanning on: July 15, 2016, 12:45:09 PM
You should register addresses/wallets before you hit goOnline, that's how it is supposed to work. You are using the lazy way, which is: init db -> feed it addresses to monitor.

0.95 has a work around for that. Either use the correct init sequence or wait for 0.95.
2613  Bitcoin / Armory / Re: Armory 0.94.1 is out on: July 15, 2016, 12:41:22 PM
Oh! Sorry for missing the post. Thanks for the info.

Is a fix slated in the next release?

Yes
2614  Bitcoin / Armory / Re: Armory not displaying funds or transaction history. on: July 12, 2016, 04:07:40 PM
It's off on the block height. Make sure you are pointing Armory to the right block data folder. Also, log files.
2615  Bitcoin / Armory / Re: Armory 94.1 -- Can't send any transactions on: July 10, 2016, 12:39:46 PM
Hi an thanks

But if I start Bitcoin Core manually, it is going to begin to download a new full BTC blockchain somewhere on my disk, no ?

Or is there a specific way to start Bitcoin Core manually for Armory and my config ?

Bitcoin install dir is C:\Program files\Bitcoin
Bitcoin home dir is D:\Program Files (x86)\Armorydatabases\Bitcoin
Shortcut to Armory is "D:\Program Files (x86)\Armory\ArmoryQt.exe" --datadir="D:\Program Files (x86)\Armorydatabases\NewArmory"



Your setup is using the default datadir for Core. Otherwise, you can start BitcoinQt with the -datadir command line argument to specify that folder.
2616  Bitcoin / Armory / Re: Bitcoin/Armory on: July 09, 2016, 10:30:47 PM
One more thing: If you want to let Armory run for long periods of time, you should really consider turning off auto bitcoind management, otherwise Armory will always kill bitcoind if it closes ungracefully. If you manage BitcoinQt yourself, you will at least avoid Core DB corruptions when Armory fails.
2617  Bitcoin / Armory / Re: Armory 94.1 -- Can't send any transactions on: July 09, 2016, 10:28:57 PM
Start BitcoinQt manually, see what it has to say for itself. Otherwise, I need to see log files.
2618  Bitcoin / Armory / Re: Bitcoin/Armory on: July 08, 2016, 01:47:44 PM
Looks like it's a bug in LMDB. I have a tentative fix for 0.95
2619  Bitcoin / Armory / Re: Bitcoin/Armory on: July 07, 2016, 12:52:59 PM
It means the DB failed to extent its map size, i.e. the disk is full.

I would suggest to upgrade to 0.94
2620  Bitcoin / Armory / Re: dude with fragmented backups on: July 07, 2016, 12:15:16 AM
any one letter per line
Pages: « 1 ... 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 173 174 175 176 177 178 179 180 181 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!