Bitcoin Forum
March 19, 2024, 08:30:45 AM *
News: Latest Bitcoin Core release: 26.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 ... 232 »
721  Bitcoin / Armory / Re: How much hardware is needed to run a full node? on: February 03, 2018, 01:52:42 AM
You can download the chain and build the DB on your main machine, then take that to the laptop, if you know what you're doing with the pathing. Read up on it in here:

https://btcarmory.com/docs/pathing
722  Bitcoin / Armory / Re: No Error messages in Log but forever Scanning blocks 506902 to 507248. Advice? on: February 03, 2018, 01:51:42 AM
1) Delete your DB folder

2) Create a file named armoryqt.conf in your Armory datadir. Put that in it:

Code:
db-type=DB_BARE

3) Make sure auto bitcoind is turned off in File -> Settings (first checkbox)

4) Start Armory without your node running. It will build the DB.

5) Once the DB is ready, shut down Armory, start your node, then start Armory again.

If you're having trouble, post your logs again.
723  Bitcoin / Armory / Re: Pathing - Linux Mint 18.2 Sonya - Core on: February 03, 2018, 01:44:34 AM
Either sync the DB without the node running, or setup your bitcoin.conf proper:

Code:
server=1
addnode=127.0.0.1
724  Bitcoin / Armory / Re: I'm really depressed need help on: February 02, 2018, 10:11:54 PM
You need to post fresh logs with each iteration. Saying "it does not work" will not yield more clues than the first time around.
725  Bitcoin / Armory / Re: Armory crash creating new wallet after entering Passphrase on: February 02, 2018, 05:34:45 PM
This is in offline mode? Try with RC3 (https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3.992)
726  Bitcoin / Armory / Re: No Error messages in Log but forever Scanning blocks 506902 to 507248. Advice? on: February 02, 2018, 02:52:51 PM
Make sure the node is off while the DB is catching up. Once the DB is ready, start the node.
727  Bitcoin / Armory / Re: Pathing - Linux Mint 18.2 Sonya - Core on: February 02, 2018, 02:50:59 PM
1) What version of Core are you using?

2) Update Armory to RC3 (https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3.992)

3) Do you have a bitcoin.conf, if so what are the settings in there?

4) After updating, delete the Armory databases folder and try again.
728  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
729  Bitcoin / Armory / Re: Armory 0.96.3 released on: February 02, 2018, 02:45:22 PM
Does it use a SSD or a HDD?
730  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.
731  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?
732  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.
733  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.
734  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.
735  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.
736  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.
737  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.
738  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.
739  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
740  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?
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 ... 232 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!