Bitcoin Forum
June 30, 2024, 03:31:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 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 ... 233 »
1361  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: August 30, 2017, 07:13:24 PM
Hopefully this is clear. Is code OK or would a pastebin link be better next time?

I'd rather you use pastebin. What is your issue besides the illegal instructions issue? (Use clang to build if you want to avoid that one.)

Hi. it seems that armory is always loosing and re-establishing  connection to Bitcoin core as the  rellevant system notification is flashing  all  the time.  So  it takes for ages for Armory to prepare databases (after only 5 days rest). It shows 0% for more than an hour. Figures near the relevant band are changing sometimes, 18, 21 ...31 .. 29 ...37..46 ..83...81...79...again 81.. and so on (What do those figures mean? They are changing in not predictable manner) .  How to fix the issue of database building reluctancy ? (the latest Armory, 0.14.1 core + Win 10 pro, 16 Gb RAM. i7)

Start BitcoinQt manually and let it sync before starting Armory.
1362  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: August 30, 2017, 04:42:50 AM
Would make sense to allow Segwit generation also in the offline version.

Minor annoyance -- Offline Armory appears unable to sign transactions from SegWit addresses unless manually put into Expert mode and select C++ signer.

Specifically, from a SegWit UTXO to two SegWit addresses plus an OP_RETURN


That's semi by design, don't want it to be too easy to shoot one's self in the foot yet. Will remove the limitations in the next point release.
1363  Bitcoin / Armory / Re: Why do wallet file names no longer have "encrypt" in them? on: August 29, 2017, 11:51:18 PM
Afaik, the encrypt suffix is added when you create an encrypted copy of an otherwise unencrypted wallet. The UI has been changed along the years to reduce the changes people would just create uncreated wallets by default (like while restoring from a paper backup).

If you're concerned your wallet is not encrypted, load it into Armory and check for yourself. If it is not, sweep the funds away asap.
1364  Bitcoin / Armory / Armory 0.96.2 is out (SegWit enabled) on: August 29, 2017, 11:20:35 PM
0.96.2 is out. The use of SegWit has been enabled on the mainnet starting this release. SegWit availability is checked through your node's WITNESS service bit, i.e. connecting Armory to a node that does not advertise this bit will disable SW in the GUI.

Changes:

Code:
== Added ==
   - Enabled SegWit on the mainnet. Running against a node with WITNESS service bit flagged will allow you to create SegWit addresses.
   - Improved DB scan speed (~80% faster) and stability.
   - Reduced DB memory usage (~20% less).
   - Supernode DB mode. This isn't optimized for consumer grade computers, use at your own risk.
   - The MAX button in the Send dialog has been changed to a checkbox, effect is now binding.
     Maximum value will be calculated on any change.
   - You can now create OP_RETURN outputs from the Send dialog. This feature is only available in Expert mode.
   - You can now pick the signer of your choosing in Expert mode.
   - Added BCH on top of the legacy and 0.96 C++ signer.
   - Improved verbose on ZC broadcast failure.

== Fixed ==
   - Fixed benchmark timers on POSIX systems.
   - Fixed several Linux build configure bugs.
   - Properly update RPC state in GUI on connect/disconnect events.
   - Various zero conf bugs.
   - Scan progress notification.
   - Properly display comments for non legacy addresses.
   - Digital exports will be saved under the proper file extention in Windows.

