Bitcoin Forum
May 05, 2024, 12:53:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 233 »
2621  Bitcoin / Armory / Re: dude with fragmented backups on: July 06, 2016, 10:12:46 PM
https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L2327

It can fix a single byte error. Data is served as 16 bytes packets with 2 bytes checksum, which is the first 2 bytes of the data's hash digest (sha256). If the checksum fails it will try all of the 16 bytes (one at a time) with all 256 values in hope of hitting the expected value.
2622  Bitcoin / Armory / Re: I accidently removed the folder: c:/users/.../roaming/armory and my wallet on: July 03, 2016, 11:39:52 PM
My recovered WALLET file are 28kb is that the only file I need? Sorry for being such a noob Embarrassed

Yes. Import it in Armory or copy it into your datadir
2623  Bitcoin / Armory / Re: I accidently removed the folder: c:/users/.../roaming/armory and my wallet on: July 03, 2016, 08:06:37 PM
1) You should always have a backup.

2) You only need the first 256 bytes or so of the wallet file to recover the encrypted root key. If you got a file that is about that long, use the wallet recovery tool in Armory and hope for the best.

3) If you manage to recover your wallet, make a backup =)
2624  Bitcoin / Armory / Re: Armory 0.94.1 is out on: July 03, 2016, 06:54:22 PM
Tx was broadcasted, something GUI element failed after that.
2625  Bitcoin / Armory / Re: Will Armory support the Bitcoin Classic fork? on: June 29, 2016, 03:16:16 AM
Does it work with Core? There is no reason it shouldn't work with Classic, it's the same file structure and magic word.
2626  Bitcoin / Armory / Re: transactions not broadcasting. Any suggestions? on: June 29, 2016, 03:15:11 AM
Is there a way to determine the size of the transaction in Armory before finalizing its generation? If not, is that something that can somehow be incorporated into the next release (user-friendly) since transaction fees are critical nowadays for a successful transmission?

I'll be adding that at some point in the upcoming release.
2627  Bitcoin / Armory / Re: 0.94.1 crashes on: June 26, 2016, 05:54:15 PM
I noticed that Armory was removed from bitcoin.org recommended clients list. It's becasue of such overwhelming user-friendliness, or there is something more behind it?

It was removed because my fork is not the official work from ATI, nor does ATI offer links to my versions on their web page. At the same time, I don't have a web page, I just deliver my binaries through the github release feature. In other words, they think the situation is confusing.
2628  Bitcoin / Armory / Re: armory refuses to use nonstandard dir on: June 24, 2016, 03:13:34 PM
Free space at last!  Free space at last!

Upgrade to 0.94
2629  Bitcoin / Armory / Re: transactions not broadcasting. Any suggestions? on: June 20, 2016, 10:53:24 PM
rebuild & rescan then try again
2630  Bitcoin / Armory / Re: 0.94.1 crashes on: June 20, 2016, 06:52:00 PM
You can empty it or remove it. Ideally you want to back up the old DB in case 0.94 gives you a headache, but so far it has proven to be stable so you should be able to go all the way with this.

I'm adding a DB version check in the next release so this kind of issues don't happen anymore.
2631  Bitcoin / Armory / Re: 0.94.1 crashes on: June 20, 2016, 06:24:58 PM
Let bitcoin resync first.

If you are experience issues with Armory controlling bitcoind, first backup your bitcoin datadir. Then turn off auto managed bitcoind in Armory (first check box in the File -> Settings menu) and run Bitcoin-Qt manually instead.

Once bitcoin is synced, you will have to do a rebuild & rescan in Armory to get it working. Also, do not let 0.94 run in the same dbdir as 0.93's.
2632  Bitcoin / Armory / Re: 0.94.1 crashes on: June 20, 2016, 04:57:06 PM
need armorycpplog.txt as well
2633  Bitcoin / Armory / Re: Armory stuck in offline mode 0.94.1 beta on: June 20, 2016, 12:17:35 AM
Here is a new log file. The log is too big and pastbin will not accept it. I hope this site works for you.
http://filebin.ca/2lFIroguz2BW/armorylog_20160617_0837.txt

adding these lines to bitcoin.conf

rpcport=8333
rpcconnect=127.0.0.1

results in armory not being able to start bitcoind and a new error
however using rpcport=8332(the defalt) allows bitcoind to start.
Is there anyway to make armory use the 8332 port?

bitcoin-cli can connect on the 8332 port.

My bitcoin.conf file does contain 2 lines added by armory

rpcuser=generated_by_armory
rpcpassword= *****Random text here*******

