Bitcoin Forum
May 24, 2024, 06:50:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 163 164 165 ... 233 »
2281  Bitcoin / Armory / Re: Cannot send from Armory on: December 28, 2016, 09:50:33 AM
Quote
Hi, I'm using Armory 0.93.3 with Core 0.11.1

That's an old stack. You should consider upgrading.

Quote
I've seen that Armory 0.95.1 with Segwit is out (no idea what that is), but shouldn't be sending work as expected with the 0.93.3 client? Is there a known bug?

I'm not sure what the issue is, but I know that it wouldn't happen in 0.95. At any rate, try manually setting a higher fee to spend, looks like the automated fee bump is failing.

Quote
In the log there is no error or anything I could see.

That's really for me to say. Post your logs.

Quote
I thought of changing the wallet password to see if unlocking works, but I'm afraid now to change anything if there is something wrong anyway.

You did not get as far as unlocking your wallet.
2282  Bitcoin / Armory / Re: My Armory Wallet has a zero balance even though I see my BC on blockchain.info on: December 28, 2016, 09:37:38 AM
Use pastebin next time =D.

If you go into your wallet's property dialog, do you see the balance? I'm not sure exactly what the issue is, do you mind sending a screenshot of the main lobby and the inside the wallet property dialog? Feel free to mask out privacy leaking stuff.

2283  Bitcoin / Armory / Re: CppnotificationHandler problem on: December 28, 2016, 09:31:49 AM
was this  TheBDM.bdv().getUnspentTxoutsForAddr160List(scrAddrList, IGNOREZC) deprecated in 0.95.1 version ? Which should I use instead ?

m.

It's not that they are deprecated, rather that armoryd has not received much attention since 0.93. You should use the wallet methods instead of relying directly on the BDV:

https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/PyBtcWallet.py#L443
2284  Bitcoin / Armory / Re: Armory Hardened: DIY Armory Hardware Wallet for $29 on: December 28, 2016, 09:29:25 AM
I'd have to have time to go over it. Not my priority atm sorry. If someone else takes over that project, I'd be happy to assist them.
2285  Bitcoin / Armory / Re: My Armory Wallet has a zero balance even though I see my BC on blockchain.info on: December 27, 2016, 08:43:50 PM
Let's see a log file.
2286  Bitcoin / Armory / Re: CppnotificationHandler problem on: December 27, 2016, 07:57:00 PM
Ok, what about fetching missing history by address?
2287  Bitcoin / Armory / Re: Armory and using or extracting stored value? on: December 27, 2016, 07:48:07 PM
Prior to ATI's stagnation, the was a lot of development, and a lot of other work that was going to be incorporated into armory but never had the chance to due to ATI stopping development. Furthermore the was a lot more testing and higher quality assurance than right now. I'm sure you have noticed that goatpig's releases have many bugs that would have been caught if there were more testing.

For my defense, my first 2 solo versions came with a lot deep changes to the DB and a lot of new code, which increases the bug surface tremendously. Upcoming versions won't modify the DB anywhere as much.
2288  Bitcoin / Armory / Re: CppnotificationHandler problem on: December 27, 2016, 07:45:20 PM
Do you get the full history by loading the wallet in ArmoryQt?
2289  Bitcoin / Armory / Re: BItcoin Armory is complete garbage, bitcoins lost on: December 27, 2016, 07:44:34 PM
Quote
and my money is gone.

Have you checked the addresses on a blockchain explorer? Most likely the coins are there and you never got Armory to sync.

Quote
They cut support for 32 bit (good luck finding a copy), only link is hosted on Amazon, which they blocked.

ATI is not maintaining Armory anymore. I do it now, on my own pocket and dime. You can find my releases here: https://github.com/goatpig/BitcoinArmory/releases

As for 32 bit versions, ATI still host their last version of 32bit offline signers on this page: http://www.bitcoinarmory.com/download/

There is no 32 bit support anymore for online Armory because of technical reasons. Basically, the underlying database engine cannot access files larger than 2GB on x86 systems. The new, compact DB in my versions are well below 2GB, so I could in theory revive online x86 support, but you have to keep in mind that any native x86 processor out there is utterly underpowered for the current size of the blockchain.

On that regard, if you only have some old hardware to sync Armory on, I strongly suggest you simply extract your private keys and try your hand at a lightweight wallet instead, as you don't have the hardware to run a full node stack.


Quote
Email services is down, and their support forum link is down.

No paid employees, no free support (somehow that sounds off). Ask nicely and plenty of people will be glad to help you over here.

Quote
Fuck this company, fuck Bitcoin Armory. Fuck incompetence and fuck broken programs.

