Bitcoin Forum
May 04, 2024, 05:24:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 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 ... 233 »
1721  Bitcoin / Armory / Re: 0.96.1 testing build #3 on: June 14, 2017, 04:34:00 PM
Bumping for the new testing builds.
1722  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 14, 2017, 01:00:25 AM
Did you init the git submodules?
1723  Bitcoin / Armory / Re: Armory 0.96 is out on: June 14, 2017, 12:05:22 AM
A proper cold storage setup is preferable to a HW wallet. These are better suited for daily spending purposes.

You can't import your Multibit seed in Armory as is. If you want to migrate your funds to Armory, should create a wallet in Armory, grab a recipient address and send your coins to that from Multibit. You can also reveal the private keys in Multibit and sweep them in Armory, but that's a whole let more prone to error.

You can run the blockchain data in an external drive. If you have another machine, you can set the node + database on that machine and run the client on your regular PC if you feel so inclined. Your biggest limitation is bootstrapping the node, which demands a lot of bandwidth and disk space.

As for August 1st, all pre fork coins will be present on both side of the fork. Anything you spend past that point can and will be mimicked on both sides, unless you taint your coins to be valid on only a given side. If you are dead set on which side you want to be in, you can go down that path. Otherwise you are better off just sitting it out.
1724  Bitcoin / Armory / Re: Restored Armory wallet - balance 0.0 while BTC is in the address on: June 13, 2017, 09:57:34 PM
I can now add BTC to that wallet, and Armory backup will still be valid, right?

Yes.
1725  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 09:56:52 PM
Do I have to run a full node? Got 5gb left.

I'm trying to retrieve a seed from a multibit HD wallet that I've been using since 2 years... Dunno what happened, but the password doesn't work.

Anyway just money ey!

Armory can't make sense of that seed. From what I'm being told, no other wallet currently can besides Multibit itself. And yes, Armory requires a full node.
1726  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 09:55:50 PM
https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.2-testing

or wait a couple days for the next build.
1727  Bitcoin / Armory / Re: Armory 0.96 is out; problem running 0.96; errors 1497371640 & 1497371641 on: June 13, 2017, 08:48:09 PM
Don't see this posted yet. Windows 7 Pro new install 64 bit, plenty of HD space. Installed Bitcoin Core 14.1, fully synched chain; installed Armory 0.96. Run Armory in Admin mode, starts building database. Gets however far, errors out during "parsed block file #XXX). Most recent:
ERROR – 14973716-40..\SocketObject.cpp:134: (..\SocketObject.cpp) :285) POLLERR in writeToSocket
-ERROR – 1497371641: (..\SocketObject.cpp:126) poll() error in writeToSocket: 10038
-ERROR – 1497371641: (..\BitcoinidP2P.cppL1027( caught SocketError exception in processDataStackThread: POLLERR error in readFromSocketThread
-INFO  - 1497371641: (..\BitcoindP2P.cpp969) Disconnected from Bitcoin node
Appears to keep losing connection with Bicoin Core database. I reset Armory to factory settings deleting Armory database and settings but keeping Bitcoin Core database, restart Armory. Keeps getting error at different level of database build. Directory paths are correct. Is there another option besides deleting the entire Bitcoin Core database, uninstalling both programs, deleting all appdata for both programs and starting the blockchain build all over in Bitcoin Core and burning another 10 days? I previously also tried building the chain with only Armory 0.96 installed without Bitcoin Core and it would not even start the database build.

This is fixed in the testing builds.
1728  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 08:47:50 PM
https://btcarmory.com/docs/faq

Can't find the command. And as well, can I retrieve a Multibit 18 words bip32 seed with this wallet?

That's for 0.97

Now, I need to change the "Path" that is wrong apparently!

Which path? You can set the blockchain path with --satoshi-datadir, the db path with --dbdir. You can create armorydb.conf in your datadir's folder and set the args there if you don't want to bother with them every run.
1729  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 03:29:09 PM
Make sure there isn't an instance of ArmoryDB running. Then start the DB yourself with your command line arg.
1730  Bitcoin / Armory / Re: Armory 0.96 and Bitcoin Core 0.14.1 - Node offline on: June 13, 2017, 02:55:45 PM
Your blockchain data is incomplete and you are not running a bitcoin node.
1731  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 12:59:04 PM
How are you trying to build from source without setting up the git to get the source?
You publish the source code together with the binaries on your release pages. 
(Could it be that the submodules are missing there?)

I don't publish that, git does it automatically. Maybe that's the issue...

How are you trying to build from source without setting up the git to get the source?

Pick a top folder for the repo then do the following:

Quote
git clone https://github.com/goatpig/BitcoinArmory.git
cd BitcoinArmory
git submodule init
git submodule update

Then follow the build instructions from within that folder.
1732  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 12:35:13 PM
How are you trying to build from source without setting up the git to get the source?
1733  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 12:07:39 PM
https://bitcointalk.org/index.php?topic=1964192.msg19524492#msg19524492
1734  Bitcoin / Armory / Re: Compiled Armory 0.96.0.2-testing for macOS refuses to launch on: June 13, 2017, 12:07:19 PM
Quote
Can I now safely delete the old wallet files from my online machine? (I'm still running an older Armory with the old wallet format on my offline machine.)

No you can't, these are still the main wallets. The new ones are only proxies for the new scripts types and SegWit. They are only WO so there's no point in characterizing them. You can delete the lmdb wallets all you want however, but they'll be recreated on each start if missing.
1735  Bitcoin / Armory / Re: Compiled Armory 0.96.0.2-testing for macOS refuses to launch on: June 13, 2017, 11:49:39 AM
https://github.com/goatpig/BitcoinArmory/blob/master/changelog.txt#L17
1736  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 11:48:33 AM
BTW, how to clear armory's log?
Quote

Delete armorylog.txt and dbLog.txt in your Armory datadir.

1737  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 10:39:53 AM
Try with 0.96.0.2 and post armorylog.txt as well. Use pastebin.
1738  Bitcoin / Armory / Re: Compiled Armory 0.96.0.2-testing for macOS refuses to launch on: June 13, 2017, 10:29:09 AM
This is an OSX specific bug, I'd have to look at it directly on that platform. Maybe you can try to narrow down the issue.
1739  Bitcoin / Armory / Re: Armory 0.96 is out on: June 13, 2017, 09:52:27 AM
Did you git submodule?
1740  Bitcoin / Armory / Re: Armorydb.exe has stopped - caught StopBlockingLoop in processDataStackThread on: June 13, 2017, 09:14:14 AM
Show your log files in full. Use pastebin.
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!