Bitcoin Forum
May 26, 2024, 12:31:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 233 »
3381  Bitcoin / Armory / Re: Never Finishs Initializing on: March 01, 2015, 06:27:13 PM
No, I'm sorry if I wasn't clear.  Those were two different events, not connected in anyway.  I have had this problem with connecting, downloading blocks and finally seeing my transactions for a long time BEFORE my system crashed for a completely unrelated reason.

This problem started several months ago when I requested one bitcoin from an online wallet to be sent to an Armory address before ever snychronizing and downloading the block chain.  I think this was a big mistake because I never had the downloaded any blocks even on previous version of Armory and Core. 

It's preferable to get Core and Armory sync'ed before sending coins to your wallets. Some people don't realize the hardware requirements for Armory are kinda high. I'm not sure if you are experiencing the known issue on 0.93 (for which we are currently testing a fix), or if it's a setup issue. At any rate, you should produce some log files.
3382  Bitcoin / Armory / Re: Users experiencing the BDM error message on: March 01, 2015, 06:24:30 PM
I've no idea if it's related to this branch, but I sent you the full logs just in case.

In the support channel? Ticket #? Or did you add a link to this thread, or asked for me by name? The migration to the new ticket system left the support channel in a weird state.

Sorry, I should have been more specific. Ticket: ARMORY00000469, I did mention your name in the ticket body.

Ok great
3383  Bitcoin / Armory / Re: Users experiencing the BDM error message on: March 01, 2015, 06:17:48 PM
I've no idea if it's related to this branch, but I sent you the full logs just in case.

In the support channel? Ticket #? Or did you add a link to this thread, or asked for me by name? The migration to the new ticket system left the support channel in a weird state.
3384  Bitcoin / Armory / Re: Armory crashing when I import my wallet on: March 01, 2015, 06:15:06 PM
Is there any other setting that I need to change when I turn off bitcoinQT auto-management in Armory? When I manually start bitcoinQT and armory, I can not get armory to connect to the network at all. Nothing happens when I click the "Go Online" button. I have unchecked the "Let armory run bitcoinQT/bitcoind" option. Is there another option that I am missing, perhaps in some config file somewhere?

1) Start BitcoinQt, let it sync

2.a) If you are using a custom folder for BitcoinQt's block data, you have to tell Armory where to look. Assume you are using C:\Bitcoin for your BitcoinQt folder (you are running BitcoinQt with the -datadir="C:\Bitcoin" argument), you need to run Armory with the --satoshi-datadir="C:\Bitcoin" argument.

2.b) Under certain conditions Armory fails to automatically resolve your Core blocks folder, even if it's in the default location. In this case you'll have to force that path with the --satoshi-datadir arg.

3) Start Armory, it should figure find the running BitcoinQt instance right away. Otherwise, log files.
3385  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 01, 2015, 05:11:56 PM
Download 0.93 for Windows XP, Vista, 7, 8+ (32- and 64-bit)  - this is what Download page on Armory official site states. So they  claim that 0.93 is 32-bit compatable  Huh

More like we forgot to relabel the link properly.
3386  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 01, 2015, 05:02:22 PM
I'm afraid it's all true! ArmoryQt.exe isn't a valid Win32 application, and that's a problem with your offline XP machine as it appears to be 32-bit windows. Armory 0.93.0 is all 64-bit. I think goatpig may have promised a 32-bit Windows build of 0.93.next-sub-version. If not, 92.3 still uses the same format for signatures, so you'll be OK no matter what.

I have promised that, that's true. I hope to still make it happen but I can give no guarantee the x86 build will run on XP. The current version will build in x86 btw, if you are brave enough to setup the Windows build env (I should write a howto)
3387  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 01, 2015, 05:00:16 PM
After instalation  and launch of 0.93 on Win XP got "C:/......./ArmoryQt.exe is not valid Win32 application"   Huh

Need to roll back to 0.92.3

Will my  0.93 on-line Armory/Win 7 properly communicate with 0.92.3/ Win XP used as offline ?

Yes, 0.92.x can manage wallets and sign transactions created from 0.93
3388  Bitcoin / Armory / Re: Never Finishs Initializing on: March 01, 2015, 04:30:03 PM
Log files
3389  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 01, 2015, 04:29:15 PM
This appears in the log every time it encounters a new block:
Code:
-ERROR - 1425181756: (..\StoredBlockObj.cpp:1863) We should've found an unpsent txio in the subSSH but didn't
-ERROR - 1425181756: (..\BlockUtils.cpp:1585) Error adding block data: missing txio!
Also, maybe related, I have these lines repeated many times in my log files, from 2-20:
Code:
2015-02-20 18:17 (ERROR) -- Traceback (most recent call last):
  File "armorymodels.pyc", line 1102, in data
  File "CppBlockUtils.pyc", line 1729, in getScrAddrObjByKey
RuntimeError: no ScrAddr matches key

2015-02-20 18:17 (ERROR) -- Traceback (most recent call last):
  File "armorymodels.pyc", line 1169, in data
  File "CppBlockUtils.pyc", line 1729, in getScrAddrObjByKey
