Bitcoin Forum
August 28, 2024, 10:43:35 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 182 183 184 185 186 187 188 189 190 191 192 193 ... 233 »
2841  Bitcoin / Armory / 0.94 preliminary testing phase on: February 21, 2016, 06:15:59 PM
The new DB is about ready. It passes all C++ tests and runs *almost* fine. Turns out my own copy of the mainnet blockchain has a corrupt block (or at least some corner case that displays the same behavior), so I'll be taking extra time putting together a full diagnostic and repair code to get through that bad block. In the mean time I'd like some testing on what I have so far.

Haven't hooked the progress bars yet (so refer to your terminal/console output) but the rest should work (spends and ZC included). The code is in dev (https://github.com/goatpig/BitcoinArmory/tree/dev), pull away. I'm still pushing commits daily to that branch for now. Once it stabilizes and I put out the first testing builds, I'll move that code to a branch named testing.

If your scan fails please repeat and let me know if the error is random or deterministic.

EDIT: haven't tested rebuilds/rescans, they are probably broken. Delete the content of your DB folder manually if you want to rebuild. Obviously use a new folder (this db format is not compatible with ATI's 0.93/0.94 and coexist with it in the same folder). Expected DB size for mainnet is ~150MB.
2842  Bitcoin / Armory / Re: Moving forward with Armory on: February 20, 2016, 10:04:02 PM
https://github.com/goatpig/BitcoinArmory/releases
2843  Bitcoin / Armory / Re: Have Armory .wallet file. Any way to move it to BT core or other? on: February 19, 2016, 05:48:04 PM
Start Armory in offline mode with another datadir (--offline --datadir="someotherpath")

Go to Wallets -> Fix Damaged Wallets

Start with a consistency check and post the logs here.
2844  Bitcoin / Armory / Re: impossible to run armory on: February 18, 2016, 09:29:45 PM
disable auto bitcoind management.
2845  Bitcoin / Armory / Re: Moving forward with Armory on: February 18, 2016, 04:50:26 PM
Should I add those files in too or leave as is?

I'll compare yours to what is in there already and take a decision. Only need one instruction file per OS, the rest I'll delete.
2846  Bitcoin / Armory / Re: Armory stuck in offline mode... on: February 17, 2016, 08:05:55 PM
force your block file location using --satoshi-datadir
2847  Bitcoin / Armory / Re: Moving forward with Armory on: February 17, 2016, 05:27:40 PM
I won't accept a PR that has anything to do with Joseph's work for ATI until I can clear that with the shareholders first. Do not keep your hopes up. Use Joseph's work as reference as much as you'd like though.

For people interested in adding deterministic build support for Armory, please focus on a single Linux distro at first (ideally Debian 7 or 8 ).
2848  Bitcoin / Armory / Re: Moving forward with Armory on: February 16, 2016, 10:30:36 PM
For Linux packages, run this python script:

https://github.com/goatpig/BitcoinArmory/blob/master/dpkgfiles/make_deb_package.py

For Windows, run this .bat:

https://github.com/goatpig/BitcoinArmory/blob/master/cppForSwig/BitcoinArmory_SwigDLL/build_installer_64.bat

For OSX, it's one of these here:

https://github.com/goatpig/BitcoinArmory/tree/master/osxbuild
2849  Bitcoin / Armory / Re: How many GB do your Armory and Bitcoin Core Folders take up? on: February 16, 2016, 09:57:40 PM
yes
2850  Bitcoin / Armory / Re: Moving forward with Armory on: February 16, 2016, 07:44:30 PM
I don't have moderator power in this sub forum. Afaik no Armory employee ever had.

I suspected that. Anyways, it's you call, fine by me and pretty much anyone else on this thread, we know how to get our source and binaries from... I suggested this after reading about a user having issues with an older version and well... the binaries have to be somewhere visible for people who spend less time here to update. I haven't taken the liberty to create a thread with links and an explanation because it wouldn't be stickied and would probably get lost between all the threads Cheesy I don't think mods would stick a thread not made by you.

I'll look into getting mod status once I go into the whole release/website dance. For now, I want to focus on coding. At the current rate, I could have a testing phase this week.
2851  Bitcoin / Armory / Re: How many GB do your Armory and Bitcoin Core Folders take up? on: February 16, 2016, 07:37:41 PM
Something's probably wrong with your Armory

