Bitcoin Forum
May 02, 2024, 05:13:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 »
  Print  
Author Topic: Armory 0.93 testing release! (with 0.05 BTC bug bounty)  (Read 35659 times)
Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
March 29, 2015, 12:29:55 AM
 #481

And not the new wallet format? You guys are doing a lot of releases soon by the looks of it. I thought python 3 and qt 5 (and gitian...) were also on the table?

Each one these features is developed in parallel and will have its own separate release version. They are all significant changes under the hood and we won't be releasing them together in order to minimize the bug search effort that follows a new version. As for the release order, it's a matter of which major change is ready first.

I think I'm ahead of the race with the DB changes but that may not hold true in the upcoming weeks. Doug is on Gitian, and Alan is on the new wallets, our new guy (he doesn't have a forum handle yet I think) is on Py3/Qt5. He's got other priorities though, so he's kinda out of the race for now. Place your bets =P

Whoa, that's a lot of cool stuff in the works!

I'm waiting for the new wallet format the most.
Except, well, is the addon/plugin-feature in the race too?

Ente
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714626786
Hero Member
*
Offline Offline

Posts: 1714626786

View Profile Personal Message (Offline)

Ignore
1714626786
Reply with quote  #2

1714626786
Report to moderator
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
March 29, 2015, 01:57:26 AM
 #482

Whoa, that's a lot of cool stuff in the works!

I'm waiting for the new wallet format the most.
Except, well, is the addon/plugin-feature in the race too?

Ente

It's been up and working since 0.92.x afaik. We just don't have anything for main stream use yet, and plugins can't run unsigned on mainnet, only testnet. The first real production plugin may just be an arbitrary history lookup for supernode.

Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
March 29, 2015, 04:09:39 PM
 #483

Woooot!
Thank you for the headsup! I really have to lurk moar again :-)

So, how does this work? Who can program plugins? Only Armory-devs, or anyone?

How to get them signed? Self-signing with "you lose all warranty", or would you, Armory-devs, do a sanity-check to sign it? Or some external entity? How about the costs (financially or effort-wise) this creates?

I am cosidering paying someone to create a plugin (cold-wallet on RasPi with comfortable hot-wallet connection). The product should be both sanity-checked as well as signed, and would of course be open-sourced and free for anyone. I, personally, would be fine with spending some extra for sanity+signing.

edit: new thread for this? Or is there already one I didn't see?

Ente
Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
March 29, 2015, 04:13:40 PM
 #484

Sorry for the doublepost.

Debian 64bit Wheezy here, I just upgraded both bitcoin-cli and Armory. Both via git and compiling. Armory master branch.
Armory takes hours to do "Blockchain Optimizations" or the like, then hangs at 175497 blocks height. Shutting down takes endlessly, until I re-close. Next startup same symptoms.
I read that happened to other(s) already, couldn't find a solution to this?
I already reset the blockchain on Armory.
Armory: 0.93.1
Bitcoin-cli:     "version" : 100000,    "protocolversion" : 70002,

Is there a known fix already? Or shall I provide logs and all?

Thanks,

Ente
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
March 29, 2015, 05:46:17 PM
 #485

So, how does this work? Who can program plugins? Only Armory-devs, or anyone?

Anyone can make plugins, but they will only run on stock mainnet Armory if we have signed them. You can modify the source to add your own public key to the list of trustees if you want to run plugins someone else signed. I don't think we added an option in the UI for that yet, I'm not sure if we are going down that path. I think the internal talk was to sign trusted 3rd parties' key with ours so they can do their own plugin dev, and revoke privileges through the announcement system in case someone goes rogue. You should really ask etotheipi or Circus_Peanut for details, I wasn't part of this development effort.

All plugins run unsigned on testnet.

Quote
Sorry for the doublepost.

Debian 64bit Wheezy here, I just upgraded both bitcoin-cli and Armory. Both via git and compiling. Armory master branch.
Armory takes hours to do "Blockchain Optimizations" or the like, then hangs at 175497 blocks height. Shutting down takes endlessly, until I re-close. Next startup same symptoms.
I read that happened to other(s) already, couldn't find a solution to this?
I already reset the blockchain on Armory.
Armory: 0.93.1
Bitcoin-cli:     "version" : 100000,    "protocolversion" : 70002,

Is there a known fix already? Or shall I provide logs and all?

Thanks,

Ente

I'd prefer log files one way or another.

Do you have another copy of the blockchain you can sink Armory with? It sounds like missing block data in Core's raw files.

Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
March 29, 2015, 08:59:48 PM
 #486

So, how does this work? Who can program plugins? Only Armory-devs, or anyone?

Anyone can make plugins, but they will only run on stock mainnet Armory if we have signed them. You can modify the source to add your own public key to the list of trustees if you want to run plugins someone else signed. I don't think we added an option in the UI for that yet, I'm not sure if we are going down that path. I think the internal talk was to sign trusted 3rd parties' key with ours so they can do their own plugin dev, and revoke privileges through the announcement system in case someone goes rogue. You should really ask etotheipi or Circus_Peanut for details, I wasn't part of this development effort.

All plugins run unsigned on testnet.

Sounds like the best way. As with much about anything you guys come up with! :-)
I'll get in contact with them.

I'd prefer log files one way or another.

Do you have another copy of the blockchain you can sink Armory with? It sounds like missing block data in Core's raw files.

Hmm, sounds weird to me. I connect/sync my local bitcoin-cli to one instance in my local network, so it's fine for me to let it reload the blockchain. Will try that, drop the outcome here, and send logs your way should it not solve the prob.

