Bitcoin Forum
April 25, 2024, 01:00:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 »
161  Bitcoin / Armory / Re: Need Help - Armory won't sync with Bitcoin Core - pathing? on: January 11, 2018, 04:18:14 PM
Was Bitcoin Core still running when you launched the second time?
162  Bitcoin / Armory / Re: Armory not opening - Help plz! on: January 10, 2018, 10:35:00 PM
I'm facing same trouble here I guess.
Armory opens just fine, everything is updated (Armory RC1 and Bitcoin core), but itīs taking a really long time to load the balance (and doesn't load after all). Actually I went to sleep and this morning I saw the balance, but after close the wallet and open it again, it's not loading.

For the past hour has been stucked on "Preparing database".

Here is a picture and the log right after

https://goo. gl/tca81j

https://pastebin.com/ms0Skav8

I tried to insert the code mentioned above but no luck so far.  --satoshi-datadir=D:/Bitcoin

Okay, looking at your logs, this sticks out:

Code:
2018-01-10 09:12:03 (ERROR) -- ArmoryQt.py:1862 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 1857, in startBitcoindIfNecessary
  File "SDM.pyc", line 188, in setupSDM
BitcoindError: bitcoind not found

If I'm reading this right:
- Armory is actually scanning the blockchain you have downloaded, but won't go online because it can't find Core.
- You have Armory itself installed in D:\Felipe\Bitcoin\Armory ?
- And you have the blockchain downloaded to D:\Felipe\Bitcoin ?
- Having those nested like that makes me a bit nervous. Can't say it won't work as is... but you could you maybe move/reinstall Armory to D:\Felipe\Armory instead? Your PC, so up to you.

Where is Bitcoin Core installed to? Program Files on C:\ ? Armory can't find it, as far as I can tell.
163  Bitcoin / Armory / Re: Need Help - Armory won't sync with Bitcoin Core - pathing? on: January 10, 2018, 10:07:24 PM
Thanks @goatpig
what does run "BitcoinQt manually" mean? launch Bitcoin Core from my start menu or shortcut?
Do i leave "auto bitcoind in File > Settings" unchecked for this step as well?
Launch Core from either the shortcut or the menu.
Yes leave that unchecked.


I tried to insert the code mentioned above but no luck so far.  --satoshi-datadir=D:/Bitcoin
Yeah, that probably isn't going to work for you - While this is a common problem, we're somewhat tailoring the instructions to Marla_H here.
I'll take a look at your logs and post in your existing thread, ok?
164  Bitcoin / Armory / Re: Troubles with Armory on: January 10, 2018, 09:54:12 PM
The strangest thing to me is that in the C:\Users\userx\AppData\Roaming\Armory folder in the file ArmorySettings.txt, I put this line:
SatoshiDatadir | Z:\AppData\Roaming\Bitcoin\blocks
Remove that line from ArmorySettings.txt

Create a file named "armoryqt.conf" (in the same folder as ArmorySettings.txt) and add this:
Code:
satoshi-datadir="Z:\AppData\Roaming\Bitcoin\blocks"
Try starting up again with that in place.
165  Bitcoin / Armory / Re: Using Armory on the BCH chain on: January 10, 2018, 02:35:01 AM
The P2SH-P2PK address type is unique to Armory (as far as I know). Unless you want to craft your own transactions, you're limited to dealing with whatever forks Armory has a signer for - you can't just export the private keys and call it a day.
P2PKH is universally supported, and P2SH-P2WPKH is supported by other segwit wallets (assuming they follow the standards).
so ALL Armory legacy addresses are in this unique format?  meaning you can't export their private keys to another wallet?  makes sense as the root key is unique afaict (2 rows of 9 blocks of 4 letters each, all lower case).  that's good to know; don't bother wasting time exporting...
No, you misunderstand me. Not all Armory addresses. For one, P2SH-P2PK was only introduced in 0.96 and HD/root key wallets predate that AFAIK.
You can choose to have addresses in any (and all) of the 3 listed formats in one Armory wallet right now. I honestly don't remember what the default was when I first booted up Armory, but I suspect it was P2PKH. Up to you to decide which format you use (this is in the settings), and you can check which addresses (used or unused) are in which format via the wallet properties.

Edit: If your addresses are specifically P2SH-P2PK, then yeah you are going to have a bad time trying to get the exported keys to refer to the right addresses in other wallets. Armory does say that it requires 0.96+ to spend from them.
P2SH-P2WPKH is a bit less smooth, but doable. P2PKH is supported by everything bitcoin related that isn't ancient.

Does that help? Don't want to leave you with false ideas about it Smiley
166  Bitcoin / Armory / Re: Troubles with Armory on: January 09, 2018, 09:02:02 PM
Quote
2018-01-09 20:00:17 (ERROR) -- BDM.pyc:272 - setSatoshiDir: directory does not exist: C:\Users\userx\AppData\Roaming\Bitcoin
2018-01-09 20:00:19 (ERROR) -- BDM.pyc:201 - DB error: C:\Users\userx\AppData\Roaming/Bitcoin/blocks is not a valid path
That'd be a problem - DB log says your blocks are in Z:\AppData\Roaming\Bitcoin\blocks. Is that right?
167  Bitcoin / Armory / Re: Using Armory on the BCH chain on: January 09, 2018, 08:53:20 PM
One thing to note, you will need to split BCH in Armory if your coins are in P2SH-P2PK addresses.
can you explain this further?
The P2SH-P2PK address type is unique to Armory (as far as I know). Unless you want to craft your own transactions, you're limited to dealing with whatever forks Armory has a signer for - you can't just export the private keys and call it a day.
P2PKH is universally supported, and P2SH-P2WPKH is supported by other segwit wallets (assuming they follow the standards).
168  Bitcoin / Armory / Re: 0.96.4 RC2 on: January 09, 2018, 08:33:33 PM
PhoenixFire, idoB: I cannot reproduce your issue on either my setup nor fresh Win7 & Win10 VMs. Are you using the installed version or the .zip standalone? If you are using the installed version, can you try with the .zip?
Thanks for nudge towards the zip. So, it seems like something is possibly choking related to passing in the working directory.
Directly running ArmoryQt.exe from either the zip or installer version works perfectly: DB launches and everything works as expected.
Launching from a shortcut hangs - Except if the shortcut's "Start In" field matches the install directory.

Sooo this works fine:
Code:
Target:
"C:\Program Files (x86)\Armory\ArmoryQt.exe"
Start In:
"C:\Program Files (x86)\Armory"


This does not work, and I believe is the default shortcut created by the installer:
Code:
Target:
"C:\Program Files (x86)\Armory\ArmoryQt.exe"
Start In:
"C:\Users\Public\Desktop"

This also does not work:
Code:
Target:
"C:\Program Files (x86)\Armory\ArmoryQt.exe"
Start In:
-Leave blank-

Can't believe it was such a minor thing - but RC1 didn't care about the working directory. Hooray for not really being a code problem?
169  Bitcoin / Armory / Re: Need Help - Armory won't sync with Bitcoin Core - pathing? on: January 09, 2018, 04:22:44 PM
@Phoenixfire
no, luck with this fix either - i did the first option (new config text file)
Armory did it's thing for a while and showed progress, but now stuck on "organizing blockchain" and progress wheel is frozen
any ideas?

Not sure. Could be something new in your logfiles. Would you mind posting fresh copies of them?
170  Bitcoin / Armory / Re: Using Armory on the BCH chain on: January 09, 2018, 04:01:10 PM
Thanks PhoenixFire, Ente and of course Goatpig.

Its starting to become clearer but still not to the point I am comfortable to just go ahead and do it, it's not the biggest wallet in the world but still much more than I care to lose from being too hasty.

Address type: P2PKH , does this mean I can stick to my plan and simply split using Electron Cash (or equivalent) with a direct key import or will I need to go back to the data moving, double armory plan?

PsyMan
Good attitude to have, tbh.
And yes, you can stick to the Electron Cash plan. P2PKH is compatible with everything.
171  Bitcoin / Armory / Re: Using Armory on the BCH chain on: January 08, 2018, 11:50:37 PM
I have read through the entire thread a few times now as well as the Aug 6th guide and I am still a bit confused.

For want of a simple solution that doesn't involve copying lots of data and running multiple offline clients but still keeps the original bitcoins safe in armory etc can I simply:

1. Create a new wallet in armory and send all of my bitcoins to it (wait for a few confirmations)
2. Use keys from the now empty old wallet in something like Electrum Cash to get and move BHC
3. Never use/burn the original wallet again in case it is compromised on the BHC side

Now, of course I am not asking if my BHC will be safe with something like electrum cash but would this solution keep my real bitcoins safe in my new armory wallet AND allow me to gamble/sell/move/split/risk the BHC without having to get too technical?

Cheers in advance and let me know if there are any obvious pitfalls

PsyMan
Looks sane.
One thing to note, you will need to split BCH in Armory if your coins are in P2SH-P2PK addresses.

Hold onto the old wallet's private keys for other splits. BTG, for example.
172  Bitcoin / Armory / Re: Armory not opening - Help plz! on: January 08, 2018, 11:47:00 PM
I think I've only ever installed over the top of an existing install i.e. not uninstalling first. Shouldn't make a difference, though.
Can always backup the Armory folder if you are worried.
173  Bitcoin / Armory / Re: problem getting armory working after it was off for a month or so on: January 08, 2018, 10:06:06 PM
The .deb for 0.96.4 RC2 is labeled 0.96.3.991...unless there is an even more recent version?
That is the correct one.
174  Bitcoin / Armory / Re: Troubles with Armory on: January 08, 2018, 08:55:37 PM
Where do I check RC1, or RC2 is used?
Since your Armory won't load, check the name of the exe/zip you downloaded. armory_0.96.3.991 is RC2. armory_0.96.3.99 is RC1

Thank you for your quick responce.
Which logs exactly would you like to see?

Bitcoin Core v0.15.0.1 (64-bit)
For logs head to C:\Users\YourUsernameHere\AppData\Roaming\Armory (Or %appdata%\Armory)
Should see dbLog.txt and armorylog.txt there. Add those to pastebin (or cryptbin if preferred) and paste the links here.
175  Bitcoin / Armory / Re: Armory not opening - Help plz! on: January 08, 2018, 08:52:18 PM
Btw, the version I installed is this one from goatpig post: https://bitcointalk.org/index.php?topic=2660500.0
I'm running it on windows 10. Is this why this problem is happening maybe?

Use RC1 for now, please. RC2 has an issue on Windows that you'd need to work around.

Will I face any problem on receive my bitcoins If I uninstall it and get back for the previous version?
Won't affect receiving the coins - don't delete your wallet or anything like that.
176  Bitcoin / Armory / Re: Troubles with Armory on: January 08, 2018, 08:13:39 PM
Today I updated Armoy to latest version and now it does not even want to start anymore.
Betting that you are using RC2 on Windows. Either use the workaround in that thread, or use RC1
177  Bitcoin / Armory / Re: Can't revive my 4 year old paper wallet :/ on: January 08, 2018, 02:27:03 AM
At this moment:
BTC Core is 0.15.0
Armory is 0.96.2

I'm aware of the newer version, tested with dozens of version combinations, nothing has worked.
These versions gave me the most trust and feels most stable, also this combination is what I seem to read mostly by the community to use.
Am yet again testing this very moment with an -reindex-chainstate of the Core, so need another couple of hours to test again.

But 0 blocks, you say ... is where a problem exist ... I never seen anything other than 0 blocks I think ... connected/online. Blockchain loaded, ... wallets sync'ed and -> Wallets consistent and synced.
Most stable version? If Armory isn't finding the blocks, that doesn't ring true to me.
Core 0.15 should be fine.

I would however strongly suggest you upgrade to Armory 0.96.4 RC1 on Windows, or RC2 if you aren't.
Armory doesn't use the chainstate files from Core at all, so a -reindex-chainstate won't make a difference. A standard -reindex might if there was some sort of block corruption, but nothing suggests that is required yet.
That said, if you've been hopping around different Armory versions, your Armory database might've been corrupted.

Either way, worth posting your log files:
For logs head to C:\Users\YourUsernameHere\AppData\Roaming\Armory (Or %appdata%\Armory)
Should see dbLog.txt and armorylog.txt there. Add those to pastebin (or cryptbin if preferred) and paste the links here.
178  Bitcoin / Armory / Re: Need Help - Armory won't sync with Bitcoin Core - pathing? on: January 08, 2018, 02:11:15 AM
@Phoenixfire
no, luck with this fix
with "Let Armory run Bitcoin Core in the background" on "off" - Armory still launches and then freezes on "offline" and does not even start scanning for blocks
perhaps I did not understand "Manually start up Bitcoin Core's GUI"?
any other suggestions at this point?  Embarrassed

So, you'll need to follow the instructions in the post I made just above yours. Either via a config file or editing a shortcut for Bitcoin Core.
For a config file, create a bitcoin.conf in D:\BitcoinCore\ and fill it with the first set.

Or for a shortcut... if you don't have one, create a shortcut to C:\Program Files\Bitcoin\bitcoin-qt.exe and add on the server and listen parts.

Then close Armory and Bitcoin Core. Start Bitcoin Core from that shortcut. Then start Armory.
179  Bitcoin / Armory / Re: Managed to restore an old paper wallet - how to roughly proceed with forks? on: January 07, 2018, 10:04:51 PM
Yeah, that all looks about right.
Just make sure the transaction has a few confirmations on the blockchain before exposing the private keys.
180  Bitcoin / Armory / Re: Restore Wallet - Merge, Overwrite Failure on: January 07, 2018, 04:14:04 PM
Sorry, I wasn't very useful with my previous post - the offline trick works and Armory loads fine like that.
Can I restore my wallet with Armory in that state or do I need to do something further?

I think the intention is that you try restoring the wallet in that state and then go online again afterwards.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!