There is no company anymore. You seem to confuse incompetence with dropped support. At any rate, Bitcoin in general has always been free open source beta software, and the same goes for Armory, whether under ATI or my lead. You should manage your expectations accordingly.
2290  Bitcoin / Armory / Re: Is restore from digital backup working in .95.1? on: December 27, 2016, 07:06:54 PM
Thanks for this, I looked at the backup in Notepad++ and all it is is nil values, so I guess the backup wasn't done correctly or was corrupted.

So I guess no point trying for this, but hopefully the exercise showed a few things.

Did you create this backup from the GUI or just copied the wallet file? If it's from the GUI, then this is possibly a bug on Armory's end and I need to go over it.

Quote
Cheers goatpig, and i'm happy to volunteer with the website if noone else is!

The website is in dire need of tutorials and a FAQ. I'd be glad to merge in your contributions if you feel so inclined. You can submits PR directly to the gh-pages branch or coordinate with achow101 on the IRC channel (#bitcoin-armory at freenode)
2291  Bitcoin / Armory / Re: CppnotificationHandler problem on: December 27, 2016, 07:03:41 PM
Let me see the whole log file then.
2292  Bitcoin / Armory / Re: Armory stays in "Initializing BitCoin Engine" forever on: December 27, 2016, 07:01:22 PM
That alone (only unchecking the box) works! A new window (that looks like the one I get on entering “cmd.exe”) is opening and then each block is obviously scanned. Something like ..\DatabaseBuilder.cpp:268 parsed block file #xx There was no need to start BitCoin Core, simply unchecking the box was enough.
After it finished, I closed this command-line-window and Armory kept on working. Without having me manually started BitCoinCore (And I can not see in the Task Manager that Windows Core would be running either).

While you can bootstrap Armory against just the blockchain data, you need to let Core run to receive block updates. Simply initializing Armory against the data on disk is not enough to actually be online. The distinction isn't visible in the GUI atm, but I'll be going over that for the next version. At any rate, once you are initliazed, Core should be running.

Quote
Out of curiosity, simply because I want to understand what is happening and why (despite I´m more a Noob than a Nerd in IT things and quite a heavy bit older than the average here on the forum, I guess) I did this as well.
First, this resulted in having BitCoinCore (v 0.13.1) to do a full verification of all my blocks. After that I started Armory and it worked the same way as described just above (a new command line-like window opened up etc.)

At some point Armory is failing to automate Core (bitcoind) properly. Most likely, it isn't passing the proper paths to the bitcoind.
2293  Bitcoin / Armory / Re: NEW TO THE FORUM AND ARMORY - CAN'T GET OUT OF OFFLINE MODE on: December 27, 2016, 06:41:07 PM
Oh wow, didn't expect you to come back.

Your files are here: C:\Users\Kate\AppData\Roaming\Armory\

I suggest you upgrade to 0.95.1, then delete C:\Users\Kate\AppData\Roaming\Armory\databases and try from the top. If you run into issues, post dbLog.txt, you'll find it in that same folder.
2294  Bitcoin / Armory / Re: Paper Back up not working on: December 27, 2016, 06:38:06 PM
Post armorylog.txt please.
2295  Bitcoin / Armory / Re: Can't Find Bitcoin Installation on: December 27, 2016, 06:37:44 PM
You will have to force the path manually in that dialog instead of relying on the auto detection.
2296  Bitcoin / Armory / Re: CppnotificationHandler problem on: December 27, 2016, 06:33:50 PM
Are you using several wallets? In armoryd, you need to select a wallet to be active in order to fetch data for it. At any rate, since I've taken over Armory alone, I have neglected armoryd. I intent to go over it for the upcoming version. Feel free to drop by the IRC channel (#bitcoin-armory on freenode) or create a issue on the github page to go over the bugs you have encountered and I'll make sure to fix them for 0.96.
2297  Bitcoin / Armory / Re: Hanging forever at 99% of "Scan Transaction History" on: December 21, 2016, 03:45:51 PM
Verifying the blockchain is a taxing task. Unless you got a high end CPU/RAM/SSD combo, it will take tens of hours.
2298  Bitcoin / Armory / Re: Hanging forever at 99% of "Scan Transaction History" on: December 20, 2016, 10:51:16 PM
Last few blocks are damaged. You will have to:

1) Delete the last 5 or so blkXXXXX.data files in your blockchain dir

2) Start BitcoinQt manually, let it do its thing

3) Delete Armory's DB and rebuild from scratch
2299  Bitcoin / Armory / Re: DB version mismatch. Use another dbdir! on: December 20, 2016, 03:28:21 PM
Funny Armory doesn't check that on startup (something like multiple instances running error would be nice Smiley

That's planned for the next version
2300  Bitcoin / Armory / Re: DB version mismatch. Use another dbdir! on: December 20, 2016, 02:41:59 PM
Make sure there is no ArmoryDB process running, then delete the databases folder and try again. If that fails, post dbLog.txt.
Pages: « 1 ... 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 163 164 165 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!