RuntimeError: no ScrAddr matches key

2015-02-20 18:17 (ERROR) -- Traceback (most recent call last):
  File "armorymodels.pyc", line 1128, in data
  File "CppBlockUtils.pyc", line 1729, in getScrAddrObjByKey
RuntimeError: no ScrAddr matches key



-ERROR - 1425164415: (..\BlockWriteBatcher.cpp:429) STXO needs to be re-added/marked-unspent but it
-ERROR - 1425164415: (..\BlockWriteBatcher.cpp:430) was already declared unspent in the DB

-WARN  - 1425164415: (..\StoredBlockObj.cpp:1883) failed to erase txio in subshh: doesn't exist!


I just realized you are using supernode =P. I'm halfway through what I expect is the last change to the DB structure, it will speed up the scanning, with more scalability and stability, and will nuke this issue among others. That'll be packed with the extra slim fullnode version, but it won't be the release we'll put out this week. That one is for emergency bug fixes.
3390  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 01, 2015, 04:32:01 AM
How often does this happen? Is it always the same address?
3391  Bitcoin / Armory / Re: Users experiencing the BDM error message on: February 28, 2015, 10:49:13 PM
updated the fix some more, people running this fix please pull and build again.
3392  Bitcoin / Armory / Re: Users experiencing the BDM error message on: February 28, 2015, 08:31:31 PM
I hit the BDM error yesterday. I'm running the 0.93-bugfix branch as of this afternoon. The initial rebuild finished without issue.

I'll post back if I see any of the new log messages in armorycpplog (none so far).

You can quick search for the word "repair". If that shows up, you had the issue again, and the fix worked.
3393  Bitcoin / Armory / Re: Armory Memory Footprint on my PC: 26GB of RAM!!! on: February 28, 2015, 01:53:13 PM
Most of that RAM is shareable, means the OS will give it to other processes were they to ask for it. The whole point is they didn't, so the OS allowed Armory to use the free RAM to run faster. There's a critical difference here. If a process is denied memory, it will crash. Shareable memory won't be denied to other process and Armory wouldn't crash either if it had less than the token 26GB it is using on your system, it would simply scan slower.

If you restart Armory once it has scanned, you will realize it will only need about 200~300 MB of RAM, since it doesn't have to process the whole blockchain over.
3394  Bitcoin / Armory / Re: Armory crashing when I import my wallet on: February 28, 2015, 02:30:57 AM
Both of you will need the fix in https://bitcointalk.org/index.php?topic=970983.0

If you build the binaries on your own, just go ahead and pull the fix and try it out.

If you depend on the release builds, turn off bitcoind auto-management and run BitcoinQt manually, this will mitigate the issue. You will have to rebuild and rescan if you are going to use BitcoinQt as it won't fix the issue, just prevent it from reoccurring. The fix will repair bad DBs on its own though.
3395  Bitcoin / Armory / Re: Users experiencing the BDM error message on: February 27, 2015, 05:50:24 PM
I do expect this issue to occur only after bitcoind catches up a day or two worth of blocks. I hope some people will try it over the weekend and give me positive responses as well, although ideally I'd like them to try it once for the sanity check and once more a few days later to confirm the fix.

Also, if everything went well, I'd appreciate seeing log files, which will carry the markers for the DB error and the confirmation it was repaired.
3396  Bitcoin / Armory / Re: [ANN] Armory 0.93 Official Release on: February 27, 2015, 04:24:48 PM
I just noticed all the transaction inputs are the same multisig address for all my transactions

https://bitcointalk.org/index.php?topic=919202.msg10416464#msg10416464
3397  Bitcoin / Armory / Re: [ANN] Armory 0.93 Official Release on: February 27, 2015, 04:21:53 PM
Also your master branch as of 25248a752364afa91b4701f5b28b203ecd8364f2 doesn't build:

This commit is in dev, and dev is unstable currently. I was stopped halfway through a big change to go after the BDM error issue.
3398  Bitcoin / Armory / Users experiencing the BDM error message on: February 27, 2015, 04:13:35 PM
I've pushed a tentative fix in branch 0.93-bugfix. If you build Armory yourself, please pull and test away. We're planning on releasing a build to cover the bugs that made it past the testing phase sometimes next week. This fix in particular we'd like to have some testing on before that upcoming release.

As usual, thank you for your patience, and happy testing =)
3399  Bitcoin / Armory / Re: Watching Only Wallet Addresses Not Updating on: February 27, 2015, 03:10:17 PM
Extend the address chain for that wallet, it should recompute the highest used address index.
3400  Bitcoin / Armory / Re: [ANN] Armory 0.93 Official Release on: February 27, 2015, 02:45:42 PM
Armory 0.93 does not work for me, I though it was due to Armory being on a fuse NTFS partition on Debian (thread), but even on an ext4 partition it fails to sync and also fails at building the database Undecided.

Force your bitcoin folder with --satoshi-datadir, the path auto detect is failing somehow.
Pages: « 1 ... 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 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!