Since LevelDB and LMDB are unaware of each other, both DBs can coexist in the same folder. There was some extra checks in place to look for an old DB, but it was also possible to just click through it, so he could have 2 DBs in one folder. Otherwise, he rebuilt the DB so much it eventually bloated, i.e. it doesn't have actually 147GB of data, rather the premapped files are bloated up to that value.
2852  Bitcoin / Armory / Re: Moving forward with Armory on: February 15, 2016, 10:18:29 PM
AGPL3 is still an open source license. You can develop code on top of AGPL3 code, use any license you want that is compatible with AGPL3 (Boost isn't as an example, MIT is), and retain full ownership of your own work.

What you can't do is use AGPL3 licensed code commercially without a license issued from the owner. In the case of Armory, if someone wanted to use my version of Armory for commercial purposes, they need not ask my permission (my additions are MIT), but they will have to seek licensing from ATI (all their code is AGPL3).

ATI can't sue me because I am developing on top of their code base. The MIT license is compatible with AGPL3 after all. ATI can't sue me either if someone was to use my version of Armory commercially. They would have to sue the particular user/business who didn't get a license from them, and I am attaching ATI's AGPL3 text where due in my code (can't blame me for lying about the copyright).
2853  Bitcoin / Armory / Re: Armory - Discussion Thread on: February 15, 2016, 09:29:58 PM
In your /blocks folder, delete the last ~10 or so blkXXXXX.dat and revXXXXX.dat files. Start BitcoinQt, it will complain about that stuff, redownload the missing data and reverify the chain. (If you want to reduce the verification time, maybe it's a good occasion to try out Core 0.12 rc?)

Once BitcoinQt is fully sync'd, you can shut it down and start Armory as usual.
2854  Bitcoin / Armory / Re: Armory hangs on "Organizing Blockchain" (>12h). Grateful for any help. on: February 15, 2016, 09:27:27 PM
-ERROR - 1455537157: (BlockWriteBatcher.cpp:980) No block in DB at height 195803
-INFO  - 1455537160: (BlockUtils.cpp:1518) Scanned Block range in 411.828s

That's your error. Your copy of the blockchain is corrupt, you need to redownload it.
2855  Bitcoin / Armory / Re: Moving forward with Armory on: February 15, 2016, 04:40:26 PM
Huh? Weird!
Talk to Theymos about it. It looks like there is no mod at all, in this sub?

Ente

Indeed, no dedicated mods to this sub. I believe that leaves gmax in charge. Alan asked for moderator status some years ago and it never got to anything, so he gave up. Not sure if I want to go down that path too. I'm perfectly fine with an active member of the community getting mod status in this sub.
2856  Bitcoin / Armory / Re: Armory hangs on "Organizing Blockchain" (>12h). Grateful for any help. on: February 14, 2016, 05:54:56 PM
Again these log lines are irrelevant. You should clean up your armorycpplog.txt or all personal info and pastebin it so I can look at it. In the mean time, delete the content of Armory's database folder and try again.
2857  Bitcoin / Armory / Re: lost transaction on: February 14, 2016, 03:26:40 PM
Yes. I suggest once you get a functional one to back it up somewhere, so that you can pick up from that state if the issue happens later. I have some extra changes in the upcoming version that could get around those issues (no guarantees though).
2858  Bitcoin / Armory / Re: Moving forward with Armory on: February 14, 2016, 03:24:37 PM
I don't have moderator power in this sub forum. Afaik no Armory employee ever had.
2859  Bitcoin / Armory / Re: Armory hangs on "Organizing Blockchain" (>12h). Grateful for any help. on: February 14, 2016, 03:23:08 PM
None of these lines are relevant to your issue. You should start BitcoinQt manually and let it fully sync. In Armory, turn off auto bitcoind management then start it after BitcoinQt. Report what happens here.
2860  Bitcoin / Armory / Re: lost transaction on: February 13, 2016, 06:00:36 PM
Kevinjulio, I am not sure what you mean? I am just using Armory's wallet.

The sync finished (it took more than 2 days!), but I am still not seeing the bitcoins in my wallet. My wallet still has the address that I sent the coins to but its still not finding it. :/

The number of blocks shown in the bottom right corner of armory is smaller than the number of blocks of transaction history that bitcoin core has retrieved. ive tried hitting rescan on armory and it did not increase the count at all. Any more ideas?

Thanks

Your blockchain data is corrupt.
Pages: « 1 ... 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 182 183 184 185 186 187 188 189 190 191 192 193 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!