running armory as root has no effect so I do not believe it is a permission thing, unless armory auto drops root permission. Any help would be nice as I have some funds tied up in this wallet at the moment.

I have found a Solution. Manually starting bitcond with the 8332 port and in armory unchecking "Let Armory run Bitcoin-Core in the background" allowed armory to connect. It would be nice if armory could handle bitcoind for me but not that big a deal.


You shouldn't set your RPC port to 8333, that's the P2P port.
2634  Bitcoin / Armory / Re: Armort QT fails to instal on: June 18, 2016, 09:45:46 PM
log files.

also, most likely a permission issue.
2635  Bitcoin / Armory / Re: Wallet Corrupt Everytime When Close Armory on: June 18, 2016, 10:28:48 AM
I'll look into it
2636  Bitcoin / Armory / Re: Armory stuck in offline mode 0.94.1 beta on: June 17, 2016, 06:59:03 PM
Can't see the log file on that site, please use pastebin instead.

The connection is Armory trying to get ahold of your bitcoin node through p2p. It needs to be able to talk to localhost:8333. Either that or you didn't point it at the correct blockchain data folder (use --satoshi-datadir)
2637  Bitcoin / Armory / Re: Armory - Change Amounts Not Showing on: June 16, 2016, 11:37:29 PM
log files
2638  Bitcoin / Armory / Re: Wallet Corrupt Everytime When Close Armory on: June 16, 2016, 05:23:09 PM
Sorry I haven't replied. I think its resolved now. One observation I saw was when I originally installed 0.94.1 and created a new wallet, the wallet size seems to be unusually (255Kb) large. Even the backup wallet is this large. There was 10 receiving addresses and perhaps only a dozen transactions.

Things I've tried:

1) Relocating armory datadir to another drive.
2) Repairing wallet which indicated no errors.
3) Reinstalling Armory (https://github.com/goatpig/BitcoinArmory/releases/tag/v0.94.1)

Finally what I did was uninstall every damn thing, Armory and Bitcoin core. Reinstall (default locations) and reindex everything (Bitcoin blockchain and Armoy db) and new wallet again. Finally seems to be ok now.

Conclusion, I've no idea why it's ok now Grin, however to all who read this I don't think its an issue with Armory.

The wallets you restore from a root are larger than wallets you just create. Created wallets have 100 address precomputed, restored wallets precompute 1000 addresses, thus the size difference.

Thinking about it, maybe your issue is permission access. If you were using a custom folder for your datadir and the user you were logged on as did not have credentials to access the path, it would have the data in RAM but fail to write it to disk. Although I expect the errors in the log file to be clearly signify this, so this doesn't exclude some sort of RAM or HDD issue.
2639  Bitcoin / Armory / Re: Wallet Corrupt Everytime When Close Armory on: June 16, 2016, 09:19:24 AM
Is this a known problem with the armory wallet?

First time I see this. That code hasn't changed in 3 years or so, if it was common we'd know by now.
2640  Bitcoin / Armory / Re: Armory 94.1 -- Can't send any transactions on: June 16, 2016, 09:18:09 AM
Quote
There was an error constructing your transaction, due to a quirk in the way Bitcoin transactions work. If you see this error more than once, try sending your BTC in two or more separate transactions

Code:
      if len(utxoSelect) == 0:
         QMessageBox.critical(self, tr('Coin Selection Error'), tr("""
            There was an error constructing your transaction, due to a
            quirk in the way Bitcoin transactions work.  If you see this
            error more than once, try sending your BTC in two or more
            separate transactions."""), QMessageBox.Ok)
         return False

This is the error it is referring to. In other words, it fails to select utxos to create your transaction, which suggest your outputs are all zero confirmed (or they are immature coinbase).

Also, are you trying to spend all your coins in one go? Is Core suggesting a big fee?

Quote
The only way I could get Armory to work, after trying all the methods described here, was to start Bitcoin Core first, then start armory with the setting for "Allow Armory to manage bitcoinqt" unchecked. Worked beautifully for a few days.


That's the mode I recommend (self managed BitcoinQt). I only tolerate bitcoind auto management because it has been there long enough people are used to it (and expect it). It's the source of about 80% of all errors with Armory.

Quote
EDIT:  Rescanning made no difference. Rebuild? Rebuild what, the blockchain download? I sure hope that's not what you mean. It took me a WEEK to get the whole thing.

Rebuild & rescan the Armory DB, what you are talking about is a blockchain redownload. Look in the help menu, should be below rescan.
Pages: « 1 ... 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 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!