Bitcoin Forum
May 10, 2024, 11:08:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 163 164 165 166 ... 233 »
2301  Bitcoin / Armory / Re: Hanging forever at 99% of "Scan Transaction History" on: December 20, 2016, 02:00:03 PM
Post armorylog.txt and dbLog.txt
2302  Bitcoin / Armory / Re: Is restore from digital backup working in .95.1? on: December 19, 2016, 10:47:34 PM
Quote
so focusing on the digital backups

That file is basically empty from the looks of it. If the repair tool couldn't pick anything and the header is all 0s, this is my current conclusion. Do you have other backups (that were not on the device you saved these files on?)

Quote
and I'd like to compare if the paper backups are missing anything that the digital have (ie derivative addresses using that aren't loaded in the paper backup, that either had transactions and a nil balance now, or some small balance left over).

Restoring from a paper backup creates a 1000 address lookup. Regular wallets start with a 100 address lookup, and rarely do users go over that. It is highly unlikely 1000 address won't cover your entire history. At any rate, you can create 10k addresses just to make sure.

Quote
I also noticed something else. I have the first attempt in a sub folder on my desktop, so I thought that it might be to do with the path length

MAX_PATH on Windows is 32768. Length is probably not the issue. Look out for non ascii characters in the path instead.

Quote
Also, I noticed that when you have no wallets set up and try and load a wallet, this happens

You saying trying to run the repair tool with no wallet loaded hangs?

Quote
After this I get failed to fix, invalid path or file isn't a valid armory wallet.

Refer to the first comment.
2303  Bitcoin / Armory / Re: Is restore from digital backup working in .95.1? on: December 19, 2016, 01:55:02 PM
Code:
2016-12-18 21:20 (ERROR) -- PyBtcWallet.pyc:2018 - Requested wallet is for a different blockchain!

Are you sure this wallet is for Bitcoin mainnet? You should run it through the wallet repair tool and post the output log here.
2304  Bitcoin / Armory / Re: Is restore from digital backup working in .95.1? on: December 19, 2016, 01:05:13 AM
let's see armorylog.txt
2305  Bitcoin / Armory / Re: Offline mode 1.5 years unable to get out of blockchain wallet consistant on: December 16, 2016, 03:15:59 PM
I suggest you don't automate bitcoind until after your system is stable. If you automate bitcoind, let the client automate the DB as well, ie just start the client and shut it all down by just closing the client.

The client always needs a DB to operate. If it fails to find one, it will spawn on one automatically. As such, if you want to manage the DB yourself, you have to start it first. It does not matter which order you start the DB and the node, but it's always preferable to start the node first and let it catch up with the network.

Quote
If un-checked load QT first then Armory. > Then how to quit?

Quote
If you run BitcoinQt manually, you can shut it down whenever you want, it runs independently of the DB and the client.
2306  Bitcoin / Armory / Re: Offline mode 1.5 years unable to get out of blockchain wallet consistant on: December 16, 2016, 02:43:59 PM
If you run BitcoinQt manually, you can shut it down whenever you want, it runs independently of the DB and the client. If the client automates your bitcoind instance, close the client and let it handle the rest.

As for the DB, if the client spawned it for you, just close the client. If you are running the DB manually, you can shut it down whenever you want. It's still preferable to shutdown the client first if there is one running against that DB, but that won't damage the data set one way or another.
2307  Bitcoin / Armory / Re: "Cannot find bitcoin installation" no matter what I do. (about to starve here) on: December 16, 2016, 01:55:37 PM
In Files -> Settings, either force the path to the binary, or turn off auto bitcoind entirely and run BitcoinQt manually.
2308  Bitcoin / Armory / Re: Armory 0.95.1 is out on: December 16, 2016, 12:20:48 PM
The address has everything he needs. If he uses that addresses, it will result in a nested SW output on the network.
2309  Bitcoin / Armory / Re: Offline mode 1.5 years unable to get out of blockchain wallet consistant on: December 16, 2016, 12:18:59 PM
Quote
On Armory 95.1 lower corner is all green connected and online 383790 Blocks.

That's way off, current top block is in the 440k. You need to let Core sync first before doing any of this. The DB only taxes your system on initial build. It shouldn't do a thing when it's idling. But since you are short on blocks, chances are it is scanning as Core is grabbing blocks off of the network.

You can control the DB's CPU load with --thread-count.
2310  Bitcoin / Armory / Re: Armory 0.95.1 is out on: December 16, 2016, 12:15:14 PM
Quote
But what if he does send segwit and receiver isn't expecting it?

How would he be doing this?

You at least need to know the public keys of your recipient to craft the output yourself. Neither P2PKH nor P2SH output scripts give you that information. Same with the native SW outputs. The only way you got to do this is by lifting the public keys of your recipients known addresses from the blockchain.

There is no mechanic in the bitcoin protocol to prevent someone from spending coins to whatever script they want, but that's basically the same as black-holing coins at this point. If you are afraid your wallet will do this with your coins, that's not how it's supposed to work at all.
2311  Bitcoin / Armory / Re: Armory 0.95.1 is out on: December 16, 2016, 12:27:27 AM
how does the sender know whether to send std outputs or SW outputs to that p2sh address?

You need to understand how bitcoin outputs are constructed and how they are redeemed, particularly P2SH. The whole point of P2SH is to let the recipient determine the redeem script.
2312  Bitcoin / Armory / Re: armory wallet path and xpub? on: December 15, 2016, 01:08:27 PM
Armory wallets predate BIP32. The format is not compatible.
2313  Bitcoin / Armory / Re: Armory 0.95.1 is out on: December 15, 2016, 01:07:55 PM
So how do we tell senders?

You don't have to tell them anything.
2314  Bitcoin / Armory / Re: imported wallet does not show all funds on: December 15, 2016, 01:02:44 PM
Is it useful to provide you with the new log files?

No, if it works, you don't have to
2315  Bitcoin / Armory / Re: imported wallet does not show all funds on: December 14, 2016, 10:04:13 PM
1) Delete your db (/Users/lykle/Library/Application Support/Armory/databases)

2) Delete dbLog.txt (/Users/lykle/Library/Application Support/Armory/dbLog.txt)

3) Run Armory, let it build & scan, then post dbLog.txt in here.

At first glance, your blockchain data is damaged around block 340k
2316  Bitcoin / Armory / Re: imported wallet does not show all funds on: December 14, 2016, 03:26:35 PM
Yep, gonna need to see dbLog.txt too.
2317  Bitcoin / Armory / Re: imported wallet does not show all funds on: December 14, 2016, 11:57:24 AM
Log files.
2318  Bitcoin / Armory / Re: Armory 0.95.1 is out on: December 14, 2016, 11:56:16 AM
If the P2SH is a nested SW script, that's the idea.
2319  Bitcoin / Armory / Re: Armory 0.95.1 - socket problem on: December 11, 2016, 11:34:24 PM
I'm not sure what the behavior in armoryd is supposed to be. This is one part of the code base I've not worked on directly, and it has been neglected since I've taken over. What you are describing sounds like a bug, I would have to look at it specifically to tell you what's what. Sadly, I will only have time for that until after 0.96 goes into testing.
2320  Bitcoin / Armory / Re: Armory 0.95.1 - socket problem on: December 11, 2016, 09:30:35 PM
What branch are you using?
Pages: « 1 ... 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 163 164 165 166 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!