Bitcoin Forum
May 23, 2024, 05:17:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 233 »
3281  Bitcoin / Armory / Re: Armory - Discussion Thread on: April 07, 2015, 02:21:52 AM
Anything to be done about armoryd's crazy memory usage? I'm seeing 41GB virt and about 6GB residual. It's causing other processes to start swapping. It is done scanning blocks, this is persistent memory usage. In comparison, bitcoind only uses about 55MB residual.

Restarting the process causes the memory to go down, but then armoryd starts eating up CPU and filling up again. It continually is using the lion's share of resources on the system.

Upcoming DB changes will reduce the memory footprint. For now you should manage BitcoinQt manually so that you can restart Armory after a full rescan without having to restart Core.
3282  Bitcoin / Armory / Re: Wrong network? on: April 07, 2015, 02:19:38 AM
"f9 be b4 d9" are the first bytes, I think that may have just been a weird bug in Armory

It's possible Armory looked at the file right when Core created it but before anything was written to it, so it read a bunch of 0s instead.
3283  Bitcoin / Armory / Re: Wrong network? on: April 07, 2015, 01:35:27 AM
Look at the file content yourself, is it leading 0s?
3284  Bitcoin / Armory / Re: Armory trying to create directories when apache invokes python script on: April 05, 2015, 07:17:20 PM
Don't mess with the permissions. This error means the auto path detection believes your blockchain data is in '/Users/me/Library/Application Support/Bitcoin/'. Apparently the user you are logged under does not have permissions to create that path.

The fix is to force your Bitcoin path with the --satoshi-datadir argument.
3285  Bitcoin / Armory / Re: Armory 0.93.1-beta upgr > failing rebuild/rescan. EDIT: Known BDM bug? on: April 05, 2015, 07:13:16 PM
logs
3286  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: April 04, 2015, 04:44:15 AM
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.
3287  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: April 03, 2015, 08:23:41 PM
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.
3288  Bitcoin / Armory / Re: 0.93 stuck ~323000ish blk: "Somehow tried to add header that's already in map"? on: April 02, 2015, 06:33:22 PM
--satoshi-datadir="d:\data\bitcoincore\testnet3"

This is what you need if you want testnet to work. You should ignore the testnet part in the trouble shooting page. I guess it's confusing, we should change that.
3289  Bitcoin / Armory / Re: Had it up to here with amory - now i cant retrive coins from on online wallet on: April 01, 2015, 11:11:08 PM
So they tell me my database is corrupted and I need to rebuild but amory still wont get past the scanning 99% blocks deal so I cant do that

what other options do I have ?



Then factory reset
3290  Bitcoin / Armory / Re: 0.93 stuck ~323000ish blk: "Somehow tried to add header that's already in map"? on: April 01, 2015, 08:39:58 AM
why are you pointing Armory to d:\data\bitcoincore when you are using tesnet?
3291  Bitcoin / Armory / Re: How to gracefully stop armoryd while it is scanning the blockchain? on: March 31, 2015, 05:00:16 PM
I'm running armoryd.py in supernode mode (on Linux) but it is scanning very slowly. I want to add some RAM but can't do that without interrupting the scan. How could I stop it gracefully?

There is indeed no command for that. We'll add one. For now you can just SIGTERM armoryd, the DB is resilient to that.
3292  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 29, 2015, 05:46:17 PM
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.
3293  Bitcoin / Armory / Re: Armory - Discussion Thread on: March 29, 2015, 05:38:47 PM
Actually, the reworked ZC handler could accommodate for this kind of behavior. I'll look into it eventually, once the coin control is completed.
3294  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 29, 2015, 01:57:26 AM
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.
3295  Bitcoin / Armory / Re: bitcoind crashing on: March 28, 2015, 07:51:59 PM
Turn off bitcoind auto management in File -> Settings. Run BitcoinQt manually. If the problem persists (and I expect it will), it means something is off with your machine.
3296  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 28, 2015, 07:45:43 PM
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
3297  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 28, 2015, 05:28:33 PM
It's an extension of the previous work (apparently).

It is. It will also be faster and more stable thanks to some simplification in the architecture.

Hope it makes it into 0.94, looks like there's alot to get into that release.

It's the basis for that release actually.
3298  Bitcoin / Armory / Re: Had it up to here with amory - now i cant retrive coins from on online wallet on: March 28, 2015, 12:25:42 AM
Make a ticket, add your log files.
3299  Bitcoin / Armory / Re: Armory 0.93 testing release! (with 0.05 BTC bug bounty) on: March 27, 2015, 05:22:21 PM
It's an extension of the previous work (apparently).

It is. It will also be faster and more stable thanks to some simplification in the architecture.
3300  Bitcoin / Armory / Re: [ANN] Armory 0.93 Official Release on: March 27, 2015, 05:20:57 PM
i'm getting this in the Armory Dashboard:

There was an error starting the underlying Bitcoin engine. This should not normally happen. Usually it occurs when you have been using Bitcoin-Qt prior to using Armory, especially if you have upgraded or downgraded Bitcoin-Qt recently. Output from bitcoind:
StdErr:

bitcoind: ./db/dbformat.h:99: leveldb::Slice leveldb::ExtractUserKey(const leveldb::Slice&): Assertion `internal_key.size() >= 8' failed.

Start BitcoinQt manually and see what it has to say for itself. Most likely it's DB is corrupt and it will ask to reindex the blockchain.
Pages: « 1 ... 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 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!