Bitcoin Forum
May 25, 2024, 10:55:23 AM *
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 15 16 17 18 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 ... 233 »
741  Bitcoin / Armory / Re: I'm really depressed need help on: February 02, 2018, 02:47:22 PM
1) Start BitcoinQt manually, let it sync

2) Delete this folder C:\Users\nikavlakhs\AppData\Roaming\Armory\databases

3) Start Armory.

Before you do any of this, update to the latest RC:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3.992
742  Bitcoin / Armory / Re: Armory 0.96.3 released on: February 02, 2018, 02:45:22 PM
Does it use a SSD or a HDD?
743  Bitcoin / Armory / Re: I noticed that the newest release of armory did not have 32bit installers.... on: February 01, 2018, 11:59:55 PM
I don't put out 32 bit builds for bugfix releases unless necessary. You can expect 32bit for major releases though, but that's Linux only. If you're impatient you can create a 32bit VM for your target OS and build the binaries from there. It's not as scary as it sounds.
744  Bitcoin / Armory / Re: Pathing - Linux Mint 18.2 Sonya - Core on: February 01, 2018, 02:15:18 AM
Did it die after that last line? How much RAM do you have on that machine?
745  Bitcoin / Armory / Re: Bech32 new address format and Armory on: February 01, 2018, 02:13:23 AM
Is it possible to send coins to a bech32 address with 0.96.1 + Core 0.14? If not, is it possible with any other combination of Armory and Core and which one?

Thank you!

You cannot get bech32 addresses from Armory atm. This will be part of 0.97, the next major release. The code is in dev right now, but there it hasn't been plugged in the GUI yet, and dev is unstable anyways.
746  Bitcoin / Armory / Re: Armory on windows just does not sync on: January 31, 2018, 03:19:24 PM
Create a file name armorydb.conf in your Armory datadir, put the argument in there.
747  Bitcoin / Armory / Re: Making Paper Backup to PDF but.. on: January 31, 2018, 03:18:19 AM
Please tell me you're attempting this nonsense on an offline machine.
748  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 30, 2018, 07:49:33 PM
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png

That's just Qt4 benign spam.

how do i fix it?

You learn some Python.

It's benign, ignore it. Put another, what you presented is not related to what you experienced. Either figure it out yourself or present logs.
749  Bitcoin / Armory / Re: Armory on windows just does not sync on: January 30, 2018, 02:11:34 PM
Thx,

I deleted "Roaming/Armory/databases" and edited the shortcut to be this:

Shortcut->Target: "C:\Program Files (x86)\Armory\ArmoryQt.exe" --db-type=DB_BARE

No difference, armory starts, checks wallets consistency and does nothing more, no activity in process manager.

That's a DB argument, not a GUI argument. Feed it to the DB. Use the config files.
750  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 30, 2018, 02:07:59 PM
Using Bisq's option "Open your external wallet for funding" gives first an error (Invalid spend value) and if clicked a second time crashes Armory.

Not sure if it is Bisq's fault only but Armory shouldn't crash.

Code:
-INFO  - @: (SocketObject.cpp:355) POLLIN recv return 0
(ERROR) Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value

Traceback (most recent call last):
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 1759, in triggerProcessMutexNotification
    self.uriLinkClicked(uriLink)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 2055, in uriLinkClicked
    return self.uriSendBitcoins(uriDict)
  File "/usr/bin/../lib/armory/ArmoryQt.py", line 3518, in uriSendBitcoins
    dlg.frame.prefillFromURI(uriDict)
  File "/usr/lib/armory/ui/TxFrames.py", line 1463, in prefillFromURI
    self.addOneRecipient(addr160, amount, message, label)
  File "/usr/lib/armory/ui/TxFrames.py", line 336, in addOneRecipient
    self.resolveCoinSelection()
  File "/usr/lib/armory/ui/TxFrames.py", line 537, in resolveCoinSelection
    raise e
RuntimeError: Invalid spend value
terminate called without an active exception
Aborted


Will look into it. For now, open a Send dialog and set the bitcoin: url link manually.
751  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 30, 2018, 02:06:44 PM
ok, 0.96.3.992 started acting up, stuck on Scanning Tx History @1sec:

https://i.imgur.com/H6JG7oZ.png

That's just Qt4 benign spam.
752  Bitcoin / Armory / Re: Armory on windows just does not sync on: January 29, 2018, 10:57:17 PM
Delete your db folder and run the DB with --db-type=DB_BARE
753  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 29, 2018, 10:56:31 PM
Did the db crash after this? Hang? Ignored the Node entirely? Client crashed maybe?
754  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 28, 2018, 10:03:14 PM
HDD and SSD, I cannot know exactly because I use lvm, so it can reside anywhere...

Most likely the issue is that the node write operation committing the new file to disk (which happens once or twice a day) is not flushed by the time Armory goes looking for it, courtesy of cached disks (which is after processing the new block notification over P2P from the node).

Looking at the code, it doesn't seem that throw is crawling all the way back to the main execution thread, so it's unexpected that it would kill the entire process. On the other hand, that also means it could be caught and handled. If you can build from source and are willing to tinker with that stuff, I can tell you what code to add to try and fix this.
755  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 28, 2018, 09:46:46 PM
It seems it does:

Compare the file creation timestamp to the log message error timestamp. What kind of hardware does your blockchain data reside on? How long do you let the DB run?
756  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 28, 2018, 08:17:36 PM
What OS you on? Also, at the moment it happens, does the missing blk file reside on disk? Is restarting the DB fixing it?
757  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 28, 2018, 03:35:58 PM
Consistently?
758  Bitcoin / Armory / Re: Strange address inconsistencies on: January 26, 2018, 06:07:42 PM
To be able to select SegWit addresses on the offline machine, you have to run the proper cli args. Look at the changelog for that:

https://github.com/goatpig/BitcoinArmory/blob/testing/changelog.txt#L14

The change selector will not pick a nested SW return address if there isn't at least one SW input in the tx. This is because SW was deployed as soft fork, therefor an opt-in feature. The implementation of SW in Armory intents to respect that disposition. Think of it this way: the software will not lead to coins in opt-in/new script types without some guarantee that there was deliberate user intent.
759  Bitcoin / Armory / Re: 0.96.4 RC3 on: January 26, 2018, 06:01:58 PM
Sorting is a PITA to implement in GUI so don't hold your breath for that one.

how about search?

I have plans for some advanced search/sorting but not in a 0.96 iteration.
760  Bitcoin / Armory / Re: «Tools -> Broadcast Raw Transaction...» won't work on: January 26, 2018, 02:17:23 PM
I haven't looked at this one in a while, that's probably the issue.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!