Thank you for the help,

Ente
Ente
Legendary
*
Offline Offline

Activity: 2126
Merit: 1001



View Profile
March 30, 2015, 05:16:57 PM
 #487

It sounds like missing block data in Core's raw files.

This worked. Took long once, and now Armory works as expected - even much faster now! :-)

Thank you, goatpig, for your fast and competent support! :-)

Ente
jl2012
Legendary
*
Offline Offline

Activity: 1792
Merit: 1093


View Profile
April 03, 2015, 07:47:23 PM
 #488

Hmm yeah, forgot to mention that you have to wipe your dbdir, either manually or through Help -> Rebuild and Rescan
Neither one of those options work, because something is tripping up the rescan process:

Code:
Log file opened at 1421850241: <snipped>/armorycpplog.txt
-INFO  - 1421850242: (BlockUtils.cpp:764) blkfile dir: <snipped>/blocks
-INFO  - 1421850242: (BlockUtils.cpp:765) lmdb dir: <snipped>/armory
-INFO  - 1421850242: (lmdb_wrapper.cpp:437) Opening databases...
-INFO  - 1421850242: (BlockUtils.cpp:1059) Executing: doInitialSyncOnLoad
-INFO  - 1421850242: (BlockUtils.cpp:1130) Total number of blk*.dat files: 222
-INFO  - 1421850242: (BlockUtils.cpp:1131) Total blockchain bytes: 29,660,596,220
-INFO  - 1421850242: (BlockUtils.cpp:1411) Reading headers from db
-WARN  - 1421850242: (lmdb_wrapper.cpp:1419) No headers in DB yet!
-INFO  - 1421850242: (BlockUtils.cpp:1437) Found 1 headers in db
-DEBUG - 1421850242: (Blockchain.cpp:208) Organizing chain w/ rebuild
-WARN  - 1421850242: (BlockUtils.cpp:1159) --- Fetching SSH summaries for 1450 registered addresses
-INFO  - 1421850242: (BlockUtils.cpp:1172) Left off at file 0, offset 0
-INFO  - 1421850242: (BlockUtils.cpp:1175) Reading headers and building chain...
-INFO  - 1421850242: (BlockUtils.cpp:1176) Starting at block file 0 offset 0
-INFO  - 1421850242: (BlockUtils.cpp:1178) Block height 0
-DEBUG - 1421850309: (Blockchain.cpp:208) Organizing chain w/ rebuild
-INFO  - 1421850325: (BlockUtils.cpp:1298) Loading block data... file 0 offset 0
-INFO  - 1421850329: (BlockUtils.cpp:468) Reading raw blocks finished at file 0 offset 134213818
-INFO  - 1421850331: (BlockUtils.cpp:468) Reading raw blocks finished at file 1 offset 134212019
-INFO  - 1421850332: (BlockUtils.cpp:468) Reading raw blocks finished at file 2 offset 134163206
-INFO  - 1421850333: (BlockUtils.cpp:468) Reading raw blocks finished at file 3 offset 134196280
-INFO  - 1421850335: (BlockUtils.cpp:468) Reading raw blocks finished at file 4 offset 134172785
-INFO  - 1421850337: (BlockUtils.cpp:468) Reading raw blocks finished at file 5 offset 134216184
-INFO  - 1421850338: (BlockUtils.cpp:468) Reading raw blocks finished at file 6 offset 134216122
-INFO  - 1421850340: (BlockUtils.cpp:468) Reading raw blocks finished at file 7 offset 134211454
-INFO  - 1421850342: (BlockUtils.cpp:468) Reading raw blocks finished at file 8 offset 134207264
-INFO  - 1421850343: (BlockUtils.cpp:468) Reading raw blocks finished at file 9 offset 134066520
-INFO  - 1421850344: (BlockUtils.cpp:468) Reading raw blocks finished at file 10 offset 134199632
-INFO  - 1421850347: (BlockUtils.cpp:468) Reading raw blocks finished at file 11 offset 134034211
-INFO  - 1421850348: (BlockUtils.cpp:468) Reading raw blocks finished at file 12 offset 134081943
-INFO  - 1421850349: (BlockUtils.cpp:468) Reading raw blocks finished at file 13 offset 134164362
-INFO  - 1421850351: (BlockUtils.cpp:468) Reading raw blocks finished at file 14 offset 134173290
-INFO  - 1421850353: (BlockUtils.cpp:468) Reading raw blocks finished at file 15 offset 134076375
-INFO  - 1421850354: (BlockUtils.cpp:468) Reading raw blocks finished at file 16 offset 134016597
-INFO  - 1421850355: (BlockUtils.cpp:468) Reading raw blocks finished at file 17 offset 134192750
-INFO  - 1421850357: (BlockUtils.cpp:468) Reading raw blocks finished at file 18 offset 134216089
-INFO  - 1421850358: (BlockUtils.cpp:468) Reading raw blocks finished at file 19 offset 134084419
-INFO  - 1421850360: (BlockUtils.cpp:468) Reading raw blocks finished at file 20 offset 134111812
-INFO  - 1421850361: (BlockUtils.cpp:468) Reading raw blocks finished at file 21 offset 134191014
-INFO  - 1421850363: (BlockUtils.cpp:468) Reading raw blocks finished at file 22 offset 134140154
-INFO  - 1421850364: (BlockUtils.cpp:468) Reading raw blocks finished at file 23 offset 134155330
-INFO  - 1421850365: (BlockUtils.cpp:468) Reading raw blocks finished at file 24 offset 133988377
-INFO  - 1421850367: (BlockUtils.cpp:468) Reading raw blocks finished at file 25 offset 134182003
-INFO  - 1421850369: (BlockUtils.cpp:468) Reading raw blocks finished at file 26 offset 134089406
-INFO  - 1421850370: (BlockUtils.cpp:468) Reading raw blocks finished at file 27 offset 134068437
-INFO  - 1421850371: (BlockUtils.cpp:468) Reading raw blocks finished at file 28 offset 134186832
-INFO  - 1421850373: (BlockUtils.cpp:468) Reading raw blocks finished at file 29 offset 134214564
-INFO  - 1421850375: (BlockUtils.cpp:468) Reading raw blocks finished at file 30 offset 134188747
-INFO  - 1421850376: (BlockUtils.cpp:468) Reading raw blocks finished at file 31 offset 134021839
-INFO  - 1421850381: (BlockUtils.cpp:468) Reading raw blocks finished at file 32 offset 134063371
-INFO  - 1421850382: (BlockUtils.cpp:468) Reading raw blocks finished at file 33 offset 134112749
-INFO  - 1421850384: (BlockUtils.cpp:468) Reading raw blocks finished at file 34 offset 134195572
-INFO  - 1421850386: (BlockUtils.cpp:468) Reading raw blocks finished at file 35 offset 134092676
-INFO  - 1421850387: (BlockUtils.cpp:468) Reading raw blocks finished at file 36 offset 133990153
-INFO  - 1421850388: (BlockUtils.cpp:468) Reading raw blocks finished at file 37 offset 134207251
-INFO  - 1421850390: (BlockUtils.cpp:468) Reading raw blocks finished at file 38 offset 134065189
-INFO  - 1421850392: (BlockUtils.cpp:468) Reading raw blocks finished at file 39 offset 134157359
-INFO  - 1421850393: (BlockUtils.cpp:468) Reading raw blocks finished at file 40 offset 133988518
-INFO  - 1421850394: (BlockUtils.cpp:468) Reading raw blocks finished at file 41 offset 134161022
-INFO  - 1421850397: (BlockUtils.cpp:468) Reading raw blocks finished at file 42 offset 133894660
-INFO  - 1421850398: (BlockUtils.cpp:468) Reading raw blocks finished at file 43 offset 134111313
-INFO  - 1421850399: (BlockUtils.cpp:468) Reading raw blocks finished at file 44 offset 134118761
-INFO  - 1421850402: (BlockUtils.cpp:468) Reading raw blocks finished at file 45 offset 134160165
-INFO  - 1421850403: (BlockUtils.cpp:468) Reading raw blocks finished at file 46 offset 133851358
-INFO  - 1421850406: (BlockUtils.cpp:468) Reading raw blocks finished at file 47 offset 134090118
-INFO  - 1421850409: (BlockUtils.cpp:468) Reading raw blocks finished at file 48 offset 134154773
-INFO  - 1421850410: (BlockUtils.cpp:468) Reading raw blocks finished at file 49 offset 134196042
-INFO  - 1421850412: (BlockUtils.cpp:468) Reading raw blocks finished at file 50 offset 134130667
-INFO  - 1421850415: (BlockUtils.cpp:468) Reading raw blocks finished at file 51 offset 134213618
-INFO  - 1421850416: (BlockUtils.cpp:468) Reading raw blocks finished at file 52 offset 134210569
-INFO  - 1421850419: (BlockUtils.cpp:468) Reading raw blocks finished at file 53 offset 134204085
-INFO  - 1421850420: (BlockUtils.cpp:468) Reading raw blocks finished at file 54 offset 134126498
-INFO  - 1421850421: (BlockUtils.cpp:468) Reading raw blocks finished at file 55 offset 134110188
-INFO  - 1421850425: (BlockUtils.cpp:468) Reading raw blocks finished at file 56 offset 134105588
-INFO  - 1421850426: (BlockUtils.cpp:468) Reading raw blocks finished at file 57 offset 134123795
-INFO  - 1421850428: (BlockUtils.cpp:468) Reading raw blocks finished at file 58 offset 134075191
-INFO  - 1421850431: (BlockUtils.cpp:468) Reading raw blocks finished at file 59 offset 134196840
-INFO  - 1421850432: (BlockUtils.cpp:468) Reading raw blocks finished at file 60 offset 134062673
-INFO  - 1421850435: (BlockUtils.cpp:468) Reading raw blocks finished at file 61 offset 134153338
-INFO  - 1421850438: (BlockUtils.cpp:468) Reading raw blocks finished at file 62 offset 134188733
-INFO  - 1421850439: (BlockUtils.cpp:468) Reading raw blocks finished at file 63 offset 133991192
-INFO  - 1421850443: (BlockUtils.cpp:468) Reading raw blocks finished at file 64 offset 134152515
-INFO  - 1421850444: (BlockUtils.cpp:468) Reading raw blocks finished at file 65 offset 134202270
-INFO  - 1421850446: (BlockUtils.cpp:468) Reading raw blocks finished at file 66 offset 134048342
-INFO  - 1421850449: (BlockUtils.cpp:468) Reading raw blocks finished at file 67 offset 134189985
-INFO  - 1421850450: (BlockUtils.cpp:468) Reading raw blocks finished at file 68 offset 134188856
-INFO  - 1421850455: (BlockUtils.cpp:468) Reading raw blocks finished at file 69 offset 134098746
-INFO  - 1421850456: (BlockUtils.cpp:468) Reading raw blocks finished at file 70 offset 134160720
-INFO  - 1421850457: (BlockUtils.cpp:468) Reading raw blocks finished at file 71 offset 134206587
-INFO  - 1421850460: (BlockUtils.cpp:468) Reading raw blocks finished at file 72 offset 134036329
-INFO  - 1421850464: (BlockUtils.cpp:468) Reading raw blocks finished at file 73 offset 134179464
-INFO  - 1421850465: (BlockUtils.cpp:468) Reading raw blocks finished at file 74 offset 134182338
-INFO  - 1421850466: (BlockUtils.cpp:468) Reading raw blocks finished at file 75 offset 134099908
-INFO  - 1421850470: (BlockUtils.cpp:468) Reading raw blocks finished at file 76 offset 134173394
-INFO  - 1421850471: (BlockUtils.cpp:468) Reading raw blocks finished at file 77 offset 134116477
-INFO  - 1421850474: (BlockUtils.cpp:468) Reading raw blocks finished at file 78 offset 134090810
-INFO  - 1421850476: (BlockUtils.cpp:468) Reading raw blocks finished at file 79 offset 134044811
-INFO  - 1421850481: (BlockUtils.cpp:468) Reading raw blocks finished at file 80 offset 134121433
-INFO  - 1421850482: (BlockUtils.cpp:468) Reading raw blocks finished at file 81 offset 134077714
-INFO  - 1421850483: (BlockUtils.cpp:468) Reading raw blocks finished at file 82 offset 134145284
-INFO  - 1421850485: (BlockUtils.cpp:468) Reading raw blocks finished at file 83 offset 133998878
-INFO  - 1421850487: (BlockUtils.cpp:468) Reading raw blocks finished at file 84 offset 134160055
-INFO  - 1421850492: (BlockUtils.cpp:468) Reading raw blocks finished at file 85 offset 134166341
-INFO  - 1421850493: (BlockUtils.cpp:468) Reading raw blocks finished at file 86 offset 134199240
-INFO  - 1421850498: (BlockUtils.cpp:468) Reading raw blocks finished at file 87 offset 134128762
-INFO  - 1421850499: (BlockUtils.cpp:468) Reading raw blocks finished at file 88 offset 134071621
-INFO  - 1421850500: (BlockUtils.cpp:468) Reading raw blocks finished at file 89 offset 134207791
-INFO  - 1421850504: (BlockUtils.cpp:468) Reading raw blocks finished at file 90 offset 134060429
-INFO  - 1421850505: (BlockUtils.cpp:468) Reading raw blocks finished at file 91 offset 134167320
-INFO  - 1421850508: (BlockUtils.cpp:468) Reading raw blocks finished at file 92 offset 133971032
-INFO  - 1421850509: (BlockUtils.cpp:468) Reading raw blocks finished at file 93 offset 134112690
-INFO  - 1421850515: (BlockUtils.cpp:468) Reading raw blocks finished at file 94 offset 133935239
-INFO  - 1421850516: (BlockUtils.cpp:468) Reading raw blocks finished at file 95 offset 134117830
-INFO  - 1421850518: (BlockUtils.cpp:468) Reading raw blocks finished at file 96 offset 134117063
-INFO  - 1421850521: (BlockUtils.cpp:468) Reading raw blocks finished at file 97 offset 134154924
-INFO  - 1421850522: (BlockUtils.cpp:468) Reading raw blocks finished at file 98 offset 134133700
-INFO  - 1421850527: (BlockUtils.cpp:468) Reading raw blocks finished at file 99 offset 134095221
-INFO  - 1421850528: (BlockUtils.cpp:468) Reading raw blocks finished at file 100 offset 134167215
-INFO  - 1421850530: (BlockUtils.cpp:468) Reading raw blocks finished at file 101 offset 133944078
-INFO  - 1421850534: (BlockUtils.cpp:468) Reading raw blocks finished at file 102 offset 134051906
-INFO  - 1421850537: (BlockUtils.cpp:468) Reading raw blocks finished at file 103 offset 134155571
-INFO  - 1421850538: (BlockUtils.cpp:468) Reading raw blocks finished at file 104 offset 133889978
-INFO  - 1421850542: (BlockUtils.cpp:468) Reading raw blocks finished at file 105 offset 134118104
-INFO  - 1421850543: (BlockUtils.cpp:468) Reading raw blocks finished at file 106 offset 134027047
-INFO  - 1421850546: (BlockUtils.cpp:468) Reading raw blocks finished at file 107 offset 134189206
-INFO  - 1421850549: (BlockUtils.cpp:468) Reading raw blocks finished at file 108 offset 134190108
-INFO  - 1421850550: (BlockUtils.cpp:468) Reading raw blocks finished at file 109 offset 134086393
-INFO  - 1421850556: (BlockUtils.cpp:468) Reading raw blocks finished at file 110 offset 134059626
-INFO  - 1421850557: (BlockUtils.cpp:468) Reading raw blocks finished at file 111 offset 134148584
-INFO  - 1421850558: (BlockUtils.cpp:468) Reading raw blocks finished at file 112 offset 133981701
-INFO  - 1421850561: (BlockUtils.cpp:468) Reading raw blocks finished at file 113 offset 134062227
-INFO  - 1421850564: (BlockUtils.cpp:468) Reading raw blocks finished at file 114 offset 133874322
-INFO  - 1421850567: (BlockUtils.cpp:468) Reading raw blocks finished at file 115 offset 134105475
-INFO  - 1421850568: (BlockUtils.cpp:468) Reading raw blocks finished at file 116 offset 134051491
-INFO  - 1421850572: (BlockUtils.cpp:468) Reading raw blocks finished at file 117 offset 134136130
-INFO  - 1421850573: (BlockUtils.cpp:468) Reading raw blocks finished at file 118 offset 134211826
-INFO  - 1421850576: (BlockUtils.cpp:468) Reading raw blocks finished at file 119 offset 134052496
-INFO  - 1421850579: (BlockUtils.cpp:468) Reading raw blocks finished at file 120 offset 133997548
-INFO  - 1421850580: (BlockUtils.cpp:468) Reading raw blocks finished at file 121 offset 133958669
-INFO  - 1421850585: (BlockUtils.cpp:468) Reading raw blocks finished at file 122 offset 134059421
-INFO  - 1421850586: (BlockUtils.cpp:468) Reading raw blocks finished at file 123 offset 134073208
-INFO  - 1421850588: (BlockUtils.cpp:468) Reading raw blocks finished at file 124 offset 134038421
-INFO  - 1421850592: (BlockUtils.cpp:468) Reading raw blocks finished at file 125 offset 134081672
-INFO  - 1421850593: (BlockUtils.cpp:468) Reading raw blocks finished at file 126 offset 133897162
-INFO  - 1421850598: (BlockUtils.cpp:468) Reading raw blocks finished at file 127 offset 134145742
-INFO  - 1421850599: (BlockUtils.cpp:468) Reading raw blocks finished at file 128 offset 134210674
-INFO  - 1421850601: (BlockUtils.cpp:468) Reading raw blocks finished at file 129 offset 134148456
-INFO  - 1421850603: (BlockUtils.cpp:468) Reading raw blocks finished at file 130 offset 133843733
-INFO  - 1421850608: (BlockUtils.cpp:468) Reading raw blocks finished at file 131 offset 134192945
-INFO  - 1421850609: (BlockUtils.cpp:468) Reading raw blocks finished at file 132 offset 134003542
-INFO  - 1421850614: (BlockUtils.cpp:468) Reading raw blocks finished at file 133 offset 134184816
-INFO  - 1421850615: (BlockUtils.cpp:468) Reading raw blocks finished at file 134 offset 133906014
-INFO  - 1421850616: (BlockUtils.cpp:468) Reading raw blocks finished at file 135 offset 134200949
-INFO  - 1421850619: (BlockUtils.cpp:468) Reading raw blocks finished at file 136 offset 134084688
-INFO  - 1421850622: (BlockUtils.cpp:468) Reading raw blocks finished at file 137 offset 134180463
-INFO  - 1421850626: (BlockUtils.cpp:468) Reading raw blocks finished at file 138 offset 134142693
-INFO  - 1421850627: (BlockUtils.cpp:468) Reading raw blocks finished at file 139 offset 133941862
-INFO  - 1421850629: (BlockUtils.cpp:468) Reading raw blocks finished at file 140 offset 134212350
-INFO  - 1421850633: (BlockUtils.cpp:468) Reading raw blocks finished at file 141 offset 134157840
-INFO  - 1421850634: (BlockUtils.cpp:468) Reading raw blocks finished at file 142 offset 134169715
-INFO  - 1421850639: (BlockUtils.cpp:468) Reading raw blocks finished at file 143 offset 133823138
-INFO  - 1421850640: (BlockUtils.cpp:468) Reading raw blocks finished at file 144 offset 134171678
-INFO  - 1421850642: (BlockUtils.cpp:468) Reading raw blocks finished at file 145 offset 133890173
-INFO  - 1421850645: (BlockUtils.cpp:468) Reading raw blocks finished at file 146 offset 133355367
-INFO  - 1421850647: (BlockUtils.cpp:468) Reading raw blocks finished at file 147 offset 133947439
-INFO  - 1421850652: (BlockUtils.cpp:468) Reading raw blocks finished at file 148 offset 133916464
-INFO  - 1421850653: (BlockUtils.cpp:468) Reading raw blocks finished at file 149 offset 133950298
-INFO  - 1421850655: (BlockUtils.cpp:468) Reading raw blocks finished at file 150 offset 133760734
-INFO  - 1421850659: (BlockUtils.cpp:468) Reading raw blocks finished at file 151 offset 133923508
-INFO  - 1421850660: (BlockUtils.cpp:468) Reading raw blocks finished at file 152 offset 134212119
-INFO  - 1421850666: (BlockUtils.cpp:468) Reading raw blocks finished at file 153 offset 134077981
-INFO  - 1421850667: (BlockUtils.cpp:468) Reading raw blocks finished at file 154 offset 134095897
-INFO  - 1421850672: (BlockUtils.cpp:468) Reading raw blocks finished at file 155 offset 134188527
-INFO  - 1421850673: (BlockUtils.cpp:468) Reading raw blocks finished at file 156 offset 134207599
-INFO  - 1421850674: (BlockUtils.cpp:468) Reading raw blocks finished at file 157 offset 134184805
-INFO  - 1421850678: (BlockUtils.cpp:468) Reading raw blocks finished at file 158 offset 133560245
-INFO  - 1421850680: (BlockUtils.cpp:468) Reading raw blocks finished at file 159 offset 134184318
-INFO  - 1421850684: (BlockUtils.cpp:468) Reading raw blocks finished at file 160 offset 134156412
-INFO  - 1421850685: (BlockUtils.cpp:468) Reading raw blocks finished at file 161 offset 134139379
-INFO  - 1421850688: (BlockUtils.cpp:468) Reading raw blocks finished at file 162 offset 133847755
-INFO  - 1421850692: (BlockUtils.cpp:468) Reading raw blocks finished at file 163 offset 134020846
-INFO  - 1421850695: (BlockUtils.cpp:468) Reading raw blocks finished at file 164 offset 134008576
-INFO  - 1421850696: (BlockUtils.cpp:468) Reading raw blocks finished at file 165 offset 134029359
-INFO  - 1421850702: (BlockUtils.cpp:468) Reading raw blocks finished at file 166 offset 134091915
-INFO  - 1421850703: (BlockUtils.cpp:468) Reading raw blocks finished at file 167 offset 134070341
-INFO  - 1421850705: (BlockUtils.cpp:468) Reading raw blocks finished at file 168 offset 133729668
-INFO  - 1421850707: (BlockUtils.cpp:468) Reading raw blocks finished at file 169 offset 133950352
-INFO  - 1421850713: (BlockUtils.cpp:468) Reading raw blocks finished at file 170 offset 134183212
-INFO  - 1421850714: (BlockUtils.cpp:468) Reading raw blocks finished at file 171 offset 133844937
-INFO  - 1421850715: (BlockUtils.cpp:468) Reading raw blocks finished at file 172 offset 133903617
-INFO  - 1421850718: (BlockUtils.cpp:468) Reading raw blocks finished at file 173 offset 133474889
-INFO  - 1421850724: (BlockUtils.cpp:468) Reading raw blocks finished at file 174 offset 134074510
-INFO  - 1421850725: (BlockUtils.cpp:468) Reading raw blocks finished at file 175 offset 134037842
-INFO  - 1421850726: (BlockUtils.cpp:468) Reading raw blocks finished at file 176 offset 134210669
-INFO  - 1421850730: (BlockUtils.cpp:468) Reading raw blocks finished at file 177 offset 134070461
-INFO  - 1421850735: (BlockUtils.cpp:468) Reading raw blocks finished at file 178 offset 134127198
-INFO  - 1421850736: (BlockUtils.cpp:468) Reading raw blocks finished at file 179 offset 133694229
-INFO  - 1421850737: (BlockUtils.cpp:468) Reading raw blocks finished at file 180 offset 133880794
-INFO  - 1421850743: (BlockUtils.cpp:468) Reading raw blocks finished at file 181 offset 134131477
-INFO  - 1421850744: (BlockUtils.cpp:468) Reading raw blocks finished at file 182 offset 134076266
-INFO  - 1421850747: (BlockUtils.cpp:468) Reading raw blocks finished at file 183 offset 134088325
-INFO  - 1421850749: (BlockUtils.cpp:468) Reading raw blocks finished at file 184 offset 133262499
-INFO  - 1421850755: (BlockUtils.cpp:468) Reading raw blocks finished at file 185 offset 134037927
-INFO  - 1421850756: (BlockUtils.cpp:468) Reading raw blocks finished at file 186 offset 134135030
-INFO  - 1421850757: (BlockUtils.cpp:468) Reading raw blocks finished at file 187 offset 133962344
-INFO  - 1421850761: (BlockUtils.cpp:468) Reading raw blocks finished at file 188 offset 133856071
-INFO  - 1421850766: (BlockUtils.cpp:468) Reading raw blocks finished at file 189 offset 134074110
-INFO  - 1421850767: (BlockUtils.cpp:468) Reading raw blocks finished at file 190 offset 134204447
-INFO  - 1421850769: (BlockUtils.cpp:468) Reading raw blocks finished at file 191 offset 133910620
-INFO  - 1421850774: (BlockUtils.cpp:468) Reading raw blocks finished at file 192 offset 134019400
-INFO  - 1421850775: (BlockUtils.cpp:468) Reading raw blocks finished at file 193 offset 134173449
-INFO  - 1421850777: (BlockUtils.cpp:468) Reading raw blocks finished at file 194 offset 133958154
-INFO  - 1421850780: (BlockUtils.cpp:468) Reading raw blocks finished at file 195 offset 134056896
-INFO  - 1421850786: (BlockUtils.cpp:468) Reading raw blocks finished at file 196 offset 133640397
-INFO  - 1421850787: (BlockUtils.cpp:468) Reading raw blocks finished at file 197 offset 134196636
-INFO  - 1421850793: (BlockUtils.cpp:468) Reading raw blocks finished at file 198 offset 133956964
-INFO  - 1421850794: (BlockUtils.cpp:468) Reading raw blocks finished at file 199 offset 134028895
-INFO  - 1421850795: (BlockUtils.cpp:468) Reading raw blocks finished at file 200 offset 133951983
-INFO  - 1421850798: (BlockUtils.cpp:468) Reading raw blocks finished at file 201 offset 133684996
-INFO  - 1421850800: (BlockUtils.cpp:468) Reading raw blocks finished at file 202 offset 134173864
-INFO  - 1421850805: (BlockUtils.cpp:468) Reading raw blocks finished at file 203 offset 134162759
-INFO  - 1421850806: (BlockUtils.cpp:468) Reading raw blocks finished at file 204 offset 133939666
-INFO  - 1421850809: (BlockUtils.cpp:468) Reading raw blocks finished at file 205 offset 134166390
-INFO  - 1421850811: (BlockUtils.cpp:468) Reading raw blocks finished at file 206 offset 133879886
-INFO  - 1421850815: (BlockUtils.cpp:468) Reading raw blocks finished at file 207 offset 133857593
-INFO  - 1421850816: (BlockUtils.cpp:468) Reading raw blocks finished at file 208 offset 134024423
-INFO  - 1421850819: (BlockUtils.cpp:468) Reading raw blocks finished at file 209 offset 133795483
-INFO  - 1421850825: (BlockUtils.cpp:468) Reading raw blocks finished at file 210 offset 134105129
-INFO  - 1421850826: (BlockUtils.cpp:468) Reading raw blocks finished at file 211 offset 133622349
-INFO  - 1421850828: (BlockUtils.cpp:468) Reading raw blocks finished at file 212 offset 134166396
-INFO  - 1421850832: (BlockUtils.cpp:468) Reading raw blocks finished at file 213 offset 133850704
-INFO  - 1421850833: (BlockUtils.cpp:468) Reading raw blocks finished at file 214 offset 133643474
-INFO  - 1421850836: (BlockUtils.cpp:468) Reading raw blocks finished at file 215 offset 133844818
-INFO  - 1421850838: (BlockUtils.cpp:468) Reading raw blocks finished at file 216 offset 133709422
-INFO  - 1421850843: (BlockUtils.cpp:468) Reading raw blocks finished at file 217 offset 134127616
-INFO  - 1421850844: (BlockUtils.cpp:468) Reading raw blocks finished at file 218 offset 133773660
-INFO  - 1421850850: (BlockUtils.cpp:468) Reading raw blocks finished at file 219 offset 133943428
-INFO  - 1421850851: (BlockUtils.cpp:468) Reading raw blocks finished at file 220 offset 134042545
-INFO  - 1421850852: (BlockUtils.cpp:468) Reading raw blocks finished at file 221 offset 31670827
-INFO  - 1421850852: (BlockUtils.cpp:1228) Wrote blocks to DB in 93.2717s
-WARN  - 1421850852: (BlockUtils.cpp:948) Scanning from 0 to 339906
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 2500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 5000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 7500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 10000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 12500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 15000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 17500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 20000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 22500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 25000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 27500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 30000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 32500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 35000
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 37500
-WARN  - 1421850852: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 40000
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 42500
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 45000
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 47500
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 50000
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 52500
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 55000
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 57500
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 60000
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 62500
-WARN  - 1421850853: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 65000
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 67500
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 70000
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 72500
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 75000
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 77500
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 80000
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 82500
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 85000
-WARN  - 1421850854: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 87500
-WARN  - 1421850855: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 90000
-WARN  - 1421850855: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 92500
-WARN  - 1421850855: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 95000
-WARN  - 1421850856: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 97500
-WARN  - 1421850856: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 100000
-WARN  - 1421850856: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 102500
-WARN  - 1421850856: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 105000
-WARN  - 1421850857: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 107500
-WARN  - 1421850857: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 110000
-WARN  - 1421850857: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 112500
-WARN  - 1421850858: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 115000
-WARN  - 1421850859: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 117500
-WARN  - 1421850860: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 120000
-WARN  - 1421850861: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 122500
-WARN  - 1421850862: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 125000
-WARN  - 1421850863: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 127500
-WARN  - 1421850866: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 130000
-WARN  - 1421850868: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 132500
-WARN  - 1421850872: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 135000
-WARN  - 1421850876: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 137500
-WARN  - 1421850880: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 140000
-WARN  - 1421850885: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 142500
-WARN  - 1421850889: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 145000
-WARN  - 1421850892: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 147500
-WARN  - 1421850894: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 150000
-WARN  - 1421850897: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 152500
-WARN  - 1421850899: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 155000
-WARN  - 1421850902: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 157500
-WARN  - 1421850905: (BlockWriteBatcher.cpp:1091) Finished applying blocks up to 160000
-ERROR - 1421850906: (BlockWriteBatcher.cpp:951) Header heigh&dup is not in BLKDATA DB
-ERROR - 1421850906: (BlockWriteBatcher.cpp:952) (161352, 0)
-ERROR - 1421850906: (BlockWriteBatcher.cpp:1083) Grab thread halted unexpectedly
-INFO  - 1421850906: (BlockUtils.cpp:1260) Scanned Block range in 107.3s
-INFO  - 1421850906: (BlockUtils.cpp:1263) Finished loading at file 221, offset 31670827
-INFO  - 1421850906: (BlockDataViewer.cpp:144) Enabling zero-conf tracking

