Bitcoin Forum
May 24, 2024, 05:40:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 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 ... 233 »
2221  Bitcoin / Armory / Re: Not showing in wallet after 3 hours: 0.00019824 BTC Fee, 31 confirmations on web on: January 19, 2017, 08:46:07 PM
rebuild & rescan should fix it
2222  Bitcoin / Armory / Re: Armory stays in "Initializing BitCoin Engine" forever on: January 19, 2017, 01:09:32 AM
Quote
By "wipe" the current log&pass, did you mean I should delete those lines entirely?

Yes. I don't have either of these set in my .conf, I just let my node create a cookie file on each run and have Armory use that.
2223  Bitcoin / Armory / Re: Armory stays in "Initializing BitCoin Engine" forever on: January 18, 2017, 08:38:33 PM
Quote
I rather prefer it to start bitcoind for me, but I guess this isn't too onerous.  I could autostart bitcoind upon boot, it was just nice for the wallet UI to also start/stop the bitcoin node for convenient and the novice end-users.

It doesn't have to be bitcoind, you can also run BitcoinQt to the same effect.

Quote
Just in case its helpful, I've pasted my full armorylog file, below, when I tried to leave the box checked.  (dbLog.txt was empty)

It's failing to establish a RPC connection with bitcoind. Make sure your user can read and write bitcoin.conf, add server=1 in there and wipe the current log&pass for the good measure.
2224  Bitcoin / Armory / Re: Restored wallet stuck at balance of 0.00 on: January 17, 2017, 08:09:49 PM
You're supposed to start the DB first, I have not fixed it the other way around yet.
2225  Bitcoin / Armory / Re: Restored wallet stuck at balance of 0.00 on: January 17, 2017, 10:47:14 AM
You should give the user the option.

Don't let complaining users make you sour Smiley

You want to see the DB output, you can just run ArmoryDB on its own in a command line prompt/terminal.
2226  Bitcoin / Armory / Re: Restored wallet stuck at balance of 0.00 on: January 17, 2017, 10:37:10 AM
It is nice having the seperate window open reporting what it's up to though Smiley (ArmoryDB.exe)

That's going away next version. You can't have nice things.
2227  Bitcoin / Armory / Re: Restored wallet stuck at balance of 0.00 on: January 17, 2017, 09:44:18 AM
"Scanning.. x / y completed".

It used to do that, I have not restored that feature yet.
2228  Bitcoin / Armory / Re: Private key import fails on 0.95.1 (with a side order of NULL dereferencing) on: January 16, 2017, 04:41:59 AM
I changed a lot of code around wallets this upcoming version, I'll have to rework imports basically from the ground up, so the code is gonna change completely (and well, work)
2229  Bitcoin / Armory / Re: Broadcast process failed unexpectedly on: January 15, 2017, 10:10:26 PM
Still the same "broadcast failed" after the rescan. I did the rescan only, so I will try the "rebuild and rescan" next and report back. Thank you.

Won't change anything.

In the broadcast dialog, you can copy the raw tx as hex. Grab that and try to broadcast it straight from Core, you'll get a error message giving you an idea as to why it's failing.
2230  Bitcoin / Armory / Re: Broadcast process failed unexpectedly on: January 15, 2017, 07:33:25 PM
Do a rescan and try again.
2231  Bitcoin / Armory / Re: Armory 0.95.1 BUILD DATABASE forever on: January 12, 2017, 02:09:33 PM
auto bitcoind has always been the biggest source of bugs in Armory's history. This isn't unheard of.
2232  Bitcoin / Armory / Re: Armory 0.95.1 BUILD DATABASE forever on: January 12, 2017, 01:49:43 PM
Post armorylog.txt and dblog.txt
2233  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 07:44:18 PM
Then your immediate solution is to install/VM a Debian based Linux distro to create your wallets with. Otherwise, you'll have to wait for the 0.96 testing phase to participate and help me debug the issue if it has persisted until then.
2234  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 07:08:35 PM
If you think it could solve it a reinstall of windows would be no big thing.

I don't think it would achieve anything. Do you build your own binaries? I'd have you test it with 0.96

2235  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 06:38:53 PM
Are you using non ascii characters in your password? Try creating a wallet with a very simple password for testing purposes.
2236  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 06:10:46 PM
I'll try to reproduce on my own, although I doubt I will manage. You are the first one to report an issue of this nature on 0.95, and there has not been significant changes in that code across versions to justify such failure.

Maybe try to run offline Armory with admin privilege, in the off case it is a permission issue.

Also teamviewer on its own won't help, as I'd need to install a whole suite of development tools to debug the issue.

P.S: Give it a try in testnet by adding --testnet to the offline shortcut target
2237  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 04:55:59 PM
Can I sign created transaction with this new release 0.95.1 using an offline version 0.93.3 ?

Yes

Do you plan to make an updated standalone / offline bundle, dedicated to cold storage and offline signature, compatible with a more recent OS than ubuntu 12.04 ? (like a 16.04 LTS or tails 2.9) ?

I have not built any offline bundle myself. These are just carryovers from the ATI era, since I have not changed the signing code yet.

There is new signer code to cover the new address types for 0.96. This code is only active when spending from the new address types, this means you can use the old offline signers to sign for the legacy addresses funded with 0.96 and later.

If you use the new address formats, you'll need a 0.96+ signer. For that purpose I'll put out a new set of offline bundles.

Offline bundles aren't just builds however. They come with the packages needed to install Armory offline on the fresh install of the target OS. Assembling and testing the packages is a demanding task on its own, which is why you won't see offline bundles for every release, and only a few OS supported.

I use a different process than Alan for builds however. For each package, he would build the binaries directly on the target OS. I build all *nix binaries on Debian Wheezy. These binaries are compatible with everything Debian x64 based.

This leaves the question of OSes and arch. Obviously there will be at least one Ubuntu LTS. Other OSes are still up in the air atm. As for Tails, afaik they run on Debian Jessie, so a Jessie offline bundle should work, although I believe they use x86 and not x64, which is annoying in its own right.
2238  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 04:30:07 PM
Quote
2017-01-11 16:34 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe

You didn't start Armory in offline mode, it just happens to be offline because it failed to auto start bitcoind.

Let's take it from the top.

1) Make sure no instance of ArmoryDB.exe is running. If there are, just kill the process in the task manager.

2) Create a shortcut of ArmoryQt.exe. In the shortcut properties, add this to the target field:"--offline", then rename the shortcut to something like "Armory offline". Your target should look like this:

Code:
C:\Program Files (x86)\Armory\ArmoryQt.exe --offline

3) Delete your log file again, the constant RPC errors make it hard to make sense of anything.

4) Start Armory through the offline shortcut, repeat the process.

P.S: is there an ArmoryQt.exe.log file in C:\Program Files (x86)\Armory ? If so, post it.
2239  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 02:22:28 PM
Delete the log, start Armory in offline mode and try again. If it fails, post the fresh log.
2240  Bitcoin / Armory / Re: Armory 0.95.1 is out on: January 11, 2017, 01:46:30 PM
Post your logs.
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!