== Removed ==
   - Removed armoryd from the repository. armoryd was moved to its own repository (https://github.com/goatpig/armoryd)

Binaries:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.2

Note:

OSX and offline RPi packages are on the way.
1365  Bitcoin / Armory / Re: Trying to send from Armory 0.96 does nothing on: August 29, 2017, 09:27:08 PM
Quote
First I sent you what I thought was the relevant part of armorylog and then sent you the full logs twice...

Didn't realize that.

Quote
/edit: I even tried running armorydb manually with these switches: --db-type=DB_BARE --ram-usage=1 --thread-count=1

https://github.com/goatpig/BitcoinArmory/blob/master/changelog.txt#L235

You need to wipe your DB to use DB_BARE, the db mode is permanent once set. Basically, you need to create a fresh with DB_BARE once, and that will fix your issue.
1366  Bitcoin / Armory / Re: Trying to send from Armory 0.96 does nothing on: August 29, 2017, 07:54:17 PM
logs
1367  Bitcoin / Armory / Re: Running both chains on my Mac on: August 29, 2017, 04:59:26 PM
This should help:

https://btcarmory.com/docs/pathing
1368  Bitcoin / Armory / Re: 0.96.2 RC2 on: August 29, 2017, 04:47:02 AM
How are the new builds coming? Itching to get started using SegWit, and compiling for windows is a pain.

Sometimes today maybe. Creating offline packages is a pain.
1369  Bitcoin / Armory / Re: Armory wallet recovery: help! on: August 29, 2017, 01:01:30 AM
https://github.com/goatpig/BitcoinArmory/releases/tag/v0.93.3
1370  Bitcoin / Armory / Re: 0.96.2 Freezes When Opening Coin Control Menu on: August 28, 2017, 04:42:29 PM
I've tried to reproduce this several times in the past and still can't.

You need to give me more details:

- What fee did you pay?
- Is there change?
- Is the tx RBF?
- How many coins did you select?
- Are the only coins you have left to spend change?
- Does this happen while the tx is unconfirmed? Does it goes back to normal after confirmation
- There's no evidence in your log that you broadcast anything. How did you push this tx?
- Need to see the DB log as well.

Anything you can think of can be a clue. Also make use of paragraphs, it's hard to read a unified blob of text.
1371  Bitcoin / Armory / Re: Trying to send from Armory 0.96 does nothing on: August 27, 2017, 05:28:04 PM
update to 0.96.1 and try again
1372  Bitcoin / Armory / Re: 0.96.2 RC2 on: August 27, 2017, 05:27:28 PM
Doing the builds atm.
1373  Bitcoin / Armory / Re: Armory Remains on Preparing Database after update on: August 27, 2017, 01:43:01 PM
It would probably be useful if the old site was taken down or a notice put up or a redirect put in... but I suspect it never happened because "reasons"... Undecided

I don't own it and have no control over it. ATI wants to keep their brand alive, therefor they keep running this page, and search engines just see that.
1374  Bitcoin / Armory / Re: Trying to send from Armory 0.96 does nothing on: August 27, 2017, 01:41:05 PM
Need to see your logs.
1375  Bitcoin / Armory / Re: The same things are asked repeatedly, would it help to have a sticky like this? on: August 27, 2017, 06:26:43 AM
Sure, flesh it out with a troubleshooting FAQ and I'll sticky it.
1376  Bitcoin / Armory / Re: Using Armory on the BCH chain on: August 26, 2017, 12:30:51 PM
There's no support for the BCH signer with lockboxes because lockboxes are not covered by the new C++ wallet interface. I'd have to do that first to even look at the signer part.
1377  Bitcoin / Armory / Re: can't compile armory (PyString_FromStringAndSize error) on: August 25, 2017, 03:38:05 PM
Swig is trying to biuld against libpython. I'm guessing your system is pointing it at the python3 lib.

Detection for the includes is done here, maybe that will help you sort it out:

https://github.com/goatpig/BitcoinArmory/blob/master/configure.ac#L65
1378  Bitcoin / Armory / Re: can't compile armory (PyString_FromStringAndSize error) on: August 25, 2017, 03:20:34 PM
You're using python3, armory uses python2.
1379  Bitcoin / Armory / Re: Using Armory on the BCH chain on: August 25, 2017, 11:15:38 AM
I've spent my BCH accross hitbtc, changelly, shapeshift, poloniex and bittrex. They all worked ok. Changelly was the least annoying.
1380  Bitcoin / Armory / Re: Trying to make Paper wallet backup but data doesn't show up on: August 25, 2017, 08:34:26 AM
Update to 0.96.1 and try again.
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!