I notice a few things wrong there: first, that something goes wrong at block 161252. Second, that when the scanning process halts unexpectedly, the rest of the program acts like it completed successfully.

I have the same "Header heigh&dup is not in BLKDATA DB" error at block 284920. I'm building a supernode and it took me more than a week to reach this height. Certainly I don't want to do it all over again. What should I do?

Donation address: 374iXxS4BuqFHsEwwxUuH3nvJ69Y7Hqur3 (Bitcoin ONLY)
LRDGENPLYrcTRssGoZrsCT1hngaH3BVkM4 (LTC)
PGP: D3CC 1772 8600 5BB8 FF67 3294 C524 2A1A B393 6517
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
April 03, 2015, 08:23:41 PM
 #489

I have the same "Header heigh&dup is not in BLKDATA DB" error at block 284920. I'm building a supernode and it took me more than a week to reach this height. Certainly I don't want to do it all over again. What should I do?

"Header heigh&dup is not in BLKDATA DB" -> Is this the error you are getting? This means your blk files are missing this one block. There is currently no mechanism to fix that kind of error in the code. You would have to rebuild and rescan. The new DB code is right around the corner anyways, and you will have to rebuild with that too. Among other things supernode will be a lot faster, but you should still stay away from that if it takes your machine a week to get through 50% of the blockchain.

jl2012
Legendary
*
Offline Offline

Activity: 1792
Merit: 1093


View Profile
April 04, 2015, 02:53:43 AM
 #490

I have the same "Header heigh&dup is not in BLKDATA DB" error at block 284920. I'm building a supernode and it took me more than a week to reach this height. Certainly I don't want to do it all over again. What should I do?

"Header heigh&dup is not in BLKDATA DB" -> Is this the error you are getting? This means your blk files are missing this one block. There is currently no mechanism to fix that kind of error in the code. You would have to rebuild and rescan. The new DB code is right around the corner anyways, and you will have to rebuild with that too. Among other things supernode will be a lot faster, but you should still stay away from that if it takes your machine a week to get through 50% of the blockchain.

Do you mean I have to rebuild bitcoind, or armory, or both?

I have a backup of partially completed armory database, can I try to continue at that point?

Or, would you mind to share a completed bitcoin and armory database with me?

Donation address: 374iXxS4BuqFHsEwwxUuH3nvJ69Y7Hqur3 (Bitcoin ONLY)
LRDGENPLYrcTRssGoZrsCT1hngaH3BVkM4 (LTC)
PGP: D3CC 1772 8600 5BB8 FF67 3294 C524 2A1A B393 6517
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
April 04, 2015, 04:44:15 AM
 #491

Do you mean I have to rebuild bitcoind, or armory, or both?

Both

Quote
I have a backup of partially completed armory database, can I try to continue at that point?

Yes

Quote
Or, would you mind to share a completed bitcoin and armory database with me?

It's 92GB. Maybe we'll bootstrap the entire DB on our torrent boxes one of these days.

Again, considering the speed of your machine, I'll be done with the DB changes before you are done scanning supernode, and then you'll have to restart from scratch.

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
April 04, 2015, 08:01:14 AM
 #492

I have a backup of partially completed armory database, can I try to continue at that point?

I still keep a backed up copy of the bitcoin blockchain on a spare disk (I've even still got the "in-order" 0.9.3 version). I'm not going to bother doing that with the Armory database these days though, although I think I may have a 0.92.x database backed up somewhere that needs deleting. Bitcoin blockchain will always be an essential backup though (too time consuming if you have to re-download the whole thing).

Vires in numeris
bitillionaire
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


phm.link


View Profile WWW
April 18, 2015, 01:32:20 PM
 #493

On Linux, where is the import private key feature? Not seeing it at all, but probably just not seeing it, not saying it's not there. Where should I be looking, I guess is what I'm asking. Spent the past half hour trying to figure this out. Appreciate any help. Thanks.

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
April 18, 2015, 01:57:39 PM
 #494

On Linux, where is the import private key feature? Not seeing it at all, but probably just not seeing it, not saying it's not there. Where should I be looking, I guess is what I'm asking. Spent the past half hour trying to figure this out. Appreciate any help. Thanks.

It's in the Addresses menu. Maybe you're in Standard or Advanced user mode when that feature is only accessible in Expert mode?

Vires in numeris
bitillionaire
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


phm.link


View Profile WWW
April 18, 2015, 02:07:38 PM
 #495

On Linux, where is the import private key feature? Not seeing it at all, but probably just not seeing it, not saying it's not there. Where should I be looking, I guess is what I'm asking. Spent the past half hour trying to figure this out. Appreciate any help. Thanks.

It's in the Addresses menu. Maybe you're in Standard or Advanced user mode when that feature is only accessible in Expert mode?

That was exactly it. If you're an Armory dev, I hope it helps to know that I send donations whenever I can. Great idea putting that in the actual send page.

bitillionaire
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


phm.link


View Profile WWW
April 18, 2015, 02:12:04 PM
 #496

On Linux, where is the import private key feature? Not seeing it at all, but probably just not seeing it, not saying it's not there. Where should I be looking, I guess is what I'm asking. Spent the past half hour trying to figure this out. Appreciate any help. Thanks.

It's in the Addresses menu. Maybe you're in Standard or Advanced user mode when that feature is only accessible in Expert mode?

That was exactly it. If you're an Armory dev, I hope it helps to know that I send donations whenever I can. Great idea putting that in the actual send page.

If not, PM me so I can tip you next time I get a chance. Like after I clean out PrimeDice's hot wallet this evening.  Wink

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
April 18, 2015, 02:23:38 PM
 #497

Any/all tips to Armory

Vires in numeris
TechBoi
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 24, 2015, 10:44:58 PM
 #498

I think I found a bug: when installed in a different directory, Armory always starts in offline mode. I even let it update the bloackchain (50GB, took 10+
 hours) and then when I opened Armory again it was gone, it doesn't automatically connect online. Now I have to open Bitcoin Core manually and update that again, before Armory updates...
doug_armory
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250

Senior Developer - Armory


View Profile WWW
June 06, 2015, 06:03:57 PM
 #499

-> installed ubuntu
-> installed bitcoin-qt
-> installed Armory .93.1
-> loaded all the blocks through armory
-> imported block headers successful
-> organizing blockchain
-> crashes every time at this point

I've tried reinstalling everything, even deleted the whole bitcoin library physically and tried reloading everything again. nothing. still crashes during "organizing blockchain"

If i try to restart Armory it will open, but it will say that bitcoin-qt is already running. When i try to kill bitcoin-qt it says it can't find it.

guess ill be using electrum

Which versions of Ubuntu and BC Core are you running? Is Ubuntu 32-bit or 64-bit?

Senior Developer -  Armory Technologies, Inc.
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
June 07, 2015, 11:46:18 PM
 #500

No x86 for 0.93

Go back to 0.92 or wait for 0.94

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!